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 class org.eclipse.emf.codegen.ecore.genmodel.provider.GenBaseItemProvider.GenItemPropertyDescriptor
 
GenBaseItemProvider.GenItemPropertyDescriptor(AdapterFactory, String, String, EStructuralFeature, boolean, Object, String) - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.provider.GenBaseItemProvider.GenItemPropertyDescriptor
 
GenBaseItemProvider.GenItemPropertyDescriptor(AdapterFactory, ResourceLocator, String, String, EStructuralFeature, boolean, boolean, boolean, Object, String, String[]) - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.provider.GenBaseItemProvider.GenItemPropertyDescriptor
 
GenBaseItemProvider.UnderlayedImage - Class in org.eclipse.emf.codegen.ecore.genmodel.provider
 
GenBaseItemProvider.UnderlayedImage(Object) - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.provider.GenBaseItemProvider.UnderlayedImage
 
GenBaseItemProvider.UnderlayedImage(Object, Object) - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.provider.GenBaseItemProvider.UnderlayedImage
 
genBaseToDetailsMap - Variable in class org.eclipse.emf.exporter.ModelExporter
 
GenClass - Interface in org.eclipse.emf.codegen.ecore.genmodel
A representation of the model object 'Gen Class'
GenClass.ChildCreationData - Class in org.eclipse.emf.codegen.ecore.genmodel
 
GenClass.ChildCreationData(GenFeature, GenFeature, GenClassifier) - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.GenClass.ChildCreationData
 
genClasses - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
The cached value of the 'Gen Classes' containment reference list
GenClassGeneratorAdapter - Class in org.eclipse.emf.codegen.ecore.genmodel.generator
A GeneratorAdapter for instances of GenClass.
GenClassGeneratorAdapter(GeneratorAdapterFactory) - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.generator.GenClassGeneratorAdapter
 
genClassGeneratorAdapter - Variable in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenModelGeneratorAdapterFactory
 
GenClassifier - Interface in org.eclipse.emf.codegen.ecore.genmodel
A representation of the model object 'Gen Meta Object'
GenClassifierImpl - Class in org.eclipse.emf.codegen.ecore.genmodel.impl
An implementation of the model object 'Gen Meta Object'
GenClassifierImpl() - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassifierImpl
 
GenClassImpl - Class in org.eclipse.emf.codegen.ecore.genmodel.impl
An implementation of the model object 'Gen Class'
GenClassImpl() - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
GenClassImpl.CollidingGenOperationFilter - Class in org.eclipse.emf.codegen.ecore.genmodel.impl
 
GenClassImpl.CollidingGenOperationFilter() - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl.CollidingGenOperationFilter
 
GenClassItemProvider - Class in org.eclipse.emf.codegen.ecore.genmodel.provider
This is the item provider adapter for a GenClass object
GenClassItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.provider.GenClassItemProvider
This constructs an instance from a factory and a notifier
genClassItemProvider - Variable in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProviderAdapterFactory
This keeps track of the one adapter used for all GenClass instances
GenClassValidatorGeneratorAdapter - Class in org.eclipse.emf.examples.generator.validator
 
GenClassValidatorGeneratorAdapter() - Constructor for class org.eclipse.emf.examples.generator.validator.GenClassValidatorGeneratorAdapter
 
GenClassValidatorGeneratorAdapter(GeneratorAdapterFactory) - Constructor for class org.eclipse.emf.examples.generator.validator.GenClassValidatorGeneratorAdapter
 
GenDataType - Interface in org.eclipse.emf.codegen.ecore.genmodel
A representation of the model object 'Gen Data Type'
GenDataTypeImpl - Class in org.eclipse.emf.codegen.ecore.genmodel.impl
An implementation of the model object 'Gen Data Type'
GenDataTypeImpl() - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
 
GenDataTypeItemProvider - Class in org.eclipse.emf.codegen.ecore.genmodel.provider
This is the item provider adapter for a GenDataType object
GenDataTypeItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.provider.GenDataTypeItemProvider
This constructs an instance from a factory and a notifier
genDataTypeItemProvider - Variable in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProviderAdapterFactory
This keeps track of the one adapter used for all GenDataType instances
genDataTypes - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
The cached value of the 'Gen Data Types' containment reference list
GenDecoration - Enum in org.eclipse.emf.codegen.ecore.genmodel
A representation of the literals of the enumeration 'Gen Decoration', and utility methods for working with them.
GenDelegationKind - Enum in org.eclipse.emf.codegen.ecore.genmodel
A representation of the literals of the enumeration 'Gen Delegation Kind', and utility methods for working with them
genEdit(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.
genEdit(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.
genEditor(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.
genEditor(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.
GenEnum - Interface in org.eclipse.emf.codegen.ecore.genmodel
A representation of the model object 'Gen Enum'
GenEnumGeneratorAdapter - Class in org.eclipse.emf.codegen.ecore.genmodel.generator
A GeneratorAdapter for instances of GenEnum.
GenEnumGeneratorAdapter(GeneratorAdapterFactory) - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.generator.GenEnumGeneratorAdapter
 
genEnumGeneratorAdapter - Variable in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenModelGeneratorAdapterFactory
 
GenEnumImpl - Class in org.eclipse.emf.codegen.ecore.genmodel.impl
An implementation of the model object 'Gen Enum'
GenEnumImpl() - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumImpl
 
GenEnumItemProvider - Class in org.eclipse.emf.codegen.ecore.genmodel.provider
This is the item provider adapter for a GenEnum object
GenEnumItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.provider.GenEnumItemProvider
This constructs an instance from a factory and a notifier
genEnumItemProvider - Variable in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProviderAdapterFactory
This keeps track of the one adapter used for all GenEnum instances
GenEnumLiteral - Interface in org.eclipse.emf.codegen.ecore.genmodel
A representation of the model object 'Gen Enum Literal'
GenEnumLiteralImpl - Class in org.eclipse.emf.codegen.ecore.genmodel.impl
An implementation of the model object 'Gen Enum Literal'
GenEnumLiteralImpl() - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumLiteralImpl
 
GenEnumLiteralItemProvider - Class in org.eclipse.emf.codegen.ecore.genmodel.provider
This is the item provider adapter for a GenEnumLiteral object
GenEnumLiteralItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.provider.GenEnumLiteralItemProvider
This constructs an instance from a factory and a notifier
genEnumLiteralItemProvider - Variable in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProviderAdapterFactory
This keeps track of the one adapter used for all GenEnumLiteral instances
genEnumLiterals - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumImpl
The cached value of the 'Gen Enum Literals' containment reference list
genEnums - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
The cached value of the 'Gen Enums' containment reference list
GENERALIZATION - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
generate(Object, Object, Monitor) - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter
If code can be generated for the object, as determined by AbstractGeneratorAdapter.canGenerate(Object, Object), delegates code generation to AbstractGeneratorAdapter.doGenerate(Object, Object, Monitor).
generate(Object, Object, Monitor) - Method in class org.eclipse.emf.codegen.ecore.generator.Generator
Performs code generation for the given object and project type.
generate(Object, Object, String, Monitor) - Method in class org.eclipse.emf.codegen.ecore.generator.Generator
Performs code generation for the given object and project type.
generate(Object, Object, Monitor) - Method in interface org.eclipse.emf.codegen.ecore.generator.GeneratorAdapter
Generates code for the given object and project type.
generate(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.
generate(IProgressMonitor) - 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.
generate(IProgressMonitor) - 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.
generate(Monitor, int, List, 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.
generate(Monitor, int, List, String, GenBaseImpl.GIFEmitter, String) - 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.
generate(Monitor, int, List, String, GenBaseImpl.GIFEmitter, String, String) - 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.
generate(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.
generate(Monitor, int, List, String, String, String, JETEmitter, Object[]) - 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.
generate(Monitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
Deprecated.
In EMF 2.2, a Generator should be used to generate code. This method will be removed after 2.2.
generate(Monitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumImpl
Deprecated.
In EMF 2.2, a Generator should be used to generate code. This method will be removed after 2.2.
generate(Monitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
Deprecated.
In EMF 2.2, a Generator should be used to generate code. This method will be removed after 2.2.
generate(Monitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
Deprecated.
In EMF 2.2, a Generator should be used to generate code. This method will be removed after 2.2.
generate(Object) - Method in class org.eclipse.emf.codegen.ecore.templates.edit.BuildProperties
 
generate(Object) - Method in class org.eclipse.emf.codegen.ecore.templates.edit.Images
 
generate(Object) - Method in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
generate(Object) - Method in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
generate(Object) - Method in class org.eclipse.emf.codegen.ecore.templates.edit.ManifestMF
 
generate(Object) - Method in class org.eclipse.emf.codegen.ecore.templates.edit.ModuleGWTXML
 
generate(Object) - Method in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
generate(Object) - Method in class org.eclipse.emf.codegen.ecore.templates.edit.PluginProperties
 
generate(Object) - Method in class org.eclipse.emf.codegen.ecore.templates.edit.PluginXML
 
generate(Object) - Method in class org.eclipse.emf.codegen.ecore.templates.edit.Properties
 
generate(Object) - Method in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
generate(Object) - Method in class org.eclipse.emf.codegen.ecore.templates.editor.Advisor
 
generate(Object) - Method in class org.eclipse.emf.codegen.ecore.templates.editor.AppEngineWebXML
 
generate(Object) - Method in class org.eclipse.emf.codegen.ecore.templates.editor.BuildProperties
 
generate(Object) - Method in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
generate(Object) - Method in class org.eclipse.emf.codegen.ecore.templates.editor.EntryPoint
 
generate(Object) - Method in class org.eclipse.emf.codegen.ecore.templates.editor.HomeHTML
 
generate(Object) - Method in class org.eclipse.emf.codegen.ecore.templates.editor.ManifestMF
 
generate(Object) - Method in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
generate(Object) - Method in class org.eclipse.emf.codegen.ecore.templates.editor.ModuleGWTXML
 
generate(Object) - Method in class org.eclipse.emf.codegen.ecore.templates.editor.Plugin
 
generate(Object) - Method in class org.eclipse.emf.codegen.ecore.templates.editor.PluginProperties
 
generate(Object) - Method in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
generate(Object) - Method in class org.eclipse.emf.codegen.ecore.templates.editor.WebXML
 
generate(Object) - Method in class org.eclipse.emf.codegen.ecore.templates.model.AdapterFactoryClass
 
generate(Object) - Method in class org.eclipse.emf.codegen.ecore.templates.model.BuildProperties
 
generate(Object) - Method in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
generate(Object) - Method in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
generate(Object) - Method in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
generate(Object) - Method in class org.eclipse.emf.codegen.ecore.templates.model.ManifestMF
 
generate(Object) - Method in class org.eclipse.emf.codegen.ecore.templates.model.ModuleGWTXML
 
generate(Object) - Method in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
generate(Object) - Method in class org.eclipse.emf.codegen.ecore.templates.model.Plugin
 
generate(Object) - Method in class org.eclipse.emf.codegen.ecore.templates.model.PluginProperties
 
generate(Object) - Method in class org.eclipse.emf.codegen.ecore.templates.model.PluginXML
 
generate(Object) - Method in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
generate(Object) - Method in class org.eclipse.emf.codegen.ecore.templates.model.ResourceFactoryClass
 
generate(Object) - Method in class org.eclipse.emf.codegen.ecore.templates.model.SwitchClass
 
generate(Object) - Method in class org.eclipse.emf.codegen.ecore.templates.model.tests.BuildProperties
 
generate(Object) - Method in class org.eclipse.emf.codegen.ecore.templates.model.tests.ManifestMF
 
generate(Object) - Method in class org.eclipse.emf.codegen.ecore.templates.model.tests.ModelTestSuite
 
generate(Object) - Method in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
generate(Object) - Method in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageTestSuite
 
generate(Object) - Method in class org.eclipse.emf.codegen.ecore.templates.model.tests.PluginProperties
 
generate(Object) - Method in class org.eclipse.emf.codegen.ecore.templates.model.tests.PluginXML
 
generate(Object) - Method in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
generate(Object) - Method in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
generate(Object) - Method in class org.eclipse.emf.codegen.ecore.templates.model.XMLProcessorClass
 
generate() - Method in class org.eclipse.emf.codegen.jet.JETCharDataGenerator
 
generate(OutputStream) - Method in class org.eclipse.emf.codegen.jet.JETCompiler
 
generate(Writer) - Method in class org.eclipse.emf.codegen.jet.JETCompiler
 
generate() - Method in class org.eclipse.emf.codegen.jet.JETConstantDataGenerator
 
generate(IProgressMonitor, Object[]) - Method in class org.eclipse.emf.codegen.jet.JETEmitter
Invokes the emitter method on the compiled template and returns the result.
generate(Monitor, Object[], String) - Method in class org.eclipse.emf.codegen.jet.JETEmitter
Invokes the emitter method on the compiled template and returns the result.
generate() - Method in class org.eclipse.emf.codegen.jet.JETExpressionGenerator
 
generate() - Method in interface org.eclipse.emf.codegen.jet.JETGenerator
 
generate() - Method in class org.eclipse.emf.codegen.jet.JETScriptletGenerator
 
generate(URI) - Method in interface org.eclipse.emf.ecore.xmi.EcoreBuilder
Given an XML schema location URI this method creates corresponding Ecore model(s)
generate(Collection<URI>) - Method in interface org.eclipse.emf.ecore.xmi.EcoreBuilder
Given XML Schema location URIs this method creates corresponding Ecore model(s)
generate(Map<String, URI>) - Method in interface org.eclipse.emf.ecore.xmi.EcoreBuilder
Given a map of XML Schema targetNamespaces (String) to XML Schema location URIs, this method generates corresponding Ecore model(s).
generate(URI) - Method in class org.eclipse.emf.ecore.xmi.util.DefaultEcoreBuilder
 
generate(Map<String, URI>) - Method in class org.eclipse.emf.ecore.xmi.util.DefaultEcoreBuilder
 
generate(Collection<URI>) - Method in class org.eclipse.emf.ecore.xmi.util.DefaultEcoreBuilder
 
generate(Object) - Method in class org.eclipse.emf.examples.generator.validator.templates.model.ModelDescription
 
generate(Object) - Method in class org.eclipse.emf.examples.generator.validator.templates.model.Validator
 
generate(Object) - Method in class org.eclipse.emf.exporter.html.PackageHTML
 
GENERATE_EXAMPLE_CLASS_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
The default value of the 'Generate Example Class' attribute
GENERATE_MODEL_WIZARD_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
The default value of the 'Generate Model Wizard' attribute
GENERATE_SCHEMA_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Generate Schema' attribute
generateActionBarContributor(GenPackage, Monitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenPackageGeneratorAdapter
 
generateAdapterFactoryClass(GenPackage, Monitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenPackageGeneratorAdapter
 
generateAdvisor(GenModel, Monitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenModelGeneratorAdapter
 
generateAllAction - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelActionBarContributor
 
generateBodyAnnotations(XPackage) - Method in class org.eclipse.emf.ecore.xcore.generator.XcoreGenerator
 
generateCharData() - Method in class org.eclipse.emf.codegen.jet.JETCharDataGenerator
 
generateClass(GenClass, Monitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenClassGeneratorAdapter
 
generateCodeFromGenModel(String[]) - Method in class org.eclipse.emf.ant.taskdefs.codegen.ecore.GeneratorTask
 
generateColor() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.ColorInformation
Deprecated.
 
generateColor() - Method in class org.eclipse.emf.codegen.util.GIFEmitter.ColorInformation
 
generateConstant() - Method in class org.eclipse.emf.codegen.jet.JETConstantDataGenerator
 
generateCreateChildActions(Collection<?>, ISelection) - Method in class org.eclipse.emf.ecore.presentation.EcoreActionBarContributor
This generates a CreateChildAction for each object in descriptors, and returns the collection of these actions
generateCreateChildActions(Collection<?>, ISelection) - Method in class org.eclipse.emf.examples.extlibrary.actions.EXTLibraryExtendedActionBarContributor
 
generateCreateChildActions(Collection<?>, ISelection) - Method in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryActionBarContributor
This generates a CreateChildAction for each object in descriptors, and returns the collection of these actions
generateCreateChildActions(Collection<?>, ISelection) - Method in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLActionBarContributor
This generates a CreateChildAction for each object in descriptors, and returns the collection of these actions
generateCreateChildIcons(GenClass, Monitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenClassGeneratorAdapter
 
generateCreateChildIcons(GenPackage, Monitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenPackageGeneratorAdapter
 
generateCreateSiblingActions(Collection<?>, ISelection) - Method in class org.eclipse.emf.ecore.presentation.EcoreActionBarContributor
This generates a CreateSiblingAction for each object in descriptors, and returns the collection of these actions
generateCreateSiblingActions(Collection<?>, ISelection) - Method in class org.eclipse.emf.examples.extlibrary.actions.EXTLibraryExtendedActionBarContributor
 
generateCreateSiblingActions(Collection<?>, ISelection) - Method in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryActionBarContributor
This generates a CreateSiblingAction for each object in descriptors, and returns the collection of these actions
generateCreateSiblingActions(Collection<?>, ISelection) - Method in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLActionBarContributor
This generates a CreateSiblingAction for each object in descriptors, and returns the collection of these actions
generated - Variable in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter.ExtensionData
 
GENERATED_PACKAGE_PPID - Static variable in class org.eclipse.emf.ecore.plugin.EcorePlugin
 
GENERATED_PATTERN - Static variable in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter
A pattern for matching the @generated comment in an extension.
generatedInstance - Variable in class org.eclipse.emf.ecore.impl.EEnumLiteralImpl
This stores the default or generated instance value.
generatedInstanceClassName - Variable in class org.eclipse.emf.ecore.impl.EClassifierImpl
 
generatedOutput(URI) - Method in class org.eclipse.emf.codegen.ecore.generator.Generator
A callback indicating that output was generated for the given workspace path.
generatedOutputs - Variable in class org.eclipse.emf.codegen.ecore.generator.Generator
 
generatedResources - Variable in class org.eclipse.emf.ecore.xmi.impl.GenericXMLResourceImpl.GenericSAXXMLHandler
 
GenerateEcore2XMLActionDelegate - Class in org.eclipse.emf.mapping.ecore2xml.action
A action that generates Ecore2XML mappings from Ecore2Ecore mappings.
GenerateEcore2XMLActionDelegate() - Constructor for class org.eclipse.emf.mapping.ecore2xml.action.GenerateEcore2XMLActionDelegate
 
generateEdit(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.
generateEdit(IProgressMonitor) - 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.
generateEdit(Object, Monitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenBaseGeneratorAdapter
 
generateEdit(Object, Monitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenClassGeneratorAdapter
 
generateEdit(Object, Monitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenModelGeneratorAdapter
 
generateEdit(Object, Monitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenPackageGeneratorAdapter
 
generateEdit(IProgressMonitor) - 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.
generateEdit(Monitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
Deprecated.
In EMF 2.2, a Generator should be used to generate code. This method will be removed after 2.2.
generateEdit(Monitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
Deprecated.
In EMF 2.2, a Generator should be used to generate code. This method will be removed after 2.2.
generateEdit(Monitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
Deprecated.
In EMF 2.2, a Generator should be used to generate code. This method will be removed after 2.2.
generateEditAction - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelActionBarContributor
 
generateEditBuildProperties(GenModel, Monitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenModelGeneratorAdapter
 
generateEditManifest(GenModel, Monitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenModelGeneratorAdapter
 
generateEditModule(GenModel, Monitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenModelGeneratorAdapter
 
generateEditor(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.
generateEditor(IProgressMonitor) - 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.
generateEditor(Object, Monitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenBaseGeneratorAdapter
 
generateEditor(Object, Monitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenModelGeneratorAdapter
 
generateEditor(Object, Monitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenPackageGeneratorAdapter
 
generateEditor(GenPackage, Monitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenPackageGeneratorAdapter
 
generateEditor(IProgressMonitor) - 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.
generateEditor(Monitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
Deprecated.
In EMF 2.2, a Generator should be used to generate code. This method will be removed after 2.2.
generateEditor(Monitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
Deprecated.
In EMF 2.2, a Generator should be used to generate code. This method will be removed after 2.2.
generateEditorAction - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelActionBarContributor
 
generateEditorAppEngineWebXML(GenModel, Monitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenModelGeneratorAdapter
 
generateEditorBuildProperties(GenModel, Monitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenModelGeneratorAdapter
 
generateEditorEntryPointClass(GenModel, Monitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenModelGeneratorAdapter
 
generateEditorHomeHTML(GenModel, Monitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenModelGeneratorAdapter
 
generateEditorManifest(GenModel, Monitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenModelGeneratorAdapter
 
generateEditorModule(GenModel, Monitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenModelGeneratorAdapter
 
generateEditorPluginClass(GenModel, Monitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenModelGeneratorAdapter
 
generateEditorPluginProperties(GenModel, Monitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenModelGeneratorAdapter
 
generateEditorProject - Variable in class org.eclipse.emf.ant.taskdefs.codegen.ecore.GeneratorTask
 
generateEditorWebXML(GenModel, Monitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenModelGeneratorAdapter
 
generateEditPluginClass(GenModel, Monitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenModelGeneratorAdapter
 
generateEditPluginImagesInterface(GenModel, Monitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenModelGeneratorAdapter
 
generateEditPluginProperties(GenModel, Monitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenModelGeneratorAdapter
 
generateEditPluginPropertiesInterface(GenModel, Monitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenModelGeneratorAdapter
 
generateEditProject - Variable in class org.eclipse.emf.ant.taskdefs.codegen.ecore.GeneratorTask
 
generateEntityName(String) - Method in class org.eclipse.emf.ecore.xmi.impl.ResourceEntityHandlerImpl
Generates a new unique entity name for the given entity value.
generateEnumClass(GenEnum, Monitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenEnumGeneratorAdapter
 
generateExampleClass - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
The cached value of the 'Generate Example Class' attribute
generateFactoryClass(GenPackage, Monitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenPackageGeneratorAdapter
 
generateFactoryInterface(GenPackage, Monitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenPackageGeneratorAdapter
 
generateGenModel(GenModel, IFileSystemAccess) - Method in class org.eclipse.emf.ecore.xcore.generator.XcoreGenerator
 
generateGIF(String, GIFEmitter, String, String, boolean, Monitor) - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter
Generates an icon using a GIFEmitter to colourize a grey-scale GIF image.
generateGIF(String, String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.GIFEmitter
Deprecated.
 
generateGIF(String, String) - Method in class org.eclipse.emf.codegen.util.GIFEmitter
 
GenerateHandler - Class in org.eclipse.emf.codegen.ecore.genmodel.handler
PROVISIONAL This API is subject to arbitrary change, including renaming or removal.
GenerateHandler() - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.handler.GenerateHandler
 
GenerateHandler.GenModelGenerationDialog - Class in org.eclipse.emf.codegen.ecore.genmodel.handler
 
GenerateHandler.GenModelGenerationDialog(Shell, List<GenModel>) - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.handler.GenerateHandler.GenModelGenerationDialog
 
GenerateHandler.GenModelGenerationDialog.ProjectType - Enum in org.eclipse.emf.codegen.ecore.genmodel.handler
 
GenerateHandler.GenModelSelectionDialog - Class in org.eclipse.emf.codegen.ecore.genmodel.handler
 
GenerateHandler.GenModelSelectionDialog(Shell, boolean, IContainer, int) - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.handler.GenerateHandler.GenModelSelectionDialog
 
GenerateHandler.GenModelSelectionDialog.GenModelResourceFilter - Class in org.eclipse.emf.codegen.ecore.genmodel.handler
 
GenerateHandler.GenModelSelectionDialog.GenModelResourceFilter(IContainer) - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.handler.GenerateHandler.GenModelSelectionDialog.GenModelResourceFilter
 
generateInterface(GenClass, Monitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenClassGeneratorAdapter
 
generateItemIcon(GenClass, Monitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenClassGeneratorAdapter
 
generateItemProvider(GenClass, Monitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenClassGeneratorAdapter
 
generateItemProviderAdapterFactory(GenPackage, Monitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenPackageGeneratorAdapter
 
generateJava(String, String, String, JETEmitter, Object[], Monitor) - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter
Generates a Java source file using JET, with import management and, when running under Eclipse, merging and code formatting capabilities.
generateJavaCode - Variable in class org.eclipse.emf.ant.taskdefs.codegen.ecore.GeneratorTask
 
generateMenuManager - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelActionBarContributor
This is the menu manager for the "Generate" menu.
generateModel(Object, Monitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenBaseGeneratorAdapter
 
generateModel(Object, Monitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenClassGeneratorAdapter
 
generateModel(Object, Monitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenEnumGeneratorAdapter
 
generateModel(Object, Monitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenModelGeneratorAdapter
 
generateModel(Object, Monitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenPackageGeneratorAdapter
 
generateModel(Object, Monitor) - Method in class org.eclipse.emf.examples.generator.validator.GenClassValidatorGeneratorAdapter
 
generateModel(Object, Monitor) - Method in class org.eclipse.emf.examples.generator.validator.GenModelValidatorGeneratorAdapter
 
generateModelAction - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelActionBarContributor
 
generateModelBuildProperties(GenModel, Monitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenModelGeneratorAdapter
 
generateModelIcon(GenPackage, Monitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenPackageGeneratorAdapter
 
generateModelManifest(GenModel, Monitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenModelGeneratorAdapter
 
generateModelModule(GenModel, Monitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenModelGeneratorAdapter
 
generateModelPluginClass(GenModel, Monitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenModelGeneratorAdapter
 
generateModelPluginProperties(GenModel, Monitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenModelGeneratorAdapter
 
generateModelProject - Variable in class org.eclipse.emf.ant.taskdefs.codegen.ecore.GeneratorTask
 
generateModelTestSuite(GenModel, Monitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenModelGeneratorAdapter
 
generateModelWizard(GenPackage, Monitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenPackageGeneratorAdapter
 
generateModelWizard - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
The cached value of the 'Generate Model Wizard' attribute
generateModelWizardIcon(GenPackage, Monitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenPackageGeneratorAdapter
 
generatePackageClass(GenPackage, Monitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenPackageGeneratorAdapter
 
generatePackageExample(GenPackage, Monitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenPackageGeneratorAdapter
 
generatePackageInterface(GenPackage, Monitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenPackageGeneratorAdapter
 
generatePackagePublication(GenPackage, Monitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenPackageGeneratorAdapter
 
generatePackageSerialization(GenPackage, Monitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenPackageGeneratorAdapter
 
generatePackageSerialization(Monitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
Deprecated.
In EMF 2.2, a Generator should be used to generate code. This method will be removed after 2.2.
generatePackageTestSuite(GenPackage, Monitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenPackageGeneratorAdapter
 
generateProperties(String, JETEmitter, Object[], Monitor) - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter
Generates a properties file using JET, with merging capability.
generateResourceAction(Resource) - Method in class org.eclipse.emf.examples.extlibrary.actions.EXTLibraryExtendedActionBarContributor
Generates a library action for a given resource
generateResourceClass(GenPackage, Monitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenPackageGeneratorAdapter
 
generateResourceFactoryClass(GenPackage, Monitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenPackageGeneratorAdapter
 
generateSchema(Monitor) - 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.
generateSchema(IProgressMonitor) - 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.
generateSchema(GenPackage, Monitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenPackageGeneratorAdapter
 
generateSchema() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
Deprecated.
In EMF 2.2, schema generation is properly done via a model exporter. This method will be removed after 2.2.
generateSchema(IProgressMonitor) - 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.
generateSchema - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Generate Schema' attribute
generateSchema(Monitor) - 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.
generateSchema() - 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.
generateSchema(Monitor) - 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.
generateSwitchClass(GenPackage, Monitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenPackageGeneratorAdapter
 
generateTestCase(GenClass, Monitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenClassGeneratorAdapter
 
generateTests(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.
generateTests(IProgressMonitor) - 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.
generateTests(Object, Monitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenBaseGeneratorAdapter
 
generateTests(Object, Monitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenClassGeneratorAdapter
 
generateTests(Object, Monitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenModelGeneratorAdapter
 
generateTests(Object, Monitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenPackageGeneratorAdapter
 
generateTests(IProgressMonitor) - 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.
generateTests(Monitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
Deprecated.
In EMF 2.2, a Generator should be used to generate code. This method will be removed after 2.2.
generateTests(Monitor) - 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.
generateTests(Monitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
Deprecated.
In EMF 2.2, a Generator should be used to generate code. This method will be removed after 2.2.
generateTestsAction - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelActionBarContributor
 
generateTestsBuildProperties(GenModel, Monitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenModelGeneratorAdapter
 
generateTestsManifest(GenModel, Monitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenModelGeneratorAdapter
 
generateTestsPluginProperties(GenModel, Monitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenModelGeneratorAdapter
 
generateTestsProject - Variable in class org.eclipse.emf.ant.taskdefs.codegen.ecore.GeneratorTask
 
generateText(String, JETEmitter, Object[], boolean, String, Monitor) - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter
Generates an arbitrary text artifact using JET.
generateUUID() - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Generates a universally unique identifier, i.e., a UUID.
generateUUID(byte[]) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Generates a universally unique identifier, i.e., a UUID.
generateValidatorClass(GenPackage, Monitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenPackageGeneratorAdapter
 
generateXMLProcessorClass(GenPackage, Monitor) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenPackageGeneratorAdapter
 
generateXSD(String) - 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.
generatingObject - Variable in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter
The object for which this adapter is currently being used to generate code.
Generator - Class in org.eclipse.emf.codegen.ecore
This implements the method Generator.run(java.lang.Object), which is called just like main during headless workbench invocation.
Generator() - Constructor for class org.eclipse.emf.codegen.ecore.Generator
 
generator - Variable in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapterFactory
 
Generator - Class in org.eclipse.emf.codegen.ecore.generator
An extensible code generator that delegates its work to model-specific adapters created provided by an adapter factory.
Generator() - Constructor for class org.eclipse.emf.codegen.ecore.generator.Generator
Creates a generator that delegates directly to the global adapter factory descriptor registry.
Generator(GeneratorAdapterFactory.Descriptor.Registry) - Constructor for class org.eclipse.emf.codegen.ecore.generator.Generator
Creates a generator that delegates to the given adapter factory descriptor registry.
generator - Variable in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenModelGeneratorAdapterFactory
 
generator - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
 
Generator.CleanupScheduler - Interface in org.eclipse.emf.codegen.ecore.generator
Clients are not expect to implement this interface.
Generator.Options - Class in org.eclipse.emf.codegen.ecore.generator
A set of code generation options that should be shared among the generator, adapter factories and adapters.
Generator.Options() - Constructor for class org.eclipse.emf.codegen.ecore.generator.Generator.Options
 
Generator.PlatformRunnable - Class in org.eclipse.emf.codegen.ecore
 
Generator.PlatformRunnable() - Constructor for class org.eclipse.emf.codegen.ecore.Generator.PlatformRunnable
 
GeneratorAdapter - Interface in org.eclipse.emf.codegen.ecore.generator
An adapter that performs code generation for a Generator.
GeneratorAdapterFactory - Interface in org.eclipse.emf.codegen.ecore.generator
A factory for adapters that perform code generation for a Generator.
GeneratorAdapterFactory.Descriptor - Interface in org.eclipse.emf.codegen.ecore.generator
In essence, a factory for generator adapter factories.
GeneratorAdapterFactory.Descriptor.DelegatingRegistry - Class in org.eclipse.emf.codegen.ecore.generator
A simple Registry implementation, in which getDescriptors(String) can delegate to another Registry if no descriptors are locally registered against the given package ID.
GeneratorAdapterFactory.Descriptor.DelegatingRegistry() - Constructor for class org.eclipse.emf.codegen.ecore.generator.GeneratorAdapterFactory.Descriptor.DelegatingRegistry
 
GeneratorAdapterFactory.Descriptor.DelegatingRegistry(GeneratorAdapterFactory.Descriptor.Registry) - Constructor for class org.eclipse.emf.codegen.ecore.generator.GeneratorAdapterFactory.Descriptor.DelegatingRegistry
 
GeneratorAdapterFactory.Descriptor.Registry - Interface in org.eclipse.emf.codegen.ecore.generator
A registry of Descriptors.
generatorAndArgumentsList - Variable in class org.eclipse.emf.codegen.ecore.genmodel.handler.GenerateHandler.GenModelGenerationDialog
 
generatorAndArgumentsList - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GeneratorUIUtil.GeneratorOperation
 
generators - Variable in class org.eclipse.emf.codegen.jet.JETCompiler
 
GeneratorTask - Class in org.eclipse.emf.ant.taskdefs.codegen.ecore
Base class for all the "generator tasks" that provides the common attributes and behavior.
GeneratorTask() - Constructor for class org.eclipse.emf.ant.taskdefs.codegen.ecore.GeneratorTask
 
GeneratorTask.ModelLocation - Class in org.eclipse.emf.ant.taskdefs.codegen.ecore
 
GeneratorTask.ModelLocation() - Constructor for class org.eclipse.emf.ant.taskdefs.codegen.ecore.GeneratorTask.ModelLocation
 
GeneratorTask.ReconcileGenModelType - Class in org.eclipse.emf.ant.taskdefs.codegen.ecore
 
GeneratorTask.ReconcileGenModelType() - Constructor for class org.eclipse.emf.ant.taskdefs.codegen.ecore.GeneratorTask.ReconcileGenModelType
 
GeneratorUIUtil - Class in org.eclipse.emf.codegen.ecore.genmodel.presentation
 
GeneratorUIUtil.GeneratorOperation - Class in org.eclipse.emf.codegen.ecore.genmodel.presentation
 
GeneratorUIUtil.GeneratorOperation(Shell) - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.presentation.GeneratorUIUtil.GeneratorOperation
 
GeneratorUIUtil.GeneratorOperation(Shell, List<Object[]>) - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.presentation.GeneratorUIUtil.GeneratorOperation
 
GENERIC_VALUE_IMAGE - Static variable in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
 
genericTypeMap - Variable in class org.eclipse.emf.ecore.xcore.util.EcoreXcoreBuilder
 
GenericXMLResourceFactoryImpl - Class in org.eclipse.emf.ecore.xmi.impl
 
GenericXMLResourceFactoryImpl() - Constructor for class org.eclipse.emf.ecore.xmi.impl.GenericXMLResourceFactoryImpl
 
GenericXMLResourceImpl - Class in org.eclipse.emf.ecore.xmi.impl
 
GenericXMLResourceImpl(URI) - Constructor for class org.eclipse.emf.ecore.xmi.impl.GenericXMLResourceImpl
 
GenericXMLResourceImpl.GenericSAXXMLHandler - Class in org.eclipse.emf.ecore.xmi.impl
 
GenericXMLResourceImpl.GenericSAXXMLHandler(XMLResource, XMLHelper, Map<?, ?>) - Constructor for class org.eclipse.emf.ecore.xmi.impl.GenericXMLResourceImpl.GenericSAXXMLHandler
 
GenericXMLResourceImpl.GenericXMLLoadImpl - Class in org.eclipse.emf.ecore.xmi.impl
 
GenericXMLResourceImpl.GenericXMLLoadImpl(XMLHelper) - Constructor for class org.eclipse.emf.ecore.xmi.impl.GenericXMLResourceImpl.GenericXMLLoadImpl
 
GenFeature - Interface in org.eclipse.emf.codegen.ecore.genmodel
A representation of the model object 'Gen Feature'
GenFeatureImpl - Class in org.eclipse.emf.codegen.ecore.genmodel.impl
An implementation of the model object 'Gen Feature'
GenFeatureImpl() - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
GenFeatureItemProvider - Class in org.eclipse.emf.codegen.ecore.genmodel.provider
This is the item provider adapter for a GenFeature object
GenFeatureItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.provider.GenFeatureItemProvider
This constructs an instance from a factory and a notifier
genFeatureItemProvider - Variable in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProviderAdapterFactory
This keeps track of the one adapter used for all GenFeature instances
genFeatures - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
The cached value of the 'Gen Features' containment reference list
GenJDKLevel - Enum in org.eclipse.emf.codegen.ecore.genmodel
A representation of the literals of the enumeration 'Gen JDK Level', and utility methods for working with them.
genJDKLevel - Variable in class org.eclipse.emf.importer.ModelImporterApplication
 
genModel - Variable in class org.eclipse.emf.ant.taskdefs.codegen.ecore.GeneratorTask
 
GenModel - Interface in org.eclipse.emf.codegen.ecore.genmodel
A representation of the model object 'GenModel'
genModel - Variable in class org.eclipse.emf.converter.ModelConverter
 
genModel - Variable in class org.eclipse.emf.ecore.xcore.util.EcoreXcoreBuilder
 
genModel - Variable in class org.eclipse.emf.importer.java.builder.JavaEcoreBuilder
The GenModel being generated.
GENMODEL_KEEP - Static variable in class org.eclipse.emf.ant.taskdefs.codegen.ecore.GeneratorTask
 
GENMODEL_OVERWRITE - Static variable in class org.eclipse.emf.ant.taskdefs.codegen.ecore.GeneratorTask
 
GENMODEL_RELOAD - Static variable in class org.eclipse.emf.ant.taskdefs.codegen.ecore.GeneratorTask
 
GenModelActionBarContributor - Class in org.eclipse.emf.codegen.ecore.genmodel.presentation
This is the action bar contributor for the GenModel model editor
GenModelActionBarContributor() - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelActionBarContributor
This creates an instance of the contributor.
GenModelActionBarContributor.CreateAction - Class in org.eclipse.emf.codegen.ecore.genmodel.presentation
 
GenModelActionBarContributor.CreateAction(String, String) - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelActionBarContributor.CreateAction
 
GenModelActionBarContributor.GenerateAction - Class in org.eclipse.emf.codegen.ecore.genmodel.presentation
This implements the "Generate..." actions.
GenModelActionBarContributor.GenerateAction(Object, String, String) - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelActionBarContributor.GenerateAction
 
GenModelActionBarContributor.GenerateAction(GenModelActionBarContributor.ProjectType[], String) - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelActionBarContributor.GenerateAction
 
GenModelActionBarContributor.OpenEObjectEditorAction - Class in org.eclipse.emf.codegen.ecore.genmodel.presentation
 
GenModelActionBarContributor.OpenEObjectEditorAction(String) - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelActionBarContributor.OpenEObjectEditorAction
 
GenModelActionBarContributor.ProjectType - Class in org.eclipse.emf.codegen.ecore.genmodel.presentation
 
GenModelActionBarContributor.ProjectType(Object, String) - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelActionBarContributor.ProjectType
 
GenModelAdapterFactory - Class in org.eclipse.emf.codegen.ecore.genmodel.util
The Adapter Factory for the model.
GenModelAdapterFactory() - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelAdapterFactory
Creates an instance of the adapter factory
genModelBuilder - Variable in class org.eclipse.emf.ecore.xcore.resource.XcoreModelAssociator
 
genModelContainerPath - Variable in class org.eclipse.emf.codegen.ecore.ui.EmptyProjectWizard
 
genModelContainerPath - Variable in class org.eclipse.emf.importer.ModelImporter
 
genModelContainerPath - Variable in class org.eclipse.emf.importer.ui.contribution.base.ModelImporterWizard
 
genModelContainerPath - Variable in class org.eclipse.emf.importer.ui.EMFModelWizard
 
GenModelEditor - Class in org.eclipse.emf.codegen.ecore.genmodel.presentation
This is an example of a GenModel model editor
GenModelEditor() - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
This creates a model editor
GenModelEditor.ReverseAdapterFactoryContentProvider - Class in org.eclipse.emf.codegen.ecore.genmodel.presentation
 
GenModelEditor.ReverseAdapterFactoryContentProvider(AdapterFactory) - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor.ReverseAdapterFactoryContentProvider
 
GenModelEditorOpener - Class in org.eclipse.emf.codegen.ecore.xtext.ui
 
GenModelEditorOpener() - Constructor for class org.eclipse.emf.codegen.ecore.xtext.ui.GenModelEditorOpener
 
GenModelEditPlugin - Class in org.eclipse.emf.codegen.ecore.genmodel.provider
This is the central singleton for the GenModel editor plugin
GenModelEditPlugin() - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelEditPlugin
Create the instance
GenModelEditPlugin.Implementation - Class in org.eclipse.emf.codegen.ecore.genmodel.provider
The actual implementation of the Eclipse Plugin
GenModelEditPlugin.Implementation() - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelEditPlugin.Implementation
Creates an instance
GenModelExportActionDelegate - Class in org.eclipse.emf.exporter.ui
Exports a GenModel file and the Ecore files behind it.
GenModelExportActionDelegate() - Constructor for class org.eclipse.emf.exporter.ui.GenModelExportActionDelegate
 
GenModelFactory - Interface in org.eclipse.emf.codegen.ecore.genmodel
The Factory for the model.
GenModelFactoryImpl - Class in org.eclipse.emf.codegen.ecore.genmodel.impl
An implementation of the model Factory
GenModelFactoryImpl() - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelFactoryImpl
Creates an instance of the factory
genModelFile - Variable in class org.eclipse.emf.importer.java.builder.JavaEcoreBuilder
The file being generated.
genModelFileName - Variable in class org.eclipse.emf.importer.ModelImporter
 
genModelFileName - Variable in class org.eclipse.emf.importer.ui.EMFModelWizard
 
genModelFullPath - Variable in class org.eclipse.emf.importer.ModelImporterApplication
 
GenModelGeneratorAdapter - Class in org.eclipse.emf.codegen.ecore.genmodel.generator
A GeneratorAdapter for instances of GenModel.
GenModelGeneratorAdapter(GeneratorAdapterFactory) - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.generator.GenModelGeneratorAdapter
 
genModelGeneratorAdapter - Variable in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenModelGeneratorAdapterFactory
 
GenModelGeneratorAdapterFactory - Class in org.eclipse.emf.codegen.ecore.genmodel.generator
A generator adapter factory for the GenModel package.
GenModelGeneratorAdapterFactory() - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.generator.GenModelGeneratorAdapterFactory
 
GenModelHoverProvider - Class in org.eclipse.emf.codegen.ecore.xtext.ui
 
GenModelHoverProvider() - Constructor for class org.eclipse.emf.codegen.ecore.xtext.ui.GenModelHoverProvider
 
GenModelImpl - Class in org.eclipse.emf.codegen.ecore.genmodel.impl
An implementation of the model object 'GenModel'
GenModelImpl() - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
genModelInitializer - Variable in class org.eclipse.emf.ecore.xcore.resource.XcoreModelAssociator
 
GenModelItemProvider - Class in org.eclipse.emf.codegen.ecore.genmodel.provider
This is the item provider adapter for a GenModel object
GenModelItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This constructs an instance from a factory and a notifier
genModelItemProvider - Variable in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProviderAdapterFactory
This keeps track of the one adapter used for all GenModel instances
GenModelItemProviderAdapterFactory - Class in org.eclipse.emf.codegen.ecore.genmodel.provider
This is the factory that is used to provide the interfaces needed to support Viewers.
GenModelItemProviderAdapterFactory() - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProviderAdapterFactory
This constructs an instance
genModelLabel - Variable in class org.eclipse.emf.codegen.ecore.genmodel.handler.GenerateHandler.GenModelGenerationDialog
 
genModelLocation - Variable in class org.eclipse.emf.importer.java.JavaImporterApplication
 
genModelNameText - Variable in class org.eclipse.emf.importer.ui.contribution.base.ModelImporterDetailPage
 
GenModelPackage - Interface in org.eclipse.emf.codegen.ecore.genmodel
The Package for the model.
GenModelPackage.Literals - Interface in org.eclipse.emf.codegen.ecore.genmodel
Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
GenModelPackageImpl - Class in org.eclipse.emf.codegen.ecore.genmodel.impl
An implementation of the model Package
genModelPath - Variable in class org.eclipse.emf.importer.java.taskdefs.JavaGeneratorTask
 
genModelPath - Variable in class org.eclipse.emf.importer.ModelImporter
 
genModelProjectLocation - Variable in class org.eclipse.emf.codegen.ecore.ui.EmptyProjectWizard
 
genModelProjectLocation - Variable in class org.eclipse.emf.importer.ModelImporter
 
GenModelQualifiedNameProvider - Class in org.eclipse.emf.codegen.ecore.xtext
 
GenModelQualifiedNameProvider() - Constructor for class org.eclipse.emf.codegen.ecore.xtext.GenModelQualifiedNameProvider
 
GenModelReloadActionDelegate - Class in org.eclipse.emf.importer.ui
Reloads a GenModel file and the Ecore files behind it.
GenModelReloadActionDelegate() - Constructor for class org.eclipse.emf.importer.ui.GenModelReloadActionDelegate
 
GenModelResourceDescriptionStrategy - Class in org.eclipse.emf.codegen.ecore.xtext
 
GenModelResourceDescriptionStrategy() - Constructor for class org.eclipse.emf.codegen.ecore.xtext.GenModelResourceDescriptionStrategy
 
GenModelRuntimeModule - Class in org.eclipse.emf.codegen.ecore.xtext
Default Guice bindings for managing GenModel resources in the context of Xtext.
GenModelRuntimeModule() - Constructor for class org.eclipse.emf.codegen.ecore.xtext.GenModelRuntimeModule
 
genModels - Variable in class org.eclipse.emf.codegen.ecore.genmodel.handler.GenerateHandler.GenModelGenerationDialog
 
genModels - Variable in class org.eclipse.emf.codegen.ecore.genmodel.handler.GenerateHandler.GenModelSelectionDialog
 
GenModelSupport - Class in org.eclipse.emf.codegen.ecore.xtext
This class is intended to be used from an MWE workflow.
GenModelSupport() - Constructor for class org.eclipse.emf.codegen.ecore.xtext.GenModelSupport
 
GenModelSwitch<T> - Class in org.eclipse.emf.codegen.ecore.genmodel.util
The Switch for the model's inheritance hierarchy.
GenModelSwitch() - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelSwitch
Creates an instance of the switch
genModelTable - Variable in class org.eclipse.emf.codegen.ecore.genmodel.handler.GenerateHandler.GenModelGenerationDialog
 
GenModelUIModule - Class in org.eclipse.emf.codegen.ecore.xtext.ui
 
GenModelUIModule(AbstractUIPlugin) - Constructor for class org.eclipse.emf.codegen.ecore.xtext.ui.GenModelUIModule
 
GenModelUtil - Class in org.eclipse.emf.codegen.ecore.genmodel.util
This class contains convenient static methods for working with GenModel objects.
GenModelUtil() - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelUtil
 
GenModelValidator - Class in org.eclipse.emf.codegen.ecore.genmodel.util
The Validator for the model.
GenModelValidator() - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelValidator
Creates an instance of the switch
GenModelValidatorGeneratorAdapter - Class in org.eclipse.emf.examples.generator.validator
 
GenModelValidatorGeneratorAdapter() - Constructor for class org.eclipse.emf.examples.generator.validator.GenModelValidatorGeneratorAdapter
 
GenModelValidatorGeneratorAdapter(GeneratorAdapterFactory) - Constructor for class org.eclipse.emf.examples.generator.validator.GenModelValidatorGeneratorAdapter
 
GenOperation - Interface in org.eclipse.emf.codegen.ecore.genmodel
A representation of the model object 'Gen Operation'
GenOperationImpl - Class in org.eclipse.emf.codegen.ecore.genmodel.impl
An implementation of the model object 'Gen Operation'
GenOperationImpl() - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
 
genOperationItemProvider - Variable in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProviderAdapterFactory
This keeps track of the one adapter used for all GenOperation instances
GenOperationItemProvider - Class in org.eclipse.emf.codegen.ecore.genmodel.provider
This is the item provider adapter for a GenOperation object
GenOperationItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.provider.GenOperationItemProvider
This constructs an instance from a factory and a notifier
genOperations - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
The cached value of the 'Gen Operations' containment reference list
GenPackage - Interface in org.eclipse.emf.codegen.ecore.genmodel
A representation of the model object 'Gen Package'
GenPackage.AnnotationReferenceData - Class in org.eclipse.emf.codegen.ecore.genmodel
 
GenPackage.AnnotationReferenceData(GenPackage, String) - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.GenPackage.AnnotationReferenceData
 
genPackageGeneratorAdapter - Variable in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenModelGeneratorAdapterFactory
 
GenPackageGeneratorAdapter - Class in org.eclipse.emf.codegen.ecore.genmodel.generator
A GeneratorAdapter for instances of GenPackage.
GenPackageGeneratorAdapter(GeneratorAdapterFactory) - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.generator.GenPackageGeneratorAdapter
 
GenPackageImpl - Class in org.eclipse.emf.codegen.ecore.genmodel.impl
An implementation of the model object 'Gen Package'
GenPackageImpl() - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
genPackageItemProvider - Variable in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProviderAdapterFactory
This keeps track of the one adapter used for all GenPackage instances
GenPackageItemProvider - Class in org.eclipse.emf.codegen.ecore.genmodel.provider
This is the item provider adapter for a GenPackage object
GenPackageItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.provider.GenPackageItemProvider
This constructs an instance from a factory and a notifier
genPackages - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Gen Packages' containment reference list
genPackageToArtifactURI - Variable in class org.eclipse.emf.exporter.ModelExporter.ExportData
 
genPackageToReferencedGenPackages - Variable in class org.eclipse.emf.exporter.ModelExporter.ExportData
 
GenParameter - Interface in org.eclipse.emf.codegen.ecore.genmodel
A representation of the model object 'Gen Parameter'
GenParameterImpl - Class in org.eclipse.emf.codegen.ecore.genmodel.impl
An implementation of the model object 'Gen Parameter'
GenParameterImpl() - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.impl.GenParameterImpl
 
genParameters - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
The cached value of the 'Gen Parameters' containment reference list
GenPropertyKind - Enum in org.eclipse.emf.codegen.ecore.genmodel
A representation of the literals of the enumeration 'Gen Property Kind', and utility methods for working with them
GenProviderKind - Enum in org.eclipse.emf.codegen.ecore.genmodel
A representation of the literals of the enumeration 'Gen Provider Kind', and utility methods for working with them
GenResourceKind - Enum in org.eclipse.emf.codegen.ecore.genmodel
A representation of the literals of the enumeration 'Gen Resource Kind', and utility methods for working with them
GenRuntimePlatform - Enum in org.eclipse.emf.codegen.ecore.genmodel
A representation of the literals of the enumeration 'Gen Runtime Platform', and utility methods for working with them
GenRuntimeVersion - Enum in org.eclipse.emf.codegen.ecore.genmodel
A representation of the literals of the enumeration 'Gen Runtime Version', and utility methods for working with them.
genSchema(Monitor) - 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.
genSchema(Monitor) - 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.
genTests(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.
genTests(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.
GenTypedElement - Interface in org.eclipse.emf.codegen.ecore.genmodel
A representation of the model object 'Gen Typed Element'
GenTypedElementImpl - Class in org.eclipse.emf.codegen.ecore.genmodel.impl
An implementation of the model object 'Gen Typed Element'
GenTypedElementImpl() - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypedElementImpl
 
GenTypeParameter - Interface in org.eclipse.emf.codegen.ecore.genmodel
A representation of the model object 'Gen Type Parameter'
GenTypeParameterImpl - Class in org.eclipse.emf.codegen.ecore.genmodel.impl
An implementation of the model object 'Gen Type Parameter'
GenTypeParameterImpl() - Constructor for class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypeParameterImpl
 
genTypeParameters - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassifierImpl
The cached value of the 'Gen Type Parameters' containment reference list
genTypeParameters - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
The cached value of the 'Gen Type Parameters' containment reference list
get(String) - Static method in enum org.eclipse.emf.codegen.ecore.genmodel.GenDecoration
Returns the 'Gen Decoration' literal with the specified literal value
get(int) - Static method in enum org.eclipse.emf.codegen.ecore.genmodel.GenDecoration
Returns the 'Gen Decoration' literal with the specified integer value
get(String) - Static method in enum org.eclipse.emf.codegen.ecore.genmodel.GenDelegationKind
Returns the 'Gen Delegation Kind' literal with the specified literal value
get(int) - Static method in enum org.eclipse.emf.codegen.ecore.genmodel.GenDelegationKind
Returns the 'Gen Delegation Kind' literal with the specified integer value
get(String) - Static method in enum org.eclipse.emf.codegen.ecore.genmodel.GenJDKLevel
Returns the 'Gen JDK Level' literal with the specified literal value
get(int) - Static method in enum org.eclipse.emf.codegen.ecore.genmodel.GenJDKLevel
Returns the 'Gen JDK Level' literal with the specified integer value
get(String) - Static method in enum org.eclipse.emf.codegen.ecore.genmodel.GenPropertyKind
Returns the 'Gen Property Kind' literal with the specified literal value
get(int) - Static method in enum org.eclipse.emf.codegen.ecore.genmodel.GenPropertyKind
Returns the 'Gen Property Kind' literal with the specified integer value
get(String) - Static method in enum org.eclipse.emf.codegen.ecore.genmodel.GenProviderKind
Returns the 'Gen Provider Kind' literal with the specified literal value
get(int) - Static method in enum org.eclipse.emf.codegen.ecore.genmodel.GenProviderKind
Returns the 'Gen Provider Kind' literal with the specified integer value
get(String) - Static method in enum org.eclipse.emf.codegen.ecore.genmodel.GenResourceKind
Returns the 'Gen Resource Kind' literal with the specified literal value
get(int) - Static method in enum org.eclipse.emf.codegen.ecore.genmodel.GenResourceKind
Returns the 'Gen Resource Kind' literal with the specified integer value
get(String) - Static method in enum org.eclipse.emf.codegen.ecore.genmodel.GenRuntimePlatform
Returns the 'Gen Runtime Platform' literal with the specified literal value
get(int) - Static method in enum org.eclipse.emf.codegen.ecore.genmodel.GenRuntimePlatform
Returns the 'Gen Runtime Platform' literal with the specified integer value
get(String) - Static method in enum org.eclipse.emf.codegen.ecore.genmodel.GenRuntimeVersion
Returns the 'Gen Runtime Version' literal with the specified literal value
get(int) - Static method in enum org.eclipse.emf.codegen.ecore.genmodel.GenRuntimeVersion
Returns the 'Gen Runtime Version' literal with the specified integer value
get(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.GenAnnotationCopier
 
get(int) - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Returns the object at the index.
get(int) - Method in class org.eclipse.emf.common.util.BasicEList
Returns the object at the index.
get(Object) - Method in class org.eclipse.emf.common.util.BasicEMap.DelegatingMap
 
get(Object) - Method in class org.eclipse.emf.common.util.BasicEMap
 
get(int) - Method in class org.eclipse.emf.common.util.BasicEMap
get(int) - Method in class org.eclipse.emf.common.util.DelegatingEList
Returns the object at the index.
get(Object) - Method in interface org.eclipse.emf.common.util.EMap
Returns the value associated with the key.
get(E) - Method in interface org.eclipse.emf.common.util.InterningSet
Returns either the instance already contained in the set that's equal to the given object, or null if the object is not in the set.
get(E) - Method in class org.eclipse.emf.common.util.Pool
 
get(E) - Method in class org.eclipse.emf.common.util.WeakInterningHashSet
Returns either the instance already contained in the set that's equal to the given object, or null if the object is not in the set.
get(int) - Method in class org.eclipse.emf.databinding.internal.EWritableList
 
get(String) - Static method in enum org.eclipse.emf.ecore.change.ChangeKind
Returns the 'Kind' literal with the specified literal value
get(int) - Static method in enum org.eclipse.emf.ecore.change.ChangeKind
Returns the 'Kind' literal with the specified integer value
get(Object) - Method in class org.eclipse.emf.ecore.EDataType.Internal.ConversionDelegate.Factory.Registry.Impl
 
get(Object) - Method in class org.eclipse.emf.ecore.EOperation.Internal.InvocationDelegate.Factory.Registry.Impl
 
get(Object) - Method in class org.eclipse.emf.ecore.EStructuralFeature.Internal.SettingDelegate.Factory.Registry.Impl
 
get(boolean) - Method in interface org.eclipse.emf.ecore.EStructuralFeature.Setting
Returns the value held by the feature of the object; it optionally resolves the value.
get(Object) - Method in class org.eclipse.emf.ecore.impl.EPackageRegistryImpl.Delegator
 
get(InternalEObject, EStructuralFeature, int) - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.EStoreImpl
 
get(Class<?>) - Static method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleData.NotificationCreator
 
get(boolean) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.SettingMany
 
get(Object) - Method in class org.eclipse.emf.ecore.impl.EValidatorRegistryImpl
 
get(Object) - Method in class org.eclipse.emf.ecore.impl.ValidationDelegateRegistryImpl
 
get(InternalEObject, EStructuralFeature, int) - Method in interface org.eclipse.emf.ecore.InternalEObject.EStore
Returns the value at the index in the content of the object's feature.
get(EStructuralFeature) - Static method in enum org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.BinaryIO.FeatureKind
 
get(EStructuralFeature, boolean) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
get(EStructuralFeature, int, boolean) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
get(InternalEObject, boolean, boolean) - Method in class org.eclipse.emf.ecore.util.BasicSettingDelegate.Stateless
Returns the value of this delegate's feature for the owner.
get(boolean) - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList
 
get(boolean) - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList.UnmodifiableEList
 
get(EStructuralFeature, boolean) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
get(EStructuralFeature, int, boolean) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
get(boolean) - Method in class org.eclipse.emf.ecore.util.EcoreEList
 
get(boolean) - Method in class org.eclipse.emf.ecore.util.EcoreEList.UnmodifiableEList
 
get(boolean) - Method in class org.eclipse.emf.ecore.util.EcoreEMap
 
GET - Static variable in class org.eclipse.emf.ecore.util.EcoreUtil
Identifier for the get accessor.
get(EStructuralFeature, boolean) - Method in interface org.eclipse.emf.ecore.util.FeatureMap
 
get(EStructuralFeature, int, boolean) - Method in interface org.eclipse.emf.ecore.util.FeatureMap.Internal
 
get(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.BasicValidator.Cache
 
get(int) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList
 
get(boolean) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList
 
get(EStructuralFeature, boolean) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureFeatureMap
 
get(EStructuralFeature, int, boolean) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureFeatureMap
 
get(boolean) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureValue
 
get(Object) - Method in class org.eclipse.emf.ecore.util.QueryDelegate.Factory.Registry.Impl
 
get(String) - Method in class org.eclipse.emf.ecore.xcore.resource.XcoreResource.FragmentCache
 
get() - Method in class org.eclipse.emf.ecore.xcore.XcoreStandaloneSetup.XcoreStandaloneRuntimeModule.XcoreStandaloneResourceSetProvider
 
get(Map<String, Boolean>, Map<String, ?>, boolean) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLParserPoolImpl
 
get(Map<String, Boolean>, Map<String, ?>, boolean) - Method in interface org.eclipse.emf.ecore.xmi.XMLParserPool
Retrieves a parser from the pool given specified properties and features.
get(String) - Static method in enum org.eclipse.emf.ecore.xml.namespace.SpaceType
Returns the 'Space Type' literal with the specified literal value
get(int) - Static method in enum org.eclipse.emf.ecore.xml.namespace.SpaceType
Returns the 'Space Type' literal with the specified integer value
get(EStructuralFeature, int) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter.ChildrenStore
Returns either a single element of the specified feature or, if index is -1, the value view.
get(int) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter.ModifiableSingletonEList
 
get(Object) - Method in class org.eclipse.emf.edit.ui.util.QueryDelegateTextViewer.Factory.Registry.Impl
 
get(String) - Static method in enum org.eclipse.emf.examples.extlibrary.BookCategory
Returns the 'Book Category' literal with the specified literal value
get(int) - Static method in enum org.eclipse.emf.examples.extlibrary.BookCategory
Returns the 'Book Category' literal with the specified integer value
get(String) - Static method in enum org.eclipse.emf.java.JVisibility
Returns the 'JVisibility' literal with the specified literal value
get(int) - Static method in enum org.eclipse.emf.java.JVisibility
Returns the 'JVisibility' literal with the specified integer value
getAbstractAbstractKeyword_2_0_0_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XClassElements
 
getAbstractAssignment_2_0_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XClassElements
 
getAbstractFlag() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getAbstractFlag() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getAbstractKeyword_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.FeatureCallIDElements
 
getAbstractTypeMap() - Method in class org.eclipse.emf.codegen.merge.java.JPatternDictionary
 
getAccesorOperation(GenFeature, String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getAccessorName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
getAccessorName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
getAccessorOperations - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getAction() - Method in class org.eclipse.emf.codegen.merge.java.JControlModel.SweepRule
 
getActionBarContributor() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
 
getActionBarContributor() - Method in class org.eclipse.emf.ecore.presentation.EcoreEditor
 
getActionBarContributor() - Method in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryEditor
 
getActionBarContributor() - Method in class org.eclipse.emf.java.presentation.JavaEditor
 
getActionBarContributor() - Method in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLEditor
 
getActionBarContributor() - Method in class org.eclipse.emf.mapping.presentation.MappingEditor
 
getActionBarContributorClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getActionBarContributorClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getActionBarContributorEmitter() - 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.
getActionBarContributorEmitter() - 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.
getActionBars() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
 
getActionBars() - Method in class org.eclipse.emf.ecore.presentation.EcoreEditor
 
getActionBars() - Method in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryEditor
 
getActionBars() - Method in class org.eclipse.emf.java.presentation.JavaEditor
 
getActionBars() - Method in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLEditor
 
getActionBars() - Method in class org.eclipse.emf.mapping.presentation.MappingEditor
 
getActiveEditor() - Method in class org.eclipse.emf.edit.ui.action.EditingDomainActionBarContributor
 
getActiveEditorSelection() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelActionBarContributor
This gets the selection from the active editor.
getActiveShell() - Static method in class org.eclipse.emf.converter.util.ConverterUtil.ShellFinder
 
getActualReplacementString(ConfigurableCompletionProposal) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.OppositeReplacementTextApplier
 
getAdapter(Class) - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
This is how the framework determines which interfaces we implement
getAdapter(Class<?>, URI) - Static method in class org.eclipse.emf.common.ui.URIEditorInput.EclipseUtil
 
getAdapter(Class) - Method in class org.eclipse.emf.common.ui.URIEditorInput
 
getAdapter(Class) - Method in class org.eclipse.emf.ecore.presentation.EcoreEditor
This is how the framework determines which interfaces we implement
getAdapter(List<Adapter>, Object) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Returns the adapter of the specified type.
getAdapter(Class) - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractSelectionView
 
getAdapter(IWorkbenchPart, Class<T>) - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractSelectionView
 
getAdapter(Class) - Method in class org.eclipse.emf.ecore.xcore.ui.editor.XcoreEditor
 
getAdapter(Class) - Method in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryEditor
This is how the framework determines which interfaces we implement
getAdapter(Class) - Method in class org.eclipse.emf.java.presentation.JavaEditor
This is how the framework determines which interfaces we implement
getAdapter(Class) - Method in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLEditor
This is how the framework determines which interfaces we implement
getAdapter(Class) - Method in class org.eclipse.emf.mapping.presentation.MappingEditor
This is how the framework determines which interfaces we implement.
getAdapterDelegatePackages() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getAdapterDelegatePackages() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getAdapterDelegateSuperClasses() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getAdapterDelegateSuperClasses() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getAdapterFactories(Object) - Method in class org.eclipse.emf.codegen.ecore.generator.Generator
Returns the generator adapter factories for a given object.
getAdapterFactories() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl
 
getAdapterFactories() - Method in interface org.eclipse.emf.ecore.resource.ResourceSet
Returns the list of registered AdapterFactory instances.
getAdapterFactories(Object) - Method in class org.eclipse.emf.ecore.xcore.generator.XcoreGeneratorImpl
 
getAdapterFactory() - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter
 
getAdapterFactory() - Method in interface org.eclipse.emf.codegen.ecore.generator.GeneratorAdapter
Returns the adapter factory that created this adapter.
getAdapterFactory() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
 
getAdapterFactory() - Method in class org.eclipse.emf.ecore.presentation.EcoreEditor
 
getAdapterFactory(List<AdapterFactory>, Object) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Returns the adapter factory for the specified adapter type.
getAdapterFactory() - Method in class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain
This returns the adapter factory used by this domain.
getAdapterFactory() - Method in class org.eclipse.emf.edit.provider.AdapterFactoryItemDelegator
 
getAdapterFactory() - Method in class org.eclipse.emf.edit.provider.ItemProvider
This yields the optional adapter factory.
getAdapterFactory() - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This provides access to the factory.
getAdapterFactory() - Method in class org.eclipse.emf.edit.provider.ItemProviderDecorator
This provides access to the factory.
getAdapterFactory() - Method in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
Deprecated.
 
getAdapterFactory() - Method in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTreeEditor
 
getAdapterFactory() - Method in class org.eclipse.emf.edit.ui.provider.AdapterFactoryContentProvider
This returns the wrapped factory.
getAdapterFactory() - Method in class org.eclipse.emf.edit.ui.provider.AdapterFactoryLabelProvider
Return the wrapped AdapterFactory.
getAdapterFactory() - Method in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryEditor
 
getAdapterFactory() - Method in class org.eclipse.emf.java.presentation.JavaEditor
 
getAdapterFactory() - Method in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLEditor
 
getAdapterFactoryClassEmitter() - 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.
getAdapterFactoryClassEmitter() - 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.
getAdapterFactoryClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getAdapterFactoryClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getAdapterFactoryDelegateName(GenPackage) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getAdapterFactoryDelegateName(GenPackage) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getAdapterFactoryDescriptorRegistry() - Method in class org.eclipse.emf.codegen.ecore.generator.Generator
Returns the generator's adapter factory descriptor registry.
getAdapters(Object) - Method in class org.eclipse.emf.codegen.ecore.generator.Generator
Returns the generator adapters for the given object.
getAdatper(Class<?>, URI) - Static method in class org.eclipse.emf.common.ui.URIEditorInput.EclipseUtil
Deprecated. 
getAddButtonLabel() - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPackagePage
 
getAddress() - Method in interface org.eclipse.emf.examples.extlibrary.Addressable
Returns the value of the 'Address' attribute
getAddress() - Method in class org.eclipse.emf.examples.extlibrary.impl.LibraryImpl
 
getAddress() - Method in class org.eclipse.emf.examples.extlibrary.impl.PersonImpl
 
getAddressable() - Method in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
Returns the meta object for class 'Addressable'
getAddressable() - Method in class org.eclipse.emf.examples.extlibrary.impl.EXTLibraryPackageImpl
 
getAddressable_Address() - Method in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
Returns the meta object for the attribute 'Address'
getAddressable_Address() - Method in class org.eclipse.emf.examples.extlibrary.impl.EXTLibraryPackageImpl
 
getAffectedObjects() - Method in class org.eclipse.emf.common.command.AbstractCommand
Returns an empty list.
getAffectedObjects() - Method in interface org.eclipse.emf.common.command.Command
Returns the collection of things which this command wishes to present as the objects affected by the command.
getAffectedObjects() - Method in class org.eclipse.emf.common.command.CommandWrapper
Delegates to the getAffectedObjects method of the command.
getAffectedObjects() - Method in class org.eclipse.emf.common.command.CompoundCommand
Determines the affected objects by composing the affected objects of the commands in the list; this is affected by the setting of CompoundCommand.resultIndex.
getAffectedObjects() - Method in class org.eclipse.emf.edit.command.AbstractOverrideableCommand
 
getAffectedObjects() - Method in class org.eclipse.emf.edit.command.CreateChildCommand
This returns the affected objects.
getAffectedObjects() - Method in class org.eclipse.emf.edit.command.DragAndDropCommand
 
getAffectedObjects() - Method in class org.eclipse.emf.edit.provider.DelegatingWrapperItemProvider.AffectedObjectsWrappingCommand
 
getAffectedObjects() - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter.ResultAndAffectedObjectsWrappingCommand
 
getAffectedObjects() - Method in class org.eclipse.emf.edit.provider.WrapperItemProvider.ReplacementAffectedObjectCommand
Obtains the children of the wrapper's owner, and returns a collection containing the first wrapper whose feature and index match this one's.
getAffectedObjects() - Method in class org.eclipse.emf.edit.provider.WrapperItemProvider.WrappingCopyCommand
Returns a list containing only the original wrapper itself.
getAffectedObjects() - Method in class org.eclipse.emf.edit.ui.action.ControlAction.SelfAffectingCommand
 
getAffectedObjects() - Method in class org.eclipse.emf.mapping.command.AddMappingCommand
 
getAffectedObjects() - Method in class org.eclipse.emf.mapping.command.AddOverrideCommand
 
getAffectedObjects() - Method in class org.eclipse.emf.mapping.command.CreateMappingCommand
 
getAffectedObjects() - Method in class org.eclipse.emf.mapping.command.InitializeCopyOverrideCommand
 
getAffectedObjects() - Method in class org.eclipse.emf.mapping.command.RemoveOverrideCommand
 
getAffectedObjects() - Method in class org.eclipse.emf.mapping.command.SetOverrideCommand
 
getAffiliation() - Method in interface org.eclipse.emf.ecore.util.BasicExtendedMetaData.EStructuralFeatureExtendedMetaData
 
getAffiliation() - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EStructuralFeatureExtendedMetaDataImpl
 
getAffiliation(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
getAffiliation(EClass, EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
getAffiliation(EStructuralFeature) - Method in interface org.eclipse.emf.ecore.util.ExtendedMetaData
Returns the substitution group affiliation for the given structural feature, that is, the feature corresponding to the head element of the substitution group to which the element corresponding to the given feature belongs.
getAffiliation(EClass, EStructuralFeature) - Method in interface org.eclipse.emf.ecore.util.ExtendedMetaData
Returns a structural feature within the given class that is or is associated with the given structural feature.
getAllAnnotations() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getAllAnnotations() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getAllAttributes(EClass) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
getAllAttributes(EClass) - Method in interface org.eclipse.emf.ecore.util.ExtendedMetaData
Returns all the structural features of the given class, and its super classes, corresponding to XML attributes and attribute wildcards.
getAllBaseGenClasses() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getAllBaseGenClasses() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getAllChildConcreteSubclasses(EReference) - Method in class org.eclipse.emf.edit.provider.ReflectiveItemProvider
 
getAllChildCreationData(GenModel) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getAllChildrenFeatures() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getAllChildrenFeatures() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getAllConcreteSubclasses(EClass) - Method in class org.eclipse.emf.edit.provider.ReflectiveItemProvider
 
getAllContents() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
 
getAllContents() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl
 
getAllContents() - Method in interface org.eclipse.emf.ecore.resource.Resource
Returns a tree iterator that iterates over all the direct contents and indirect contents of this resource.
getAllContents() - Method in interface org.eclipse.emf.ecore.resource.ResourceSet
Returns a tree iterator that iterates over all the direct resources and over the content tree of each.
getAllContents(Collection<?>) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Returns a tree iterator over the content trees recursively defined by ResourceSet.getResources(), Resource.getContents(), and EObject.eContents().
getAllContents(Collection<?>, boolean) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Returns a tree iterator over the content trees recursively defined by ResourceSet.getResources(), Resource.getContents(), and EObject.eContents().
getAllContents(EObject, boolean) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Returns a tree iterator that iterates over all the direct contents and indirect contents of the object.
getAllContents(Resource, boolean) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Returns a tree iterator that iterates over all the direct contents and indirect contents of the resource.
getAllContents(ResourceSet, boolean) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Returns a tree iterator that iterates over all the direct resources in the resource set and over the content tree of each.
getAllCreateChildFeatures() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getAllCreateChildFeatures() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getAllCreateChildFeaturesIncludingDelegation() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getAllCreateChildFeaturesIncludingDelegation() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getAllDelegatedFeatures(EStructuralFeature) - Method in class org.eclipse.emf.edit.provider.ReflectiveItemProvider
 
getAllEClasses(EClass) - Method in class org.eclipse.emf.edit.provider.ReflectiveItemProvider
 
getAllElements(EClass) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
getAllElements(EClass) - Method in interface org.eclipse.emf.ecore.util.ExtendedMetaData
Returns all the structural features of the given class, and its super classes, corresponding to elements, element wildards, and model groups.
getAllElements() - Method in class org.eclipse.emf.ecore.xcore.scoping.types.AbstractXcoreScope
 
getAllEPackages(EClass) - Method in class org.eclipse.emf.edit.provider.ReflectiveItemProvider
 
getAllEVirtualIndexBitFields(List<String>) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getAllEVirtualIndexBitFields(List<String>) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getAllFields() - Method in class org.eclipse.emf.java.impl.JClassImpl
 
getAllFields() - Method in interface org.eclipse.emf.java.JClass
Returns the value of the 'All Fields' reference list.
getAllGenAndUsedGenPackagesWithClassifiers() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getAllGenAndUsedGenPackagesWithClassifiers() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getAllGenConstraints() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClassifier
 
getAllGenConstraints() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassifierImpl
 
getAllGenConstraints() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getAllGenConstraints() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
 
getAllGenDataTypes() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getAllGenDataTypes() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getAllGenFeatures() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getAllGenFeatures() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getAllGenFeatures() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getAllGenFeatures() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getAllGenFeatures() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getAllGenFeatures() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getAllGenModelFiles(Collection<IFile>, IContainer) - Method in class org.eclipse.emf.importer.java.builder.JavaEcoreBuilder
Walks the container recursively.
getAllGenModelFiles(Collection<IFile>, IFile) - Method in class org.eclipse.emf.importer.java.builder.JavaEcoreBuilder
Walks the container recursively.
getAllGenOperations() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getAllGenOperations(boolean) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getAllGenOperations() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getAllGenOperations(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getAllGenPackages() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
getAllGenPackagesWithClassifiers() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getAllGenPackagesWithClassifiers() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getAllGenPackagesWithClassifiersHelper(List<GenPackage>, List<GenPackage>) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getAllGenPackagesWithConcreteClasses() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getAllGenPackagesWithConcreteClasses() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getAllGenUsedAndStaticGenPackagesWithClassifiers() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getAllGenUsedAndStaticGenPackagesWithClassifiers() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getAllKeywords() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.XcoreProposalProvider
 
getAllLocalElements() - Method in class org.eclipse.emf.ecore.xcore.scoping.XcoreScopeProvider.KeyScope
 
getAllLocalElements() - Method in class org.eclipse.emf.ecore.xcore.scoping.XcoreScopeProvider.OppositeScope
 
getAllLocalElements() - Method in class org.eclipse.emf.ecore.xcore.scoping.XcoreScopeProvider.TypeParameterScope
 
getAllMappings(Collection<?>) - Method in class org.eclipse.emf.mapping.impl.MappingRootImpl
 
getAllMappings(Collection<?>) - Method in interface org.eclipse.emf.mapping.MappingRoot
This returns the intersection of the result of getMappings(Object) for each object of the collection.
getAllMethods() - Method in class org.eclipse.emf.java.impl.JClassImpl
 
getAllMethods() - Method in interface org.eclipse.emf.java.JClass
Returns the value of the 'All Methods' reference list.
getAllNestedAnnotations(EAnnotation) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getAllNestedAnnotations(EAnnotation) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getAllObjectsByType(EList<Object>, EClassifier) - Method in class org.eclipse.emf.oda.ecore.impl.Query
 
getAllPackages(Resource) - Method in class org.eclipse.emf.ecore.presentation.EcoreActionBarContributor.ExtendedLoadResourceAction.ExtendedLoadResourceDialog
 
getAllProperContents(EObject) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
 
getAllProperContents(List<EObject>) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
 
getAllProperContents(Collection<?>, boolean) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Returns a tree iterator over the content trees recursively defined by ResourceSet.getResources(), Resource.getContents(), and EObject.eContents(), skipping over any child object that's in a different resource from its parent.
getAllProperContents(EObject, boolean) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Returns a tree iterator that iterates over all the direct contents and indirect contents of the object, skipping over any child object that's in a different resource from its parent.
getAllProperContents(Resource, boolean) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Returns a tree iterator that iterates over all the direct contents and indirect contents of the resource, skipping over any child object that's in a different resource from its parent.
getAllProperContents(ResourceSet, boolean) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Returns a tree iterator that iterates over all the direct resources in the resource set and over the content tree of each, skipping over any child object that's in a different resource from its parent.
getAllReferencedProjects(Collection<URL>, IProject[]) - Method in class org.eclipse.emf.ecore.xcore.ui.XcoreJavaProjectProvider
 
getAllReferencedProjects(Collection<IProject>, IProject[]) - Method in class org.eclipse.emf.importer.java.builder.JavaEcoreBuilder
Walks the projects recursively.
getAllReferencedProjects(Collection<URL>, IProject[]) - Method in class org.eclipse.emf.java.presentation.JavaEditor
Walks the projects recursively.
getAllSuperTypes() - Method in class org.eclipse.emf.java.impl.JClassImpl
 
getAllSuperTypes() - Method in interface org.eclipse.emf.java.JClass
Returns the value of the 'All Super Types' reference list.
getAllSwitchGenClasses() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getAllSwitchGenClasses() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getAllTrackedContentsMap() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJCompilationUnit
 
getAllTypes() - Method in class org.eclipse.emf.java.impl.JClassImpl
 
getAllTypes() - Method in interface org.eclipse.emf.java.JClass
Returns the value of the 'All Types' reference list.
getAllUsedGenPackagesWithClassifiers() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getAllUsedGenPackagesWithClassifiers() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getAllValidatorBaseGenPackages() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getAllValidatorBaseGenPackages() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getAllValues() - Method in class org.eclipse.emf.importer.rose.parser.RoseNode
 
getAllValues(boolean) - Method in class org.eclipse.emf.importer.rose.parser.RoseNode
 
getAlternateNames(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.UniqueNameHelper
 
getAlternatives() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.FeatureCallIDElements
 
getAlternatives() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.ValidIDElements
 
getAlternatives() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XClassifierElements
 
getAlternatives() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XGenericTypeArgumentElements
 
getAlternatives() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XIDElements
 
getAlternatives() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XMemberElements
 
getAlternatives_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XImportDirectiveElements
 
getAlternatives_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XMultiplicityElements
 
getAlternatives_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XParameterElements
 
getAlternatives_1_3_1_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XMultiplicityElements
 
getAlternatives_2() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XClassElements
 
getAlternatives_2() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XGenericWildcardTypeArgumentElements
 
getAlternatives_2() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XReferenceElements
 
getAlternatives_3() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XOperationElements
 
getAlternatives_5() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XOperationElements
 
getAmpersandKeyword_2_2_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XTypeParameterElements
 
getAnnotatedModelElementAccessor(EAnnotation) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getAnnotatedModelElementAccessor(EAnnotation) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getAnnotation(GenBase, String, String) - Static method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelUtil
 
getAnnotation(EModelElement, boolean) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
getAnnotation(EModelElement, String, String) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
 
getAnnotation(String) - Method in class org.eclipse.emf.ecore.xcore.impl.XModelElementImpl
 
getAnnotation(String) - Method in interface org.eclipse.emf.ecore.xcore.XModelElement
 
getAnnotation() - Method in class org.eclipse.emf.importer.rose.parser.RoseNode
 
getAnnotationDirectives() - Method in class org.eclipse.emf.ecore.xcore.impl.XPackageImpl
 
getAnnotationDirectives() - Method in interface org.eclipse.emf.ecore.xcore.XPackage
Returns the value of the 'Annotation Directives' containment reference list.
getAnnotationDirectivesAssignment_5() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XPackageElements
 
getAnnotationDirectivesXAnnotationDirectiveParserRuleCall_5_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XPackageElements
 
getAnnotationInfo(EModelElement) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
getAnnotationInfo(EModelElement, GenBaseImpl.AnnotationFilter) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
getAnnotationKeyword_0_0_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XAnnotationDirectiveElements
 
getAnnotationKeyword_2() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.FeatureCallIDElements
 
getAnnotationList() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJMember
 
getAnnotationMap() - Method in class org.eclipse.emf.codegen.merge.java.JPatternDictionary
 
getAnnotations() - Method in class org.eclipse.emf.ecore.xcore.impl.XModelElementImpl
 
getAnnotations() - Method in interface org.eclipse.emf.ecore.xcore.XModelElement
Returns the value of the 'Annotations' containment reference list.
getAnnotationsAssignment_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XDataTypeElements
 
getAnnotationsAssignment_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XEnumElements
 
getAnnotationsAssignment_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XEnumLiteralElements
 
getAnnotationsAssignment_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XParameterElements
 
getAnnotationsAssignment_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XTypeParameterElements
 
getAnnotationsAssignment_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XAttributeElements
 
getAnnotationsAssignment_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XClassElements
 
getAnnotationsAssignment_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XOperationElements
 
getAnnotationsAssignment_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XPackageElements
 
getAnnotationsAssignment_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XReferenceElements
 
getAnnotationSourceIdentifier(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getAnnotationSourceIdentifier(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getAnnotationSources() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getAnnotationSources() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getAnnotationsXAnnotationParserRuleCall_0_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XDataTypeElements
 
getAnnotationsXAnnotationParserRuleCall_0_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XEnumElements
 
getAnnotationsXAnnotationParserRuleCall_0_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XEnumLiteralElements
 
getAnnotationsXAnnotationParserRuleCall_0_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XParameterElements
 
getAnnotationsXAnnotationParserRuleCall_0_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XTypeParameterElements
 
getAnnotationsXAnnotationParserRuleCall_1_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XAttributeElements
 
getAnnotationsXAnnotationParserRuleCall_1_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XClassElements
 
getAnnotationsXAnnotationParserRuleCall_1_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XOperationElements
 
getAnnotationsXAnnotationParserRuleCall_1_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XPackageElements
 
getAnnotationsXAnnotationParserRuleCall_1_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XReferenceElements
 
getAnnotationTypeMemberMap() - Method in class org.eclipse.emf.codegen.merge.java.JPatternDictionary
 
getAntlrTokenFile() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.XcoreAntlrTokenFileProvider
 
getAny() - Method in interface org.eclipse.emf.ecore.xml.type.AnyType
Returns the value of the 'Any' attribute list.
getAny() - Method in class org.eclipse.emf.ecore.xml.type.impl.AnyTypeImpl
 
getANY_OTHERRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getAnyAttribute() - Method in interface org.eclipse.emf.ecore.xml.type.AnyType
Returns the value of the 'Any Attribute' attribute list.
getAnyAttribute() - Method in class org.eclipse.emf.ecore.xml.type.impl.AnyTypeImpl
 
getAnyContentPrefixToURIMapping() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
getAnyContentPrefixToURIMapping() - Method in interface org.eclipse.emf.ecore.xmi.XMLHelper
Returns a map of prefixes to URI mapping for elements with any content
getAnySimpleType() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypePackageImpl
 
getAnySimpleType() - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
Returns the meta object for data type 'Any Simple Type'
getAnyType() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypePackageImpl
 
getAnyType() - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
Returns the meta object for class 'Any Type'
getAnyType_Any() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypePackageImpl
 
getAnyType_Any() - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
Returns the meta object for the attribute list 'Any'
getAnyType_AnyAttribute() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypePackageImpl
 
getAnyType_AnyAttribute() - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
Returns the meta object for the attribute list 'Any Attribute'
getAnyType_Mixed() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypePackageImpl
 
getAnyType_Mixed() - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
Returns the meta object for the attribute list 'Mixed'
getAnyURI() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypePackageImpl
 
getAnyURI() - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
Returns the meta object for data type 'Any URI'
getArguments() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJEnumConstant
 
getArguments() - Method in interface org.eclipse.emf.codegen.merge.java.facade.JEnumConstant
Returns an ordered list of arguments as declared in source.
getArrayBracketsAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getArrayBracketsRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getArrayItemType(GenClass) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenTypedElement
This returns the imported name of the array type.
getArrayItemType(GenClass) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypedElementImpl
 
getArrayType() - Method in class org.eclipse.emf.java.impl.JClassImpl
 
getArrayType() - Method in interface org.eclipse.emf.java.JClass
Returns the value of the 'Array Type' containment reference.
getArtifactLocation() - Method in class org.eclipse.emf.exporter.ModelExporter.EPackageExportInfo
 
getArtifactText(String, URI) - Method in class org.eclipse.emf.exporter.ui.contribution.base.ModelExporterPackagePage
 
getArtifactURI() - Method in class org.eclipse.emf.exporter.ModelExporter.ReferencedGenPackageExportInfo
 
getArtifactURIs(GenPackage) - Method in class org.eclipse.emf.exporter.ModelExporter
 
getAsKeyword_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XAnnotationDirectiveElements
 
getAsKeyword_2_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XEnumLiteralElements
 
getAsKeyword_3() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.FeatureCallIDElements
 
getAssociatedExpression(JvmIdentifiableElement) - Method in class org.eclipse.emf.ecore.xcore.resource.XcoreModelAssociator
 
getAsteriskKeyword_1_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XMultiplicityElements
 
getAsteriskKeyword_1_3_1_1_2() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XMultiplicityElements
 
getASTNode() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJNode
Returns AST node used to read contents and make modifications to the nodes.
getAtId() - Method in class org.eclipse.emf.importer.rose.parser.RoseNode
 
getAttribute(String, String) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
getAttribute(EClass, String, String) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
getAttribute(String, String) - Method in interface org.eclipse.emf.ecore.util.ExtendedMetaData
Returns the structural feature with the given XML name that corresponds to a global attribute within the package with the given namespace.
getAttribute(EClass, String, String) - Method in interface org.eclipse.emf.ecore.util.ExtendedMetaData
Returns a structural feature within a class, corresponding to a local attribute with the given namespace and name, or, failing that, a document root feature corresponding to a global attribute with the given namespace and name that is affiliated with a feature in the class.
getAttributeData(String) - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter
Collect information about attributes in a manifest's contents.
getAttributeIndent() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLString
 
getAttributeName() - Method in class org.eclipse.emf.importer.rose.parser.RoseNode
 
getAttributes() - Method in class org.eclipse.emf.ecore.resource.impl.ArchiveURIHandlerImpl.Archive
 
getAttributes(URI, Map<?, ?>) - Method in class org.eclipse.emf.ecore.resource.impl.ArchiveURIHandlerImpl
 
getAttributes(URI, Map<?, ?>) - Method in class org.eclipse.emf.ecore.resource.impl.EFSURIHandlerImpl
 
getAttributes(URI, Map<?, ?>) - Method in class org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl
 
getAttributes(URI, Map<?, ?>) - Method in class org.eclipse.emf.ecore.resource.impl.FileURIHandlerImpl
 
getAttributes(URI, Map<?, ?>) - Method in class org.eclipse.emf.ecore.resource.impl.PlatformResourceURIHandlerImpl
 
getAttributes(URI, Map<?, ?>) - Method in class org.eclipse.emf.ecore.resource.impl.URIHandlerImpl
 
getAttributes(URI, Map<?, ?>) - Method in interface org.eclipse.emf.ecore.resource.URIConverter
Returns a map from String attributes to their corresponding values representing information about various aspects of the URI's state.
getAttributes(URI, Map<?, ?>) - Method in interface org.eclipse.emf.ecore.resource.URIHandler
Returns a map from String attributes to their corresponding values representing information about various aspects of the URI's state.
getAttributes(EClass) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
getAttributes(EClass) - Method in interface org.eclipse.emf.ecore.util.ExtendedMetaData
Returns the structural features of the given class corresponding to XML attributes and attribute wildcards.
getAttributesToCopy() - Method in class org.eclipse.emf.edit.command.InitializeCopyCommand
 
getAttributeValue(String) - Method in class org.eclipse.emf.importer.rose.parser.RoseNode
 
getAttributeValue(String, String) - Method in class org.eclipse.emf.importer.rose.parser.RoseNode
This provides backwards compatibility for the renaming of "eCore" to "Ecore".
getAttributeWildcardAffiliation(EClass, String, String) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
getAttributeWildcardAffiliation(EClass, String, String) - Method in interface org.eclipse.emf.ecore.util.ExtendedMetaData
Returns a wildcard feature in the given class that allows allows attribute values from the given namespace.
getAudioVisualItem() - Method in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
Returns the meta object for class 'Audio Visual Item'
getAudioVisualItem() - Method in class org.eclipse.emf.examples.extlibrary.impl.EXTLibraryPackageImpl
 
getAudioVisualItem_Damaged() - Method in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
Returns the meta object for the attribute 'Damaged'
getAudioVisualItem_Damaged() - Method in class org.eclipse.emf.examples.extlibrary.impl.EXTLibraryPackageImpl
 
getAudioVisualItem_MinutesLength() - Method in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
Returns the meta object for the attribute 'Minutes Length'
getAudioVisualItem_MinutesLength() - Method in class org.eclipse.emf.examples.extlibrary.impl.EXTLibraryPackageImpl
 
getAudioVisualItem_Title() - Method in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
Returns the meta object for the attribute 'Title'
getAudioVisualItem_Title() - Method in class org.eclipse.emf.examples.extlibrary.impl.EXTLibraryPackageImpl
 
getAuthor() - Method in interface org.eclipse.emf.examples.extlibrary.Book
Returns the value of the 'Author' reference.
getAuthor() - Method in interface org.eclipse.emf.examples.extlibrary.BookOnTape
Returns the value of the 'Author' reference
getAuthor() - Method in class org.eclipse.emf.examples.extlibrary.impl.BookImpl
 
getAuthor() - Method in class org.eclipse.emf.examples.extlibrary.impl.BookOnTapeImpl
 
getAutoFeedback() - Method in class org.eclipse.emf.edit.ui.dnd.EditingDomainViewerDropAdapter
This returns the bitwise OR'ed flags for desired auto-feedback effects.
getBackgoundColor() - Method in class org.eclipse.emf.edit.provider.StyledString.Style
 
getBackground(Object) - Method in class org.eclipse.emf.edit.provider.AdapterFactoryItemDelegator
This does the same thing as IColorProvider.getBackground, it fetches the foreground color specific to this object instance.
getBackground(Object, int) - Method in class org.eclipse.emf.edit.provider.AdapterFactoryItemDelegator
This does the same thing as ITableColorProvider.getBackground.
getBackground(Object) - Method in class org.eclipse.emf.edit.provider.DelegatingWrapperItemProvider
Uses the delegate item provider to return the delegate value's background color.
getBackground(Object, int) - Method in class org.eclipse.emf.edit.provider.DelegatingWrapperItemProvider
Uses the delegate item provider to return the delegate value's background color.
getBackground(Object) - Method in interface org.eclipse.emf.edit.provider.IItemColorProvider
This does the same thing as IColorProvider.getBackground, it fetches the background color specific to this object instance.
getBackground(Object, int) - Method in interface org.eclipse.emf.edit.provider.ITableItemColorProvider
This does the same thing as ITableColorProvider.getBackground.
getBackground(Object) - Method in class org.eclipse.emf.edit.provider.ItemProvider
getBackground() - Method in class org.eclipse.emf.edit.provider.ItemProvider
This delegates to getBackground(this).
getBackground(Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This implements IItemColorProvider.getBackground by returning null;
getBackground(Object, int) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This implements ITableItemColorProvider.getBackground by returning null;
getBackground(Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderDecorator
This implements IItemColorProvider.getBackground by delegating to (IItemColorProvider)ItemProviderDecorator.decoratedItemProvider.
getBackground(Object, int) - Method in class org.eclipse.emf.edit.provider.ItemProviderDecorator
This implements ITableItemColorProvider.getBackground by delegating to (ITableItemColorProvider)ItemProviderDecorator.decoratedItemProvider.
getBackground(Object) - Method in class org.eclipse.emf.edit.provider.WrapperItemProvider
IItemColorProvider.getBackground is implemented by returning null.
getBackground(Object) - Method in class org.eclipse.emf.edit.ui.provider.AdapterFactoryLabelProvider
This implements org.eclipse.jface.viewers.IColorProvider.getBackground by forwarding it to an object that implements IItemColorProvider.getBackground
getBackground(Object, int) - Method in class org.eclipse.emf.edit.ui.provider.AdapterFactoryLabelProvider
This implements ITableColorProvider.getBackground by forwarding it to an object that implements ITableItemColorProvider.getBackground or failing that, an object that implements IItemColorProvider.getBackground where the columnIndex is ignored.
getBackground(Object) - Method in class org.eclipse.emf.edit.ui.provider.DecoratingColumLabelProvider
 
getBackground(Object, int) - Method in class org.eclipse.emf.edit.ui.provider.DelegatingStyledCellLabelProvider
This implements ITableColorProvider#getBackground(Object, int) by forwarding it to the wrapped styled label provider if it implements ITableColorProvider.
getBase() - Method in class org.eclipse.emf.ecore.xml.namespace.impl.XMLNamespaceDocumentRootImpl
 
getBase() - Method in interface org.eclipse.emf.ecore.xml.namespace.XMLNamespaceDocumentRoot
Returns the value of the 'Base' attribute
getBase64Binary() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypePackageImpl
 
getBase64Binary() - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
Returns the meta object for data type 'Base64 Binary'
getBaseGenClass() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
This returns the GenClass for the first immediate supertype.
getBaseGenClass() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getBaseGenClasses() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getBaseGenClasses() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getBasePackage() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
Returns the value of the 'Base Package' attribute
getBasePackage() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getBasePackage() - Method in class org.eclipse.emf.importer.ModelImporter.EPackageImportInfo
 
getBasePackage() - Method in class org.eclipse.emf.importer.rose.parser.RoseNode
 
getBasePackageGen() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getBaseType() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenDataType
 
getBaseType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
 
getBaseType() - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EClassExtendedMetaDataImpl
 
getBaseType() - Method in interface org.eclipse.emf.ecore.util.BasicExtendedMetaData.EClassifierExtendedMetaData
 
getBaseType() - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EDataTypeExtendedMetaDataImpl
 
getBaseType(EDataType) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
getBaseType(EDataType) - Method in interface org.eclipse.emf.ecore.util.ExtendedMetaData
If a data type corresponds to simple type that derives from another by restriction, returns the data type corresponding to the base type.
getBaseURI() - Method in class org.eclipse.emf.codegen.jet.JETMark
 
getBaseURI(int) - Method in class org.eclipse.emf.codegen.jet.JETReader
 
getBaseURI() - Method in class org.eclipse.emf.ecore.xmi.impl.URIHandlerImpl
 
getBaseURL() - Method in class org.eclipse.emf.common.EMFPlugin.EclipsePlugin
 
getBaseURL() - Method in class org.eclipse.emf.common.EMFPlugin.InternalHelper
 
getBaseURL() - Method in class org.eclipse.emf.common.ui.EclipseUIPlugin
 
getBaseURL() - Method in class org.eclipse.emf.common.util.DelegatingResourceLocator
 
getBaseURL() - Method in interface org.eclipse.emf.common.util.ResourceLocator
Returns the URL from which all resources are based.
getBaseURL() - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
Get the base URL from the resource locator.
getBasicPackageName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
Returns the name of the single package class generated when interfaces are suppressed.
getBasicPackageName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getBasicType(String) - Method in class org.eclipse.emf.importer.rose.builder.RoseEcoreBuilder
 
getBegin() - Method in class org.eclipse.emf.ecore.xcore.ui.quickfix.XcoreQuickfixProvider.RemovalRegion
 
getBeginning(int) - Method in class org.eclipse.emf.ecore.xml.type.internal.RegEx.Match
Return a start position in the target text matched to specified regular expression group.
getBeginOffset(INode) - Method in class org.eclipse.emf.ecore.xcore.ui.quickfix.XcoreQuickfixProvider.RemovalRegion
 
getBigDecimal(int) - Method in class org.eclipse.emf.oda.ecore.impl.ResultSet
 
getBigDecimal(String) - Method in class org.eclipse.emf.oda.ecore.impl.ResultSet
 
getBinaryStream() - Method in class org.eclipse.emf.oda.ecore.impl.ResultSet.Blob
 
getBlob(int) - Method in class org.eclipse.emf.oda.ecore.impl.ResultSet
 
getBlob(String) - Method in class org.eclipse.emf.oda.ecore.impl.ResultSet
 
getBlockedReason() - Method in class org.eclipse.emf.common.util.BasicMonitor
Returns the current reason for task being blocked, or null.
getBlockPattern() - Method in class org.eclipse.emf.codegen.merge.java.JControlModel
 
getBody(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenOperation
 
getBody() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
 
getBody(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
 
getBody() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJEnumConstant
 
getBody() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJInitializer
 
getBody() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJMethod
 
getBody() - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMJInitializer
 
getBody() - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMJMethod
 
getBody() - Method in interface org.eclipse.emf.codegen.merge.java.facade.JEnumConstant
Returns body of the enum constant.
getBody() - Method in interface org.eclipse.emf.codegen.merge.java.facade.JInitializer
Returns the body of this initializer.
getBody() - Method in interface org.eclipse.emf.codegen.merge.java.facade.JMethod
Returns the body of this method.
getBody() - Method in class org.eclipse.emf.ecore.xcore.impl.XOperationImpl
 
getBody - Variable in class org.eclipse.emf.ecore.xcore.impl.XStructuralFeatureImpl
The cached value of the 'Get Body' containment reference
getBody() - Method in interface org.eclipse.emf.ecore.xcore.XOperation
Returns the value of the 'Body' containment reference
getBody() - Method in class org.eclipse.emf.java.impl.JInitializerImpl
 
getBody() - Method in class org.eclipse.emf.java.impl.JMethodImpl
 
getBody() - Method in interface org.eclipse.emf.java.JInitializer
Returns the value of the 'Body' attribute
getBody() - Method in interface org.eclipse.emf.java.JMethod
Returns the value of the 'Body' attribute
getBodyAssignment_12() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XOperationElements
 
getBodyXBlockExpressionParserRuleCall_12_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XOperationElements
 
getBook() - Method in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
Returns the meta object for class 'Book'
getBook() - Method in class org.eclipse.emf.examples.extlibrary.impl.EXTLibraryPackageImpl
 
getBook_Author() - Method in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
Returns the meta object for the reference 'Author'
getBook_Author() - Method in class org.eclipse.emf.examples.extlibrary.impl.EXTLibraryPackageImpl
 
getBook_Category() - Method in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
Returns the meta object for the attribute 'Category'
getBook_Category() - Method in class org.eclipse.emf.examples.extlibrary.impl.EXTLibraryPackageImpl
 
getBook_Pages() - Method in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
Returns the meta object for the attribute 'Pages'
getBook_Pages() - Method in class org.eclipse.emf.examples.extlibrary.impl.EXTLibraryPackageImpl
 
getBook_Title() - Method in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
Returns the meta object for the attribute 'Title'
getBook_Title() - Method in class org.eclipse.emf.examples.extlibrary.impl.EXTLibraryPackageImpl
 
getBookCategory() - Method in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
Returns the meta object for enum 'Book Category'
getBookCategory() - Method in class org.eclipse.emf.examples.extlibrary.impl.EXTLibraryPackageImpl
 
getBookOnTape() - Method in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
Returns the meta object for class 'Book On Tape'
getBookOnTape() - Method in class org.eclipse.emf.examples.extlibrary.impl.EXTLibraryPackageImpl
 
getBookOnTape_Author() - Method in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
Returns the meta object for the reference 'Author'
getBookOnTape_Author() - Method in class org.eclipse.emf.examples.extlibrary.impl.EXTLibraryPackageImpl
 
getBookOnTape_Reader() - Method in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
Returns the meta object for the reference 'Reader'
getBookOnTape_Reader() - Method in class org.eclipse.emf.examples.extlibrary.impl.EXTLibraryPackageImpl
 
getBooks() - Method in class org.eclipse.emf.examples.extlibrary.impl.LibraryImpl
 
getBooks() - Method in class org.eclipse.emf.examples.extlibrary.impl.WriterImpl
 
getBooks() - Method in interface org.eclipse.emf.examples.extlibrary.Library
Returns the value of the 'Books' reference list.
getBooks() - Method in interface org.eclipse.emf.examples.extlibrary.Writer
Returns the value of the 'Books' reference list.
getBoolean() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypePackageImpl
 
getBoolean() - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
Returns the meta object for data type 'Boolean'
getBoolean(int) - Method in class org.eclipse.emf.oda.ecore.impl.ResultSet
 
getBoolean(String) - Method in class org.eclipse.emf.oda.ecore.impl.ResultSet
 
getBooleanFlagsField() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Boolean Flags Field' attribute
getBooleanFlagsField() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getBooleanFlagsReservedBits() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Boolean Flags Reserved Bits' attribute.
getBooleanFlagsReservedBits() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getBooleanObject() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypePackageImpl
 
getBooleanObject() - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
Returns the meta object for data type 'Boolean Object'
getBorderColor() - Method in class org.eclipse.emf.edit.provider.StyledString.Style
 
getBorderStyle() - Method in class org.eclipse.emf.edit.provider.StyledString.Style
 
getBorrowed() - Method in interface org.eclipse.emf.examples.extlibrary.Borrower
Returns the value of the 'Borrowed' reference list.
getBorrowed() - Method in class org.eclipse.emf.examples.extlibrary.impl.BorrowerImpl
 
getBorrower() - Method in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
Returns the meta object for class 'Borrower'
getBorrower() - Method in class org.eclipse.emf.examples.extlibrary.impl.EXTLibraryPackageImpl
 
getBorrower_Borrowed() - Method in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
Returns the meta object for the reference list 'Borrowed'
getBorrower_Borrowed() - Method in class org.eclipse.emf.examples.extlibrary.impl.EXTLibraryPackageImpl
 
getBorrowers() - Method in class org.eclipse.emf.examples.extlibrary.impl.CirculatingItemImpl
 
getBorrowers() - Method in class org.eclipse.emf.examples.extlibrary.impl.LibraryImpl
 
getBorrowers() - Method in interface org.eclipse.emf.examples.extlibrary.Lendable
Returns the value of the 'Borrowers' reference list.
getBorrowers() - Method in interface org.eclipse.emf.examples.extlibrary.Library
Returns the value of the 'Borrowers' containment reference list.
getBottomImage() - Method in class org.eclipse.emf.mapping.presentation.MappingEditor
 
getBottomLabel() - Method in class org.eclipse.emf.mapping.presentation.MappingEditor
 
getBottoms() - Method in class org.eclipse.emf.mapping.impl.MappingImpl
 
getBottoms() - Method in interface org.eclipse.emf.mapping.Mapping
This returns the same as either Mapping.getInputs() or Mapping.getOutputs() depending on the mapping root's isTopToBottom.
getBottomsToAdd() - Method in class org.eclipse.emf.mapping.action.AddRootBottomAction
This method should be overriden with a domain-specific implementation that returns the inputs to be added, e.g., by querying the user with a dialog.
getBottomsToAdd() - Method in class org.eclipse.emf.mapping.ecore2ecore.action.AddOutputRootAction
 
getBounds() - Method in class org.eclipse.emf.ecore.xcore.impl.XTypeParameterImpl
 
getBounds() - Method in interface org.eclipse.emf.ecore.xcore.XTypeParameter
Returns the value of the 'Bounds' containment reference list.
getBoundsAssignment_2_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XTypeParameterElements
 
getBoundsAssignment_2_2_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XTypeParameterElements
 
getBoundsXGenericTypeParserRuleCall_2_1_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XTypeParameterElements
 
getBoundsXGenericTypeParserRuleCall_2_2_1_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XTypeParameterElements
 
getBoundType(EGenericType) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
getBranches() - Method in class org.eclipse.emf.examples.extlibrary.impl.LibraryImpl
 
getBranches() - Method in interface org.eclipse.emf.examples.extlibrary.Library
Returns the value of the 'Branches' containment reference list.
getBrowseButtonLabel() - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPackagePage
Deprecated.
in 2.3.0. Use ModelConverterPackagePage.getAddButtonLabel() instead. This method will be remove in future versions of the code.
getBrowseFileSystemButtonLabel() - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterURIPage
 
getBrowseWorkspaceButtonLabel() - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterURIPage
 
getBudies() - Method in class org.eclipse.emf.common.ui.ViewerPane
 
getBufferCapacity(Map<?, ?>) - Static method in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl
Extract the BinaryResourceImpl.OPTION_BUFFER_CAPACITY from the options.
getBuildPropertiesEmitter() - 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.
getBuildPropertiesEmitter() - 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.
getBundle() - Method in class org.eclipse.emf.codegen.ecore.xtext.ui.ExecutableExtensionFactory
 
getBundle() - Method in class org.eclipse.emf.common.EMFPlugin.InternalHelper
 
getBundle() - Method in class org.eclipse.emf.ecore.xcore.exporter.ui.XcoreExporterExecutableExtensionFactory
 
getBundle() - Method in class org.eclipse.emf.ecore.xcore.importer.ui.XcoreImporterExecutableExtensionFactory
 
getBundle() - Method in class org.eclipse.emf.ecore.xcore.ui.XcoreExecutableExtensionFactory
 
getBundleSymbolicName() - Method in class org.eclipse.emf.common.ui.URIEditorInput
 
getByName(String) - Static method in enum org.eclipse.emf.codegen.ecore.genmodel.GenDecoration
Returns the 'Gen Decoration' literal with the specified name
getByName(String) - Static method in enum org.eclipse.emf.codegen.ecore.genmodel.GenDelegationKind
Returns the 'Gen Delegation Kind' literal with the specified name
getByName(String) - Static method in enum org.eclipse.emf.codegen.ecore.genmodel.GenJDKLevel
Returns the 'Gen JDK Level' literal with the specified name
getByName(String) - Static method in enum org.eclipse.emf.codegen.ecore.genmodel.GenPropertyKind
Returns the 'Gen Property Kind' literal with the specified name
getByName(String) - Static method in enum org.eclipse.emf.codegen.ecore.genmodel.GenProviderKind
Returns the 'Gen Provider Kind' literal with the specified name
getByName(String) - Static method in enum org.eclipse.emf.codegen.ecore.genmodel.GenResourceKind
Returns the 'Gen Resource Kind' literal with the specified name
getByName(String) - Static method in enum org.eclipse.emf.codegen.ecore.genmodel.GenRuntimePlatform
Returns the 'Gen Runtime Platform' literal with the specified name
getByName(String) - Static method in enum org.eclipse.emf.codegen.ecore.genmodel.GenRuntimeVersion
Returns the 'Gen Runtime Version' literal with the specified name
getByName(String) - Static method in enum org.eclipse.emf.ecore.change.ChangeKind
Returns the 'Kind' literal with the specified name
getByName(String) - Static method in enum org.eclipse.emf.ecore.xml.namespace.SpaceType
Returns the 'Space Type' literal with the specified name
getByName(String) - Static method in enum org.eclipse.emf.examples.extlibrary.BookCategory
Returns the 'Book Category' literal with the specified name
getByName(String) - Static method in enum org.eclipse.emf.java.JVisibility
Returns the 'JVisibility' literal with the specified name
getByte() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypePackageImpl
 
getByte() - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
Returns the meta object for data type 'Byte'
getByteObject() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypePackageImpl
 
getByteObject() - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
Returns the meta object for data type 'Byte Object'
getByteOrderMark(URI, InputStream, Map<?, ?>, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.resource.impl.ContentHandlerImpl
Returns the byte order marker at the start of the input stream.
getBytes(long, int) - Method in class org.eclipse.emf.oda.ecore.impl.ResultSet.Blob
 
getCache(EObject) - Method in class org.eclipse.emf.ecore.xcore.util.XcoreJvmInferrer
 
getCache(Resource) - Method in class org.eclipse.emf.ecore.xcore.util.XcoreJvmInferrer
 
getCachedString() - Method in class org.eclipse.emf.common.util.URI
 
getCachedString() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
getCachedString() - Method in class org.eclipse.emf.common.util.URI.Opaque
 
getCanGenerateChildren(Object, Object) - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter
Returns an empty collection, indicating that by default no children are involved in determining whether code can be generated for an object.
getCanGenerateChildren(Object, Object) - Method in interface org.eclipse.emf.codegen.ecore.generator.GeneratorAdapter
Returns any children of the specified object that are relevant to determining whether code, of the given project type, can be generated for the specified object.
getCanGenerateParent(Object, Object) - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter
Returns null, indicating that by default no parent is involved in determining whether code can be generated for an object.
getCanGenerateParent(Object, Object) - Method in interface org.eclipse.emf.codegen.ecore.generator.GeneratorAdapter
Returns the parent of the specified object if it is relevant to determining whether code, of the given project type, can be generated for the specified object.
getCapName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenEnumLiteral
 
getCapName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
getCapName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenOperation
 
getCapName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumLiteralImpl
 
getCapName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
getCapName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
 
getCapPackageID() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getCapturedText(int) - Method in class org.eclipse.emf.ecore.xml.type.internal.RegEx.Match
Return an substring of the target text matched to specified regular expression group.
getCast() - Method in class org.eclipse.emf.examples.extlibrary.impl.VideoCassetteImpl
 
getCast() - Method in interface org.eclipse.emf.examples.extlibrary.VideoCassette
Returns the value of the 'Cast' reference list.
getCastFromEObject() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getCastFromEObject() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getCategory(Object) - Method in interface org.eclipse.emf.edit.provider.IItemPropertyDescriptor
Returns the name of the category to which this property belongs.
getCategory(Object) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
This returns the group of properties into which this one should be placed.
getCategory(Object) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptorDecorator
This returns the group of properties into which this one should be placed.
getCategory() - Method in class org.eclipse.emf.edit.ui.provider.PropertyDescriptor
 
getCategory() - Method in interface org.eclipse.emf.examples.extlibrary.Book
Returns the value of the 'Category' attribute.
getCategory() - Method in class org.eclipse.emf.examples.extlibrary.impl.BookImpl
 
getCauser(EObject) - Method in class org.eclipse.emf.ecore.xcore.validation.XcoreDiagnosticConverter
 
getCauser(Diagnostic) - Method in class org.eclipse.emf.ecore.xcore.validation.XcoreDiagnosticConverter
 
getCDATA() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeDocumentRootImpl
 
getChangeableFlag() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
getChangeableFlag() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
getChangeDescription() - Method in interface org.eclipse.emf.ecore.change.ChangePackage
Returns the meta object for class 'Description'
getChangeDescription() - Method in class org.eclipse.emf.ecore.change.impl.ChangePackageImpl
 
getChangeDescription() - Method in class org.eclipse.emf.ecore.change.util.BasicChangeRecorder
 
getChangeDescription() - Method in class org.eclipse.emf.edit.command.ChangeCommand
 
getChangeDescription_ObjectChanges() - Method in interface org.eclipse.emf.ecore.change.ChangePackage
Returns the meta object for the map 'Object Changes'
getChangeDescription_ObjectChanges() - Method in class org.eclipse.emf.ecore.change.impl.ChangePackageImpl
 
getChangeDescription_ObjectsToAttach() - Method in interface org.eclipse.emf.ecore.change.ChangePackage
Returns the meta object for the containment reference list 'Objects To Attach'
getChangeDescription_ObjectsToAttach() - Method in class org.eclipse.emf.ecore.change.impl.ChangePackageImpl
 
getChangeDescription_ObjectsToDetach() - Method in interface org.eclipse.emf.ecore.change.ChangePackage
Returns the meta object for the reference list 'Objects To Detach'
getChangeDescription_ObjectsToDetach() - Method in class org.eclipse.emf.ecore.change.impl.ChangePackageImpl
 
getChangeDescription_ResourceChanges() - Method in interface org.eclipse.emf.ecore.change.ChangePackage
Returns the meta object for the containment reference list 'Resource Changes'
getChangeDescription_ResourceChanges() - Method in class org.eclipse.emf.ecore.change.impl.ChangePackageImpl
 
getChangeFactory() - Method in interface org.eclipse.emf.ecore.change.ChangePackage
Returns the factory that creates the instances of the model
getChangeFactory() - Method in class org.eclipse.emf.ecore.change.impl.ChangePackageImpl
 
getChangeKind() - Method in interface org.eclipse.emf.ecore.change.ChangePackage
Returns the meta object for enum 'Kind'
getChangeKind() - Method in class org.eclipse.emf.ecore.change.impl.ChangePackageImpl
 
getChangePackage() - Method in interface org.eclipse.emf.ecore.change.ChangeFactory
Returns the package supported by this factory
getChangePackage() - Method in class org.eclipse.emf.ecore.change.impl.ChangeFactoryImpl
 
getChangeRecorder() - Method in class org.eclipse.emf.edit.command.ChangeCommand
Returns the ChangeRecorder specified in the constructor if any.
getCharacterStream() - Method in class org.eclipse.emf.oda.ecore.impl.ResultSet.Clob
 
getChars(JETMark, JETMark) - Method in class org.eclipse.emf.codegen.jet.JETReader
 
getChars(char[], int) - Method in class org.eclipse.emf.ecore.xmi.impl.StringSegment
 
getCharset(URI, InputStream, Map<?, ?>, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.resource.impl.ContentHandlerImpl
Returns the character set of the input stream; this implementation simply returns null.
getCharset(URI, InputStream, Map<?, ?>, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.resource.impl.PlatformContentHandlerImpl
This implementation only gets called when platform's content describer throws an exception, i.e., when the resource doesn't exist.
getCharset(String, Map<?, ?>) - Static method in class org.eclipse.emf.ecore.resource.impl.PlatformResourceURIHandlerImpl.WorkbenchHelper
Returns the {@link IFile#getCharset() character set) for the file at the specified location.
getCharset(URI, InputStream, Map<?, ?>, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLContentHandlerImpl
Returns the character set of the input stream; it's computed from the encoding specified in the XML content.
getCheckedEPackages() - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPackagePage
 
getCheckedReferencedGenPackages() - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPackagePage
 
getChildCreationData(GenModel) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getChildCreationData() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getChildCreationData() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getChildCreationData(GenModel) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getChildCreationExtenderDescriptorRegistry() - Static method in class org.eclipse.emf.edit.EMFEditPlugin
Returns a populated instance of a child creation extender registry.
getChildCreationExtenderName(GenPackage) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getChildCreationExtenderName(GenPackage) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getChildCreationExtenders() - Method in class org.eclipse.emf.edit.provider.ChildCreationExtenderManager
Returns a modifiable list of the child creation extenders.
getChildFeature(Object, Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenAnnotationItemProvider
 
getChildFeature(Object, Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenBaseItemProvider
 
getChildFeature(Object, Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenClassItemProvider
 
getChildFeature(Object, Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenEnumItemProvider
 
getChildFeature(Object, Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
 
getChildFeature(Object, Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenPackageItemProvider
 
getChildFeature(Object, Object) - Method in class org.eclipse.emf.ecore.change.provider.ChangeDescriptionItemProvider
 
getChildFeature(Object, Object) - Method in class org.eclipse.emf.ecore.change.provider.EObjectToChangesMapEntryItemProvider
 
getChildFeature(Object, Object) - Method in class org.eclipse.emf.ecore.change.provider.FeatureChangeItemProvider
 
getChildFeature(Object, Object) - Method in class org.eclipse.emf.ecore.change.provider.ListChangeItemProvider
 
getChildFeature(Object, Object) - Method in class org.eclipse.emf.ecore.change.provider.ResourceChangeItemProvider
 
getChildFeature(Object, Object) - Method in class org.eclipse.emf.ecore.provider.EAnnotationItemProvider
 
getChildFeature(Object, Object) - Method in class org.eclipse.emf.ecore.provider.EClassifierItemProvider
 
getChildFeature(Object, Object) - Method in class org.eclipse.emf.ecore.provider.EClassItemProvider
 
getChildFeature(Object, Object) - Method in class org.eclipse.emf.ecore.provider.EEnumItemProvider
 
getChildFeature(Object, Object) - Method in class org.eclipse.emf.ecore.provider.EGenericTypeItemProvider
 
getChildFeature(Object, Object) - Method in class org.eclipse.emf.ecore.provider.EModelElementItemProvider
 
getChildFeature(Object, Object) - Method in class org.eclipse.emf.ecore.provider.EOperationItemProvider
 
getChildFeature(Object, Object) - Method in class org.eclipse.emf.ecore.provider.EPackageItemProvider
 
getChildFeature(Object, Object) - Method in class org.eclipse.emf.ecore.provider.ETypedElementItemProvider
 
getChildFeature(Object, Object) - Method in class org.eclipse.emf.ecore.provider.ETypeParameterItemProvider
 
getChildFeature(Object, Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XAnnotationItemProvider
 
getChildFeature(Object, Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XClassifierItemProvider
 
getChildFeature(Object, Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XClassItemProvider
 
getChildFeature(Object, Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XDataTypeItemProvider
 
getChildFeature(Object, Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XEnumItemProvider
 
getChildFeature(Object, Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XGenericTypeItemProvider
 
getChildFeature(Object, Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XModelElementItemProvider
 
getChildFeature(Object, Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XOperationItemProvider
 
getChildFeature(Object, Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XPackageItemProvider
 
getChildFeature(Object, Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XStructuralFeatureItemProvider
 
getChildFeature(Object, Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XTypedElementItemProvider
 
getChildFeature(Object, Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XTypeParameterItemProvider
 
getChildFeature(Object, Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This returns the most appropriate feature of the object into which the given child could be added.
getChildFeature(Object, Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.LibraryItemProvider
 
getChildFeature(Object, Object) - Method in class org.eclipse.emf.java.provider.JClassItemProvider
 
getChildFeature(Object, Object) - Method in class org.eclipse.emf.java.provider.JCompilationUnitItemProvider
 
getChildFeature(Object, Object) - Method in class org.eclipse.emf.java.provider.JMethodItemProvider
 
getChildFeature(Object, Object) - Method in class org.eclipse.emf.java.provider.JPackageItemProvider
 
getChildFeature(Object, Object) - Method in class org.eclipse.emf.mapping.ecore2xml.provider.ENamedElementToXMLInfoMapEntryItemProvider
 
getChildFeature(Object, Object) - Method in class org.eclipse.emf.mapping.ecore2xml.provider.XMLMapItemProvider
 
getChildFeature(Object, Object) - Method in class org.eclipse.emf.mapping.provider.MappingHelperItemProvider
 
getChildFeature(Object, Object) - Method in class org.eclipse.emf.mapping.provider.MappingItemProvider
 
getChildReference(Object, Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
Deprecated.
As of EMF 2.0, replaced by getChildFeature.
getChildren(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor.ReverseAdapterFactoryContentProvider
 
getChildren() - Method in class org.eclipse.emf.codegen.merge.java.facade.AbstractJNode
 
getChildren() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJAbstractType
Returns the list of children.
getChildren() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJCompilationUnit
Returns the list of children in order: package declaration (JPackage), imports (JImport), and types (JType).
getChildren() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJEnum
 
getChildren() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJMember
 
getChildren(JNode, Class<T>) - Method in class org.eclipse.emf.codegen.merge.java.facade.FacadeHelper
Returns a list with the children of the specified node that are instances of the given class.
getChildren() - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMJNode
 
getChildren() - Method in interface org.eclipse.emf.codegen.merge.java.facade.JNode
Returns the children of this node.
getChildren(Object) - Method in class org.eclipse.emf.common.util.AbstractTreeIterator
Returns the iterator that yields the children of the object.
getChildren() - Method in class org.eclipse.emf.common.util.BasicDiagnostic
 
getChildren() - Method in interface org.eclipse.emf.common.util.Diagnostic
Returns the list of child diagnostics.
getChildren(Object) - Method in class org.eclipse.emf.ecore.presentation.EcoreEditor.ReverseAdapterFactoryContentProvider
 
getChildren(Object) - Method in class org.eclipse.emf.ecore.util.EcoreUtil.ContentTreeIterator
Returns an iterator over the children of the given parent object.
getChildren(Object) - Method in class org.eclipse.emf.edit.command.DragAndDropCommand
This can be overridden to determine the children of an object; this implementation uses EditingDomain.getChildren(java.lang.Object).
getChildren(Object) - Method in class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain.DomainTreeIterator
 
getChildren(Object) - Method in class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain
getChildren(Object) - Method in interface org.eclipse.emf.edit.domain.EditingDomain
This returns the children of the object.
getChildren(Object) - Method in class org.eclipse.emf.edit.provider.AdapterFactoryItemDelegator
This does the same thing as ITreeContentProvider.getChildren.
getChildren(Object) - Method in class org.eclipse.emf.edit.provider.AdapterFactoryTreeIterator
 
getChildren(Object) - Method in class org.eclipse.emf.edit.provider.DelegatingWrapperItemProvider
Uses the delegate item provider to return the delegate value's children, with appropriate wrappers to ensure that this wrapper is considered their parent.
getChildren(Object) - Method in interface org.eclipse.emf.edit.provider.IEditingDomainItemProvider
This does the same thing as EditingDomain.getChildren, i.e., it imposes a hierarchical relation on a domain's model objects.
getChildren(Object) - Method in class org.eclipse.emf.edit.provider.ItemProvider
getChildren() - Method in class org.eclipse.emf.edit.provider.ItemProvider
This returns getChildren(this).
getChildren() - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter.ChildrenStore
Returns a list containing all children of all features in the store.
getChildren(Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
getChildren(Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderDecorator
This implements ITreeItemContentProvider.getChildren by delegating to (ITreeItemContentProvider)ItemProviderDecorator.decoratedItemProvider.
getChildren(Object) - Method in interface org.eclipse.emf.edit.provider.ITreeItemContentProvider
This does the same thing as ITreeContentProvider.getChildren.
getChildren(Object) - Method in class org.eclipse.emf.edit.provider.resource.ResourceItemProvider
 
getChildren(Object) - Method in class org.eclipse.emf.edit.provider.resource.ResourceSetItemProvider
 
getChildren(Object) - Method in class org.eclipse.emf.edit.provider.WrapperItemProvider
ITreeItemContentProvider.getChildren is implemented to return an empty list.
getChildren() - Method in class org.eclipse.emf.edit.tree.impl.TreeNodeImpl
 
getChildren() - Method in interface org.eclipse.emf.edit.tree.TreeNode
Returns the value of the 'Children' containment reference list.
getChildren(Object) - Method in class org.eclipse.emf.edit.ui.provider.AdapterFactoryContentProvider
This implements org.eclipse.jface.viewers.ITreeContentProvider.getChildren to forward the call to an object that implements ITreeItemContentProvider.getChildren.
getChildren(Object) - Method in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryEditor.ReverseAdapterFactoryContentProvider
 
getChildren(Object) - Method in class org.eclipse.emf.exporter.ModelExporter.GenPackagesTreeIterator
 
getChildren(Object) - Method in class org.eclipse.emf.java.presentation.JavaEditor.ReverseAdapterFactoryContentProvider
 
getChildren(Object) - Method in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLEditor.ReverseAdapterFactoryContentProvider
 
getChildren(Object) - Method in class org.eclipse.emf.mapping.impl.MappingImpl.MappingTreeIterator
 
getChildren(Object) - Method in class org.eclipse.emf.mapping.provider.MappedObjectItemProvider
 
getChildren(Object) - Method in class org.eclipse.emf.mapping.provider.MappingHelperItemProvider
 
getChildren(Object) - Method in class org.eclipse.emf.mapping.provider.MappingItemProvider
 
getChildrenClasses(GenFeature) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getChildrenClasses(GenFeature) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getChildrenFeatures() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getChildrenFeatures() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getChildrenFeatures(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenAnnotationItemProvider
getChildrenFeatures(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenBaseItemProvider
getChildrenFeatures(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenClassItemProvider
getChildrenFeatures(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenEnumItemProvider
getChildrenFeatures(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
getChildrenFeatures(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenPackageItemProvider
getChildrenFeatures(Object) - Method in class org.eclipse.emf.ecore.change.provider.ChangeDescriptionItemProvider
getChildrenFeatures(Object) - Method in class org.eclipse.emf.ecore.change.provider.EObjectToChangesMapEntryItemProvider
getChildrenFeatures(Object) - Method in class org.eclipse.emf.ecore.change.provider.FeatureChangeItemProvider
getChildrenFeatures(Object) - Method in class org.eclipse.emf.ecore.change.provider.ListChangeItemProvider
getChildrenFeatures(Object) - Method in class org.eclipse.emf.ecore.change.provider.ResourceChangeItemProvider
getChildrenFeatures(Object) - Method in class org.eclipse.emf.ecore.provider.EAnnotationItemProvider
getChildrenFeatures(Object) - Method in class org.eclipse.emf.ecore.provider.EClassifierItemProvider
getChildrenFeatures(Object) - Method in class org.eclipse.emf.ecore.provider.EClassItemProvider
getChildrenFeatures(Object) - Method in class org.eclipse.emf.ecore.provider.EEnumItemProvider
getChildrenFeatures(Object) - Method in class org.eclipse.emf.ecore.provider.EGenericTypeItemProvider
getChildrenFeatures(Object) - Method in class org.eclipse.emf.ecore.provider.EModelElementItemProvider
getChildrenFeatures(Object) - Method in class org.eclipse.emf.ecore.provider.EOperationItemProvider
getChildrenFeatures(Object) - Method in class org.eclipse.emf.ecore.provider.EPackageItemProvider
getChildrenFeatures(Object) - Method in class org.eclipse.emf.ecore.provider.ETypedElementItemProvider
getChildrenFeatures(Object) - Method in class org.eclipse.emf.ecore.provider.ETypeParameterItemProvider
getChildrenFeatures(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XAnnotationItemProvider
getChildrenFeatures(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XClassifierItemProvider
getChildrenFeatures(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XClassItemProvider
getChildrenFeatures(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XDataTypeItemProvider
getChildrenFeatures(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XEnumItemProvider
getChildrenFeatures(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XGenericTypeItemProvider
getChildrenFeatures(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XModelElementItemProvider
getChildrenFeatures(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XOperationItemProvider
getChildrenFeatures(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XPackageItemProvider
getChildrenFeatures(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XStructuralFeatureItemProvider
getChildrenFeatures(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XTypedElementItemProvider
getChildrenFeatures(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XTypeParameterItemProvider
getChildrenFeatures(Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
If this is defined to be something other than an empty list, it is used to implement getChildren, including in determining whether to cache children and, if so, in setting up the store.
getChildrenFeatures(Object) - Method in class org.eclipse.emf.edit.provider.ReflectiveItemProvider
 
getChildrenFeatures(Object) - Method in class org.eclipse.emf.edit.provider.resource.ResourceItemProvider
This specifies how to implement ResourceItemProvider.getChildren(java.lang.Object) and is used to deduce an appropriate feature for an AddCommand, RemoveCommand or MoveCommand in createCommand.
getChildrenFeatures(Object) - Method in class org.eclipse.emf.edit.tree.provider.TreeNodeItemProvider
This specifies how to implement getChildren and is used to deduce an appropriate feature for an AddCommand, RemoveCommand or MoveCommand in createCommand
getChildrenFeatures(Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.LibraryItemProvider
getChildrenFeatures(Object) - Method in class org.eclipse.emf.java.provider.JClassItemProvider
getChildrenFeatures(Object) - Method in class org.eclipse.emf.java.provider.JCompilationUnitItemProvider
getChildrenFeatures(Object) - Method in class org.eclipse.emf.java.provider.JMethodItemProvider
getChildrenFeatures(Object) - Method in class org.eclipse.emf.java.provider.JPackageItemProvider
getChildrenFeatures(Object) - Method in class org.eclipse.emf.mapping.ecore2xml.provider.ENamedElementToXMLInfoMapEntryItemProvider
getChildrenFeatures(Object) - Method in class org.eclipse.emf.mapping.ecore2xml.provider.XMLMapItemProvider
getChildrenFeatures(Object) - Method in class org.eclipse.emf.mapping.provider.MappingHelperItemProvider
getChildrenFeatures(Object) - Method in class org.eclipse.emf.mapping.provider.MappingItemProvider
getChildrenReferences(Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
Deprecated.
As of EMF 2.0, replaced by getChildrenFeatures.
getChildrenStore(Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
Returns the store for the children of the given object, or null if no such store is being maintained.
getChildrenToCopy() - Method in class org.eclipse.emf.edit.command.AbstractOverrideableCommand
 
getChildrenToCopy() - Method in interface org.eclipse.emf.edit.command.ChildrenToCopyProvider
 
getChildrenToCopy() - Method in class org.eclipse.emf.mapping.command.CreateCopyOverrideCommand
 
getChildWithLocalName(Element, String) - Method in class org.eclipse.emf.codegen.jet.JETNature
Returns the child with the given local name.
getChoiceOfValues(Object) - Method in class org.eclipse.emf.ecore.provider.EModelElementItemProvider.ItemPropertyDescriptorWithUniqueChoiceOfValueLabels
 
getChoiceOfValues(Object) - Method in interface org.eclipse.emf.edit.provider.IItemPropertyDescriptor
Returns the choices of all the values that this property may take one.
getChoiceOfValues(Object) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
 
getChoiceOfValues(Object) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptorDecorator
 
getChoiceOfValues(Object) - Method in class org.eclipse.emf.edit.provider.WrapperItemProvider.WrapperItemPropertyDescriptor
Substitutes the wrapper owner for the selected object and invokes the base implementation.
getCirculatingItem() - Method in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
Returns the meta object for class 'Circulating Item'
getCirculatingItem() - Method in class org.eclipse.emf.examples.extlibrary.impl.EXTLibraryPackageImpl
 
getClassChoices() - Method in class org.eclipse.emf.oda.ecore.ui.impl.EcoreDataSetWizardPage
Returns an array of classes applicable for the data source.
getClassEmitter() - 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.
getClassEmitter() - 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.
getClassExtends() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getClassExtends() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getClassExtendsGenClass() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
This walks up the chain of GenClasses defined by getBaseGenClass() and returns the first that does not represent an abstract class or an interface; that is, the instantiable class that the implementation class should extended.
getClassExtendsGenClass() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getClassForName(String) - Method in class org.eclipse.emf.ecore.impl.EClassifierImpl
Returns the Class object associated with the class or interface with the given name, as from a Class.forName(String) call; however, if this classifier belongs to a package, that package's class loader is used.
getClassifier(String, String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLMapImpl
 
getClassifier(String, String) - Method in interface org.eclipse.emf.ecore.xmi.XMLResource.XMLMap
Returns the EClassifier with the given namespace URI and name.
getClassifier(String, String) - Method in class org.eclipse.emf.mapping.ecore2xml.impl.XMLMapImpl
 
getClassifier(String, String) - Method in class org.eclipse.emf.mapping.ecore2xml.util.Ecore2XMLExtendedMetaData
 
getClassifierAccessorName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClassifier
 
getClassifierAccessorName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassifierImpl
 
getClassifierChoices() - Method in class org.eclipse.emf.oda.ecore.ui.impl.EcoreDataSetWizardPage
Returns an array of classes and data types applicable for the data source.
getClassifierID() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClassifier
 
getClassifierID(GenClassifier) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getClassifierID() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassifierImpl
 
getClassifierID(GenClassifier) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getClassifierID() - Method in interface org.eclipse.emf.ecore.EClassifier
Returns the ID relative to the containing package.
getClassifierID() - Method in class org.eclipse.emf.ecore.impl.EClassifierImpl
 
getClassifierInstanceName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClassifier
 
getClassifierInstanceName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassifierImpl
 
getClassifierName() - Method in class org.eclipse.emf.importer.rose.parser.RoseNode
 
getClassifiers() - Method in class org.eclipse.emf.ecore.xcore.impl.XPackageImpl
 
getClassifiers() - Method in interface org.eclipse.emf.ecore.xcore.XPackage
Returns the value of the 'Classifiers' containment reference list.
getClassifiersAssignment_6() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XPackageElements
 
getClassifiersXClassifierParserRuleCall_6_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XPackageElements
 
getClassifierValue(GenClassifier) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getClassifierValue(GenClassifier) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getClassImplements() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getClassImplements() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getClassImplementsList() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getClassKeyword_2_0_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XClassElements
 
getClassKeyword_4() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.FeatureCallIDElements
 
getClassLoader(ResourceSet) - Method in interface org.eclipse.emf.ecore.xcore.interpreter.IClassLoaderProvider
Returns the class loader for this resource set.
getClassLoader(ResourceSet) - Method in class org.eclipse.emf.ecore.xcore.interpreter.IClassLoaderProvider.NullClassLoaderProvider
 
getClassLoader(ResourceSet) - Method in class org.eclipse.emf.ecore.xcore.ui.XcoreJavaProjectProvider
 
getClassLoader() - Method in class org.eclipse.emf.java.util.JavaPackageResourceImpl
 
getClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getClassName() - Method in class org.eclipse.emf.codegen.jet.JETSkeleton
 
getClassNamePattern() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Class Name Pattern' attribute
getClassNamePattern() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getClassPackageName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getClassPackageName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getClassPackageSuffix() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
Returns the value of the 'Class Package Suffix' attribute.
getClassPackageSuffix() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getClasspathEntries() - Method in class org.eclipse.emf.codegen.jet.JETEmitter
Returns a list of classpath entries that will be added to the classpath of the internal project where emitted JET templates are compiled.
getClassPathEntries() - Method in class org.eclipse.emf.ecore.xcore.XcoreStandaloneSetup.XcoreStandaloneRuntimeModule.XcoreResourceSetInitializer
 
getClasspathPaths(String) - Static method in class org.eclipse.emf.codegen.CodeGen
Deprecated.
As of EMF 2.1.0, moved to CodeGenUtil.
getClasspathPaths(String) - Static method in class org.eclipse.emf.codegen.util.CodeGenUtil.EclipseUtil
 
getClasspathPaths(String) - Static method in class org.eclipse.emf.codegen.util.CodeGenUtil
Deprecated.
getClassPrefix() - Method in class org.eclipse.emf.codegen.merge.java.facade.FacadeHelper
 
getClassType() - Method in class org.eclipse.emf.ecore.xcore.mappings.XClassMapping
 
getClassTypeArguments() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getClassTypeArguments() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getClassUniqueName(GenClass) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getClassUniqueName(GenClass) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getClipboard() - Method in class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain
This returns the clipboard of the editing domain.
getClipboard() - Method in interface org.eclipse.emf.edit.domain.EditingDomain
This returns the clipboard of the editing domain.
getClob(int) - Method in class org.eclipse.emf.oda.ecore.impl.ResultSet
 
getClob(String) - Method in class org.eclipse.emf.oda.ecore.impl.ResultSet
 
getCloseDirective() - Method in class org.eclipse.emf.codegen.jet.JETParser
 
getCloseExpr() - Method in class org.eclipse.emf.codegen.jet.JETParser
 
getCloseScriptlet() - Method in class org.eclipse.emf.codegen.jet.JETParser
 
getCode() - Method in class org.eclipse.emf.common.util.BasicDiagnostic
 
getCode() - Method in interface org.eclipse.emf.common.util.Diagnostic
Returns source-specific identity code.
getCollection(Object) - Method in class org.eclipse.emf.ecore.util.EcoreUtil.CrossReferencer
Return the collection of cross reference settings for the specified key (target object).
getCollection() - Method in class org.eclipse.emf.edit.command.AddCommand
This returns the collection of objects being added.
getCollection() - Method in class org.eclipse.emf.edit.command.CommandParameter
This returns the specified collection.
getCollection() - Method in class org.eclipse.emf.edit.command.DeleteCommand
This returns the collection of objects to be deleted.
getCollection() - Method in class org.eclipse.emf.edit.command.DragAndDropCommand
 
getCollection() - Method in class org.eclipse.emf.edit.command.RemoveCommand
This returns the collection of objects being removed.
getCollection() - Method in class org.eclipse.emf.edit.command.ReplaceCommand
This returns the collection of replacement objects.
getColor(int) - Static method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.ColorInformation
Deprecated.
 
getColor(int) - Static method in class org.eclipse.emf.codegen.util.GIFEmitter.ColorInformation
 
getColor(Color, Color, Object) - Method in class org.eclipse.emf.edit.ui.provider.ExtendedColorRegistry
 
getColorFromObject(Object) - Method in class org.eclipse.emf.edit.ui.provider.AdapterFactoryLabelProvider
 
getColumn() - Method in interface org.eclipse.emf.ecore.resource.Resource.Diagnostic
Returns the column location of the issue within the source.
getColumn() - Method in exception org.eclipse.emf.ecore.xmi.XMIException
 
getColumn() - Method in class org.eclipse.emf.exporter.util.ExporterUIUtil.TreeEditorHelper
 
getColumnClassifier(int) - Method in class org.eclipse.emf.oda.ecore.impl.ResultSetMetaData.EClass
 
getColumnClassifier(int) - Method in class org.eclipse.emf.oda.ecore.impl.ResultSetMetaData.EDataType
 
getColumnClassifier(int) - Method in class org.eclipse.emf.oda.ecore.impl.ResultSetMetaData
 
getColumnCount() - Method in class org.eclipse.emf.oda.ecore.impl.ResultSetMetaData.EClass
 
getColumnCount() - Method in class org.eclipse.emf.oda.ecore.impl.ResultSetMetaData.EDataType
 
getColumnDisplayLength(int) - Method in class org.eclipse.emf.oda.ecore.impl.ResultSetMetaData
 
getColumnImage(Object, int) - Method in class org.eclipse.emf.edit.provider.AdapterFactoryItemDelegator
This does the same thing as ITableLabelProvider.getColumnImage.
getColumnImage(Object, int) - Method in class org.eclipse.emf.edit.provider.DelegatingWrapperItemProvider
Uses the delegate item provider to return the delegate value's column image.
getColumnImage(Object, int) - Method in interface org.eclipse.emf.edit.provider.ITableItemLabelProvider
This does the same thing as ITableLabelProvider.getColumnImage.
getColumnImage(Object, int) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This implements ITableItemLabelProvider.getColumnImage by returning null.
getColumnImage(Object, int) - Method in class org.eclipse.emf.edit.provider.ItemProviderDecorator
This implements ITableItemLabelProvider.getColumnImage by delegating to (ITableItemLabelProvider)ItemProviderDecorator.decoratedItemProvider.
getColumnImage(Object, int) - Method in class org.eclipse.emf.edit.ui.provider.AdapterFactoryLabelProvider
This implements ITableLabelProvider.getColumnImage by forwarding it to an object that implements ITableItemLabelProvider.getColumnImage or failing that, an object that implements IItemLabelProvider.getImage where the columnIndex is ignored.
getColumnImage(Object, int) - Method in class org.eclipse.emf.edit.ui.provider.DelegatingStyledCellLabelProvider
This implements ITableLabelProvider#getColumnImage(Object, int) by forwarding it to the wrapped styled label provider if it implements ITableLabelProvider.
getColumnImage(Object, int) - Method in class org.eclipse.emf.mapping.presentation.MappingDomainLabelProvider
 
getColumnLabel(int) - Method in class org.eclipse.emf.oda.ecore.impl.ResultSetMetaData.EClass
 
getColumnLabel(int) - Method in class org.eclipse.emf.oda.ecore.impl.ResultSetMetaData
 
getColumnName(int) - Method in class org.eclipse.emf.oda.ecore.impl.ResultSetMetaData.EClass
 
getColumnName(int) - Method in class org.eclipse.emf.oda.ecore.impl.ResultSetMetaData.EDataType
 
getColumnNumber() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
getColumnNumber() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler.ManyReference
 
getColumnNumber() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler.SingleReference
 
getColumnNumber() - Method in interface org.eclipse.emf.ecore.xmi.XMLHelper.ManyReference
 
getColumnPropertyDescriptor(Object, int) - Method in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
Deprecated.
 
getColumnText(Object, int) - Method in class org.eclipse.emf.edit.provider.AdapterFactoryItemDelegator
This does the same thing as ITableLabelProvider.getColumnText.
getColumnText(Object, int) - Method in class org.eclipse.emf.edit.provider.DelegatingWrapperItemProvider
Uses the delegate item provider to return the delegate value's column text.
getColumnText(Object, int) - Method in interface org.eclipse.emf.edit.provider.ITableItemLabelProvider
This does the same thing as ITableLabelProvider.getColumnText.
getColumnText(Object, int) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This implements ITableItemLabelProvider.getColumnText by returning "".
getColumnText(Object, int) - Method in class org.eclipse.emf.edit.provider.ItemProviderDecorator
This implements ITableItemLabelProvider.getColumnText by delegating to (ITableItemLabelProvider)ItemProviderDecorator.decoratedItemProvider.
getColumnText(Object, int) - Method in class org.eclipse.emf.edit.ui.provider.AdapterFactoryLabelProvider
This implements ITableLabelProvider.getColumnText by forwarding it to an object that implements ITableItemLabelProvider.getColumnText or failing that, an object that implements IItemLabelProvider.getText where the columnIndex are is ignored.
getColumnText(Object, int) - Method in class org.eclipse.emf.edit.ui.provider.DelegatingStyledCellLabelProvider
This implements ITableLabelProvider#getColumnText(Object, int) by forwarding it to the wrapped styled label provider if it implements ITableLabelProvider.
getColumnType(int) - Method in class org.eclipse.emf.oda.ecore.impl.ResultSetMetaData
 
getColumnTypeName(int) - Method in class org.eclipse.emf.oda.ecore.impl.ResultSetMetaData
 
getCombinedSelection() - Method in class org.eclipse.emf.mapping.presentation.ComposedSelection
 
getCombinedSelection() - Method in interface org.eclipse.emf.mapping.presentation.IComposedSelection
 
getComboBoxObjects(Object) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
This will be called to populate a list of choices.
getCommaKeyword_11_2_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XOperationElements
 
getCommaKeyword_1_2_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XGenericTypeElements
 
getCommaKeyword_2_2_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XAnnotationElements
 
getCommaKeyword_3_2_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XDataTypeElements
 
getCommaKeyword_4_1_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XEnumElements
 
getCommaKeyword_4_2_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XClassElements
 
getCommaKeyword_4_2_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XOperationElements
 
getCommaKeyword_5_2_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XClassElements
 
getCommaKeyword_8_2_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XReferenceElements
 
getCommaKeyword_9_1_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XOperationElements
 
getCommand() - Method in class org.eclipse.emf.common.command.CommandWrapper
Returns the command for which this is a proxy or decorator.
getCommandClass() - Method in class org.eclipse.emf.mapping.command.PersistentCommandStack.CommandCreationRecord
 
getCommandline() - Method in class org.eclipse.emf.ant.taskdefs.codegen.ecore.GeneratorTask
 
getCommandList() - Method in class org.eclipse.emf.common.command.CompoundCommand
Returns an unmodifiable view of the commands in the list.
getCommandOwner() - Method in class org.eclipse.emf.edit.provider.DelegatingWrapperItemProvider.DelegatingWrapperItemPropertyDescriptor
Returns the override command owner.
getCommandOwner() - Method in interface org.eclipse.emf.edit.provider.IItemPropertyDescriptor.OverrideableCommandOwner
Returns the override command owner set via setCommandOwner.
getCommandOwner() - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
Returns the override command owner set via setCommandOwner.
getCommandOwner(Object) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
Returns either the override command owner set via setCommandOwner or, if that is null, the fall-back object provided.
getCommandParameter() - Method in class org.eclipse.emf.mapping.command.PersistentCommandStack.CommandCreationRecord
 
getCommandStack() - Method in class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain
This returns the command stack provided in the constructor.
getCommandStack() - Method in interface org.eclipse.emf.edit.domain.EditingDomain
This returns a command queue for executing commands.
getCommandStack() - Method in class org.eclipse.emf.mapping.impl.MappingRootImpl
 
getCommandStack() - Method in interface org.eclipse.emf.mapping.MappingRoot
Returns the value of the 'Command Stack' attribute
getComment() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJField
 
getComment() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJMember
 
getComment() - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMJInitializer
 
getComment() - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMJMember
 
getComment() - Method in interface org.eclipse.emf.codegen.merge.java.facade.JMember
Returns the comment associated with this member (including comment delimiters).
getComment() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeDocumentRootImpl
 
getComment() - Method in class org.eclipse.emf.java.impl.JCompilationUnitImpl
 
getComment() - Method in class org.eclipse.emf.java.impl.JMemberImpl
 
getComment() - Method in interface org.eclipse.emf.java.JCompilationUnit
Returns the value of the 'Comment' attribute
getComment() - Method in interface org.eclipse.emf.java.JMember
Returns the value of the 'Comment' attribute
getCommentedOutNodes() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJCompilationUnit
 
getCommercialAtKeyword_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XAnnotationElements
 
getCommit() - Method in class org.eclipse.emf.importer.rose.parser.RoseNode
 
getComparator() - Method in class org.eclipse.emf.common.CommonPlugin
Returns a string comparator appropriate for collating strings for the current locale.
getComparator(Locale) - Method in class org.eclipse.emf.common.CommonPlugin
Returns a string comparator appropriate for collating strings for the give locale.
getCompilationUnit() - Method in class org.eclipse.emf.codegen.jet.JETSkeleton
 
getCompilationUnit() - Method in class org.eclipse.emf.codegen.jmerge.JPatternDictionary
Deprecated.
 
getCompilationUnit(JNode) - Method in class org.eclipse.emf.codegen.merge.java.facade.FacadeHelper
Returns the compilation unit of the specified node.
getCompilationUnitContents() - Method in class org.eclipse.emf.codegen.jet.JETSkeleton
 
getCompilerCompliance() - Method in class org.eclipse.emf.codegen.merge.java.facade.FacadeHelper
Returns the required Java compiler compliance level.
getComplexTypeConverter() - Method in class org.eclipse.emf.mapping.impl.MappingPackageImpl
 
getComplexTypeConverter() - Method in interface org.eclipse.emf.mapping.MappingPackage
Returns the meta object for class 'Complex Type Converter'
getComplexTypeConverter_In2out() - Method in class org.eclipse.emf.mapping.impl.MappingPackageImpl
 
getComplexTypeConverter_In2out() - Method in interface org.eclipse.emf.mapping.MappingPackage
Returns the meta object for the reference 'In2out'
getComplexTypeConverter_Out2in() - Method in class org.eclipse.emf.mapping.impl.MappingPackageImpl
 
getComplexTypeConverter_Out2in() - Method in interface org.eclipse.emf.mapping.MappingPackage
Returns the meta object for the reference 'Out2in'
getComplianceLevel() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Compliance Level' attribute.
getComplianceLevel() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getComponentType() - Method in class org.eclipse.emf.java.impl.JClassImpl
 
getComponentType() - Method in interface org.eclipse.emf.java.JClass
Returns the value of the 'Component Type' container reference.
getComposedAdapterFactoryDescriptorRegistry() - Static method in class org.eclipse.emf.edit.EMFEditPlugin
Returns a populated instance of an item provider adapter factory registry.
getComposedImage(Object, Object) - Method in class org.eclipse.emf.ecore.provider.ETypedElementItemProvider
 
getComposedImage(Object, Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XTypedElementItemProvider
 
getConnection() - Method in class org.eclipse.emf.oda.ecore.impl.DataSetMetaData
 
getConnection(String) - Method in class org.eclipse.emf.oda.ecore.impl.Driver
 
getConstraintDelegate(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClassifier
 
getConstraintDelegate(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getConstraintDelegate(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
 
getConstraintExpression(String, String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClassifier
 
getConstraintExpression(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassifierImpl
 
getConstraintExpression(String, String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassifierImpl
 
getConstraintImplementor(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClassifier
 
getConstraintImplementor(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassifierImpl
 
getConstraintImplementor(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getConstraintImplementor(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
 
getConstraints(EModelElement) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
 
getConstraints() - Method in class org.eclipse.emf.importer.rose.parser.RoseNode
 
getContainedEObjects(List<FeatureMap.Entry>) - Static method in class org.eclipse.emf.ecore.change.impl.ChangeDescriptionImpl
 
getContainedURIs(String) - Method in class org.eclipse.emf.ecore.xcore.XcoreStandaloneSetup.XcoreStandaloneRuntimeModule.XcoreResourceSetInitializer.AllContainerAdapter
 
getContainer(IProject, IPath) - Static method in class org.eclipse.emf.codegen.jet.JETNature
 
getContainer(IProject, String) - Static method in class org.eclipse.emf.codegen.jet.JETNature
 
getContainer(IProject, IContainer) - Static method in class org.eclipse.emf.codegen.jet.JETNature
 
getContainer(InternalEObject) - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.EStoreImpl
 
getContainer(InternalEObject) - Method in interface org.eclipse.emf.ecore.InternalEObject.EStore
Returns the object's container.
getContainer(Node) - Method in interface org.eclipse.emf.ecore.xmi.DOMHelper
 
getContainer(Node) - Method in class org.eclipse.emf.ecore.xmi.impl.DefaultDOMHandlerImpl
 
getContainer() - Method in class org.eclipse.emf.importer.rose.builder.TableObject
 
getContainerAssignment_2_2_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XReferenceElements
 
getContainerAssignment_2_3_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XReferenceElements
 
getContainerClass() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
getContainerClass() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
getContainerClass() - Method in interface org.eclipse.emf.ecore.EStructuralFeature
Returns the instance class of the containing class.
getContainerClass() - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
 
getContainerContainerKeyword_2_2_0_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XReferenceElements
 
getContainerContainerKeyword_2_3_1_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XReferenceElements
 
getContainerHandle(URI) - Method in class org.eclipse.emf.ecore.xcore.XcoreStandaloneSetup.XcoreStandaloneRuntimeModule.XcoreResourceSetInitializer.AllContainerAdapter
 
getContainerKeyword_5() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.FeatureCallIDElements
 
getContainers(IProject, String) - Static method in class org.eclipse.emf.codegen.jet.JETNature
 
getContainers(IProject, String, boolean) - Static method in class org.eclipse.emf.codegen.jet.JETNature
 
getContainers(IProject, List<Object>) - Static method in class org.eclipse.emf.codegen.jet.JETNature
 
getContainers(IProject, List<Object>, List<Object>) - Static method in class org.eclipse.emf.codegen.jet.JETNature
 
getContainersState() - Method in class org.eclipse.emf.ecore.xcore.XcoreStandaloneSetup.XcoreStandaloneRuntimeModule.XcoreResourceSetInitializer
 
getContainerValue(Element, String) - Method in class org.eclipse.emf.codegen.jet.JETNature
Returns the container defined from the base Element passed in.
getContainerValues(Element, String) - Method in class org.eclipse.emf.codegen.jet.JETNature
Returns the containers defined from the base Element passed in.
getContainerValues(Element, String, boolean) - Method in class org.eclipse.emf.codegen.jet.JETNature
Returns the containers defined from the base Element passed in with entries starting with @ filtered out.
getContainingClass() - Method in class org.eclipse.emf.ecore.xcore.impl.XMemberImpl
 
getContainingClass() - Method in interface org.eclipse.emf.ecore.xcore.XMember
Returns the value of the 'Containing Class' container reference.
getContainingFeature(InternalEObject) - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.EStoreImpl
 
getContainingFeature(InternalEObject) - Method in interface org.eclipse.emf.ecore.InternalEObject.EStore
Returns the object's containing feature.
getContainingType() - Method in class org.eclipse.emf.java.impl.JMemberImpl
 
getContainingType() - Method in interface org.eclipse.emf.java.JMember
Returns the value of the 'Containing Type' container reference.
getContainment() - Method in class org.eclipse.emf.importer.rose.parser.RoseNode
 
getContainmentAssignment_2_0_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XReferenceElements
 
getContainmentAssignment_2_1_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XReferenceElements
 
getContainmentContainsKeyword_2_0_0_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XReferenceElements
 
getContainmentContainsKeyword_2_1_1_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XReferenceElements
 
getContainmentFlag() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
getContainmentFlag() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
getContainsKeyword_6() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.FeatureCallIDElements
 
getContent(EObject, EStructuralFeature[]) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
getContentDescription(String, Map<?, ?>) - Static method in class org.eclipse.emf.ecore.resource.impl.PlatformResourceURIHandlerImpl.WorkbenchHelper
 
getContentDescriptionOptions() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceFactoryRegistryImpl
Returns the default options used to compute the content type identifier.
getContentFeature(EObject) - Method in class org.eclipse.emf.ecore.xmi.impl.SAXXMLHandler
 
getContentHandlers() - Method in class org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl
 
getContentHandlers() - Method in interface org.eclipse.emf.ecore.resource.URIConverter
Returns the list of ContentHandlers.
getContentKind() - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EClassExtendedMetaDataImpl
 
getContentKind() - Method in interface org.eclipse.emf.ecore.util.BasicExtendedMetaData.EClassifierExtendedMetaData
 
getContentKind() - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EDataTypeExtendedMetaDataImpl
 
getContentKind(EClass) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
getContentKind(EClass) - Method in interface org.eclipse.emf.ecore.util.ExtendedMetaData
Returns the kind of XML content of the type corresponding to the given class.
getContentNotifyFeatures() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getContentNotifyFeatures() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getContentOutlinePage() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
This accesses a cached version of the content outliner
getContentOutlinePage() - Method in class org.eclipse.emf.ecore.presentation.EcoreEditor
This accesses a cached version of the content outliner
getContentOutlinePage() - Method in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryEditor
This accesses a cached version of the content outliner
getContentOutlinePage() - Method in class org.eclipse.emf.java.presentation.JavaEditor
This accesses a cached version of the content outliner
getContentOutlinePage() - Method in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLEditor
This accesses a cached version of the content outliner
getContentOutlinePage() - Method in class org.eclipse.emf.mapping.presentation.MappingEditor
This accesses a cached version of the content outliner.
getContents(URI, String) - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter
Returns the contents of the file identified by the given workspace path URI, as read using the specified encoding.
getContents() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenAnnotation
Returns the value of the 'Contents' containment reference list.
getContents() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenAnnotationImpl
 
getContents(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.
getContents(byte[], String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.GIFEmitter
Deprecated.
 
getContents() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJAnnotation
 
getContents() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJCompilationUnit
Returns the rewritten text after applying all the changes made to JNode tree.
getContents() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJField
Return the original declaration contents (including all variable declaration fragments in the declaration).
getContents() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJNode
Get the original contents of the node using the source.
getContents() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJPackage
Returns original contents of the package declaration without the javadoc of the package.
getContents() - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMJInitializer
 
getContents() - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMJMember
 
getContents() - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMJNode
 
getContents() - Method in interface org.eclipse.emf.codegen.merge.java.facade.JNode
Returns the current contents of this document fragment.
getContents(byte[], String) - Method in class org.eclipse.emf.codegen.util.GIFEmitter
 
getContents() - Method in interface org.eclipse.emf.ecore.EAnnotation
Returns the value of the 'Contents' containment reference list.
getContents() - Method in class org.eclipse.emf.ecore.impl.EAnnotationImpl
 
getContents() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
 
getContents() - Method in interface org.eclipse.emf.ecore.resource.Resource
Returns the list of the direct content objects; each is of type EObject.
getContents(Resource) - Method in class org.eclipse.emf.edit.provider.resource.ResourceItemProvider
Copies the contents of the resource to an array while holding a lock on the resource and subsequently its resource set, if the resource is contained by a resource set.
getContentTypeIdentifier() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
Returns the value of the 'Content Type Identifier' attribute
getContentTypeIdentifier() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getContentTypeIdentifier(URI) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceFactoryRegistryImpl
 
getContentTypeToFactoryMap() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceFactoryRegistryImpl
 
getContentTypeToFactoryMap() - Method in interface org.eclipse.emf.ecore.resource.Resource.Factory.Registry
Returns a map from content type identifier to Resource.Factory or Resource.Factory.Descriptor.
getContentURI() - Method in class org.eclipse.emf.common.ui.wizard.AbstractExampleInstallerWizard.ProjectDescriptor
 
getContext() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypedElementImpl
 
getContext(JNode) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTFacadeHelper
 
getContext(JNode) - Method in class org.eclipse.emf.codegen.merge.java.facade.FacadeHelper
Returns the context of a node.
getContext(JNode) - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMFacadeHelper
 
getContextClassLoader() - Method in class org.eclipse.emf.ecore.impl.EPackageRegistryImpl.Delegator
 
getContextType() - Method in class org.eclipse.emf.oda.ecore.ui.impl.EcoreDataSetWizardPage
Returns the value of the context type property.
getControl() - Method in interface org.eclipse.emf.common.ui.viewer.ColumnViewerInformationControlToolTipSupport.AccessibleInformationControl
 
getControl() - Method in class org.eclipse.emf.common.ui.ViewerPane
Get the control.
getControl() - Method in class org.eclipse.emf.oda.ecore.ui.impl.EcoreDataSourcePageHelper
Returns the page for this helper.
getControlModel() - Method in class org.eclipse.emf.codegen.jmerge.JMerger
Deprecated.
 
getControlModel() - Method in class org.eclipse.emf.codegen.merge.java.facade.FacadeHelper
 
getControlModel() - Method in class org.eclipse.emf.codegen.merge.java.JMerger
 
getConversionDelegate() - Method in interface org.eclipse.emf.ecore.EDataType.Internal
Returns the delegate for this data type.
getConversionDelegate() - Method in class org.eclipse.emf.ecore.impl.EDataTypeImpl
 
getConversionDelegateFactory(EDataType) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
 
getConversionDelegates(EPackage) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
 
getConvertBody() - Method in class org.eclipse.emf.ecore.xcore.impl.XDataTypeImpl
 
getConvertBody() - Method in interface org.eclipse.emf.ecore.xcore.XDataType
Returns the value of the 'Convert Body' containment reference
getConvertBodyAssignment_6_1_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XDataTypeElements
 
getConvertBodyXBlockExpressionParserRuleCall_6_1_1_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XDataTypeElements
 
getConvertData() - Method in class org.eclipse.emf.converter.ModelConverter.EPackageConvertInfo
 
getConverter() - Method in class org.eclipse.emf.ecore.xcore.mappings.XDataTypeMapping
 
getConverterBody(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenDataType
 
getConverterBody() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
 
getConverterBody(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
 
getConverterGenAnnotationSource() - Method in class org.eclipse.emf.converter.ModelConverter
 
getConverterGenAnnotationSource() - Method in class org.eclipse.emf.exporter.ModelExporter
 
getConverterGenAnnotationSource() - Method in class org.eclipse.emf.importer.ModelImporter
 
getConvertKeyword_6_1_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XDataTypeElements
 
getConvertKeyword_7() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.FeatureCallIDElements
 
getCopies() - Method in class org.eclipse.emf.examples.extlibrary.impl.CirculatingItemImpl
 
getCopies() - Method in interface org.eclipse.emf.examples.extlibrary.Lendable
Returns the value of the 'Copies' attribute
getCopy(EObject) - Method in class org.eclipse.emf.edit.command.CopyCommand.Helper
Return the copy of the specified object if it has one.
getCopy() - Method in class org.eclipse.emf.edit.command.InitializeCopyCommand
This is the object (copy) being initialized.
getCopyHelper() - Method in class org.eclipse.emf.edit.command.CreateCopyCommand
This is the map of objects to their copies.
getCopyHelper() - Method in class org.eclipse.emf.edit.command.InitializeCopyCommand
This is the map of objects to their copies.
getCopyright(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenBase
 
getCopyright(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
getCopyright(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
getCopyright(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getCopyrightFieldLiteral() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getCopyrightFieldLiteral() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getCopyrightText() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Copyright Text' attribute
getCopyrightText() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getCopyTarget(EObject, boolean) - Method in class org.eclipse.emf.edit.command.CopyCommand.Helper
Return the copy of the specified object or the object itself if it has no copy.
getCorrespondingType(EObject, HashMap<String, String>) - Method in class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain
 
getCreateBody() - Method in class org.eclipse.emf.ecore.xcore.impl.XDataTypeImpl
 
getCreateBody() - Method in interface org.eclipse.emf.ecore.xcore.XDataType
Returns the value of the 'Create Body' containment reference
getCreateBodyAssignment_6_0_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XDataTypeElements
 
getCreateBodyXBlockExpressionParserRuleCall_6_0_1_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XDataTypeElements
 
getCreateChildDescription(Object, Object, Object, Collection<?>) - Method in interface org.eclipse.emf.edit.command.CreateChildCommand.Helper
This returns the description of the action of creating the specified child under the specified feature of the owner.
getCreateChildDescription(Object, Object, Object, Collection<?>) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This returns the description for CreateChildCommand.
getCreateChildFeatures() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getCreateChildFeatures() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getCreateChildFeaturesIncludingDelegation() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getCreateChildFeaturesIncludingDelegation() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getCreateChildGIFEmitter() - 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.
getCreateChildIconFileName(GenModel, GenFeature, GenClass) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getCreateChildIconFileName(GenFeature, GenClass) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getCreateChildIconFileName(GenFeature, GenClass) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getCreateChildIconFileName(GenModel, GenFeature, GenClass) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getCreateChildImage(Object, Object, Object, Collection<?>) - Method in interface org.eclipse.emf.edit.command.CreateChildCommand.Helper
This returns the icon for the action of creating the specified child under the specified feature of the owner.
getCreateChildImage(Object, Object, Object, Collection<?>) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This returns the icon image for CreateChildCommand.
getCreateChildImage(Object, Object, Object, Collection<?>) - Method in class org.eclipse.emf.edit.provider.ReflectiveItemProvider
 
getCreateChildResult(Object) - Method in interface org.eclipse.emf.edit.command.CreateChildCommand.Helper
For a given child object, this returns the complete collection of objects to be presented as the command's result.
getCreateChildResult(Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This returns the result collection for CreateChildCommand.
getCreateChildText(Object, Object, Object, Collection<?>) - Method in class org.eclipse.emf.ecore.provider.EClassItemProvider
 
getCreateChildText(Object, Object, Object, Collection<?>) - Method in class org.eclipse.emf.ecore.provider.EGenericTypeItemProvider
This returns the label text for CreateChildCommand
getCreateChildText(Object, Object, Object, Collection<?>) - Method in class org.eclipse.emf.ecore.provider.EOperationItemProvider
This returns the label text for CreateChildCommand
getCreateChildText(Object, Object, Object, Collection<?>) - Method in class org.eclipse.emf.ecore.provider.ETypeParameterItemProvider
 
getCreateChildText(Object, Object, Object, Collection<?>) - Method in class org.eclipse.emf.ecore.xcore.provider.XGenericTypeItemProvider
This returns the label text for CreateChildCommand
getCreateChildText(Object, Object, Object, Collection<?>) - Method in class org.eclipse.emf.ecore.xcore.provider.XOperationItemProvider
This returns the label text for CreateChildCommand
getCreateChildText(Object, Object, Object, Collection<?>) - Method in interface org.eclipse.emf.edit.command.CreateChildCommand.Helper
This returns the text for the action of creating the specified child under the specified feature of the owner.
getCreateChildText(Object, Object, Object, Collection<?>) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This returns the label for CreateChildCommand.
getCreateChildText(Object, Object, Object, Collection<?>) - Method in class org.eclipse.emf.edit.provider.ReflectiveItemProvider
 
getCreateChildToolTipText(Object, Object, Object, Collection<?>) - Method in interface org.eclipse.emf.edit.command.CreateChildCommand.Helper
This returns the tool tip text for the action of creating the specified child under the specified feature of the owner.
getCreateChildToolTipText(Object, Object, Object, Collection<?>) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This returns the tool tip text for CreateChildCommand.
getCreateChildValueLiteral() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
getCreateChildValueLiteral() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
getCreateKeyword_8() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.FeatureCallIDElements
 
getCreator() - Method in class org.eclipse.emf.ecore.xcore.mappings.XDataTypeMapping
 
getCreatorBody(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenDataType
 
getCreatorBody() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
 
getCreatorBody(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
 
getCrossPackageChildrenClasses(GenFeature) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getCrossPackageChildrenClasses(GenFeature) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getCrossPackageCreateChildFeatures() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getCrossPackageCreateChildFeatures() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getCrossReferenceAdapter(Notifier) - Static method in class org.eclipse.emf.ecore.util.ECrossReferenceAdapter
Returns the first ECrossReferenceAdapter in the notifier's adapter list, or null, if there isn't one.
getCrossReferences(EObject) - Method in class org.eclipse.emf.ecore.util.EcoreUtil.CrossReferencer
 
getCrossReferences(EObject) - Method in class org.eclipse.emf.ecore.util.ECrossReferenceAdapter.InverseCrossReferencer
 
getCurrentGenPackage() - Method in class org.eclipse.emf.exporter.html.HTMLExporter
 
getCurrentViewer() - Method in class org.eclipse.emf.mapping.presentation.MappingEditor
 
getCursor() - Method in class org.eclipse.emf.codegen.jet.JETMark
 
getDanglingHREFException() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
getDanglingHREFException() - Method in interface org.eclipse.emf.ecore.xmi.XMLHelper
 
getData() - Method in class org.eclipse.emf.common.util.BasicDiagnostic
 
getData() - Method in interface org.eclipse.emf.common.util.Diagnostic
Returns the arbitrary associated list of data.
getData() - Method in class org.eclipse.emf.ecore.xml.type.impl.ProcessingInstructionImpl
 
getData() - Method in interface org.eclipse.emf.ecore.xml.type.ProcessingInstruction
Returns the value of the 'Data' attribute
getData() - Method in class org.eclipse.emf.edit.tree.impl.TreeNodeImpl
 
getData() - Method in interface org.eclipse.emf.edit.tree.TreeNode
Returns the value of the 'Data' reference
getDataSourceMajorVersion() - Method in class org.eclipse.emf.oda.ecore.impl.DataSetMetaData
 
getDataSourceMinorVersion() - Method in class org.eclipse.emf.oda.ecore.impl.DataSetMetaData
 
getDataSourceObjects(String, String, String, String) - Method in class org.eclipse.emf.oda.ecore.impl.DataSetMetaData
 
getDataSourceProductName() - Method in class org.eclipse.emf.oda.ecore.impl.DataSetMetaData
 
getDataSourceProductVersion() - Method in class org.eclipse.emf.oda.ecore.impl.DataSetMetaData
 
getDataTypeElementSingleSimple(EObject, EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
getDatatypeValue(Object, EStructuralFeature, boolean) - Method in class org.eclipse.emf.ecore.xmi.impl.EMOFSaveImpl
 
getDatatypeValue(Object, EStructuralFeature, boolean) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
getDataValue() - Method in interface org.eclipse.emf.ecore.change.FeatureChange
Returns the value of the 'Data Value' attribute
getDataValue() - Method in interface org.eclipse.emf.ecore.change.FeatureMapEntry
Returns the value of the 'Data Value' attribute
getDataValue() - Method in class org.eclipse.emf.ecore.change.impl.FeatureChangeImpl
 
getDataValue() - Method in class org.eclipse.emf.ecore.change.impl.FeatureMapEntryImpl
 
getDataValues() - Method in class org.eclipse.emf.ecore.change.impl.ListChangeImpl
 
getDataValues() - Method in interface org.eclipse.emf.ecore.change.ListChange
Returns the value of the 'Data Values' attribute list.
getDate() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getDate() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getDate() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypePackageImpl
 
getDate() - Method in class org.eclipse.emf.ecore.xml.type.internal.XMLCalendar
 
getDate() - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
Returns the meta object for data type 'Date'
getDate(int) - Method in class org.eclipse.emf.oda.ecore.impl.ResultSet
 
getDate(String) - Method in class org.eclipse.emf.oda.ecore.impl.ResultSet
 
getDateTime() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypePackageImpl
 
getDateTime() - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
Returns the meta object for data type 'Date Time'
getDay() - Method in class org.eclipse.emf.ecore.xml.type.internal.XMLCalendar
 
getDays() - Method in class org.eclipse.emf.ecore.xml.type.internal.XMLDuration
 
getDecimal() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypePackageImpl
 
getDecimal() - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
Returns the meta object for data type 'Decimal'
getDECIMALRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getDeclaredFieldGenFeatures() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getDeclaredFieldGenFeatures() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getDeclaredGenFeatures() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getDeclaredGenFeatures() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getDeclaredGenOperations() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getDeclaredGenOperations() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getDeclaredPrefixAt(int) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl.NamespaceSupport
 
getDeclaredPrefixCount() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl.NamespaceSupport
 
getDeclaredType(GenEnum) - Method in class org.eclipse.emf.ecore.xcore.util.XcoreJvmInferrer
 
getDeclaredType(GenClass, boolean, boolean) - Method in class org.eclipse.emf.ecore.xcore.util.XcoreJvmInferrer
 
getDeclaredTypes(GenPackage) - Method in class org.eclipse.emf.ecore.xcore.util.XcoreJvmInferrer
 
getDeclaredTypes(GenClassifier) - Method in class org.eclipse.emf.ecore.xcore.util.XcoreJvmInferrer
 
getDeclaredTypes(GenClass) - Method in class org.eclipse.emf.ecore.xcore.util.XcoreJvmInferrer
 
getDecoratedAdapterFactory() - Method in class org.eclipse.emf.edit.provider.DecoratorAdapterFactory
This returns the adapter factory whose adapters are being decorated.
getDecoratedItemProvider() - Method in interface org.eclipse.emf.edit.provider.IItemProviderDecorator
This returns the decorated item provider, which must implement the IChangeNotifier interface.
getDecoratedItemProvider() - Method in class org.eclipse.emf.edit.provider.ItemProviderDecorator
This returns the item provider that this decorates.
getDecoration() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Decoration' attribute.
getDecoration() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getDecorationGen() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getDecorations() - Method in class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator
 
getDefault() - Static method in class org.eclipse.emf.ant.EMFAntPlugin
Returns the shared instance.
getDefault() - Static method in class org.eclipse.emf.codegen.ecore.xtext.ui.Activator
Returns the shared instance
getDefaultArtifactFileName(EPackage) - Method in class org.eclipse.emf.exporter.ModelExporter
 
getDefaultArtifactLocation(EPackage) - Method in class org.eclipse.emf.ecore.xcore.exporter.XcoreExporter
 
getDefaultArtifactLocation(EPackage) - Method in class org.eclipse.emf.exporter.html.HTMLExporter
 
getDefaultArtifactLocation(EPackage) - Method in class org.eclipse.emf.exporter.ModelExporter
 
getDefaultBackground() - Method in class org.eclipse.emf.edit.ui.provider.AdapterFactoryLabelProvider
Return the default background color.
getDefaultCheckedShowTopFirst() - Method in class org.eclipse.emf.mapping.presentation.MappingEditor
 
getDefaultEditor(String) - Static method in class org.eclipse.emf.edit.ui.util.EditUIUtil
Returns the default editor for a given file name.
getDefaultEditor(InputStream, String) - Static method in class org.eclipse.emf.edit.ui.util.EditUIUtil
Returns the default editor for a given contents and file name.
getDefaultEditor(URI, URIConverter) - Static method in class org.eclipse.emf.edit.ui.util.EditUIUtil
Returns the default editor for a given URI.
getDefaultEStructuralFeatureDetails() - Method in class org.eclipse.emf.exporter.html.HTMLExporter
 
getDefaultFilterUnmappedObjects() - Method in class org.eclipse.emf.mapping.presentation.MappingEditor
 
getDefaultFont() - Method in class org.eclipse.emf.edit.ui.provider.AdapterFactoryLabelProvider
Return the default font.
getDefaultForeground() - Method in class org.eclipse.emf.edit.ui.provider.AdapterFactoryLabelProvider
Return the default foreground color.
getDefaultGenModelFileName() - Method in class org.eclipse.emf.importer.ui.contribution.base.ModelImporterDetailPage
 
getDefaultGenModelFileName() - Method in class org.eclipse.emf.importer.ui.EMFModelWizard
 
getDefaultHandler(XMLResource, XMLLoad, XMLHelper, Map<?, ?>) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLParserPoolImpl
 
getDefaultHandler(XMLResource, XMLLoad, XMLHelper, Map<?, ?>) - Method in interface org.eclipse.emf.ecore.xmi.XMLParserPool
Retrieves XMLDefaultHandler from the pool and initializes / prepares it.
getDefaultId(EStructuralFeature) - Static method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
Returns the feature's default identifier.
getDefaultImage(Object) - Method in class org.eclipse.emf.edit.ui.provider.AdapterFactoryLabelProvider
 
getDefaultImage() - Method in class org.eclipse.emf.mapping.action.CreateMappingAction
This returns the image that is used if the command does not provide an override.
getDefaultImage() - Method in class org.eclipse.emf.mapping.action.CreateOneSidedMappingAction
This returns the image that is used if the command does not provide an override.
getDefaultImage() - Method in class org.eclipse.emf.mapping.action.NameMatchMappingAction
This returns the image that is used if the command does not provide an override.
getDefaultImage() - Method in class org.eclipse.emf.mapping.action.RemoveMappingAction
This returns the image that is used if the command does not provide an override.
getDefaultImage() - Method in class org.eclipse.emf.mapping.action.TypeMatchMappingAction
This returns the image that is used if the command does not provide an override.
getDefaultImageDescriptor() - Method in class org.eclipse.emf.codegen.ecore.genmodel.action.CreateChildAction
This returns the image that is used if the command does not provide an override.
getDefaultImageDescriptor() - Method in class org.eclipse.emf.edit.ui.action.CommandAction
This returns the image descriptor if the command does not provide an override.
getDefaultImageDescriptor() - Method in class org.eclipse.emf.edit.ui.action.StaticSelectionCommandAction
This can be overridden to provide the image descriptor used when the command does not provide one.
getDefaultImageDescriptor() - Method in class org.eclipse.emf.exporter.ui.EMFExportWizard
 
getDefaultImageDescriptor() - Method in class org.eclipse.emf.importer.ui.EMFModelWizard
 
getDefaultImageDescriptor() - Method in class org.eclipse.emf.importer.ui.EMFProjectWizard
 
getDefaultLoadOptions() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
 
getDefaultLoadOptions() - Method in interface org.eclipse.emf.ecore.xmi.XMLResource
Returns the map of options that, in addition to the overriding options specified during load, are used to to control load behavior.
getDefaultModelImporterDescriptorID() - Method in class org.eclipse.emf.importer.ui.EMFModelWizard
 
getDefaultNodeIdentifier(JNode) - Method in class org.eclipse.emf.codegen.merge.java.JPatternDictionary
 
getDefaultPath() - Method in class org.eclipse.emf.importer.ui.EMFModelWizard
 
getDefaultRegistryImplementation() - Static method in class org.eclipse.emf.ecore.plugin.EcorePlugin
Returns the default registry implementation singleton.
getDefaultRuleName() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.XcoreParser
 
getDefaultSaveOptions() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
 
getDefaultSaveOptions() - Method in interface org.eclipse.emf.ecore.xmi.XMLResource
Returns the map of options that, in addition to the overriding options specified during save, are used to to control save behavior.
getDefaultShowMultipleColumns() - Method in class org.eclipse.emf.mapping.presentation.MappingEditor
 
getDefaultSourcePath() - Method in class org.eclipse.emf.codegen.jet.JETNature
Returns the project's root directory
getDefaultURIConverter() - Static method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
Returns the default URI converter that's used when there is no resource set.
getDefaultValue() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
getDefaultValue() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
getDefaultValue() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJAnnotationTypeMember
 
getDefaultValue() - Method in interface org.eclipse.emf.codegen.merge.java.facade.JAnnotationTypeMember
Returns the string representation of the default value.
getDefaultValue() - Method in interface org.eclipse.emf.ecore.EClassifier
Returns the value of the 'Default Value' attribute
getDefaultValue() - Method in interface org.eclipse.emf.ecore.EStructuralFeature
Returns the value of the 'Default Value' attribute
getDefaultValue() - Method in class org.eclipse.emf.ecore.impl.EClassifierImpl
 
getDefaultValue() - Method in class org.eclipse.emf.ecore.impl.EDataTypeImpl
 
getDefaultValue() - Method in class org.eclipse.emf.ecore.impl.EEnumImpl
 
getDefaultValue() - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
 
getDefaultValue(EClassifier) - Static method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
 
getDefaultValueLiteral() - Method in interface org.eclipse.emf.ecore.EStructuralFeature
Returns the value of the 'Default Value Literal' attribute
getDefaultValueLiteral() - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
 
getDefaultValueLiteral() - Method in class org.eclipse.emf.ecore.xcore.impl.XAttributeImpl
 
getDefaultValueLiteral() - Method in interface org.eclipse.emf.ecore.xcore.XAttribute
Returns the value of the 'Default Value Literal' attribute
getDefaultValueLiteralAssignment_6_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XAttributeElements
 
getDefaultValueLiteralSTRINGTerminalRuleCall_6_1_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XAttributeElements
 
getDelegatedFeatures() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
getDelegatedFeatures(GenModel) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
getDelegatedFeatures() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
It considers mixed types, model groups, substitution groups and wildcards.
getDelegatedFeatures(GenModel) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
getDelegateFeature() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
getDelegateFeature() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
getDelegateResourceLocators() - Method in class org.eclipse.emf.common.EMFPlugin
 
getDelegateResourceLocators() - Method in class org.eclipse.emf.common.util.DelegatingResourceLocator
Returns the delegate resource locators.
getDelegateResourceLocators() - Method in class org.eclipse.emf.edit.provider.ChildCreationExtenderManager
 
getDelegateValue() - Method in class org.eclipse.emf.edit.provider.DelegatingWrapperItemProvider
Returns the value from which to obtain and which to pass to a delegate item provider.
getDelegateValue() - Method in class org.eclipse.emf.edit.provider.FeatureMapEntryWrapperItemProvider
If the entry's feature is a reference, returns its value as the value from which to obtain and which to pass to a delegate item provider.
getDeleteBegin() - Method in class org.eclipse.emf.ecore.xcore.ui.quickfix.XcoreQuickfixProvider.RemovalRegion
 
getDeleteEnd() - Method in class org.eclipse.emf.ecore.xcore.ui.quickfix.XcoreQuickfixProvider.RemovalRegion
 
getDependentElementURIs(EObject, IProgressMonitor) - Method in class org.eclipse.emf.ecore.xcore.ui.refactoring.XcoreDependentElementsCalculator
 
getDerivationKind() - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EClassExtendedMetaDataImpl
 
getDerivationKind() - Method in interface org.eclipse.emf.ecore.util.BasicExtendedMetaData.EClassifierExtendedMetaData
 
getDerivationKind() - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EDataTypeExtendedMetaDataImpl
 
getDerivationKind(EDataType) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
getDerivationKind(EDataType) - Method in interface org.eclipse.emf.ecore.util.ExtendedMetaData
Returns the derivation kind of the simple type corresponding to the given data type.
getDerivedAssignment_2_6() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XAttributeElements
 
getDerivedAssignment_3_6() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XReferenceElements
 
getDerivedDerivedKeyword_2_6_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XAttributeElements
 
getDerivedDerivedKeyword_3_6_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XReferenceElements
 
getDerivedElementInformation(EObject) - Method in class org.eclipse.emf.ecore.xcore.ui.hover.XcoreHoverDocumentationProvider
 
getDerivedFlag() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
getDerivedFlag() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
getDerivedKeyword_9() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.FeatureCallIDElements
 
getDescription() - Method in class org.eclipse.emf.common.command.AbstractCommand
 
getDescription() - Method in interface org.eclipse.emf.common.command.Command
Returns a string suitable to help describe the effect of this command.
getDescription() - Method in class org.eclipse.emf.common.command.CommandWrapper
Delegates to the getDescription method of the command.
getDescription() - Method in class org.eclipse.emf.common.command.CompoundCommand
Determines the description by composing the descriptions of the commands in the list; this is affected by the setting of CompoundCommand.resultIndex.
getDescription() - Method in class org.eclipse.emf.common.command.IdentityCommand
 
getDescription() - Method in class org.eclipse.emf.common.ui.wizard.AbstractExampleInstallerWizard.ProjectDescriptor
 
getDescription() - Method in interface org.eclipse.emf.converter.ui.contribution.ModelConverterDescriptor
 
getDescription() - Method in class org.eclipse.emf.converter.ui.contribution.ModelConverterManager.ModelConverterDescriptorImpl
 
getDescription() - Method in class org.eclipse.emf.edit.command.AbstractOverrideableCommand
 
getDescription() - Method in interface org.eclipse.emf.edit.command.CommandActionDelegate
This returns the description, if any, of the action.
getDescription() - Method in class org.eclipse.emf.edit.command.CreateChildCommand
This returns the description by delegating to helper.getCreateChildDescription().
getDescription() - Method in class org.eclipse.emf.edit.provider.DelegatingWrapperItemProvider.AffectedObjectsWrappingCommandActionDelegate
 
getDescription(Object) - Method in interface org.eclipse.emf.edit.provider.IItemPropertyDescriptor
Returns a brief description of this property.
getDescription(Object) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
This returns the description to be displayed in the property sheet when this property is selected.
getDescription(Object) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptorDecorator
This returns the description to be displayed in the property sheet when this property is selected.
getDescription() - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter.ResultAndAffectedObjectsWrappingCommandActionDelegate
 
getDescription() - Method in class org.eclipse.emf.edit.ui.provider.PropertyDescriptor
 
getDescription() - Method in class org.eclipse.emf.mapping.command.CreateMappingCommand
 
getDescriptionValue(QualifiedName, Object) - Method in class org.eclipse.emf.ecore.resource.impl.ContentHandlerImpl.Describer
Returns the given property's basic EMF value converted to the corresponding Eclipse value.
getDescriptionValue(QualifiedName, Object) - Method in class org.eclipse.emf.ecore.resource.impl.PlatformContentHandlerImpl
Returns the given property's Eclipse value converted to EMF's corresponding basic value.
getDescriptor(Collection<?>) - Method in interface org.eclipse.emf.edit.provider.ComposedAdapterFactory.Descriptor.Registry
Returns descriptor that can create a factory for the types.
getDescriptor(Collection<?>) - Method in class org.eclipse.emf.edit.provider.ComposedAdapterFactory.Descriptor.Registry.Impl
 
getDescriptors(String) - Method in class org.eclipse.emf.codegen.ecore.generator.GeneratorAdapterFactory.Descriptor.DelegatingRegistry
 
getDescriptors(String, boolean) - Method in class org.eclipse.emf.codegen.ecore.generator.GeneratorAdapterFactory.Descriptor.DelegatingRegistry
 
getDescriptors(String) - Method in interface org.eclipse.emf.codegen.ecore.generator.GeneratorAdapterFactory.Descriptor.Registry
Returns the descriptors registered against the given package ID.
getDescriptors(String) - Method in interface org.eclipse.emf.edit.provider.IChildCreationExtender.Descriptor.Registry
Returns collection of descriptors that can create a child creation extenders.
getDescriptors(String) - Method in class org.eclipse.emf.edit.provider.IChildCreationExtender.Descriptor.Registry.Impl
 
getDeselectAllLabel() - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPackagePage
 
getDetail(Diagnostic) - Method in class org.eclipse.emf.common.ui.DiagnosticComposite.TextProvider
Returns the text associated to be displayed in the detail text when a a diagnostic is selected in the tree.
getDetails() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenAnnotation
Returns the value of the 'Details' map.
getDetails() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenAnnotationImpl
 
getDetails() - Method in interface org.eclipse.emf.ecore.EAnnotation
Returns the value of the 'Details' map.
getDetails() - Method in class org.eclipse.emf.ecore.impl.EAnnotationImpl
 
getDetails() - Method in class org.eclipse.emf.ecore.xcore.impl.XAnnotationImpl
 
getDetails() - Method in interface org.eclipse.emf.ecore.xcore.XAnnotation
Returns the value of the 'Details' map.
getDetails(EClass) - Method in class org.eclipse.emf.exporter.html.HTMLExporter
Returns the list of 'details', ie EStructuralFeatures, that should presented for each EClass.
getDetails(EDataType) - Method in class org.eclipse.emf.exporter.html.HTMLExporter
Returns the list of 'details', ie EStructuralFeatures, that should presented for each EDataType.
getDetails(EAttribute) - Method in class org.eclipse.emf.exporter.html.HTMLExporter
Returns the list of 'details', ie EStructuralFeatures, that should presented for each EAttribute.
getDetails(EReference) - Method in class org.eclipse.emf.exporter.html.HTMLExporter
Returns the list of 'details', ie EStructuralFeatures, that should presented for each EReference.
getDetails(EOperation) - Method in class org.eclipse.emf.exporter.html.HTMLExporter
Returns the list of 'details', ie EStructuralFeatures, that should presented for each EOperation.
getDetails(EEnumLiteral) - Method in class org.eclipse.emf.exporter.html.HTMLExporter
Returns the list of 'details', ie EStructuralFeatures, that should presented for each EEnumLiteral.
getDetailsAssignment_2_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XAnnotationElements
 
getDetailsAssignment_2_2_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XAnnotationElements
 
getDetailsXStringToStringMapEntryParserRuleCall_2_1_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XAnnotationElements
 
getDetailsXStringToStringMapEntryParserRuleCall_2_2_1_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XAnnotationElements
 
getDetailText() - Method in class org.eclipse.emf.common.ui.DiagnosticComposite
 
getDiagnostic() - Method in class org.eclipse.emf.common.ui.DiagnosticComposite
 
getDiagnostic() - Method in class org.eclipse.emf.common.ui.editor.ProblemEditorPart
 
getDiagnostic() - Method in exception org.eclipse.emf.common.util.DiagnosticException
 
getDiagnostic(Map<Object, BasicDiagnostic>, Object, List<Integer>) - Method in class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator
 
getDiagnostic() - Method in class org.eclipse.emf.importer.java.builder.JavaEcoreBuilder
Returns the diagnostic.
getDiagnostic() - Method in class org.eclipse.emf.importer.rose.builder.RoseUtil
 
getDiagnosticSource() - Method in class org.eclipse.emf.common.ui.MarkerHelper
Returns the source value used for creating diagnostics from markers.
getDictionaryPatterns() - Method in class org.eclipse.emf.codegen.merge.java.JControlModel
 
getDigit(char) - Static method in class org.eclipse.emf.ecore.xml.type.internal.DataValue.TypeValidator
 
getDirectives() - Method in class org.eclipse.emf.codegen.jet.JETParser.Directive
 
getDirectoryURI() - Method in class org.eclipse.emf.exporter.ModelExporter
 
getDispatcher() - Method in class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator.DiagnosticDecoratorAdapter
 
getDisplayLength(EClassifier) - Static method in class org.eclipse.emf.oda.ecore.impl.DataTypes
Returns the display length of the specified type.
getDisplayName(Object) - Method in interface org.eclipse.emf.edit.provider.IItemPropertyDescriptor
Returns the display name for this property.
getDisplayName(Object) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
This returns the name of the property to be displayed in the property sheet.
getDisplayName(Object) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptorDecorator
This returns the name of the property to be displayed in the property sheet.
getDisplayName() - Method in class org.eclipse.emf.edit.ui.provider.PropertyDescriptor
 
getDocument() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJCompilationUnit.NodeCommenter.LineBreakInserter
 
getDocumentation(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenBase
 
getDocumentation() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
getDocumentation(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
getDocumentation(EModelElement) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
 
getDocumentation() - Method in class org.eclipse.emf.importer.rose.parser.RoseNode
 
getDocumentRoot() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getDocumentRoot() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getDocumentRoot(EPackage) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
getDocumentRoot(EPackage) - Method in interface org.eclipse.emf.ecore.util.ExtendedMetaData
Returns the class corresponding to the document root in the given package.
getDocumentRoot(EPackage) - Method in class org.eclipse.emf.ecore.xmi.impl.ConfigurationCache
 
getDocumentRoot(EPackage) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Lookup
 
getDomain() - Method in class org.eclipse.emf.edit.command.AbstractOverrideableCommand
This returns the editing domain that contains this.
getDomain() - Method in class org.eclipse.emf.mapping.impl.MappingRootImpl
 
getDomain() - Method in interface org.eclipse.emf.mapping.MappingRoot
This returns the associated mapping domain.
getDOMHelper() - Method in interface org.eclipse.emf.ecore.xmi.DOMHandler
 
getDOMHelper() - Method in class org.eclipse.emf.ecore.xmi.impl.DefaultDOMHandlerImpl
 
getDOMHelper() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
 
getDOMHelper() - Method in interface org.eclipse.emf.ecore.xmi.XMLResource
Returns the DOMHelper
getDouble() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypePackageImpl
 
getDouble() - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
Returns the meta object for data type 'Double'
getDouble(int) - Method in class org.eclipse.emf.oda.ecore.impl.ResultSet
 
getDouble(String) - Method in class org.eclipse.emf.oda.ecore.impl.ResultSet
 
getDoubleObject() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypePackageImpl
 
getDoubleObject() - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
Returns the meta object for data type 'Double Object'
getDragSource(DropTargetEvent) - Method in class org.eclipse.emf.edit.ui.dnd.EditingDomainViewerDropAdapter
This attempts to extract the drag source from the event early, i.e., before the drop method.
getDrawPoints(ComposedImage.Size) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenBaseItemProvider.UnderlayedImage
 
getDrawPoints(ComposedImage.Size) - Method in class org.eclipse.emf.ecore.xcore.provider.XModelElementItemProvider.UnderlayedImage
 
getDrawPoints(ComposedImage.Size) - Method in class org.eclipse.emf.edit.provider.ComposedImage
 
getDriverNumber() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getDriverNumber() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getDuplicates(Collection<?>) - Method in class org.eclipse.emf.common.util.AbstractEList
Returns the collection of objects in the given collection that are also contained by this list.
getDuration() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypePackageImpl
 
getDuration() - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
Returns the meta object for data type 'Duration'
getEAllAttributes() - Method in interface org.eclipse.emf.ecore.EClass
Returns the value of the 'EAll Attributes' reference list.
getEAllAttributes() - Method in class org.eclipse.emf.ecore.impl.EClassImpl
 
getEAllContainments() - Method in interface org.eclipse.emf.ecore.EClass
Returns the value of the 'EAll Containments' reference list.
getEAllContainments() - Method in class org.eclipse.emf.ecore.impl.EClassImpl
 
getEAllGenericSuperTypes() - Method in interface org.eclipse.emf.ecore.EClass
Returns the value of the 'EAll Generic Super Types' reference list.
getEAllGenericSuperTypes() - Method in class org.eclipse.emf.ecore.impl.EClassImpl
 
getEAllOperations() - Method in interface org.eclipse.emf.ecore.EClass
Returns the value of the 'EAll Operations' reference list.
getEAllOperations() - Method in class org.eclipse.emf.ecore.impl.EClassImpl
 
getEAllOperationsData() - Method in class org.eclipse.emf.ecore.impl.EClassImpl
 
getEAllReferences() - Method in interface org.eclipse.emf.ecore.EClass
Returns the value of the 'EAll References' reference list.
getEAllReferences() - Method in class org.eclipse.emf.ecore.impl.EClassImpl
 
getEAllStructuralFeatures() - Method in interface org.eclipse.emf.ecore.EClass
Returns the value of the 'EAll Structural Features' reference list.
getEAllStructuralFeatures() - Method in class org.eclipse.emf.ecore.impl.EClassImpl
 
getEAllStructuralFeaturesData() - Method in class org.eclipse.emf.ecore.impl.EClassImpl
 
getEAllSuperTypes() - Method in interface org.eclipse.emf.ecore.EClass
Returns the value of the 'EAll Super Types' reference list.
getEAllSuperTypes() - Method in class org.eclipse.emf.ecore.impl.EClassImpl
Returns all the super types in the hierarchy.
getEAnnotation() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for class 'EAnnotation'
getEAnnotation(String) - Method in interface org.eclipse.emf.ecore.EModelElement
Return the annotation with a matching source attribute.
getEAnnotation() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEAnnotation(String) - Method in class org.eclipse.emf.ecore.impl.EModelElementImpl
 
getEAnnotation_Contents() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the containment reference list 'Contents'
getEAnnotation_Contents() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEAnnotation_Details() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the map 'Details'
getEAnnotation_Details() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEAnnotation_EModelElement() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the container reference 'EModel Element'
getEAnnotation_EModelElement() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEAnnotation_References() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the reference list 'References'
getEAnnotation_References() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEAnnotation_Source() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the attribute 'Source'
getEAnnotation_Source() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEAnnotations() - Method in interface org.eclipse.emf.ecore.EModelElement
Returns the value of the 'EAnnotations' containment reference list.
getEAnnotations() - Method in class org.eclipse.emf.ecore.impl.EModelElementImpl
 
getEAttribute() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for class 'EAttribute'
getEAttribute() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEAttribute(XAttribute) - Method in class org.eclipse.emf.ecore.xcore.util.XcoreEcoreBuilder
 
getEAttribute() - Method in class org.eclipse.emf.edit.command.CommandParameter
This returns the specified feature as a EReference, if it is one.
getEAttribute_EAttributeType() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the reference 'EAttribute Type'
getEAttribute_EAttributeType() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEAttribute_ID() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the attribute 'ID'
getEAttribute_ID() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEAttributes() - Method in interface org.eclipse.emf.ecore.EClass
Returns the value of the 'EAttributes' reference list.
getEAttributes() - Method in class org.eclipse.emf.ecore.impl.EClassImpl
 
getEAttributeType() - Method in interface org.eclipse.emf.ecore.EAttribute
Returns the value of the 'EAttribute Type' reference
getEAttributeType() - Method in class org.eclipse.emf.ecore.impl.EAttributeImpl
 
getEBasicRemoveFromContainerGenFeatures() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getEBasicRemoveFromContainerGenFeatures() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getEBigDecimal() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for data type 'EBig Decimal'
getEBigDecimal() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEBigInteger() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for data type 'EBig Integer'
getEBigInteger() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEBoolean() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for data type 'EBoolean'
getEBoolean() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEBooleanObject() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for data type 'EBoolean Object'
getEBooleanObject() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEBounds() - Method in interface org.eclipse.emf.ecore.ETypeParameter
Returns the value of the 'EBounds' containment reference list.
getEBounds() - Method in class org.eclipse.emf.ecore.impl.ETypeParameterImpl
 
getEByte() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for data type 'EByte'
getEByte() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEByteArray() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for data type 'EByte Array'
getEByteArray() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEByteObject() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for data type 'EByte Object'
getEByteObject() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEChar() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for data type 'EChar'
getEChar() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getECharacterObject() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for data type 'ECharacter Object'
getECharacterObject() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEClass() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for class 'EClass'
getEClass() - Method in interface org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder
 
getEClass() - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl
 
getEClass() - Method in class org.eclipse.emf.ecore.impl.DynamicEObjectImpl.DynamicEPropertiesHolderImpl
 
getEClass() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEClass() - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.EStoreEPropertiesHolderImpl
 
getEClass() - Method in class org.eclipse.emf.ecore.xcore.mappings.XClassMapping
 
getEClass(XClass) - Method in class org.eclipse.emf.ecore.xcore.util.XcoreEcoreBuilder
 
getEClass__GetEOperation__int() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the 'Get EOperation' operation
getEClass__GetEOperation__int() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEClass__GetEStructuralFeature__int() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the 'Get EStructural Feature' operation
getEClass__GetEStructuralFeature__int() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEClass__GetEStructuralFeature__String() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the 'Get EStructural Feature' operation
getEClass__GetEStructuralFeature__String() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEClass__GetFeatureCount() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the 'Get Feature Count' operation
getEClass__GetFeatureCount() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEClass__GetFeatureID__EStructuralFeature() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the 'Get Feature ID' operation
getEClass__GetFeatureID__EStructuralFeature() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEClass__GetFeatureType__EStructuralFeature() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the 'Get Feature Type' operation
getEClass__GetFeatureType__EStructuralFeature() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEClass__GetOperationCount() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the 'Get Operation Count' operation
getEClass__GetOperationCount() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEClass__GetOperationID__EOperation() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the 'Get Operation ID' operation
getEClass__GetOperationID__EOperation() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEClass__GetOverride__EOperation() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the 'Get Override' operation
getEClass__GetOverride__EOperation() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEClass__IsSuperTypeOf__EClass() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the 'Is Super Type Of' operation
getEClass__IsSuperTypeOf__EClass() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEClass_Abstract() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the attribute 'Abstract'
getEClass_Abstract() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEClass_EAllAttributes() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the reference list 'EAll Attributes'
getEClass_EAllAttributes() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEClass_EAllContainments() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the reference list 'EAll Containments'
getEClass_EAllContainments() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEClass_EAllGenericSuperTypes() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the reference list 'EAll Generic Super Types'
getEClass_EAllGenericSuperTypes() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEClass_EAllOperations() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the reference list 'EAll Operations'
getEClass_EAllOperations() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEClass_EAllReferences() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the reference list 'EAll References'
getEClass_EAllReferences() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEClass_EAllStructuralFeatures() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the reference list 'EAll Structural Features'
getEClass_EAllStructuralFeatures() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEClass_EAllSuperTypes() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the reference list 'EAll Super Types'
getEClass_EAllSuperTypes() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEClass_EAttributes() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the reference list 'EAttributes'
getEClass_EAttributes() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEClass_EGenericSuperTypes() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the containment reference list 'EGeneric Super Types'
getEClass_EGenericSuperTypes() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEClass_EIDAttribute() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the reference 'EID Attribute'
getEClass_EIDAttribute() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEClass_EOperations() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the containment reference list 'EOperations'
getEClass_EOperations() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEClass_EReferences() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the reference list 'EReferences'
getEClass_EReferences() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEClass_EStructuralFeatures() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the containment reference list 'EStructural Features'
getEClass_EStructuralFeatures() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEClass_ESuperTypes() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the reference list 'ESuper Types'
getEClass_ESuperTypes() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEClass_Interface() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the attribute 'Interface'
getEClass_Interface() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEClassifier() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for class 'EClassifier'
getEClassifier() - Method in interface org.eclipse.emf.ecore.EGenericType
Returns the value of the 'EClassifier' reference
getEClassifier(String) - Method in interface org.eclipse.emf.ecore.EPackage
Returns the classifier with the given name.
getEClassifier() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEClassifier() - Method in class org.eclipse.emf.ecore.impl.EGenericTypeImpl
 
getEClassifier(String) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
getEClassifier(XClassifier) - Method in class org.eclipse.emf.ecore.xcore.util.XcoreEcoreBuilder
 
getEClassifier__GetClassifierID() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the 'Get Classifier ID' operation
getEClassifier__GetClassifierID() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEClassifier__IsInstance__Object() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the 'Is Instance' operation
getEClassifier__IsInstance__Object() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEClassifier_DefaultValue() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the attribute 'Default Value'
getEClassifier_DefaultValue() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEClassifier_EPackage() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the container reference 'EPackage'
getEClassifier_EPackage() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEClassifier_ETypeParameters() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the containment reference list 'EType Parameters'
getEClassifier_ETypeParameters() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEClassifier_InstanceClass() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the attribute 'Instance Class'
getEClassifier_InstanceClass() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEClassifier_InstanceClassName() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the attribute 'Instance Class Name'
getEClassifier_InstanceClassName() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEClassifier_InstanceTypeName() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the attribute 'Instance Type Name'
getEClassifier_InstanceTypeName() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEClassifierGen(String) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
getEClassifiers() - Method in interface org.eclipse.emf.ecore.EPackage
Returns the value of the 'EClassifiers' containment reference list.
getEClassifiers() - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
getEContainingClass() - Method in interface org.eclipse.emf.ecore.EOperation
Returns the value of the 'EContaining Class' container reference.
getEContainingClass() - Method in interface org.eclipse.emf.ecore.EStructuralFeature
Returns the value of the 'EContaining Class' container reference.
getEContainingClass() - Method in class org.eclipse.emf.ecore.impl.EOperationImpl
 
getEContainingClass() - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
 
getEContents() - Method in interface org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder
 
getEContents() - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl
 
getEContents() - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImpl
 
getEContents() - Method in class org.eclipse.emf.ecore.impl.DynamicEObjectImpl.DynamicEPropertiesHolderImpl
 
getEContents() - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.EStoreEPropertiesHolderImpl
 
getEcore(XNamedElement) - Method in class org.eclipse.emf.ecore.xcore.mappings.XcoreMapper
 
getEcore2EcoreFactory() - Method in interface org.eclipse.emf.mapping.ecore2ecore.Ecore2EcorePackage
Returns the factory that creates the instances of the model
getEcore2EcoreFactory() - Method in class org.eclipse.emf.mapping.ecore2ecore.impl.Ecore2EcorePackageImpl
 
getEcore2EcoreMappingRoot() - Method in interface org.eclipse.emf.mapping.ecore2ecore.Ecore2EcorePackage
Returns the meta object for class 'Mapping Root'
getEcore2EcoreMappingRoot() - Method in class org.eclipse.emf.mapping.ecore2ecore.impl.Ecore2EcorePackageImpl
 
getEcore2EcorePackage() - Method in interface org.eclipse.emf.mapping.ecore2ecore.Ecore2EcoreFactory
Returns the package supported by this factory
getEcore2EcorePackage() - Method in class org.eclipse.emf.mapping.ecore2ecore.impl.Ecore2EcoreFactoryImpl
 
getEcore2XMLFactory() - Method in interface org.eclipse.emf.mapping.ecore2xml.Ecore2XMLPackage
Returns the factory that creates the instances of the model
getEcore2XMLFactory() - Method in class org.eclipse.emf.mapping.ecore2xml.impl.Ecore2XMLPackageImpl
 
getEcore2XMLPackage() - Method in interface org.eclipse.emf.mapping.ecore2xml.Ecore2XMLFactory
Returns the package supported by this factory
getEcore2XMLPackage() - Method in class org.eclipse.emf.mapping.ecore2xml.impl.Ecore2XMLFactoryImpl
 
getEcoreBuilder() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLOptionsImpl
 
getEcoreBuilder() - Method in interface org.eclipse.emf.ecore.xmi.XMLOptions
 
getEcoreClass() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
Returns the value of the 'Ecore Class' reference
getEcoreClass() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getEcoreClassifier() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClassifier
 
getEcoreClassifier() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassifierImpl
 
getEcoreClassifier() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getEcoreClassifier() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
 
getEcoreClassifier() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumImpl
 
getEcoreConstraints() - Method in class org.eclipse.emf.importer.rose.parser.RoseNode
 
getEcoreDataType() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenDataType
Returns the value of the 'Ecore Data Type' reference
getEcoreDataType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
 
getEcoreDataType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumImpl
 
getEcoreEnum() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenEnum
Returns the value of the 'Ecore Enum' reference
getEcoreEnum() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumImpl
 
getEcoreEnumLiteral() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenEnumLiteral
Returns the value of the 'Ecore Enum Literal' reference
getEcoreEnumLiteral() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumLiteralImpl
 
getEcoreFactory() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the factory that creates the instances of the model
getEcoreFactory() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEcoreFeature() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
Returns the value of the 'Ecore Feature' reference
getEcoreFeature() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
getEcoreFileName() - Method in class org.eclipse.emf.importer.ModelImporter.EPackageImportInfo
 
getEcoreFileName() - Method in class org.eclipse.emf.importer.rose.builder.UnitTreeNode
 
getEcoreGenPackage() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the cached GenPackage for the Ecore metamodel EPackage, or null if it has not yet been requested via GenModel.findGenPackage(EPackage).
getEcoreGenPackage() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getEcoreImporter() - Method in class org.eclipse.emf.importer.ecore.EcoreImporterApplication
 
getEcoreModelElement() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenBase
 
getEcoreModelElement() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenTypedElement
 
getEcoreModelElement() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
getEcoreModelElement() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassifierImpl
 
getEcoreModelElement() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumLiteralImpl
 
getEcoreModelElement() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getEcoreModelElement() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypedElementImpl
 
getEcoreModelElement() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypeParameterImpl
 
getEcoreOperation() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenOperation
Returns the value of the 'Ecore Operation' reference
getEcoreOperation() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
 
getEcorePackage() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
Returns the value of the 'Ecore Package' reference
getEcorePackage() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getEcorePackage() - Method in interface org.eclipse.emf.ecore.EcoreFactory
Returns the package supported by this factory
getEcorePackage() - Method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
 
getEcoreParameter() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenParameter
Returns the value of the 'Ecore Parameter' reference
getEcoreParameter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenParameterImpl
 
getEcoreResourceLocator() - Method in class org.eclipse.emf.ecore.util.EObjectValidator
Returns the resource locator for fetching Ecore-specific messages.
getEcoreSaveOptions() - Method in class org.eclipse.emf.importer.ModelImporter
 
getEcoreString(String, Object[]) - Method in class org.eclipse.emf.ecore.util.EObjectValidator
Returns a translated message with the given substitutions.
getEcoreToXMLInfo() - Method in class org.eclipse.emf.mapping.ecore2xml.impl.XMLMapImpl
 
getEcoreToXMLInfo() - Method in interface org.eclipse.emf.mapping.ecore2xml.XMLMap
Returns the value of the 'Ecore To XML Info' map.
getEcoreType(EGenericType) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
getEcoreTypedElement() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
getEcoreTypedElement() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
 
getEcoreTypedElement() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenParameterImpl
 
getEcoreTypedElement() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypedElementImpl
 
getEcoreTypeParameter() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenTypeParameter
Returns the value of the 'Ecore Type Parameter' reference
getEcoreTypeParameter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypeParameterImpl
 
getECrossReferences() - Method in interface org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder
 
getECrossReferences() - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl
 
getECrossReferences() - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImpl
 
getECrossReferences() - Method in class org.eclipse.emf.ecore.impl.DynamicEObjectImpl.DynamicEPropertiesHolderImpl
 
getECrossReferences() - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.EStoreEPropertiesHolderImpl
 
getEDataType() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for class 'EData Type'
getEDataType() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEDataType() - Method in class org.eclipse.emf.ecore.xcore.mappings.XDataTypeMapping
 
getEDataType(XDataType) - Method in class org.eclipse.emf.ecore.xcore.util.XcoreEcoreBuilder
 
getEDataType_Serializable() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the attribute 'Serializable'
getEDataType_Serializable() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEDate() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for data type 'EDate'
getEDate() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEDefault() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
getEDefault() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
getEDiagnosticChain() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for data type 'EDiagnostic Chain'
getEDiagnosticChain() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEditableValue(Object) - Method in class org.eclipse.emf.edit.provider.AdapterFactoryItemDelegator
 
getEditableValue(Object) - Method in class org.eclipse.emf.edit.provider.DelegatingWrapperItemProvider
Uses the delegate item provider to return an editable value.
getEditableValue(Object) - Method in class org.eclipse.emf.edit.provider.FeatureMapEntryWrapperItemProvider
Uses the delegate item provider for a reference value or returns the attribute value itself.
getEditableValue(Object) - Method in interface org.eclipse.emf.edit.provider.IItemPropertySource
This returns the value to be edited.
getEditableValue(Object) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor.PropertyValueWrapper
 
getEditableValue(Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This implements IItemPropertySource.getEditableValue by simply returning the object itself.
getEditableValue(Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderDecorator
This implements IItemPropertySource.getEditableValue by delegating to (IItemPropertySource)ItemProviderDecorator.decoratedItemProvider.
getEditableValue(Object) - Method in class org.eclipse.emf.edit.provider.WrapperItemProvider
IItemPropertySource.getEditableValue is implemented to return the value, itself.
getEditableValue() - Method in class org.eclipse.emf.edit.ui.provider.PropertySource
getEditBuildPropertiesEmitter() - 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.
getEditBuildPropertiesEmitter() - 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.
getEditDirectory() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Edit Directory' attribute
getEditDirectory() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getEditDirectoryGen() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getEditIconsDirectory() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getEditIconsDirectory() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getEditingDomain() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
This returns the editing domain as required by the IEditingDomainProvider interface.
getEditingDomain() - Method in interface org.eclipse.emf.databinding.edit.IEMFEditObservable
 
getEditingDomain() - Method in interface org.eclipse.emf.databinding.edit.IEMFEditProperty
 
getEditingDomain() - Method in class org.eclipse.emf.databinding.edit.internal.EMFEditListPropertyDecorator
 
getEditingDomain() - Method in class org.eclipse.emf.databinding.edit.internal.EMFEditMapPropertyDecorator
 
getEditingDomain() - Method in class org.eclipse.emf.databinding.edit.internal.EMFEditMultiListProperty
 
getEditingDomain() - Method in class org.eclipse.emf.databinding.edit.internal.EMFEditObservableListDecorator
 
getEditingDomain() - Method in class org.eclipse.emf.databinding.edit.internal.EMFEditObservableMapDecorator
 
getEditingDomain() - Method in class org.eclipse.emf.databinding.edit.internal.EMFEditObservableSetDecorator
 
getEditingDomain() - Method in class org.eclipse.emf.databinding.edit.internal.EMFEditObservableValueDecorator
 
getEditingDomain() - Method in class org.eclipse.emf.databinding.edit.internal.EMFEditSetPropertyDecorator
 
getEditingDomain() - Method in class org.eclipse.emf.databinding.edit.internal.EMFEditValuePropertyDecorator
 
getEditingDomain() - Method in class org.eclipse.emf.ecore.presentation.EcoreEditor
This returns the editing domain as required by the IEditingDomainProvider interface.
getEditingDomain() - Method in class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain.AdapterFactoryEditingDomainResourceSet
 
getEditingDomain() - Method in class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain.EditingDomainProvider
 
getEditingDomain() - Method in interface org.eclipse.emf.edit.domain.IEditingDomainProvider
This returns the editing domain.
getEditingDomain(Object) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
 
getEditingDomain() - Method in class org.eclipse.emf.edit.ui.action.CommandActionHandler
This returns the action's domain.
getEditingDomain() - Method in class org.eclipse.emf.edit.ui.action.LoadResourceAction
This returns the action's domain.
getEditingDomain() - Method in class org.eclipse.emf.edit.ui.action.RedoAction
This returns the action's domain.
getEditingDomain() - Method in class org.eclipse.emf.edit.ui.action.UndoAction
This returns the action's domain.
getEditingDomain() - Method in class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator.LiveValidator.LiveValidationAction
 
getEditingDomain() - Method in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryEditor
This returns the editing domain as required by the IEditingDomainProvider interface.
getEditingDomain() - Method in class org.eclipse.emf.java.presentation.JavaEditor
This returns the editing domain as required by the IEditingDomainProvider interface.
getEditingDomain() - Method in class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain.EditingDomainProvidingComposedAdapterFactory
 
getEditingDomain() - Method in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLEditor
This returns the editing domain as required by the IEditingDomainProvider interface.
getEditingDomain() - Method in class org.eclipse.emf.mapping.presentation.MappingEditor
This returns the editing domain as required by the IEditingDomainProvider interface.
getEditingDomainFor(EObject) - Static method in class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain
This returns the editing domain of the given EMF object, or null, if it can't be determined.
getEditingDomainFor(Object) - Static method in class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain
This returns the editing domain for the given arbitrary object, or null, if it can't be determined.
getEditingDomainItemProviderFor(Object) - Static method in class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain
This is a convenient way to determine the adapter to which editing domain methods are delegated for a given object, by providing nothing more than the object itself.
getEditLabelProvider() - Method in class org.eclipse.emf.edit.ui.provider.PropertyDescriptor
 
getEditManifestMFEmitter() - 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.
getEditManifestMFEmitter() - 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.
getEditModuleInherits() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Get the inherits dependencies for the edit project's GWT Module.
getEditModuleInherits() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getEditModuleName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getEditModuleSources() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Get the source dependencies for the edit project's GWT Module.
getEditModuleSources() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getEditorAdvisorClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getEditorAdvisorClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getEditorAdvisorEmitter() - 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.
getEditorAdvisorEmitter() - 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.
getEditorBuildPropertiesEmitter() - 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.
getEditorBuildPropertiesEmitter() - 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.
getEditorClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getEditorClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getEditorDirectory() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Editor Directory' attribute
getEditorDirectory() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getEditorDirectoryGen() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getEditorEmitter() - 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.
getEditorEmitter() - 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.
getEditorEntryPointClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Gets the fully qualified name of the entry point's class.
getEditorEntryPointClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getEditorHomePageName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Gets the name of the home page.
getEditorHomePageName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getEditorIconsDirectory() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getEditorIconsDirectory() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getEditorID() - Method in class org.eclipse.emf.common.ui.wizard.AbstractExampleInstallerWizard.FileToOpen
 
getEditorInput(Object) - Method in class org.eclipse.emf.common.ui.MarkerHelper
 
getEditorManifestMFEmitter() - 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.
getEditorManifestMFEmitter() - 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.
getEditorModuleInherits() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Get the inherits dependencies for the editor project's GWT Module.
getEditorModuleInherits() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getEditorModuleName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getEditorModuleSources() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Get the source dependencies for the edit project's GWT Module.
getEditorModuleSources() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getEditorPluginClass() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Editor Plugin Class' attribute
getEditorPluginClass() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getEditorPluginClassEmitter() - 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.
getEditorPluginClassEmitter() - 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.
getEditorPluginClassGen() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getEditorPluginClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getEditorPluginClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getEditorPluginClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getEditorPluginClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getEditorPluginClassToUse() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getEditorPluginDirectory() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getEditorPluginDirectory() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getEditorPluginID() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Editor Plugin ID' attribute
getEditorPluginID() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getEditorPluginIDGen() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getEditorPluginPackageName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getEditorPluginPackageName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getEditorPluginPropertiesEmitter() - 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.
getEditorPluginPropertiesEmitter() - 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.
getEditorPluginVariables() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Editor Plugin Variables' attribute list.
getEditorPluginVariables() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getEditorPluginXMLEmitter() - 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.
getEditorPluginXMLEmitter() - 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.
getEditorProjectDirectory() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getEditorProjectDirectory() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getEditorQualifiedPackageNames() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getEditorQualifiedPackageNames() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getEditorRequiredPlugins() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getEditorRequiredPlugins() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getEditors(String, boolean) - Static method in class org.eclipse.emf.edit.ui.util.EditUIUtil
Returns the editors for a given file name.
getEditors(InputStream, String, boolean) - Static method in class org.eclipse.emf.edit.ui.util.EditUIUtil
Returns the editors for a given contents and file name.
getEditors(URI, URIConverter, boolean) - Static method in class org.eclipse.emf.edit.ui.util.EditUIUtil
Returns the editors for a given URI.
getEditorSourceFolders() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the source folders for the editor project.
getEditorSourceFolders() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getEditPluginClass() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Edit Plugin Class' attribute
getEditPluginClass() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getEditPluginClassEmitter() - 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.
getEditPluginClassEmitter() - 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.
getEditPluginClassGen() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getEditPluginClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getEditPluginClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getEditPluginClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getEditPluginClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getEditPluginClassToUse() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getEditPluginDirectory() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getEditPluginDirectory() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getEditPluginID() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Edit Plugin ID' attribute
getEditPluginID() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getEditPluginIDGen() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getEditPluginPackageName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getEditPluginPackageName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getEditPluginPropertiesEmitter() - 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.
getEditPluginPropertiesEmitter() - 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.
getEditPluginVariables() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Edit Plugin Variables' attribute list.
getEditPluginVariables() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getEditPluginXMLEmitter() - 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.
getEditPluginXMLEmitter() - 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.
getEditProjectDirectory() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getEditProjectDirectory() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getEditQualifiedPackageNames() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getEditQualifiedPackageNames() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getEditRequiredPlugins() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getEditRequiredPlugins() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getEditResourceDelegateImportedPluginClassNames() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getEditResourceDelegateImportedPluginClassNames() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getEditSourceFolders() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the source folders for the edit project.
getEditSourceFolders() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getEDouble() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for data type 'EDouble'
getEDouble() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEDoubleObject() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for data type 'EDouble Object'
getEDoubleObject() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEEList() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for data type 'EE List'
getEEList() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEEnum() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for class 'EEnum'
getEEnum() - Method in interface org.eclipse.emf.ecore.EEnumLiteral
Returns the value of the 'EEnum' container reference.
getEEnum() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEEnum() - Method in class org.eclipse.emf.ecore.impl.EEnumLiteralImpl
 
getEEnum(XEnum) - Method in class org.eclipse.emf.ecore.xcore.util.XcoreEcoreBuilder
 
getEEnum__GetEEnumLiteral__int() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the 'Get EEnum Literal' operation
getEEnum__GetEEnumLiteral__int() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEEnum__GetEEnumLiteral__String() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the 'Get EEnum Literal' operation
getEEnum__GetEEnumLiteral__String() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEEnum__GetEEnumLiteralByLiteral__String() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the 'Get EEnum Literal By Literal' operation
getEEnum__GetEEnumLiteralByLiteral__String() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEEnum_ELiterals() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the containment reference list 'ELiterals'
getEEnum_ELiterals() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEEnumerator() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for data type 'EEnumerator'
getEEnumerator() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEEnumLiteral() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for class 'EEnum Literal'
getEEnumLiteral(String) - Method in interface org.eclipse.emf.ecore.EEnum
Returns the enum literal with the given name, or null.
getEEnumLiteral(int) - Method in interface org.eclipse.emf.ecore.EEnum
Returns the enum literal with the given value, or null.
getEEnumLiteral() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEEnumLiteral(String) - Method in class org.eclipse.emf.ecore.impl.EEnumImpl
 
getEEnumLiteral(int) - Method in class org.eclipse.emf.ecore.impl.EEnumImpl
 
getEEnumLiteral() - Method in class org.eclipse.emf.ecore.xcore.mappings.XEnumLiteralMapping
 
getEEnumLiteral(XEnumLiteral) - Method in class org.eclipse.emf.ecore.xcore.util.XcoreEcoreBuilder
 
getEEnumLiteral_EEnum() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the container reference 'EEnum'
getEEnumLiteral_EEnum() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEEnumLiteral_Instance() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the attribute 'Instance'
getEEnumLiteral_Instance() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEEnumLiteral_Literal() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the attribute 'Literal'
getEEnumLiteral_Literal() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEEnumLiteral_Value() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the attribute 'Value'
getEEnumLiteral_Value() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEEnumLiteralByLiteral(String) - Method in interface org.eclipse.emf.ecore.EEnum
Returns the enum literal with the given literal value, or null.
getEEnumLiteralByLiteral(String) - Method in class org.eclipse.emf.ecore.impl.EEnumImpl
 
getEExceptions() - Method in interface org.eclipse.emf.ecore.EOperation
Returns the value of the 'EExceptions' reference list.
getEExceptions() - Method in class org.eclipse.emf.ecore.impl.EOperationImpl
 
getEFactory() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for class 'EFactory'
getEFactory() - Method in interface org.eclipse.emf.ecore.EPackage.Descriptor
Returns the factory.
getEFactory(String) - Method in interface org.eclipse.emf.ecore.EPackage.Registry
Looks up the value in the map, converting EPackage.Descriptor objects to EFactory objects on demand.
getEFactory() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEFactory(String) - Method in class org.eclipse.emf.ecore.impl.EPackageRegistryImpl.Delegator
 
getEFactory(String) - Method in class org.eclipse.emf.ecore.impl.EPackageRegistryImpl
 
getEFactory__ConvertToString__EDataType_Object() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the 'Convert To String' operation
getEFactory__ConvertToString__EDataType_Object() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEFactory__Create__EClass() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the 'Create' operation
getEFactory__Create__EClass() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEFactory__CreateFromString__EDataType_String() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the 'Create From String' operation
getEFactory__CreateFromString__EDataType_String() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEFactory_EPackage() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the reference 'EPackage'
getEFactory_EPackage() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEFactoryInstance() - Method in interface org.eclipse.emf.ecore.EPackage
Returns the value of the 'EFactory Instance' reference.
getEFactoryInstance() - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
getEFeatureMap() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for data type 'EFeature Map'
getEFeatureMap() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEFeatureMapEntry() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for data type 'EFeature Map Entry'
getEFeatureMapEntry() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEffectiveComplianceLevel() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenTypedElement
 
getEffectiveComplianceLevel() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
getEffectiveComplianceLevel() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypedElementImpl
 
getEffectiveEditorPluginIDs() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getEffectiveEditPluginIDs() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getEffectiveEObjectType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
getEffectiveFeatureMapWrapperInterface() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
getEffectiveHelper() - Method in class org.eclipse.emf.mapping.impl.MappingImpl
 
getEffectiveHelper() - Method in interface org.eclipse.emf.mapping.Mapping
This returns the mapping helper for this mapping, if it has one.
getEffectiveItemType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
 
getEffectiveListType(GenClass, EGenericType) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
getEffectiveListType(GenClass, EClassifier) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
getEffectiveListType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
getEffectiveMapEntryType(GenClass, EGenericType, GenClass) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
getEffectiveMapEntryType(GenClass, GenClass) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
getEffectiveMapEntryType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
getEffectiveMapType(GenClass, EGenericType, GenClass) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
getEffectiveMapType(GenClass, GenClass) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
getEffectiveMapType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
getEffectiveMemberTypes() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
 
getEffectiveModelPluginIDs() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getEffectiveModelPluginVariables() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getEffectiveModelPluginVariables() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getEffectivePluginIDs(List<String>) - Static method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getEffectiveQueryText() - Method in class org.eclipse.emf.oda.ecore.impl.Query
 
getEffectiveTestsPluginIDs() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getEFloat() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for data type 'EFloat'
getEFloat() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEFloatObject() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for data type 'EFloat Object'
getEFloatObject() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEGenericExceptions() - Method in interface org.eclipse.emf.ecore.EOperation
Returns the value of the 'EGeneric Exceptions' containment reference list.
getEGenericExceptions() - Method in class org.eclipse.emf.ecore.impl.EOperationImpl
 
getEGenericSuperTypes() - Method in interface org.eclipse.emf.ecore.EClass
Returns the value of the 'EGeneric Super Types' containment reference list.
getEGenericSuperTypes() - Method in class org.eclipse.emf.ecore.impl.EClassImpl
 
getEGenericType() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for class 'EGeneric Type'
getEGenericType() - Method in interface org.eclipse.emf.ecore.ETypedElement
Returns the value of the 'EGeneric Type' containment reference
getEGenericType() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEGenericType() - Method in class org.eclipse.emf.ecore.impl.ETypedElementImpl
 
getEGenericType(XGenericType) - Method in class org.eclipse.emf.ecore.xcore.util.XcoreEcoreBuilder
 
getEGenericType(String) - Method in class org.eclipse.emf.ecore.xcore.util.XcoreJvmInferrer.TypeReferenceHelper
 
getEGenericType__IsInstance__Object() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the 'Is Instance' operation
getEGenericType__IsInstance__Object() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEGenericType_EClassifier() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the reference 'EClassifier'
getEGenericType_EClassifier() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEGenericType_ELowerBound() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the containment reference 'ELower Bound'
getEGenericType_ELowerBound() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEGenericType_ERawType() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the reference 'ERaw Type'
getEGenericType_ERawType() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEGenericType_ETypeArguments() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the containment reference list 'EType Arguments'
getEGenericType_ETypeArguments() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEGenericType_ETypeParameter() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the reference 'EType Parameter'
getEGenericType_ETypeParameter() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEGenericType_EUpperBound() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the containment reference 'EUpper Bound'
getEGenericType_EUpperBound() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEGenericTypes() - Method in class org.eclipse.emf.ecore.impl.ETypeParameterImpl
 
getEGetGenFeatures() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getEGetGenFeatures() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getEIDAttribute() - Method in interface org.eclipse.emf.ecore.EClass
Returns the value of the 'EID Attribute' reference
getEIDAttribute() - Method in class org.eclipse.emf.ecore.impl.EClassImpl
 
getEInt() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for data type 'EInt'
getEInt() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEIntegerObject() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for data type 'EInteger Object'
getEIntegerObject() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEInverseAddGenFeatures() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getEInverseAddGenFeatures() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getEInverseRemoveGenFeatures() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getEInverseRemoveGenFeatures() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getEInvocationTargetException() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for data type 'EInvocation Target Exception'
getEInvocationTargetException() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEIsSetGenFeatures() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getEIsSetGenFeatures() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getEJavaClass() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for data type 'EJava Class'
getEJavaClass() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEJavaObject() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for data type 'EJava Object'
getEJavaObject() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEKeys() - Method in interface org.eclipse.emf.ecore.EReference
Returns the value of the 'EKeys' reference list.
getEKeys() - Method in class org.eclipse.emf.ecore.impl.EReferenceImpl
 
getElement(String, String) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
getElement(EClass, String, String) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
getElement(String, String) - Method in interface org.eclipse.emf.ecore.util.ExtendedMetaData
Returns the structural feature with the given XML name that corresponds to a global element within the package with the given namespace.
getElement(EClass, String, String) - Method in interface org.eclipse.emf.ecore.util.ExtendedMetaData
Returns a structural feature within a class, corresponding to a local element with the given namespace and name, or, failing that, a document root feature corresponding to a global element with the given namespace and name that is affiliated with a feature in the class.
getElement() - Method in class org.eclipse.emf.edit.provider.ItemProvider.ItemProviderNotification
 
getElement() - Method in interface org.eclipse.emf.edit.provider.IViewerNotification
The element to update or from which to refresh.
getElement() - Method in class org.eclipse.emf.edit.provider.ViewerNotification
Returns the element to update or from which to refresh.
getElementIDRefManySimple(EObject, EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
getElementIDRefSingleSimple(EObject, EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
getElementIndent() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLString
 
getElementIndent(int) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLString
 
getElementName() - Method in class org.eclipse.emf.converter.ui.contribution.ModelConverterManager
 
getElementName() - Method in class org.eclipse.emf.exporter.ui.contribution.ModelExporterManager
 
getElementName() - Method in class org.eclipse.emf.importer.ui.contribution.ModelImporterManager
 
getElementReferenceManySimple(EObject, EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
getElementReferenceSingleSimple(EObject, EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
getElements(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor.ReverseAdapterFactoryContentProvider
 
getElements(Object) - Method in class org.eclipse.emf.ecore.presentation.EcoreEditor.ReverseAdapterFactoryContentProvider
 
getElements(EClass) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
getElements(EClass) - Method in interface org.eclipse.emf.ecore.util.ExtendedMetaData
Returns the structural features of the given class corresponding to elements, element wildcards, and model groups.
getElements(QualifiedName) - Method in class org.eclipse.emf.ecore.xcore.scoping.types.AbstractKnownTypesScope
 
getElements(QualifiedName) - Method in class org.eclipse.emf.ecore.xcore.scoping.types.AbstractXcoreScope
 
getElements(EObject) - Method in class org.eclipse.emf.ecore.xcore.scoping.types.AbstractXcoreScope
 
getElements(QualifiedName) - Method in class org.eclipse.emf.ecore.xcore.scoping.types.CachingTypeScope
 
getElements(Object) - Method in class org.eclipse.emf.edit.provider.AdapterFactoryItemDelegator
This does the same thing as IStructuredContentProvider.getElements.
getElements(Object) - Method in class org.eclipse.emf.edit.provider.DelegatingWrapperItemProvider
Uses the delegate item provider to return the delegate value's elements.
getElements(Object) - Method in interface org.eclipse.emf.edit.provider.IStructuredItemContentProvider
This does the same thing as IStructuredContentProvider.getElements.
getElements(Object) - Method in class org.eclipse.emf.edit.provider.ItemProvider
getElements() - Method in class org.eclipse.emf.edit.provider.ItemProvider
getElements(Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This implements IStructuredItemContentProvider.getElements by forwarding the call to getChildren.
getElements(Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderDecorator
This implements IStructuredItemContentProvider.getElements by delegating to (IStructuredItemContentProvider)ItemProviderDecorator.decoratedItemProvider.
getElements(Object) - Method in class org.eclipse.emf.edit.provider.WrapperItemProvider
IStructuredItemContentProvider.getElements is implemented by forwarding the call to getChildren.
getElements(Object) - Method in class org.eclipse.emf.edit.ui.provider.AdapterFactoryContentProvider
This implements org.eclipse.jface.viewers.IStructuredContentProvider.getElements to forward the call to an object that implements IStructuredItemContentProvider.getElements.
getElements(Object) - Method in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryEditor.ReverseAdapterFactoryContentProvider
 
getElements(Object) - Method in class org.eclipse.emf.java.presentation.JavaEditor.ReverseAdapterFactoryContentProvider
 
getElements(Object) - Method in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLEditor.ReverseAdapterFactoryContentProvider
 
getElements() - Method in class org.eclipse.emf.mapping.presentation.ComposedSelection
Deprecated. 
getElements(Object) - Method in class org.eclipse.emf.mapping.provider.MappedObjectItemProvider
 
getElementType() - Method in class org.eclipse.emf.databinding.edit.internal.EMFEditListPropertyDecorator
 
getElementType() - Method in class org.eclipse.emf.databinding.edit.internal.EMFEditSetPropertyDecorator
 
getElementType() - Method in class org.eclipse.emf.databinding.internal.EMFListProperty
 
getElementType() - Method in class org.eclipse.emf.databinding.internal.EMFListPropertyDecorator
 
getElementType() - Method in class org.eclipse.emf.databinding.internal.EMFResourceContentProperty
 
getElementType() - Method in class org.eclipse.emf.databinding.internal.EMFSetProperty
 
getElementType() - Method in class org.eclipse.emf.databinding.internal.EMFSetPropertyDecorator
 
getElementType() - Method in class org.eclipse.emf.databinding.internal.EWritableList
 
getElementWildcardAffiliation(EClass, String, String) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
getElementWildcardAffiliation(EClass, String, String) - Method in interface org.eclipse.emf.ecore.util.ExtendedMetaData
Returns a wildcard feature in the given class that allows allows element values from the given namespace.
getELiterals() - Method in interface org.eclipse.emf.ecore.EEnum
Returns the value of the 'ELiterals' containment reference list.
getELiterals() - Method in class org.eclipse.emf.ecore.impl.EEnumImpl
 
getELong() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for data type 'ELong'
getELong() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getELongObject() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for data type 'ELong Object'
getELongObject() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getELowerBound() - Method in interface org.eclipse.emf.ecore.EGenericType
Returns the value of the 'ELower Bound' containment reference
getELowerBound() - Method in class org.eclipse.emf.ecore.impl.EGenericTypeImpl
 
getEMap() - Method in class org.eclipse.emf.ecore.change.impl.EObjectToChangesMapEntryImpl
 
getEMap() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for data type 'EMap'
getEMap() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEMap() - Method in class org.eclipse.emf.ecore.impl.EStringToStringMapEntryImpl
 
getEMap() - Method in class org.eclipse.emf.ecore.xcore.impl.XStringToStringMapEntryImpl
 
getEMap() - Method in class org.eclipse.emf.mapping.ecore2xml.impl.ENamedElementToXMLInfoMapEntryImpl
 
getEModelElement() - Method in interface org.eclipse.emf.ecore.EAnnotation
Returns the value of the 'EModel Element' container reference.
getEModelElement() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for class 'EModel Element'
getEModelElement() - Method in class org.eclipse.emf.ecore.impl.EAnnotationImpl
 
getEModelElement() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEModelElement__GetEAnnotation__String() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the 'Get EAnnotation' operation
getEModelElement__GetEAnnotation__String() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEModelElement_EAnnotations() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the containment reference list 'EAnnotations'
getEModelElement_EAnnotations() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEmployee() - Method in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
Returns the meta object for class 'Employee'
getEmployee() - Method in class org.eclipse.emf.examples.extlibrary.impl.EXTLibraryPackageImpl
 
getEmployee_Manager() - Method in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
Returns the meta object for the reference 'Manager'
getEmployee_Manager() - Method in class org.eclipse.emf.examples.extlibrary.impl.EXTLibraryPackageImpl
 
getEmployees() - Method in class org.eclipse.emf.examples.extlibrary.impl.LibraryImpl
 
getEmployees() - Method in interface org.eclipse.emf.examples.extlibrary.Library
Returns the value of the 'Employees' containment reference list.
getENamedElement() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for class 'ENamed Element'
getENamedElement() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getENamedElement_Name() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the attribute 'Name'
getENamedElement_Name() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getENamedElementToXMLInfoMapEntry() - Method in interface org.eclipse.emf.mapping.ecore2xml.Ecore2XMLPackage
Returns the meta object for class 'ENamed Element To XML Info Map Entry'
getENamedElementToXMLInfoMapEntry() - Method in class org.eclipse.emf.mapping.ecore2xml.impl.Ecore2XMLPackageImpl
 
getENamedElementToXMLInfoMapEntry_Key() - Method in interface org.eclipse.emf.mapping.ecore2xml.Ecore2XMLPackage
Returns the meta object for the reference 'Key'
getENamedElementToXMLInfoMapEntry_Key() - Method in class org.eclipse.emf.mapping.ecore2xml.impl.Ecore2XMLPackageImpl
 
getENamedElementToXMLInfoMapEntry_Value() - Method in interface org.eclipse.emf.mapping.ecore2xml.Ecore2XMLPackage
Returns the meta object for the containment reference 'Value'
getENamedElementToXMLInfoMapEntry_Value() - Method in class org.eclipse.emf.mapping.ecore2xml.impl.Ecore2XMLPackageImpl
 
getEncodedWildcards(String, List<String>) - Static method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
getEncoding(URI) - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter
When running under Eclipse, queries the workspace to determine the correct encoding for the file identified by the given workspace path URI.
getEncoding(String) - Static method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.EclipseUtil
Deprecated.
 
getEncoding(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.
getEncoding() - Method in class org.eclipse.emf.ecore.presentation.EcoreModelWizard.EcoreModelWizardInitialObjectCreationPage
 
getEncoding() - Method in interface org.eclipse.emf.ecore.resource.URIConverter.Readable
Returns the encoding used to convert the reader's characters to bytes.
getEncoding(String) - Static method in class org.eclipse.emf.ecore.resource.URIConverter.ReadableInputStream
 
getEncoding(Reader) - Static method in class org.eclipse.emf.ecore.resource.URIConverter.ReadableInputStream
 
getEncoding() - Method in class org.eclipse.emf.ecore.resource.URIConverter.ReadableInputStream
 
getEncoding() - Method in interface org.eclipse.emf.ecore.resource.URIConverter.Writeable
Returns the encoding used to convert the writer's bytes to characters.
getEncoding() - Method in class org.eclipse.emf.ecore.resource.URIConverter.WriteableOutputStream
 
getEncoding() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLLoadImpl
Deprecated.
since 2.2 The encoding will be reported by the parser using SAX 2 Locator
getEncoding() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
 
getEncoding() - Method in interface org.eclipse.emf.ecore.xmi.XMLResource
Get the XML encoding for this resource.
getEncoding() - Method in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryModelWizard.EXTLibraryModelWizardInitialObjectCreationPage
 
getEncoding() - Method in class org.eclipse.emf.mapping.command.PersistentCommandStack.CommandCreationRecord
 
getEncoding() - Method in class org.eclipse.emf.mapping.command.PersistentCommandStack
 
getEncoding() - Method in class org.eclipse.emf.mapping.ecore2ecore.presentation.Ecore2EcoreModelWizard.Ecore2EcoreModelWizardInitialObjectCreationPage
 
getEncoding() - Method in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLModelWizard.Ecore2XMLModelWizardInitialObjectCreationPage
 
getEncodings() - Method in class org.eclipse.emf.ecore.presentation.EcoreModelWizard.EcoreModelWizardInitialObjectCreationPage
 
getEncodings() - Method in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryModelWizard.EXTLibraryModelWizardInitialObjectCreationPage
 
getEncodings() - Method in class org.eclipse.emf.mapping.ecore2ecore.presentation.Ecore2EcoreModelWizard.Ecore2EcoreModelWizardInitialObjectCreationPage
 
getEncodings() - Method in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLModelWizard.Ecore2XMLModelWizardInitialObjectCreationPage
 
getEnd() - Method in class org.eclipse.emf.ecore.xcore.ui.quickfix.XcoreQuickfixProvider.RemovalRegion
 
getEnd(int) - Method in class org.eclipse.emf.ecore.xml.type.internal.RegEx.Match
Return an end position in the target text matched to specified regular expression group.
getEndOffset(INode) - Method in class org.eclipse.emf.ecore.xcore.ui.quickfix.XcoreQuickfixProvider.RemovalRegion
 
getEndTag() - Method in class org.eclipse.emf.codegen.jet.JETParser
 
getENTITIES() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypePackageImpl
 
getENTITIES() - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
Returns the meta object for data type 'ENTITIES'
getENTITIESBase() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypePackageImpl
 
getENTITIESBase() - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
Returns the meta object for data type 'ENTITIES Base'
getENTITY() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypePackageImpl
 
getENTITY() - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
Returns the meta object for data type 'ENTITY'
getEntityName(String) - Method in class org.eclipse.emf.ecore.xmi.impl.ResourceEntityHandlerImpl
 
getEntityName(String) - Method in interface org.eclipse.emf.ecore.xmi.XMLResource.ResourceEntityHandler
Returns the name associated with the entity value; a new name will be generated if there is not yet a name associated with the entity value.
getEntry() - Method in class org.eclipse.emf.common.util.Pool.AccessUnit
 
getEntry(int) - Method in class org.eclipse.emf.common.util.Pool
Gets the first entry with the matching hash code.
getEntry(int) - Method in class org.eclipse.emf.common.util.WeakInterningHashSet
Gets the first entry in the table with exactly the given hash code.
getEntry(EStructuralFeature) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter.ChildrenStore
 
getEntryFeature() - Method in class org.eclipse.emf.edit.provider.FeatureMapEntryWrapperItemProvider
Returns the feature of the wrapped feature map entry.
getEntryValue() - Method in class org.eclipse.emf.edit.provider.FeatureMapEntryWrapperItemProvider
Returns the value of the wrapped feature map entry.
getEnum() - Method in class org.eclipse.emf.ecore.xcore.impl.XEnumLiteralImpl
 
getEnum() - Method in interface org.eclipse.emf.ecore.xcore.XEnumLiteral
Returns the value of the 'Enum' container reference.
getEnumClassEmitter() - 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.
getEnumClassEmitter() - 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.
getEnumConstantMap() - Method in class org.eclipse.emf.codegen.merge.java.JPatternDictionary
 
getEnumConstants() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJEnum
 
getEnumConstantSourceRange(ASTNode) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.CommentAwareSourceRangeComputer
Specific method for enum constants.
getEnumerationFacet() - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EClassExtendedMetaDataImpl
 
getEnumerationFacet() - Method in interface org.eclipse.emf.ecore.util.BasicExtendedMetaData.EClassifierExtendedMetaData
 
getEnumerationFacet() - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EDataTypeExtendedMetaDataImpl
 
getEnumerationFacet(EDataType) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
getEnumerationFacet(EDataType) - Method in interface org.eclipse.emf.ecore.util.ExtendedMetaData
Returns the enumeration constraint on the given data type.
getEnumerationLiterals() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenDataType
 
getEnumerationLiterals() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
 
getEnumKeyword_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XEnumElements
 
getEnumKeyword_10() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.FeatureCallIDElements
 
getEnumLiteralAccessorName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenEnumLiteral
 
getEnumLiteralAccessorName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumLiteralImpl
 
getEnumLiteralID(GenEnumLiteral) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenEnum
 
getEnumLiteralID() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenEnumLiteral
 
getEnumLiteralID(GenEnumLiteral) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumImpl
 
getEnumLiteralID() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumLiteralImpl
 
getEnumLiteralInstanceConstantName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenEnumLiteral
 
getEnumLiteralInstanceConstantName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumLiteralImpl
 
getEnumLiteralValue(GenEnumLiteral) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenEnum
 
getEnumLiteralValue(GenEnumLiteral) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumImpl
 
getEnumLiteralValueConstantName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenEnumLiteral
 
getEnumLiteralValueConstantName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumLiteralImpl
 
getEObject(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelActionBarContributor.OpenEObjectEditorAction
 
getEObject() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for class 'EObject'
getEObject() - Method in interface org.eclipse.emf.ecore.EStructuralFeature.Setting
Returns the object holding a value.
getEObject() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEObject() - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.SettingMany
 
getEObject(String) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
 
getEObject(List<String>) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
Returns the object based on the fragment path as a list of Strings.
getEObject(URI, boolean) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl
 
getEObject(String) - Method in interface org.eclipse.emf.ecore.resource.Resource
Returns the resolved object for the given URI fragment.
getEObject(URI, boolean) - Method in interface org.eclipse.emf.ecore.resource.ResourceSet
Returns the object resolved by the URI.
getEObject() - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList
 
getEObject() - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList.UnmodifiableEList
 
getEObject() - Method in class org.eclipse.emf.ecore.util.EcoreEList
 
getEObject() - Method in class org.eclipse.emf.ecore.util.EcoreEList.UnmodifiableEList
 
getEObject() - Method in class org.eclipse.emf.ecore.util.EcoreEMap
 
getEObject(EObject, String) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Returns the object reached via by navigating the relative URI fragment path.
getEObject() - Method in interface org.eclipse.emf.ecore.util.FeatureMap.Internal
 
getEObject() - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList
 
getEObject() - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureFeatureMap
 
getEObject() - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureValue
 
getEObject(String) - Method in class org.eclipse.emf.ecore.xcore.resource.XcoreResource
 
getEObject(String) - Method in class org.eclipse.emf.java.util.JavaPackageResourceImpl
 
getEObject(List<String>) - Method in class org.eclipse.emf.java.util.JavaPackageResourceImpl
 
getEObject__EAllContents() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the 'EAll Contents' operation
getEObject__EAllContents() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEObject__EClass() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the 'EClass' operation
getEObject__EClass() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEObject__EContainer() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the 'EContainer' operation
getEObject__EContainer() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEObject__EContainingFeature() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the 'EContaining Feature' operation
getEObject__EContainingFeature() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEObject__EContainmentFeature() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the 'EContainment Feature' operation
getEObject__EContainmentFeature() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEObject__EContents() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the 'EContents' operation
getEObject__EContents() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEObject__ECrossReferences() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the 'ECross References' operation
getEObject__ECrossReferences() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEObject__EGet__EStructuralFeature() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the 'EGet' operation
getEObject__EGet__EStructuralFeature() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEObject__EGet__EStructuralFeature_boolean() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the 'EGet' operation
getEObject__EGet__EStructuralFeature_boolean() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEObject__EInvoke__EOperation_EList() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the 'EInvoke' operation
getEObject__EInvoke__EOperation_EList() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEObject__EIsProxy() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the 'EIs Proxy' operation
getEObject__EIsProxy() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEObject__EIsSet__EStructuralFeature() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the 'EIs Set' operation
getEObject__EIsSet__EStructuralFeature() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEObject__EResource() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the 'EResource' operation
getEObject__EResource() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEObject__ESet__EStructuralFeature_Object() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the 'ESet' operation
getEObject__ESet__EStructuralFeature_Object() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEObject__EUnset__EStructuralFeature() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the 'EUnset' operation
getEObject__EUnset__EStructuralFeature() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEObjectByID(String) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
Returns the object based on the fragment as an ID.
getEObjectByID(String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
 
getEObjectCast() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenTypedElement
This returns either "(EObject)", "(org.eclipse.emf.ecore.EObject)", or "" as needed for the reference type.
getEObjectCast() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypedElementImpl
 
getEObjectChildren(EObject) - Method in class org.eclipse.emf.ecore.util.EcoreUtil.ContentTreeIterator
Returns an iterator over the children of the given parent EObject.
getEObjectForURIFragmentRootSegment(String) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
Returns the object associated with the URI fragment root segment.
getEObjectForURIFragmentRootSegment(String) - Method in class org.eclipse.emf.ecore.xcore.resource.XcoreResource
 
getEObjectForURIFragmentRootSegment(String) - Method in class org.eclipse.emf.java.util.JavaPackageResourceImpl
 
getEObjectToChangesMapEntry() - Method in interface org.eclipse.emf.ecore.change.ChangePackage
Returns the meta object for class 'EObject To Changes Map Entry'
getEObjectToChangesMapEntry() - Method in class org.eclipse.emf.ecore.change.impl.ChangePackageImpl
 
getEObjectToChangesMapEntry_Key() - Method in interface org.eclipse.emf.ecore.change.ChangePackage
Returns the meta object for the reference 'Key'
getEObjectToChangesMapEntry_Key() - Method in class org.eclipse.emf.ecore.change.impl.ChangePackageImpl
 
getEObjectToChangesMapEntry_Value() - Method in interface org.eclipse.emf.ecore.change.ChangePackage
Returns the meta object for the containment reference list 'Value'
getEObjectToChangesMapEntry_Value() - Method in class org.eclipse.emf.ecore.change.impl.ChangePackageImpl
 
getEObjectToExtensionMap() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
 
getEObjectToExtensionMap() - Method in interface org.eclipse.emf.ecore.xmi.XMLResource
Returns the map with EObject as keys and corresponding AnyTypes as the values.
getEObjectToIDMap() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
 
getEObjectToIDMap() - Method in interface org.eclipse.emf.ecore.xmi.XMLResource
Deprecated.
since 2.1.0 This map should not be manipulated directly. Use XMLResource.setID(EObject, String) and XMLResource.getID(EObject) or Resource.getEObject(String) instead. This method may be removed from this interface.
getEObjectToProxyURIMap() - Method in class org.eclipse.emf.ecore.change.util.ChangeRecorder
 
getEObjectToURIMap() - Method in interface org.eclipse.emf.ecore.change.ChangePackage
Returns the meta object for data type 'EObject To URI Map'
getEObjectToURIMap() - Method in class org.eclipse.emf.ecore.change.impl.ChangePackageImpl
 
getEon() - Method in class org.eclipse.emf.ecore.xml.type.internal.XMLCalendar
 
getEonAndYear() - Method in class org.eclipse.emf.ecore.xml.type.internal.XMLCalendar
 
getEOperation(int) - Method in interface org.eclipse.emf.ecore.EClass
Returns the operation with this ID.
getEOperation() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for class 'EOperation'
getEOperation() - Method in interface org.eclipse.emf.ecore.EParameter
Returns the value of the 'EOperation' container reference.
getEOperation(int) - Method in class org.eclipse.emf.ecore.impl.EClassImpl
 
getEOperation() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEOperation() - Method in class org.eclipse.emf.ecore.impl.EParameterImpl
 
getEOperation() - Method in class org.eclipse.emf.ecore.xcore.mappings.XOperationMapping
 
getEOperation(XOperation) - Method in class org.eclipse.emf.ecore.xcore.util.XcoreEcoreBuilder
 
getEOperation__GetOperationID() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the 'Get Operation ID' operation
getEOperation__GetOperationID() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEOperation__IsOverrideOf__EOperation() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the 'Is Override Of' operation
getEOperation__IsOverrideOf__EOperation() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEOperation_EContainingClass() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the container reference 'EContaining Class'
getEOperation_EContainingClass() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEOperation_EExceptions() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the reference list 'EExceptions'
getEOperation_EExceptions() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEOperation_EGenericExceptions() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the containment reference list 'EGeneric Exceptions'
getEOperation_EGenericExceptions() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEOperation_EParameters() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the containment reference list 'EParameters'
getEOperation_EParameters() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEOperation_ETypeParameters() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the containment reference list 'EType Parameters'
getEOperation_ETypeParameters() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEOperations() - Method in interface org.eclipse.emf.ecore.EClass
Returns the value of the 'EOperations' containment reference list.
getEOperations() - Method in class org.eclipse.emf.ecore.impl.EClassImpl
 
getEOpposite() - Method in interface org.eclipse.emf.ecore.EReference
Returns the value of the 'EOpposite' reference
getEOpposite() - Method in interface org.eclipse.emf.ecore.EStructuralFeature.Internal
Returns the opposite if this is reference that has one.
getEOpposite() - Method in class org.eclipse.emf.ecore.impl.EReferenceImpl
 
getEOpposite() - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
 
getEOwner() - Method in class org.eclipse.emf.edit.command.CommandParameter
This returns the specified owner as a EObject, if it is one.
getEPackage() - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelValidator
Returns the package of this validator switch
getEPackage() - Method in interface org.eclipse.emf.ecore.EClassifier
Returns the value of the 'EPackage' container reference.
getEPackage() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for class 'EPackage'
getEPackage() - Method in interface org.eclipse.emf.ecore.EFactory
Returns the value of the 'EPackage' reference.
getEPackage() - Method in interface org.eclipse.emf.ecore.EPackage.Descriptor
Returns the package.
getEPackage(String) - Method in interface org.eclipse.emf.ecore.EPackage.Registry
Looks up the value in the map, converting EPackage.Descriptor objects to EPackage objects on demand.
getEPackage() - Method in class org.eclipse.emf.ecore.impl.EClassifierImpl
 
getEPackage() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEPackage() - Method in class org.eclipse.emf.ecore.impl.EFactoryImpl
 
getEPackage(String) - Method in class org.eclipse.emf.ecore.impl.EPackageRegistryImpl.Delegator
 
getEPackage(String) - Method in class org.eclipse.emf.ecore.impl.EPackageRegistryImpl
 
getEPackage() - Method in class org.eclipse.emf.ecore.util.EcoreValidator
Returns the package of this validator switch
getEPackage() - Method in class org.eclipse.emf.ecore.util.EObjectValidator
 
getEPackage() - Method in class org.eclipse.emf.ecore.xcore.mappings.XPackageMapping
 
getEPackage(XPackage) - Method in class org.eclipse.emf.ecore.xcore.util.XcoreEcoreBuilder
 
getEPackage() - Method in class org.eclipse.emf.ecore.xml.namespace.util.XMLNamespaceValidator
Returns the package of this validator switch
getEPackage() - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
Returns the package of this validator switch
getEPackage(JNode) - Method in class org.eclipse.emf.importer.java.builder.JavaEcoreBuilder
 
getEPackage__GetEClassifier__String() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the 'Get EClassifier' operation
getEPackage__GetEClassifier__String() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEPackage_EClassifiers() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the containment reference list 'EClassifiers'
getEPackage_EClassifiers() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEPackage_EFactoryInstance() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the reference 'EFactory Instance'
getEPackage_EFactoryInstance() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEPackage_ESubpackages() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the containment reference list 'ESubpackages'
getEPackage_ESubpackages() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEPackage_ESuperPackage() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the container reference 'ESuper Package'
getEPackage_ESuperPackage() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEPackage_NsPrefix() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the attribute 'Ns Prefix'
getEPackage_NsPrefix() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEPackage_NsURI() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the attribute 'Ns URI'
getEPackage_NsURI() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEPackageColumnLabel() - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPackagePage
 
getEPackageConvertInfo(EPackage) - Method in class org.eclipse.emf.converter.ModelConverter
 
getEPackageData(EPackage) - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPackagePage
 
getEPackageData(EPackage) - Method in class org.eclipse.emf.exporter.ui.contribution.base.ModelExporterPackagePage
 
getEPackageData(EPackage) - Method in class org.eclipse.emf.importer.ui.contribution.base.ModelImporterPackagePage
 
getEPackageDataColumnLabel() - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPackagePage
 
getEPackageDataColumnLabel() - Method in class org.eclipse.emf.exporter.ui.contribution.base.ModelExporterPackagePage
 
getEPackageDataColumnLabel() - Method in class org.eclipse.emf.importer.ui.contribution.base.ModelImporterPackagePage
 
getEPackageExportInfo(EPackage) - Method in class org.eclipse.emf.exporter.ModelExporter
 
getEPackageGen() - Method in class org.eclipse.emf.ecore.impl.EClassifierImpl
 
getEPackageImage() - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPackagePage
 
getEPackageImportInfo(EPackage) - Method in class org.eclipse.emf.importer.ModelImporter
 
getEPackageNsURIToGenModelLocationMap() - Static method in class org.eclipse.emf.ecore.plugin.EcorePlugin
Deprecated.
since 2.9; use getEPackageNsURItoGenModelLocationMap(true) to get the locations in the target platform, or use getEPackageNsURItoGenModelLocationMap(false) to get the legacy behavior, i.e., the locations in the installed environment. It's generally expected that all clients, will migrate to use the target platform.
getEPackageNsURIToGenModelLocationMap(boolean) - Static method in class org.eclipse.emf.ecore.plugin.EcorePlugin
Returns a map from package namespace URI (represented as a String) to the location of the GenModel containing a GenPackage for the package (represented as a URI) for either the target platform or the environment itself.
getEPackageRegistry() - Method in class org.eclipse.emf.ecore.xmi.util.XMLProcessor
 
getEPackages() - Method in class org.eclipse.emf.converter.ModelConverter
 
getEPackages() - Method in class org.eclipse.emf.ecore.xcore.validation.AbstractXcoreJavaValidator
 
getEPackages() - Method in class org.eclipse.emf.ecore.xcore.validation.XcoreJavaValidator
 
getEPackagesTableViewerContentProvider(AdapterFactory) - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPackagePage
 
getEPackagesTableViewerLabelProvider(AdapterFactory) - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPackagePage
 
getEPackageToGenPackageMap() - Method in class org.eclipse.emf.exporter.ModelExporter
 
getEPackageToInfoMap() - Method in class org.eclipse.emf.converter.ModelConverter
 
getEPackageToInformationMap() - Method in class org.eclipse.emf.importer.rose.builder.RoseUtil
 
getEParameter() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for class 'EParameter'
getEParameter() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEParameter() - Method in class org.eclipse.emf.ecore.xcore.mappings.XParameterMapping
 
getEParameter(XParameter) - Method in class org.eclipse.emf.ecore.xcore.util.XcoreEcoreBuilder
 
getEParameter_EOperation() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the container reference 'EOperation'
getEParameter_EOperation() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEParameters() - Method in interface org.eclipse.emf.ecore.EOperation
Returns the value of the 'EParameters' containment reference list.
getEParameters() - Method in class org.eclipse.emf.ecore.impl.EOperationImpl
 
getEProxyURI() - Method in interface org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder
 
getEProxyURI() - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl
 
getEProxyURI() - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImpl
 
getEProxyURI() - Method in class org.eclipse.emf.ecore.impl.DynamicEObjectImpl.DynamicEPropertiesHolderImpl
 
getEProxyURI() - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.EStoreEPropertiesHolderImpl
 
getEqualityFeature() - Method in class org.eclipse.emf.codegen.merge.java.JControlModel.PullRule
 
getEqualsSignKeyword_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XStringToStringMapEntryElements
 
getEqualsSignKeyword_3_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XEnumLiteralElements
 
getEqualsSignKeyword_6_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XAttributeElements
 
getErasure(ETypeParameter) - Method in class org.eclipse.emf.ecore.impl.EGenericTypeImpl
 
getERawType() - Method in interface org.eclipse.emf.ecore.EGenericType
Returns the value of the 'ERaw Type' reference
getERawType() - Method in class org.eclipse.emf.ecore.impl.EGenericTypeImpl
 
getEReference() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for class 'EReference'
getEReference() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEReference(XReference) - Method in class org.eclipse.emf.ecore.xcore.util.XcoreEcoreBuilder
 
getEReference() - Method in class org.eclipse.emf.edit.command.CommandParameter
This returns the specified feature as a EReference, if it is one.
getEReference_Container() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the attribute 'Container'
getEReference_Container() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEReference_Containment() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the attribute 'Containment'
getEReference_Containment() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEReference_EKeys() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the reference list 'EKeys'
getEReference_EKeys() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEReference_EOpposite() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the reference 'EOpposite'
getEReference_EOpposite() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEReference_EReferenceType() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the reference 'EReference Type'
getEReference_EReferenceType() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEReference_ResolveProxies() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the attribute 'Resolve Proxies'
getEReference_ResolveProxies() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEReferences() - Method in interface org.eclipse.emf.ecore.EClass
Returns the value of the 'EReferences' reference list.
getEReferences() - Method in class org.eclipse.emf.ecore.impl.EClassImpl
 
getEReferenceType() - Method in interface org.eclipse.emf.ecore.EReference
Returns the value of the 'EReference Type' reference
getEReferenceType() - Method in class org.eclipse.emf.ecore.impl.EReferenceImpl
 
getEResource() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for data type 'EResource'
getEResource() - Method in interface org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder
 
getEResource() - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl
 
getEResource() - Method in class org.eclipse.emf.ecore.impl.DynamicEObjectImpl.DynamicEPropertiesHolderImpl
 
getEResource() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEResource() - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.EStoreEPropertiesHolderImpl
 
getEResourceSet() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for data type 'EResource Set'
getEResourceSet() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getErrors() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
 
getErrors() - Method in interface org.eclipse.emf.ecore.resource.Resource
Returns a list of the errors in the resource; each error will be of type Resource.Diagnostic.
getEscape() - Method in class org.eclipse.emf.ecore.xmi.impl.ConfigurationCache
 
getESetFlagIndex(GenFeature) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getESetFlagIndex(GenFeature) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getESetFlagsField(GenFeature) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getESetFlagsField(GenFeature) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getESetGenFeatures() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getESetGenFeatures() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getEShort() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for data type 'EShort'
getEShort() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEShortObject() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for data type 'EShort Object'
getEShortObject() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEString() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for data type 'EString'
getEString() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEStringToStringMapEntry() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for class 'EString To String Map Entry'
getEStringToStringMapEntry() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEStringToStringMapEntry_Key() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the attribute 'Key'
getEStringToStringMapEntry_Key() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEStringToStringMapEntry_Value() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the attribute 'Value'
getEStringToStringMapEntry_Value() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEStructuralFeature() - Method in class org.eclipse.emf.ecore.change.impl.FeatureMapEntryImpl
 
getEStructuralFeature(int) - Method in interface org.eclipse.emf.ecore.EClass
Returns the feature with this ID.
getEStructuralFeature(String) - Method in interface org.eclipse.emf.ecore.EClass
Returns the feature with this name.
getEStructuralFeature() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for class 'EStructural Feature'
getEStructuralFeature() - Method in interface org.eclipse.emf.ecore.EStructuralFeature.Setting
Returns the specific feature holding a value for the object.
getEStructuralFeature(String) - Method in class org.eclipse.emf.ecore.impl.EClassImpl
 
getEStructuralFeature(int) - Method in class org.eclipse.emf.ecore.impl.EClassImpl
 
getEStructuralFeature() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEStructuralFeature() - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.BasicEStoreEList
 
getEStructuralFeature() - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.BasicEStoreFeatureMap
 
getEStructuralFeature() - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.BasicFeatureMapEntry
 
getEStructuralFeature() - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.SettingMany
 
getEStructuralFeature(int) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
getEStructuralFeature() - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList.Dynamic
 
getEStructuralFeature() - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList
 
getEStructuralFeature() - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList.UnmodifiableEList
 
getEStructuralFeature() - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
getEStructuralFeature(int) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
getEStructuralFeature() - Method in class org.eclipse.emf.ecore.util.EcoreEList.Dynamic
 
getEStructuralFeature() - Method in class org.eclipse.emf.ecore.util.EcoreEList
 
getEStructuralFeature() - Method in class org.eclipse.emf.ecore.util.EcoreEList.UnmodifiableEList
 
getEStructuralFeature() - Method in class org.eclipse.emf.ecore.util.EcoreEMap
 
getEStructuralFeature() - Method in interface org.eclipse.emf.ecore.util.FeatureMap.Entry
Returns the feature.
getEStructuralFeature(int) - Method in interface org.eclipse.emf.ecore.util.FeatureMap
 
getEStructuralFeature() - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.EntryImpl
 
getEStructuralFeature() - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList
 
getEStructuralFeature(int) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureFeatureMap
 
getEStructuralFeature() - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureValue
 
getEStructuralFeature() - Method in class org.eclipse.emf.ecore.xcore.mappings.XFeatureMapping
 
getEStructuralFeature(Node) - Method in interface org.eclipse.emf.ecore.xmi.DOMHelper
 
getEStructuralFeature(Node) - Method in class org.eclipse.emf.ecore.xmi.impl.DefaultDOMHandlerImpl
 
getEStructuralFeature() - Method in class org.eclipse.emf.edit.command.CommandParameter
This returns the specified feature as a EStructuralFeature, if it is one.
getEStructuralFeature__GetContainerClass() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the 'Get Container Class' operation
getEStructuralFeature__GetContainerClass() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEStructuralFeature__GetFeatureID() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the 'Get Feature ID' operation
getEStructuralFeature__GetFeatureID() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEStructuralFeature_Changeable() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the attribute 'Changeable'
getEStructuralFeature_Changeable() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEStructuralFeature_DefaultValue() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the attribute 'Default Value'
getEStructuralFeature_DefaultValue() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEStructuralFeature_DefaultValueLiteral() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the attribute 'Default Value Literal'
getEStructuralFeature_DefaultValueLiteral() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEStructuralFeature_Derived() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the attribute 'Derived'
getEStructuralFeature_Derived() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEStructuralFeature_EContainingClass() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the container reference 'EContaining Class'
getEStructuralFeature_EContainingClass() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEStructuralFeature_LowerBound() - Method in interface org.eclipse.emf.ecore.EcorePackage
Deprecated.
replaced by getETypedElement_LowerBound()
getEStructuralFeature_LowerBound() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
Deprecated. 
getEStructuralFeature_Many() - Method in interface org.eclipse.emf.ecore.EcorePackage
Deprecated.
replaced by getETypedElement_Many()
getEStructuralFeature_Many() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
Deprecated. 
getEStructuralFeature_Required() - Method in interface org.eclipse.emf.ecore.EcorePackage
Deprecated.
replaced by getETypedElement_Required()
getEStructuralFeature_Required() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
Deprecated. 
getEStructuralFeature_Transient() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the attribute 'Transient'
getEStructuralFeature_Transient() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEStructuralFeature_Unique() - Method in interface org.eclipse.emf.ecore.EcorePackage
Deprecated.
replaced by getETypedElement_Unique()
getEStructuralFeature_Unique() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
Deprecated. 
getEStructuralFeature_Unsettable() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the attribute 'Unsettable'
getEStructuralFeature_Unsettable() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEStructuralFeature_UpperBound() - Method in interface org.eclipse.emf.ecore.EcorePackage
Deprecated.
replaced by getETypedElement_UpperBound()
getEStructuralFeature_UpperBound() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
Deprecated. 
getEStructuralFeature_Volatile() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the attribute 'Volatile'
getEStructuralFeature_Volatile() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEStructuralFeatureData(BinaryResourceImpl.EObjectInputStream.EClassData, int) - Method in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectInputStream
 
getEStructuralFeatures() - Method in interface org.eclipse.emf.ecore.EClass
Returns the value of the 'EStructural Features' containment reference list.
getEStructuralFeatures() - Method in class org.eclipse.emf.ecore.impl.EClassImpl
 
getESubpackages() - Method in interface org.eclipse.emf.ecore.EPackage
Returns the value of the 'ESubpackages' containment reference list.
getESubpackages() - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
getESuperAdapter() - Method in class org.eclipse.emf.ecore.impl.EClassImpl
 
getESuperAdapter(EClass) - Static method in class org.eclipse.emf.ecore.impl.ESuperAdapter
 
getESuperAdapter() - Method in interface org.eclipse.emf.ecore.impl.ESuperAdapter.Holder
 
getESuperPackage() - Method in interface org.eclipse.emf.ecore.EPackage
Returns the value of the 'ESuper Package' container reference.
getESuperPackage() - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
getESuperTypes() - Method in interface org.eclipse.emf.ecore.EClass
Returns the value of the 'ESuper Types' reference list.
getESuperTypes() - Method in class org.eclipse.emf.ecore.impl.EClassImpl
 
getETreeIterator() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for data type 'ETree Iterator'
getETreeIterator() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getEType() - Method in interface org.eclipse.emf.ecore.ETypedElement
Returns the value of the 'EType' reference
getEType() - Method in class org.eclipse.emf.ecore.impl.ETypedElementImpl
 
getETypeArguments() - Method in interface org.eclipse.emf.ecore.EGenericType
Returns the value of the 'EType Arguments' containment reference list.
getETypeArguments() - Method in class org.eclipse.emf.ecore.impl.EGenericTypeImpl
 
getETypedElement() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for class 'ETyped Element'
getETypedElement() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getETypedElement_EGenericType() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the containment reference 'EGeneric Type'
getETypedElement_EGenericType() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getETypedElement_EType() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the reference 'EType'
getETypedElement_EType() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getETypedElement_LowerBound() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the attribute 'Lower Bound'
getETypedElement_LowerBound() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getETypedElement_Many() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the attribute 'Many'
getETypedElement_Many() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getETypedElement_Ordered() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the attribute 'Ordered'
getETypedElement_Ordered() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getETypedElement_Required() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the attribute 'Required'
getETypedElement_Required() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getETypedElement_Unique() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the attribute 'Unique'
getETypedElement_Unique() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getETypedElement_UpperBound() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the attribute 'Upper Bound'
getETypedElement_UpperBound() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getETypeParameter() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for class 'EType Parameter'
getETypeParameter() - Method in interface org.eclipse.emf.ecore.EGenericType
Returns the value of the 'EType Parameter' reference
getETypeParameter() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getETypeParameter() - Method in class org.eclipse.emf.ecore.impl.EGenericTypeImpl
 
getETypeParameter() - Method in class org.eclipse.emf.ecore.xcore.mappings.XTypeParameterMapping
 
getETypeParameter(XTypeParameter) - Method in class org.eclipse.emf.ecore.xcore.util.XcoreEcoreBuilder
 
getETypeParameter_EBounds() - Method in interface org.eclipse.emf.ecore.EcorePackage
Returns the meta object for the containment reference list 'EBounds'
getETypeParameter_EBounds() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
getETypeParameters() - Method in interface org.eclipse.emf.ecore.EClassifier
Returns the value of the 'EType Parameters' containment reference list.
getETypeParameters() - Method in interface org.eclipse.emf.ecore.EOperation
Returns the value of the 'EType Parameters' containment reference list.
getETypeParameters() - Method in class org.eclipse.emf.ecore.impl.EClassifierImpl
 
getETypeParameters() - Method in class org.eclipse.emf.ecore.impl.EOperationImpl
 
getEUnsetGenFeatures() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getEUnsetGenFeatures() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getEUpperBound() - Method in interface org.eclipse.emf.ecore.EGenericType
Returns the value of the 'EUpper Bound' containment reference
getEUpperBound() - Method in class org.eclipse.emf.ecore.impl.EGenericTypeImpl
 
getEValidator() - Method in interface org.eclipse.emf.ecore.EValidator.Descriptor
Returns the validator.
getEValidator(EPackage) - Method in interface org.eclipse.emf.ecore.EValidator.Registry
Looks up the package in the map.
getEValidator(EPackage) - Method in class org.eclipse.emf.ecore.impl.EValidatorRegistryImpl
 
getEValue() - Method in class org.eclipse.emf.edit.command.CommandParameter
This returns the specified value as a EObject, if it is one.
getEventType() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getEventType() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the type of change that has occurred.
getEventType() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getEventType method of the notification.
getEVirtualIndexBitFields(List<String>) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getEVirtualIndexBitFields(List<String>) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getEVirtualValuesField() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getEVirtualValuesField() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getExactMappings(Collection<?>) - Method in class org.eclipse.emf.mapping.impl.MappingRootImpl
 
getExactMappings(Collection<?>) - Method in interface org.eclipse.emf.mapping.MappingRoot
This returns the subset of mappings returned by MappingRoot.getAllMappings(java.util.Collection<?>) such that have each mapping has exactly the collection as its mapped objects, i.e., as return by Mapping#getMappedObjects().
getExactMatch(JvmType, int, QualifiedName) - Method in class org.eclipse.emf.ecore.xcore.scoping.types.KnownTypesScope
 
getExampleClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getExampleClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getException() - Method in class org.eclipse.emf.common.util.BasicDiagnostic
Returns the first throwable object available in the BasicDiagnostic.data list, which is set when this diagnostic is instantiated.
getException() - Method in interface org.eclipse.emf.common.util.Diagnostic
Returns the relevant low-level exception, or null if none.
getExceptions() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJMethod
 
getExceptions() - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMJMethod
 
getExceptions() - Method in interface org.eclipse.emf.codegen.merge.java.facade.JMethod
Returns the type signatures of the exceptions this method throws, in the order declared in the source.
getExceptions() - Method in class org.eclipse.emf.ecore.xcore.impl.XOperationImpl
 
getExceptions() - Method in interface org.eclipse.emf.ecore.xcore.XOperation
Returns the value of the 'Exceptions' containment reference list.
getExceptions() - Method in class org.eclipse.emf.importer.rose.parser.RoseNode
 
getExceptions() - Method in class org.eclipse.emf.java.impl.JMethodImpl
 
getExceptions() - Method in interface org.eclipse.emf.java.JMethod
Returns the value of the 'Exceptions' reference list.
getExceptionsAssignment_11_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XOperationElements
 
getExceptionsAssignment_11_2_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XOperationElements
 
getExceptionsXGenericTypeParserRuleCall_11_1_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XOperationElements
 
getExceptionsXGenericTypeParserRuleCall_11_2_1_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XOperationElements
 
getExistingAdapter(Notifier, Object) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Returns the specified notifier's existing adapter of the specified type.
getExporterGenAnnotationDetails(GenBase) - Method in class org.eclipse.emf.exporter.ModelExporter
Returns the GenBase object's GenAnnotation Details map associated with this Model Exporter or ECollections.EMPTY_EMAP
getExporterNestedGenAnnotationDetails(GenBase, String) - Method in class org.eclipse.emf.exporter.ModelExporter
 
getExporterNestedGenAnnotations(GenBase) - Method in class org.eclipse.emf.exporter.ModelExporter
 
getExpressionsAssignment_2_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XBlockExpressionElements
 
getExpressionsXExpressionOrVarDeclarationParserRuleCall_2_0_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XBlockExpressionElements
 
getExtendedChildCreationData() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
Returns a nested map structure describing the child creation extensions that this package provides to other packages.
getExtendedChildCreationData() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getExtendedClass(JvmDeclaredType) - Method in class org.eclipse.emf.ecore.xcore.scoping.XcoreLogicalContainerAwareReentrantTypeResolver
 
getExtendedGenClasses() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getExtendedGenClasses() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getExtendedGenFeatures() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getExtendedGenFeatures() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getExtendedGenOperations() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getExtendedGenOperations() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getExtendedMetaData() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getExtendedMetaData() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
getExtendedMetaData() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getExtendedMetaData() - Method in class org.eclipse.emf.ecore.impl.EClassifierImpl
 
getExtendedMetaData() - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
getExtendedMetaData() - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
 
getExtendedMetaData() - Method in interface org.eclipse.emf.ecore.util.BasicExtendedMetaData.EClassifierExtendedMetaData.Holder
 
getExtendedMetaData() - Method in interface org.eclipse.emf.ecore.util.BasicExtendedMetaData.EPackageExtendedMetaData.Holder
 
getExtendedMetaData() - Method in interface org.eclipse.emf.ecore.util.BasicExtendedMetaData.EStructuralFeatureExtendedMetaData.Holder
 
getExtendedMetaData(EPackage) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
getExtendedMetaData(EClassifier) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
getExtendedMetaData(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
getExtendedMetaData() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
getExtendedMetaData() - Method in class org.eclipse.emf.ecore.xmi.util.XMLProcessor
 
getExtendedMetaData() - Method in interface org.eclipse.emf.ecore.xmi.XMLHelper
Gets the ExtendedMetaData to use when serializing an XML file.
getExtendsAnnotation(String) - Method in class org.eclipse.emf.importer.java.builder.JavaEcoreBuilder
Returns the @extends/@implements annotation contents, or null.
getExtendsKeyword_11() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.FeatureCallIDElements
 
getExtendsKeyword_2_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XTypeParameterElements
 
getExtendsKeyword_2_0_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XGenericWildcardTypeArgumentElements
 
getExtendsKeyword_5_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XClassElements
 
getExtension(EObject) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
getExtensionClasses(Resource) - Method in class org.eclipse.emf.ecore.xcore.scoping.XcoreImplicitlyImportedTypes
 
getExtensionClasses() - Method in class org.eclipse.emf.ecore.xcore.scoping.XcoreImplicitlyImportedTypes
 
getExtensionData(String) - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter
Collect information about extensions in a plugin.xml's contents.
getExtensionKeyword_12() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.FeatureCallIDElements
 
getExtensionPointId() - Method in class org.eclipse.emf.converter.ui.contribution.ModelConverterManager
 
getExtensionPointId() - Method in class org.eclipse.emf.exporter.ui.contribution.ModelExporterManager
 
getExtensionPointId() - Method in class org.eclipse.emf.importer.ui.contribution.ModelImporterManager
 
getExtensions() - Method in interface org.eclipse.emf.importer.ui.contribution.ModelImporterDescriptor
 
getExtensions() - Method in class org.eclipse.emf.importer.ui.contribution.ModelImporterManager.ModelImporterDescriptorImpl
 
getExtensionToFactoryMap() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceFactoryRegistryImpl
 
getExtensionToFactoryMap() - Method in interface org.eclipse.emf.ecore.resource.Resource.Factory.Registry
getExtent() - Method in class org.eclipse.emf.converter.ui.contribution.ModelConverterManager.ModelConverterDescriptorWizardNode
 
getExtent() - Method in class org.eclipse.emf.importer.rose.builder.UnitTreeNode
 
getExtentFromTableObject(RoseNode) - Method in class org.eclipse.emf.importer.rose.builder.RoseEcoreBuilder
 
getExternalGenModels() - Method in class org.eclipse.emf.converter.ModelConverter
 
getExternalSchemaLocations() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLOptionsImpl
 
getExternalSchemaLocations() - Method in interface org.eclipse.emf.ecore.xmi.XMLOptions
 
getEXTLibraryFactory() - Method in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
Returns the factory that creates the instances of the model
getEXTLibraryFactory() - Method in class org.eclipse.emf.examples.extlibrary.impl.EXTLibraryPackageImpl
 
getEXTLibraryPackage() - Method in interface org.eclipse.emf.examples.extlibrary.EXTLibraryFactory
Returns the package supported by this factory
getEXTLibraryPackage() - Method in class org.eclipse.emf.examples.extlibrary.impl.EXTLibraryFactoryImpl
 
getFacadeHelper() - Method in class org.eclipse.emf.codegen.merge.java.facade.AbstractJNode
 
getFacadeHelper() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJNode
 
getFacadeHelper() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTNodeConverter
 
getFacadeHelper() - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMJNode
 
getFacadeHelper() - Method in class org.eclipse.emf.codegen.merge.java.JControlModel
 
getFacadeHelperClass() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Facade Helper Class' attribute.
getFacadeHelperClass() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getFactory() - Method in interface org.eclipse.emf.ecore.EDataType.Internal.ConversionDelegate.Factory.Descriptor
 
getFactory(String) - Method in interface org.eclipse.emf.ecore.EDataType.Internal.ConversionDelegate.Factory.Registry
 
getFactory(String) - Method in class org.eclipse.emf.ecore.EDataType.Internal.ConversionDelegate.Factory.Registry.Impl
 
getFactory() - Method in interface org.eclipse.emf.ecore.EOperation.Internal.InvocationDelegate.Factory.Descriptor
 
getFactory(String) - Method in interface org.eclipse.emf.ecore.EOperation.Internal.InvocationDelegate.Factory.Registry
 
getFactory(String) - Method in class org.eclipse.emf.ecore.EOperation.Internal.InvocationDelegate.Factory.Registry.Impl
 
getFactory() - Method in interface org.eclipse.emf.ecore.EStructuralFeature.Internal.SettingDelegate.Factory.Descriptor
 
getFactory(String) - Method in interface org.eclipse.emf.ecore.EStructuralFeature.Internal.SettingDelegate.Factory.Registry
 
getFactory(String) - Method in class org.eclipse.emf.ecore.EStructuralFeature.Internal.SettingDelegate.Factory.Registry.Impl
 
getFactory(URI) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceFactoryRegistryImpl
Returns the resource factory appropriate for the given URI.
getFactory(URI, String) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceFactoryRegistryImpl
Returns the resource factory appropriate for the given URI.
getFactory(URI, Map<String, Object>, Map<String, Object>, Map<String, Object>, String, boolean) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceFactoryRegistryImpl
 
getFactory(URI) - Method in interface org.eclipse.emf.ecore.resource.Resource.Factory.Registry
Returns the resource factory appropriate for the given URI.
getFactory(URI, String) - Method in interface org.eclipse.emf.ecore.resource.Resource.Factory.Registry
Returns the resource factory appropriate for the given URI with the given content type identifier.
getFactory() - Method in interface org.eclipse.emf.ecore.util.QueryDelegate.Factory.Descriptor
 
getFactory(String) - Method in interface org.eclipse.emf.ecore.util.QueryDelegate.Factory.Registry
 
getFactory(String) - Method in class org.eclipse.emf.ecore.util.QueryDelegate.Factory.Registry.Impl
 
getFactory(GenPackage, boolean, boolean) - Method in class org.eclipse.emf.ecore.xcore.util.XcoreJvmInferrer
 
getFactory() - Method in exception org.eclipse.emf.ecore.xmi.ClassNotFoundException
 
getFactory() - Method in interface org.eclipse.emf.edit.ui.util.QueryDelegateTextViewer.Factory.Descriptor
 
getFactory(String) - Method in interface org.eclipse.emf.edit.ui.util.QueryDelegateTextViewer.Factory.Registry
 
getFactory(String) - Method in class org.eclipse.emf.edit.ui.util.QueryDelegateTextViewer.Factory.Registry.Impl
 
getFactoryClassEmitter() - 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.
getFactoryClassEmitter() - 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.
getFactoryClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getFactoryClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getFactoryForPrefix(String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
getFactoryForType(Object) - Method in class org.eclipse.emf.edit.provider.ComposedAdapterFactory
 
getFactoryForTypes(Collection<?>) - Method in class org.eclipse.emf.edit.provider.ComposedAdapterFactory
 
getFactoryId() - Method in class org.eclipse.emf.common.ui.URIEditorInput
 
getFactoryInstanceName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getFactoryInstanceName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getFactoryInterfaceName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getFactoryInterfaceName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getFactoryName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
Returns the name of the single factory class generated when interfaces are suppressed.
getFactoryName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getFeature - Variable in class org.eclipse.emf.codegen.merge.java.JControlModel.MatchRule
 
getFeature() - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Returns null.
getFeature() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getFeature() - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Returns null.
getFeature() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the object representing the feature of the notifier that has changed.
getFeature() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getFeature method of the notification.
getFeature() - Method in interface org.eclipse.emf.common.notify.NotifyingList
Returns the notifier's feature that this list represents.
getFeature() - Method in class org.eclipse.emf.databinding.internal.EMFListProperty
 
getFeature() - Method in class org.eclipse.emf.databinding.internal.EMFMapProperty
 
getFeature() - Method in class org.eclipse.emf.databinding.internal.EMFPropertyListener
 
getFeature() - Method in class org.eclipse.emf.databinding.internal.EMFSetProperty
 
getFeature() - Method in class org.eclipse.emf.databinding.internal.EMFValueProperty
 
getFeature() - Method in interface org.eclipse.emf.ecore.change.FeatureChange
Returns the value of the 'Feature' reference
getFeature() - Method in interface org.eclipse.emf.ecore.change.FeatureMapEntry
Returns the value of the 'Feature' reference
getFeature() - Method in class org.eclipse.emf.ecore.change.impl.FeatureChangeImpl
 
getFeature() - Method in class org.eclipse.emf.ecore.change.impl.FeatureMapEntryImpl
 
getFeature() - Method in class org.eclipse.emf.ecore.change.impl.ListChangeImpl
 
getFeature() - Method in interface org.eclipse.emf.ecore.change.ListChange
Returns the value of the 'Feature' reference
getFeature() - Method in class org.eclipse.emf.ecore.impl.ENotificationImpl
 
getFeature() - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList
 
getFeature() - Method in class org.eclipse.emf.ecore.util.EcoreEList
 
getFeature() - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList
 
getFeature() - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureValue
 
getFeature() - Method in exception org.eclipse.emf.ecore.xmi.IllegalValueException
 
getFeature(EClass, String, String, boolean) - Method in class org.eclipse.emf.ecore.xmi.impl.EMOFHelperImpl
 
getFeature(EObject, String, String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
Deprecated. 
getFeature(EObject, String, String, boolean) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
Get the EStructuralFeature from the metaObject for the given object and feature name.
getFeature() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler.ManyReference
 
getFeature() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler.SingleReference
 
getFeature(EClass, String, String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
getFeature(EClass, String, String, boolean) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
getFeature(EClass, String, String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLMapImpl
 
getFeature(EClass, String, String) - Method in interface org.eclipse.emf.ecore.xmi.XMLHelper
Returns the structural feature for the XML element/attribute with the given namespaceURI and name.
getFeature(EClass, String, String, boolean) - Method in interface org.eclipse.emf.ecore.xmi.XMLHelper
Returns the structural feature for the XML element/attribute with the given namespaceURI and name.
getFeature() - Method in interface org.eclipse.emf.ecore.xmi.XMLHelper.ManyReference
 
getFeature(EClass, String, String) - Method in interface org.eclipse.emf.ecore.xmi.XMLResource.XMLMap
Returns the feature for the given class with the given namespace URI and name.
getFeature() - Method in class org.eclipse.emf.edit.command.AddCommand
This returns the feature of the owner object upon the command will act.
getFeature() - Method in class org.eclipse.emf.edit.command.CommandParameter
This returns the specified feature.
getFeature() - Method in class org.eclipse.emf.edit.command.MoveCommand
This returns the feature of the owner object upon the command will act.
getFeature() - Method in class org.eclipse.emf.edit.command.PasteFromClipboardCommand
 
getFeature() - Method in class org.eclipse.emf.edit.command.RemoveCommand
This returns the feature of the owner object upon the command will act.
getFeature() - Method in class org.eclipse.emf.edit.command.ReplaceCommand
This returns the feature of the owner object upon the command will act.
getFeature() - Method in class org.eclipse.emf.edit.command.SetCommand
This returns the feature of the owner object upon the command will act.
getFeature(Object) - Method in interface org.eclipse.emf.edit.provider.IItemPropertyDescriptor
Returns the feature.
getFeature(Object) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
 
getFeature(Object) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptorDecorator
 
getFeature() - Method in interface org.eclipse.emf.edit.provider.IWrapperItemProvider
Returns the structural feature through which the value can be set and retrieved, or null if the feature is unknown or not applicable.
getFeature() - Method in class org.eclipse.emf.edit.provider.WrapperItemProvider
Returns the structural feature through which the value can be set and retrieved, or null if the feature is unknown or not applicable.
getFeature() - Method in class org.eclipse.emf.edit.ui.provider.PropertyDescriptor
Provides direct access to the underlying feature object.
getFeature(EClass, String, String) - Method in class org.eclipse.emf.mapping.ecore2xml.impl.XMLMapImpl
 
getFeatureAccessorName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
getFeatureAccessorName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
getFeatureCallIDAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getFeatureCallIDRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getFeatureChange() - Method in interface org.eclipse.emf.ecore.change.ChangePackage
Returns the meta object for class 'Feature Change'
getFeatureChange() - Method in class org.eclipse.emf.ecore.change.impl.ChangePackageImpl
 
getFeatureChange(List<FeatureChange>, EStructuralFeature) - Method in class org.eclipse.emf.ecore.change.util.BasicChangeRecorder
 
getFeatureChange_DataValue() - Method in interface org.eclipse.emf.ecore.change.ChangePackage
Returns the meta object for the attribute 'Data Value'
getFeatureChange_DataValue() - Method in class org.eclipse.emf.ecore.change.impl.ChangePackageImpl
 
getFeatureChange_Feature() - Method in interface org.eclipse.emf.ecore.change.ChangePackage
Returns the meta object for the reference 'Feature'
getFeatureChange_Feature() - Method in class org.eclipse.emf.ecore.change.impl.ChangePackageImpl
 
getFeatureChange_FeatureName() - Method in interface org.eclipse.emf.ecore.change.ChangePackage
Returns the meta object for the attribute 'Feature Name'
getFeatureChange_FeatureName() - Method in class org.eclipse.emf.ecore.change.impl.ChangePackageImpl
 
getFeatureChange_ListChanges() - Method in interface org.eclipse.emf.ecore.change.ChangePackage
Returns the meta object for the containment reference list 'List Changes'
getFeatureChange_ListChanges() - Method in class org.eclipse.emf.ecore.change.impl.ChangePackageImpl
 
getFeatureChange_ReferenceValue() - Method in interface org.eclipse.emf.ecore.change.ChangePackage
Returns the meta object for the reference 'Reference Value'
getFeatureChange_ReferenceValue() - Method in class org.eclipse.emf.ecore.change.impl.ChangePackageImpl
 
getFeatureChange_Set() - Method in interface org.eclipse.emf.ecore.change.ChangePackage
Returns the meta object for the attribute 'Set'
getFeatureChange_Set() - Method in class org.eclipse.emf.ecore.change.impl.ChangePackageImpl
 
getFeatureChange_Value() - Method in interface org.eclipse.emf.ecore.change.ChangePackage
Returns the meta object for the attribute 'Value'
getFeatureChange_Value() - Method in class org.eclipse.emf.ecore.change.impl.ChangePackageImpl
 
getFeatureChanges(EObject) - Method in class org.eclipse.emf.ecore.change.util.BasicChangeRecorder
 
getFeatureClass() - Method in class org.eclipse.emf.codegen.merge.java.JControlModel.Feature
 
getFeatureCount() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getFeatureCount() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getFeatureCount() - Method in interface org.eclipse.emf.ecore.EClass
Returns the number of features.
getFeatureCount() - Method in class org.eclipse.emf.ecore.impl.EClassImpl
 
getFeatureCountID() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getFeatureCountID() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getFeatureCountValue() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getFeatureCountValue() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getFeatureDefaultValue() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getFeatureDefaultValue() - Method in class org.eclipse.emf.ecore.impl.ENotificationImpl
 
getFeatureDelegation() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Feature Delegation' attribute.
getFeatureDelegation() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getFeatureGen() - Method in class org.eclipse.emf.ecore.change.impl.ListChangeImpl
 
getFeatureID(GenFeature) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getFeatureID(GenFeature) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getFeatureID() - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
getFeatureID(Class<?>) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Returns the result of calling DelegatingNotifyingListImpl.getFeatureID().
getFeatureID(Class<?>) - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getFeatureID() - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
getFeatureID(Class<?>) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Returns the result of calling NotifyingListImpl.getFeatureID().
getFeatureID(Class<?>) - Method in interface org.eclipse.emf.common.notify.Notification
Returns the numeric ID of the feature relative to the given class, or Notification.NO_FEATURE_ID when not applicable.
getFeatureID(Class<?>) - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getFeatureID method of the notification.
getFeatureID() - Method in interface org.eclipse.emf.common.notify.NotifyingList
Returns the notifier's feature ID that this list represents.
getFeatureID(EStructuralFeature) - Method in interface org.eclipse.emf.ecore.EClass
Returns the ID of the feature relative to this class, or -1 if the feature is not in this class.
getFeatureID() - Method in interface org.eclipse.emf.ecore.EStructuralFeature
Returns the ID relative to the containing class.
getFeatureID(EStructuralFeature) - Method in class org.eclipse.emf.ecore.impl.EClassImpl
 
getFeatureID(Class<?>) - Method in class org.eclipse.emf.ecore.impl.ENotificationImpl
 
getFeatureID() - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
 
getFeatureID(Notification) - Static method in class org.eclipse.emf.ecore.impl.ESuperAdapter
 
getFeatureID() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl.ContentsEList
 
getFeatureID() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.ResourcesEList
 
getFeatureID() - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList
 
getFeatureID() - Method in class org.eclipse.emf.ecore.util.EcoreEList
 
getFeatureID() - Method in class org.eclipse.emf.ecore.util.EDataTypeEList
 
getFeatureID() - Method in class org.eclipse.emf.ecore.util.EObjectEList
 
getFeatureID() - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList
 
getFeatureID(Class<?>) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureENotificationImpl
 
getFeatureID() - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureValue
 
getFeatureKind() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
getFeatureKind() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
getFeatureKind() - Method in interface org.eclipse.emf.ecore.util.BasicExtendedMetaData.EStructuralFeatureExtendedMetaData
 
getFeatureKind() - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EStructuralFeatureExtendedMetaDataImpl
 
getFeatureKind(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
getFeatureKind(EStructuralFeature) - Method in interface org.eclipse.emf.ecore.util.ExtendedMetaData
Returns the kind of XML structure that should be used to represent the given structural feature.
getFeatureKind(EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.EMOFExtendedMetaData
 
getFeatureKind(EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
getFeatureKind(EStructuralFeature) - Method in interface org.eclipse.emf.ecore.xmi.XMLHelper
Return the kind of feature.
getFeatureKind(EStructuralFeature) - Method in class org.eclipse.emf.mapping.ecore2xml.util.Ecore2XMLExtendedMetaData
 
getFeatureLabel(EStructuralFeature) - Method in interface org.eclipse.emf.ecore.EValidator.SubstitutionLabelProvider
Returns the label used to identify a feature.
getFeatureLabel(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.Diagnostician
 
getFeatureLabel(EStructuralFeature, Map<Object, Object>) - Static method in class org.eclipse.emf.ecore.util.EObjectValidator
 
getFeatureMapEntry() - Method in interface org.eclipse.emf.ecore.change.ChangePackage
Returns the meta object for class 'Feature Map Entry'
getFeatureMapEntry() - Method in class org.eclipse.emf.ecore.change.impl.ChangePackageImpl
 
getFeatureMapEntry_DataValue() - Method in interface org.eclipse.emf.ecore.change.ChangePackage
Returns the meta object for the attribute 'Data Value'
getFeatureMapEntry_DataValue() - Method in class org.eclipse.emf.ecore.change.impl.ChangePackageImpl
 
getFeatureMapEntry_Feature() - Method in interface org.eclipse.emf.ecore.change.ChangePackage
Returns the meta object for the reference 'Feature'
getFeatureMapEntry_Feature() - Method in class org.eclipse.emf.ecore.change.impl.ChangePackageImpl
 
getFeatureMapEntry_FeatureName() - Method in interface org.eclipse.emf.ecore.change.ChangePackage
Returns the meta object for the attribute 'Feature Name'
getFeatureMapEntry_FeatureName() - Method in class org.eclipse.emf.ecore.change.impl.ChangePackageImpl
 
getFeatureMapEntry_ReferenceValue() - Method in interface org.eclipse.emf.ecore.change.ChangePackage
Returns the meta object for the reference 'Reference Value'
getFeatureMapEntry_ReferenceValue() - Method in class org.eclipse.emf.ecore.change.impl.ChangePackageImpl
 
getFeatureMapEntry_Value() - Method in interface org.eclipse.emf.ecore.change.ChangePackage
Returns the meta object for the attribute 'Value'
getFeatureMapEntry_Value() - Method in class org.eclipse.emf.ecore.change.impl.ChangePackageImpl
 
getFeatureMapEntryPrototype() - Method in interface org.eclipse.emf.ecore.EStructuralFeature.Internal
Returns the appropriately behaving feature map entry for this feature.
getFeatureMapEntryPrototype() - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
 
getFeatureMapEntryValues() - Method in class org.eclipse.emf.ecore.change.impl.ListChangeImpl
 
getFeatureMapEntryValues() - Method in interface org.eclipse.emf.ecore.change.ListChange
Returns the value of the 'Feature Map Entry Values' containment reference list.
getFeatureMapWrapperClass() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Feature Map Wrapper Class' attribute
getFeatureMapWrapperClass() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getFeatureMapWrapperInterface() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Feature Map Wrapper Interface' attribute
getFeatureMapWrapperInterface() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getFeatureMapWrapperInternalInterface() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Feature Map Wrapper Internal Interface' attribute
getFeatureMapWrapperInternalInterface() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getFeatureMethod() - Method in class org.eclipse.emf.codegen.merge.java.JControlModel.Feature
 
getFeatureName() - Method in interface org.eclipse.emf.ecore.change.FeatureChange
Returns the value of the 'Feature Name' attribute
getFeatureName() - Method in interface org.eclipse.emf.ecore.change.FeatureMapEntry
Returns the value of the 'Feature Name' attribute
getFeatureName() - Method in class org.eclipse.emf.ecore.change.impl.FeatureChangeImpl
 
getFeatureName() - Method in class org.eclipse.emf.ecore.change.impl.FeatureMapEntryImpl
 
getFeaturePath() - Method in class org.eclipse.emf.databinding.FeaturePath
 
getFeatures(EClass) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLMapImpl
 
getFeatures(EClass) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Lookup
 
getFeatures(EClass) - Method in interface org.eclipse.emf.ecore.xmi.XMLResource.XMLMap
Returns the list of features for the given class in the order in which they should be saved.
getFeatures(EClass) - Method in class org.eclipse.emf.mapping.ecore2xml.impl.XMLMapImpl
 
getFeatureText(Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This looks up the name of the specified feature.
getFeatureText(Object) - Method in class org.eclipse.emf.edit.provider.ReflectiveItemProvider
 
getFeatureText(EStructuralFeature) - Static method in class org.eclipse.emf.oda.ecore.util.StringUtil
Returns formatted text for the specified feature
getFeatureType(EStructuralFeature) - Method in interface org.eclipse.emf.ecore.EClass
Returns the generic type representing the effective reified type of the feature in the context of this specific class.
getFeatureType(EStructuralFeature) - Method in class org.eclipse.emf.ecore.impl.EClassImpl
 
getFeatureType() - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList
 
getFeatureType() - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
getFeatureType() - Method in class org.eclipse.emf.ecore.util.EcoreEList
 
getFeatureValue(GenFeature) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getFeatureValue(GenFeature) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getFeatureValue(EObject, EStructuralFeature) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This method is called by factorRemoveCommand to retrieve the children objects of the features returned from getChildrenFeatures.
getFeatureWithoutMap(EClass, String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
getFeedback() - Method in class org.eclipse.emf.edit.command.DragAndDropCommand
 
getFeedback() - Method in interface org.eclipse.emf.edit.command.DragAndDropFeedback
This returns one of the FEEDBACK_* values.
getField(DatatypeConstants.Field) - Method in class org.eclipse.emf.ecore.xml.type.internal.XMLDuration
 
getFieldMap() - Method in class org.eclipse.emf.codegen.jmerge.JPatternDictionary
Deprecated.
 
getFieldMap() - Method in class org.eclipse.emf.codegen.merge.java.JPatternDictionary
 
getFields() - Method in class org.eclipse.emf.java.impl.JClassImpl
 
getFields() - Method in interface org.eclipse.emf.java.JClass
Returns the value of the 'Fields' reference list.
getFile() - Method in class org.eclipse.emf.ant.taskdefs.codegen.ecore.GeneratorTask.ModelLocation
 
getFile() - Method in class org.eclipse.emf.codegen.jet.JETMark
 
getFile(int) - Method in class org.eclipse.emf.codegen.jet.JETReader
 
getFile() - Method in class org.eclipse.emf.common.ui.dialogs.WorkspaceResourceDialog
 
getFile(Object) - Method in class org.eclipse.emf.common.ui.MarkerHelper
 
getFile(Diagnostic) - Method in class org.eclipse.emf.common.ui.MarkerHelper
 
getFile(URI) - Method in class org.eclipse.emf.common.ui.MarkerHelper
 
getFile(IPath) - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterWizard
 
getFile(Object) - Method in class org.eclipse.emf.edit.ui.util.EditUIMarkerHelper
 
getFile(Resource) - Method in class org.eclipse.emf.mapping.ecore2ecore.action.MapToEcoreActionDelegate
 
getFile(Resource) - Method in class org.eclipse.emf.mapping.ecore2xml.action.GenerateEcore2XMLActionDelegate
 
getFileExtension() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
Returns the first file extension in the comma-separated list.
getFileExtension() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getFileExtensionList() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
Returns a list of the comma-separated contents of GenPackage.getFileExtensions().
getFileExtensionList() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getFileExtensions() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
Returns the value of the 'File Extensions' attribute
getFileExtensions() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getFileExtensions() - Method in class org.eclipse.emf.codegen.ecore.xtext.GenModelRuntimeModule
 
getFileExtensions() - Method in class org.eclipse.emf.importer.ModelImporter
 
getFileExtensions() - Method in class org.eclipse.emf.importer.ui.contribution.base.ModelImporterWizard
 
getFileExtensions() - Method in interface org.eclipse.emf.importer.ui.contribution.IModelImporterWizard
 
getFileExtensionsGen() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getFileId() - Method in class org.eclipse.emf.codegen.jet.JETMark
 
getFilesToOpen() - Method in class org.eclipse.emf.common.ui.wizard.AbstractExampleInstallerWizard
 
getFilesToOpen() - Method in class org.eclipse.emf.common.ui.wizard.ExampleInstallerWizard
 
getFileText() - Method in class org.eclipse.emf.common.ui.dialogs.WorkspaceResourceDialog
 
getFilteredAllGenFeatures() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getFilteredAllGenFeatures() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getFilteredAllGenFeatures() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getFilteredModelAnnotations(String, String) - Method in class org.eclipse.emf.importer.java.builder.JavaEcoreBuilder
Returns the filtered matches xyzAttribute-name="value" or of xyxAttribute-name='value', or null.
getFilteredValues(String) - Method in class org.eclipse.emf.importer.rose.parser.RoseNode
 
getFilterExtensions() - Method in class org.eclipse.emf.importer.ui.contribution.base.ModelImporterDetailPage
 
getFilterFlags(Object) - Method in interface org.eclipse.emf.edit.provider.IItemPropertyDescriptor
Returns a list of filter types to which this property belongs.
getFilterFlags(Object) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
This returns the flags used as filters in the property sheet.
getFilterFlags(Object) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptorDecorator
This returns the flags used as filters in the property sheet.
getFilterFlags() - Method in class org.eclipse.emf.edit.ui.provider.PropertyDescriptor
 
getFilterMappedObjectsAction() - Method in class org.eclipse.emf.mapping.presentation.SimpleMappedObjectViewer
 
getFilterUnmappedObjectsAction() - Method in class org.eclipse.emf.mapping.presentation.MappingEditor.OverviewViewer
Deprecated.
 
getFirstChild(JNode) - Method in class org.eclipse.emf.codegen.merge.java.facade.FacadeHelper
Returns the first child of the specified node.
getFirstChild(JNode) - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMFacadeHelper
 
getFirstElement() - Method in class org.eclipse.emf.mapping.presentation.ComposedSelection
 
getFirstImage() - Method in class org.eclipse.emf.common.ui.viewer.ExtendedTableTreeViewer.ExtendedTableTreeItem
Deprecated.
Returns the additional first image, which would have been set by setImage(..., 0).
getFirstImageBounds() - Method in class org.eclipse.emf.common.ui.viewer.ExtendedTableTreeViewer.ExtendedTableTreeItem
Deprecated.
Returns the bounds of the additional first image, which would have been set by setImage(..., 0).
getFirstLine(EObject) - Method in class org.eclipse.emf.codegen.ecore.xtext.ui.GenModelHoverProvider
 
getFirstModelLocationURI(boolean) - Method in class org.eclipse.emf.importer.ModelImporter
 
getFirstName() - Method in class org.eclipse.emf.examples.extlibrary.impl.PersonImpl
 
getFirstName() - Method in interface org.eclipse.emf.examples.extlibrary.Person
Returns the value of the 'First Name' attribute
getFirstRuleName() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
getFlagGenFeatures() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getFlagGenFeatures(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
getFlagGenFeatures() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getFlagGenFeatures(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getFlagGenFeaturesWithDefault() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getFlagGenFeaturesWithDefault() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getFlagIndex(GenFeature) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getFlagIndex(GenFeature) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getFlagMask(GenFeature) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getFlagMask(GenFeature) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getFlags() - Method in class org.eclipse.emf.codegen.merge.java.facade.AbstractJNode
 
getFlags() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJField
Return original flags of the field declaration.
getFlags() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJImport
Returns original flags.
getFlags() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJMember
Returns original flags of the member.
getFlags() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJType
Returns the original flags of the type, including the FacadeFlags.INTERFACE flag.
getFlags() - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMJImport
 
getFlags() - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMJMember
 
getFlags() - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMJNode
 
getFlags() - Method in interface org.eclipse.emf.codegen.merge.java.facade.JNode
Returns the modifier flags for this node.
getFlagsField(GenFeature) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getFlagsField(GenFeature) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getFlagSize(GenFeature) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getFlagSize(GenFeature) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getFlagVisibility(int) - Static method in class org.eclipse.emf.java.util.JavaUtil
 
getFloat() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypePackageImpl
 
getFloat() - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
Returns the meta object for data type 'Float'
getFloatObject() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypePackageImpl
 
getFloatObject() - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
Returns the meta object for data type 'Float Object'
getFollowElements(AbstractInternalContentAssistParser) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.XcoreParser
 
getFont(Object) - Method in class org.eclipse.emf.edit.provider.AdapterFactoryItemDelegator
This does the same thing as IFontProvider.getFont, it fetches the font specific to this object instance.
getFont(Object, int) - Method in class org.eclipse.emf.edit.provider.AdapterFactoryItemDelegator
This does the same thing as ITableFontProvider.getFont.
getFont(Object) - Method in class org.eclipse.emf.edit.provider.DelegatingWrapperItemProvider
Uses the delegate item provider to return the delegate value's font.
getFont(Object, int) - Method in class org.eclipse.emf.edit.provider.DelegatingWrapperItemProvider
Uses the delegate item provider to return the delegate value's font.
getFont(Object) - Method in interface org.eclipse.emf.edit.provider.IItemFontProvider
This does the same thing as IFontProvider.getFont, it fetches the font specific to this object instance.
getFont(Object, int) - Method in interface org.eclipse.emf.edit.provider.ITableItemFontProvider
This does the same thing as ITableFontProvider.getFont.
getFont(Object) - Method in class org.eclipse.emf.edit.provider.ItemProvider
This implements IItemFontProvider.getFont by returning ItemProvider.font.
getFont() - Method in class org.eclipse.emf.edit.provider.ItemProvider
This delegates to getFont(this).
getFont(Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This implements IItemFontProvider.getFont by returning null;
getFont(Object, int) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This implements ITableItemFontProvider.getFont by returning null;
getFont(Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderDecorator
This implements IItemFontProvider.getFont by delegating to (IItemFontProvider)ItemProviderDecorator.decoratedItemProvider.
getFont(Object, int) - Method in class org.eclipse.emf.edit.provider.ItemProviderDecorator
This implements ITableItemFontProvider.getFont by delegating to (IItemFontProvider)ItemProviderDecorator.decoratedItemProvider.
getFont() - Method in class org.eclipse.emf.edit.provider.StyledString.Style
 
getFont(Object) - Method in class org.eclipse.emf.edit.provider.WrapperItemProvider
IItemFontProvider.getFont is implemented by returning null.
getFont(Object) - Method in class org.eclipse.emf.edit.ui.provider.AdapterFactoryLabelProvider
This implements org.eclipse.jface.viewers.IFontProvider.getFont by forwarding it to an object that implements IItemFontProvider.getFont
getFont(Object, int) - Method in class org.eclipse.emf.edit.ui.provider.AdapterFactoryLabelProvider
This implements ITableFontProvider.getFont by forwarding it to an object that implements ITableItemFontProvider.getFont or failing that, an object that implements IItemFontProvider.getFont where the columnIndex is ignored.
getFont(Object) - Method in class org.eclipse.emf.edit.ui.provider.DecoratingColumLabelProvider
 
getFont(Object, int) - Method in class org.eclipse.emf.edit.ui.provider.DelegatingStyledCellLabelProvider
This implements ITableFontProvider#getFont(Object, int) by forwarding it to the wrapped styled label provider if it implements ITableFontProvider.
getFont(Font, Object) - Method in class org.eclipse.emf.edit.ui.provider.ExtendedFontRegistry
 
getFontFromObject(Object) - Method in class org.eclipse.emf.edit.ui.provider.AdapterFactoryLabelProvider
 
getForeground(Object) - Method in class org.eclipse.emf.edit.provider.AdapterFactoryItemDelegator
This does the same thing as IColorProvider.getForeground, it fetches the foreground color specific to this object instance.
getForeground(Object, int) - Method in class org.eclipse.emf.edit.provider.AdapterFactoryItemDelegator
This does the same thing as ITableColorProvider.getForeground.
getForeground(Object) - Method in class org.eclipse.emf.edit.provider.DelegatingWrapperItemProvider
Uses the delegate item provider to return the delegate value's foreground color.
getForeground(Object, int) - Method in class org.eclipse.emf.edit.provider.DelegatingWrapperItemProvider
Uses the delegate item provider to return the delegate value's foreground color.
getForeground(Object) - Method in interface org.eclipse.emf.edit.provider.IItemColorProvider
This does the same thing as IColorProvider.getForeground, it fetches the foreground color specific to this object instance.
getForeground(Object, int) - Method in interface org.eclipse.emf.edit.provider.ITableItemColorProvider
This does the same thing as ITableColorProvider.getForeground.
getForeground(Object) - Method in class org.eclipse.emf.edit.provider.ItemProvider
getForeground() - Method in class org.eclipse.emf.edit.provider.ItemProvider
This delegates to getForeground(this).
getForeground(Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This implements IItemColorProvider.getForeground by returning null;
getForeground(Object, int) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This implements ITableItemColorProvider.getForeground by returning null;
getForeground(Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderDecorator
This implements IItemColorProvider.getForeground by delegating to (IItemColorProvider)ItemProviderDecorator.decoratedItemProvider.
getForeground(Object, int) - Method in class org.eclipse.emf.edit.provider.ItemProviderDecorator
This implements ITableItemColorProvider.getForeground by delegating to (ITableItemColorProvider)ItemProviderDecorator.decoratedItemProvider.
getForeground(Object) - Method in class org.eclipse.emf.edit.provider.WrapperItemProvider
IItemColorProvider.getForeground is implemented by returning null.
getForeground(Object) - Method in class org.eclipse.emf.edit.ui.provider.AdapterFactoryLabelProvider
This implements org.eclipse.jface.viewers.IColorProvider.getForeground by forwarding it to an object that implements IItemColorProvider.getForeground
getForeground(Object, int) - Method in class org.eclipse.emf.edit.ui.provider.AdapterFactoryLabelProvider
This implements ITableColorProvider.getForeground by forwarding it to an object that implements ITableItemColorProvider.getForeground or failing that, an object that implements IItemColorProvider.getForeground where the columnIndex is ignored.
getForeground(Object) - Method in class org.eclipse.emf.edit.ui.provider.DecoratingColumLabelProvider
 
getForeground(Object, int) - Method in class org.eclipse.emf.edit.ui.provider.DelegatingStyledCellLabelProvider
This implements ITableColorProvider#getForeground(Object, int) by forwarding it to the wrapped styled label provider if it implements ITableColorProvider.
getForegroundColor() - Method in class org.eclipse.emf.edit.provider.StyledString.Style
 
getForeignModel() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Foreign Model' attribute list.
getForeignModel() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getFormattedName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClassifier
This returns a name like 'XSDElementDeclaration' formatted like 'XSD Element Declaration'
getFormattedName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenEnumLiteral
 
getFormattedName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
getFormattedName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenOperation
 
getFormattedName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassifierImpl
 
getFormattedName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumLiteralImpl
 
getFormattedName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
getFormattedName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
 
getFormattingStrategy(String) - Method in class org.eclipse.emf.ecore.xcore.ui.formatting.XcoreFormatterFactory.XcoreContentFormatter
 
getFractionalSecond() - Method in class org.eclipse.emf.ecore.xml.type.internal.XMLCalendar
 
getFractionDigits() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenDataType
 
getFractionDigits() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
 
getFractionDigitsFacet() - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EClassExtendedMetaDataImpl
 
getFractionDigitsFacet() - Method in interface org.eclipse.emf.ecore.util.BasicExtendedMetaData.EClassifierExtendedMetaData
 
getFractionDigitsFacet() - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EDataTypeExtendedMetaDataImpl
 
getFractionDigitsFacet(EDataType) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
getFractionDigitsFacet(EDataType) - Method in interface org.eclipse.emf.ecore.util.ExtendedMetaData
Returns the fraction digits constraint on the given data type.
getFragment() - Method in class org.eclipse.emf.ecore.xml.type.internal.DataValue.URI
Get the fragment for this URI.
getFullJvmFormalParameterAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getFullJvmFormalParameterRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getFullParameterTypes() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJMethod
Returns all the types of formal parameters of the original method declaration.
getFullParameterTypes() - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMJMethod
 
getFullParameterTypes() - Method in interface org.eclipse.emf.codegen.merge.java.facade.JMethod
Returns the full types for the parameters of this method in the order they are declared, or an empty array if no parameters are declared.
getFullStopFullStopKeyword_1_3_1_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XMultiplicityElements
 
getFullStopKeyword_1_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XQualifiedNameElements
 
getFullyQualifiedName(EObject) - Method in class org.eclipse.emf.codegen.ecore.xtext.GenModelQualifiedNameProvider
 
getFullyQualifiedName(EObject) - Method in class org.eclipse.emf.ecore.xcore.scoping.XcoreQualifiedNameProvider
 
getFunctionNamePair() - Method in class org.eclipse.emf.mapping.impl.MappingPackageImpl
 
getFunctionNamePair() - Method in interface org.eclipse.emf.mapping.MappingPackage
Returns the meta object for class 'Function Name Pair'
getFunctionNamePair_In2out() - Method in class org.eclipse.emf.mapping.impl.MappingPackageImpl
 
getFunctionNamePair_In2out() - Method in interface org.eclipse.emf.mapping.MappingPackage
Returns the meta object for the attribute 'In2out'
getFunctionNamePair_Out2in() - Method in class org.eclipse.emf.mapping.impl.MappingPackageImpl
 
getFunctionNamePair_Out2in() - Method in interface org.eclipse.emf.mapping.MappingPackage
Returns the meta object for the attribute 'Out2in'
getFunctionPair() - Method in class org.eclipse.emf.mapping.impl.MappingPackageImpl
 
getFunctionPair() - Method in interface org.eclipse.emf.mapping.MappingPackage
Returns the meta object for class 'Function Pair'
getFunctionPair_In2out() - Method in class org.eclipse.emf.mapping.impl.MappingPackageImpl
 
getFunctionPair_In2out() - Method in interface org.eclipse.emf.mapping.MappingPackage
Returns the meta object for the reference 'In2out'
getFunctionPair_Out2in() - Method in class org.eclipse.emf.mapping.impl.MappingPackageImpl
 
getFunctionPair_Out2in() - Method in interface org.eclipse.emf.mapping.MappingPackage
Returns the meta object for the reference 'Out2in'
getGDay() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypePackageImpl
 
getGDay() - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
Returns the meta object for data type 'GDay'
getGen(XNamedElement) - Method in class org.eclipse.emf.ecore.xcore.mappings.XcoreMapper
 
getGenAnnotation(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenBase
 
getGenAnnotation() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for class 'Gen Annotation'
getGenAnnotation(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
getGenAnnotation() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenAnnotation_Contents() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the containment reference list 'Contents'
getGenAnnotation_Contents() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenAnnotation_Details() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the map 'Details'
getGenAnnotation_Details() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenAnnotation_GenBase() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the container reference 'Gen Base'
getGenAnnotation_GenBase() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenAnnotation_References() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the reference list 'References'
getGenAnnotation_References() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenAnnotation_Source() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Source'
getGenAnnotation_Source() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenAnnotations() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenBase
Returns the value of the 'Gen Annotations' containment reference list.
getGenAnnotations() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
getGenBase() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenAnnotation
Returns the value of the 'Gen Base' container reference.
getGenBase() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for class 'Gen Base'
getGenBase() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenAnnotationImpl
 
getGenBase() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenBase_GenAnnotations() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the containment reference list 'Gen Annotations'
getGenBase_GenAnnotations() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenBaseToGenAnnotationDetailsMap() - Method in class org.eclipse.emf.exporter.ModelExporter
 
getGenClass() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
Returns the value of the 'Gen Class' container reference.
getGenClass() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for class 'Gen Class'
getGenClass() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenOperation
Returns the value of the 'Gen Class' container reference.
getGenClass() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
getGenClass() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenClass() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
 
getGenClass() - Method in class org.eclipse.emf.ecore.xcore.mappings.XClassMapping
 
getGenClass(XGenericType) - Method in class org.eclipse.emf.ecore.xcore.XcoreExtensions
 
getGenClass_Dynamic() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Dynamic'
getGenClass_Dynamic() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenClass_EcoreClass() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the reference 'Ecore Class'
getGenClass_EcoreClass() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenClass_GenFeatures() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the containment reference list 'Gen Features'
getGenClass_GenFeatures() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenClass_GenOperations() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the containment reference list 'Gen Operations'
getGenClass_GenOperations() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenClass_Image() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Image'
getGenClass_Image() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenClass_LabelFeature() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the reference 'Label Feature'
getGenClass_LabelFeature() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenClass_Provider() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Provider'
getGenClass_Provider() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenClasses() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
Returns the value of the 'Gen Classes' containment reference list.
getGenClasses() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getGenClassifier() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for class 'Gen Classifier'
getGenClassifier() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenClassifier_GenPackage() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the reference 'Gen Package'
getGenClassifier_GenPackage() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenClassifier_GenTypeParameters() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the containment reference list 'Gen Type Parameters'
getGenClassifier_GenTypeParameters() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenClassifiers() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
Returns the value of the 'Gen Classifiers' reference list.
getGenClassifiers() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getGenClassType() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenTypedElement
Deprecated.
As of EMF 2.1, replaced by GenTypedElement.getTypeGenClass().
getGenClassType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypedElementImpl
Deprecated.
As of EMF 2.1, replaced by GenTypedElementImpl.getTypeGenClass().
getGenConstraints() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClassifier
 
getGenConstraints() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassifierImpl
 
getGenConstraints() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getGenConstraints() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
 
getGenDataType() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for class 'Gen Data Type'
getGenDataType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenDataType() - Method in class org.eclipse.emf.ecore.xcore.mappings.XDataTypeMapping
 
getGenDataType_EcoreDataType() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the reference 'Ecore Data Type'
getGenDataType_EcoreDataType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenDataTypes() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
Returns the value of the 'Gen Data Types' containment reference list.
getGenDataTypes() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getGenDataTypeType() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenTypedElement
Deprecated.
As of EMF 2.1, replaced by GenTypedElement.getTypeGenDataType().
getGenDataTypeType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypedElementImpl
Deprecated.
As of EMF 2.1, replaced by GenTypedElementImpl.getTypeGenDataType().
getGenDecoration() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for enum 'Gen Decoration'
getGenDecoration() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenDelegationKind() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for enum 'Gen Delegation Kind'
getGenDelegationKind() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenEnum() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenEnumLiteral
Returns the value of the 'Gen Enum' container reference.
getGenEnum() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for class 'Gen Enum'
getGenEnum() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumLiteralImpl
 
getGenEnum() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenEnum_EcoreEnum() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the reference 'Ecore Enum'
getGenEnum_EcoreEnum() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenEnum_GenEnumLiterals() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the containment reference list 'Gen Enum Literals'
getGenEnum_GenEnumLiterals() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenEnum_TypeSafeEnumCompatible() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Type Safe Enum Compatible'
getGenEnum_TypeSafeEnumCompatible() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenEnumLiteral(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenEnum
 
getGenEnumLiteral() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for class 'Gen Enum Literal'
getGenEnumLiteral(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumImpl
 
getGenEnumLiteral() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenEnumLiteral() - Method in class org.eclipse.emf.ecore.xcore.mappings.XEnumLiteralMapping
 
getGenEnumLiteral_EcoreEnumLiteral() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the reference 'Ecore Enum Literal'
getGenEnumLiteral_EcoreEnumLiteral() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenEnumLiteral_GenEnum() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the container reference 'Gen Enum'
getGenEnumLiteral_GenEnum() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenEnumLiterals() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenEnum
Returns the value of the 'Gen Enum Literals' containment reference list.
getGenEnumLiterals() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumImpl
 
getGenEnums() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
Returns the value of the 'Gen Enums' containment reference list.
getGenEnums() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getGenEnumType() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenTypedElement
Deprecated.
As of EMF 2.1, replaced by GenTypedElement.getTypeGenEnum().
getGenEnumType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypedElementImpl
Deprecated.
As of EMF 2.1, replaced by GenTypedElementImpl.getTypeGenEnum().
getGenerateChildren(Object, Object) - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter
Returns an empty collection, indicating that by default there are no children of an object for which code should be generated.
getGenerateChildren(Object, Object) - Method in interface org.eclipse.emf.codegen.ecore.generator.GeneratorAdapter
Returns any children of the specified object for which code of the given project type may be generated.
getGenerateChildren(Object, Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenBaseGeneratorAdapter
getGenerateChildren(Object, Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenModelGeneratorAdapter
Returns the GenModel's packages.
getGeneratedInstanceClassFlag() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClassifier
 
getGeneratedInstanceClassFlag() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getGeneratedInstanceClassFlag() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
 
getGeneratedOutputs() - Method in class org.eclipse.emf.codegen.ecore.generator.Generator
Returns the workspace paths for which outputs have been generated.
getGenerateEditChildren(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenBaseGeneratorAdapter
 
getGenerateEditChildren(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenPackageGeneratorAdapter
 
getGenerateEditorChildren(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenBaseGeneratorAdapter
 
getGenerateEditorChildren(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenPackageGeneratorAdapter
 
getGenerateModelChildren(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenBaseGeneratorAdapter
 
getGenerateModelChildren(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenPackageGeneratorAdapter
 
getGenerateParent(Object, Object) - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter
Returns null, indicating that by default there is no parent of an object for which could should be generated.
getGenerateParent(Object, Object) - Method in interface org.eclipse.emf.codegen.ecore.generator.GeneratorAdapter
Returns the parent of the specified object if code of the given project type may be generated for it.
getGenerateParent(Object, Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenClassGeneratorAdapter
Returns the GenPackage that contains the given GenClass.
getGenerateParent(Object, Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenEnumGeneratorAdapter
Returns the GenPackage that contains the given GenEnum.
getGenerateParent(Object, Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenPackageGeneratorAdapter
Returns the GenModel or GenPackage that contains the given GenPackage.
getGenerateTestsChildren(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenBaseGeneratorAdapter
 
getGenerateTestsChildren(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenPackageGeneratorAdapter
 
getGenerator() - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter
Returns the generator for this adapter's factory.
getGenerator() - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapterFactory
 
getGenerator() - Method in interface org.eclipse.emf.codegen.ecore.generator.GeneratorAdapterFactory
Returns the Generator associated with this adapter factory.
getGenerator() - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenModelGeneratorAdapterFactory
 
getGenerator() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
 
getGeneratorAndArgumentsList() - Method in class org.eclipse.emf.codegen.ecore.genmodel.handler.GenerateHandler.GenModelGenerationDialog
 
getGeneratorArguments() - Method in class org.eclipse.emf.ant.taskdefs.codegen.ecore.GeneratorTask
 
getGeneratorArguments() - Method in class org.eclipse.emf.importer.java.taskdefs.JavaGeneratorTask
 
getGenericTypeMap() - Method in class org.eclipse.emf.ecore.xcore.util.EcoreXcoreBuilder
 
getGenExceptions() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenOperation
 
getGenExceptions() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
 
getGenFeature() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for class 'Gen Feature'
getGenFeature() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenFeature() - Method in class org.eclipse.emf.ecore.xcore.mappings.XFeatureMapping
 
getGenFeature_Children() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Children'
getGenFeature_Children() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenFeature_CreateChild() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Create Child'
getGenFeature_CreateChild() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenFeature_EcoreFeature() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the reference 'Ecore Feature'
getGenFeature_EcoreFeature() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenFeature_GenClass() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the container reference 'Gen Class'
getGenFeature_GenClass() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenFeature_Notify() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Notify'
getGenFeature_Notify() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenFeature_Property() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Property'
getGenFeature_Property() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenFeature_PropertyCategory() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Property Category'
getGenFeature_PropertyCategory() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenFeature_PropertyDescription() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Property Description'
getGenFeature_PropertyDescription() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenFeature_PropertyFilterFlags() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute list 'Property Filter Flags'
getGenFeature_PropertyFilterFlags() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenFeature_PropertyMultiLine() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Property Multi Line'
getGenFeature_PropertyMultiLine() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenFeature_PropertySortChoices() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Property Sort Choices'
getGenFeature_PropertySortChoices() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenFeatures() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
Returns the value of the 'Gen Features' containment reference list.
getGenFeatures() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getGenJDKLevel() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for enum 'Gen JDK Level'
getGenJDKLevel() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenModel() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenBase
 
getGenModel() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for class 'Gen Model'
getGenModel() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
Returns the value of the 'Gen Model' container reference.
getGenModel() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
getGenModel() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getGenModel() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenModel() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getGenModel() - Method in class org.eclipse.emf.converter.ModelConverter
 
getGenModel(XPackage) - Method in class org.eclipse.emf.ecore.xcore.util.XcoreGenModelBuilder
 
getGenModel() - Method in class org.eclipse.emf.importer.java.builder.JavaEcoreBuilder
Returns the generator model.
getGenModel() - Method in class org.eclipse.emf.importer.ModelImporter
 
getGenModel_ArrayAccessors() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Array Accessors'
getGenModel_ArrayAccessors() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenModel_BinaryCompatibleReflectiveMethods() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Binary Compatible Reflective Methods'
getGenModel_BinaryCompatibleReflectiveMethods() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenModel_BooleanFlagsField() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Boolean Flags Field'
getGenModel_BooleanFlagsField() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenModel_BooleanFlagsReservedBits() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Boolean Flags Reserved Bits'
getGenModel_BooleanFlagsReservedBits() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenModel_BundleManifest() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Bundle Manifest'
getGenModel_BundleManifest() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenModel_ClassNamePattern() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Class Name Pattern'
getGenModel_ClassNamePattern() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenModel_Cleanup() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Cleanup'
getGenModel_Cleanup() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenModel_CodeFormatting() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Code Formatting'
getGenModel_CodeFormatting() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenModel_ColorProviders() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Color Providers'
getGenModel_ColorProviders() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenModel_CommentFormatting() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Comment Formatting'
getGenModel_CommentFormatting() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenModel_ComplianceLevel() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Compliance Level'
getGenModel_ComplianceLevel() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenModel_ContainmentProxies() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Containment Proxies'
getGenModel_ContainmentProxies() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenModel_CopyrightFields() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Copyright Fields'
getGenModel_CopyrightFields() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenModel_CopyrightText() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Copyright Text'
getGenModel_CopyrightText() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenModel_CreationCommands() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Creation Commands'
getGenModel_CreationCommands() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenModel_CreationIcons() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Creation Icons'
getGenModel_CreationIcons() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenModel_CreationSubmenus() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Creation Submenus'
getGenModel_CreationSubmenus() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenModel_Decoration() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Decoration'
getGenModel_Decoration() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenModel_DynamicTemplates() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Dynamic Templates'
getGenModel_DynamicTemplates() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenModel_EditDirectory() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Edit Directory'
getGenModel_EditDirectory() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenModel_EditorDirectory() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Editor Directory'
getGenModel_EditorDirectory() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenModel_EditorPluginClass() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Editor Plugin Class'
getGenModel_EditorPluginClass() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenModel_EditorPluginID() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Editor Plugin ID'
getGenModel_EditorPluginID() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenModel_EditorPluginVariables() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute list 'Editor Plugin Variables'
getGenModel_EditorPluginVariables() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenModel_EditPluginClass() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Edit Plugin Class'
getGenModel_EditPluginClass() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenModel_EditPluginID() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Edit Plugin ID'
getGenModel_EditPluginID() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenModel_EditPluginVariables() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute list 'Edit Plugin Variables'
getGenModel_EditPluginVariables() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenModel_FacadeHelperClass() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Facade Helper Class'
getGenModel_FacadeHelperClass() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenModel_FeatureDelegation() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Feature Delegation'
getGenModel_FeatureDelegation() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenModel_FeatureMapWrapperClass() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Feature Map Wrapper Class'
getGenModel_FeatureMapWrapperClass() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenModel_FeatureMapWrapperInterface() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Feature Map Wrapper Interface'
getGenModel_FeatureMapWrapperInterface() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenModel_FeatureMapWrapperInternalInterface() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Feature Map Wrapper Internal Interface'
getGenModel_FeatureMapWrapperInternalInterface() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenModel_FontProviders() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Font Providers'
getGenModel_FontProviders() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenModel_ForceOverwrite() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Force Overwrite'
getGenModel_ForceOverwrite() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenModel_ForeignModel() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute list 'Foreign Model'
getGenModel_ForeignModel() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenModel_GenerateSchema() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Generate Schema'
getGenModel_GenerateSchema() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenModel_GenPackages() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the containment reference list 'Gen Packages'
getGenModel_GenPackages() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenModel_ImporterID() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Importer ID'
getGenModel_ImporterID() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenModel_ImportOrganizing() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Import Organizing'
getGenModel_ImportOrganizing() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenModel_InterfaceNamePattern() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Interface Name Pattern'
getGenModel_InterfaceNamePattern() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenModel_Language() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Language'
getGenModel_Language() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenModel_MinimalReflectiveMethods() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Minimal Reflective Methods'
getGenModel_MinimalReflectiveMethods() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenModel_ModelDirectory() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Model Directory'
getGenModel_ModelDirectory() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenModel_ModelName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Model Name'
getGenModel_ModelName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenModel_ModelPluginClass() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Model Plugin Class'
getGenModel_ModelPluginClass() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenModel_ModelPluginID() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Model Plugin ID'
getGenModel_ModelPluginID() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenModel_ModelPluginVariables() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute list 'Model Plugin Variables'
getGenModel_ModelPluginVariables() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenModel_NonExternalizedStringTag() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Non Externalized String Tag'
getGenModel_NonExternalizedStringTag() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenModel_NonNLSMarkers() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Non NLS Markers'
getGenModel_NonNLSMarkers() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenModel_OperationReflection() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Operation Reflection'
getGenModel_OperationReflection() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenModel_OptimizedHasChildren() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Optimized Has Children'
getGenModel_OptimizedHasChildren() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenModel_OSGiCompatible() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'OS Gi Compatible'
getGenModel_OSGiCompatible() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenModel_PackedEnums() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Packed Enums'
getGenModel_PackedEnums() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenModel_PluginKey() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Plugin Key'
getGenModel_PluginKey() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenModel_ProviderRootExtendsClass() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Provider Root Extends Class'
getGenModel_ProviderRootExtendsClass() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenModel_PublicConstructors() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Public Constructors'
getGenModel_PublicConstructors() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenModel_Redirection() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Redirection'
getGenModel_Redirection() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenModel_ReflectiveDelegation() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Reflective Delegation'
getGenModel_ReflectiveDelegation() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenModel_RichAjaxPlatform() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Rich Ajax Platform'
getGenModel_RichAjaxPlatform() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenModel_RichClientPlatform() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Rich Client Platform'
getGenModel_RichClientPlatform() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenModel_RootExtendsClass() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Root Extends Class'
getGenModel_RootExtendsClass() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenModel_RootExtendsInterface() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Root Extends Interface'
getGenModel_RootExtendsInterface() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenModel_RootImplementsInterface() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Root Implements Interface'
getGenModel_RootImplementsInterface() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenModel_RuntimeCompatibility() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Runtime Compatibility'
getGenModel_RuntimeCompatibility() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenModel_RuntimeJar() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Runtime Jar'
getGenModel_RuntimeJar() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenModel_RuntimePlatform() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Runtime Platform'
getGenModel_RuntimePlatform() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenModel_RuntimeVersion() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Runtime Version'
getGenModel_RuntimeVersion() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenModel_StaticPackages() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute list 'Static Packages'
getGenModel_StaticPackages() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenModel_StyleProviders() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Style Providers'
getGenModel_StyleProviders() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenModel_SuppressContainment() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Suppress Containment'
getGenModel_SuppressContainment() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenModel_SuppressEMFMetaData() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Suppress EMF Meta Data'
getGenModel_SuppressEMFMetaData() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenModel_SuppressEMFModelTags() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Suppress EMF Model Tags'
getGenModel_SuppressEMFModelTags() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenModel_SuppressEMFTypes() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Suppress EMF Types'
getGenModel_SuppressEMFTypes() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenModel_SuppressGenModelAnnotations() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Suppress Gen Model Annotations'
getGenModel_SuppressGenModelAnnotations() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenModel_SuppressInterfaces() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Suppress Interfaces'
getGenModel_SuppressInterfaces() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenModel_SuppressNotification() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Suppress Notification'
getGenModel_SuppressNotification() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenModel_SuppressUnsettable() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Suppress Unsettable'
getGenModel_SuppressUnsettable() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenModel_TableProviders() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Table Providers'
getGenModel_TableProviders() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenModel_TemplateDirectory() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Template Directory'
getGenModel_TemplateDirectory() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenModel_TemplatePluginVariables() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute list 'Template Plugin Variables'
getGenModel_TemplatePluginVariables() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenModel_TestsDirectory() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Tests Directory'
getGenModel_TestsDirectory() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenModel_TestsPluginID() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Tests Plugin ID'
getGenModel_TestsPluginID() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenModel_TestsPluginVariables() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute list 'Tests Plugin Variables'
getGenModel_TestsPluginVariables() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenModel_TestSuiteClass() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Test Suite Class'
getGenModel_TestSuiteClass() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenModel_UpdateClasspath() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Update Classpath'
getGenModel_UpdateClasspath() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenModel_UsedGenPackages() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the reference list 'Used Gen Packages'
getGenModel_UsedGenPackages() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenModelContainerPath() - Method in class org.eclipse.emf.importer.ModelImporter
 
getGenModelContainerPath() - Method in class org.eclipse.emf.importer.ui.contribution.base.ModelImporterWizard
 
getGenModelContainerPath() - Method in interface org.eclipse.emf.importer.ui.contribution.IModelImporterWizard
 
getGenModelDefaultFolderPath() - Method in class org.eclipse.emf.importer.ModelImporter
 
getGenModelFactory() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the factory that creates the instances of the model
getGenModelFactory() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenModelFile() - Method in class org.eclipse.emf.importer.java.JavaImporter
 
getGenModelFileName() - Method in class org.eclipse.emf.importer.ModelImporter
 
getGenModelFileName() - Method in class org.eclipse.emf.importer.ui.contribution.base.ModelImporterWizard
 
getGenModelFileName() - Method in interface org.eclipse.emf.importer.ui.contribution.IModelImporterWizard
 
getGenModelGen() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
Deprecated.
getGenModelPackage() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelFactory
Returns the package supported by this factory
getGenModelPackage() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelFactoryImpl
 
getGenModelPath() - Method in class org.eclipse.emf.importer.ModelImporter
 
getGenModelProjectLocation() - Method in class org.eclipse.emf.importer.ModelImporter
 
getGenModelProjectLocation() - Method in class org.eclipse.emf.importer.ui.contribution.base.ModelImporterWizard
 
getGenModelProjectLocation() - Method in interface org.eclipse.emf.importer.ui.contribution.IModelImporterWizard
 
getGenModelProjectPath() - Method in class org.eclipse.emf.importer.ui.contribution.base.ModelImporterWizard
 
getGenModelProjectPath() - Method in interface org.eclipse.emf.importer.ui.contribution.IModelImporterWizard
 
getGenModelResourceSet() - Method in class org.eclipse.emf.importer.ModelImporter
 
getGenModels() - Method in class org.eclipse.emf.codegen.ecore.genmodel.handler.GenerateHandler.GenModelSelectionDialog
 
getGenmodelSaveOptions() - Method in class org.eclipse.emf.converter.ModelConverter
Deprecated.
getGenModelSaveOptions() - Method in class org.eclipse.emf.converter.ModelConverter
 
getGenModelURIs(IProgressMonitor, Object[]) - Static method in class org.eclipse.emf.codegen.ecore.genmodel.handler.GenerateHandler
 
getGenOperation() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for class 'Gen Operation'
getGenOperation() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenParameter
Returns the value of the 'Gen Operation' container reference.
getGenOperation() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenOperation() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenParameterImpl
 
getGenOperation() - Method in class org.eclipse.emf.ecore.xcore.mappings.XOperationMapping
 
getGenOperation_EcoreOperation() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the reference 'Ecore Operation'
getGenOperation_EcoreOperation() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenOperation_GenClass() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the container reference 'Gen Class'
getGenOperation_GenClass() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenOperation_GenParameters() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the containment reference list 'Gen Parameters'
getGenOperation_GenParameters() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenOperation_GenTypeParameters() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the containment reference list 'Gen Type Parameters'
getGenOperation_GenTypeParameters() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenOperations() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
Returns the value of the 'Gen Operations' containment reference list.
getGenOperations() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getGenPackage() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClassifier
Returns the value of the 'Gen Package' reference.
getGenPackage() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenEnumLiteral
 
getGenPackage() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
getGenPackage() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for class 'Gen Package'
getGenPackage() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenOperation
 
getGenPackage() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenParameter
 
getGenPackage() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassifierImpl
 
getGenPackage() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumLiteralImpl
 
getGenPackage() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
getGenPackage() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenPackage() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
 
getGenPackage() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenParameterImpl
 
getGenPackage() - Method in class org.eclipse.emf.ecore.xcore.mappings.XPackageMapping
 
getGenPackage(EPackage) - Method in class org.eclipse.emf.importer.ModelImporter
 
getGenPackage_AdapterFactory() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Adapter Factory'
getGenPackage_AdapterFactory() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenPackage_BasePackage() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Base Package'
getGenPackage_BasePackage() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenPackage_ChildCreationExtenders() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Child Creation Extenders'
getGenPackage_ChildCreationExtenders() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenPackage_ClassPackageSuffix() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Class Package Suffix'
getGenPackage_ClassPackageSuffix() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenPackage_ContentTypeIdentifier() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Content Type Identifier'
getGenPackage_ContentTypeIdentifier() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenPackage_DataTypeConverters() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Data Type Converters'
getGenPackage_DataTypeConverters() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenPackage_DisposableProviderFactory() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Disposable Provider Factory'
getGenPackage_DisposableProviderFactory() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenPackage_EcorePackage() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the reference 'Ecore Package'
getGenPackage_EcorePackage() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenPackage_ExtensibleProviderFactory() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Extensible Provider Factory'
getGenPackage_ExtensibleProviderFactory() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenPackage_FileExtensions() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'File Extensions'
getGenPackage_FileExtensions() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenPackage_GenClasses() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the containment reference list 'Gen Classes'
getGenPackage_GenClasses() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenPackage_GenClassifiers() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the reference list 'Gen Classifiers'
getGenPackage_GenClassifiers() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenPackage_GenDataTypes() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the containment reference list 'Gen Data Types'
getGenPackage_GenDataTypes() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenPackage_GenEnums() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the containment reference list 'Gen Enums'
getGenPackage_GenEnums() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenPackage_GenerateExampleClass() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Generate Example Class'
getGenPackage_GenerateExampleClass() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenPackage_GenerateModelWizard() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Generate Model Wizard'
getGenPackage_GenerateModelWizard() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenPackage_GenModel() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the container reference 'Gen Model'
getGenPackage_GenModel() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenPackage_InterfacePackageSuffix() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Interface Package Suffix'
getGenPackage_InterfacePackageSuffix() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenPackage_LiteralsInterface() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Literals Interface'
getGenPackage_LiteralsInterface() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenPackage_LoadInitialization() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Load Initialization'
getGenPackage_LoadInitialization() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenPackage_MetaDataPackageSuffix() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Meta Data Package Suffix'
getGenPackage_MetaDataPackageSuffix() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenPackage_MultipleEditorPages() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Multiple Editor Pages'
getGenPackage_MultipleEditorPages() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenPackage_NestedGenPackages() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the containment reference list 'Nested Gen Packages'
getGenPackage_NestedGenPackages() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenPackage_Prefix() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Prefix'
getGenPackage_Prefix() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenPackage_PresentationPackageSuffix() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Presentation Package Suffix'
getGenPackage_PresentationPackageSuffix() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenPackage_ProviderPackageSuffix() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Provider Package Suffix'
getGenPackage_ProviderPackageSuffix() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenPackage_PublicationLocation() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Publication Location'
getGenPackage_PublicationLocation() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenPackage_Resource() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Resource'
getGenPackage_Resource() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenPackage_TestsPackageSuffix() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Tests Package Suffix'
getGenPackage_TestsPackageSuffix() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenPackage_UtilityPackageSuffix() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the attribute 'Utility Package Suffix'
getGenPackage_UtilityPackageSuffix() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenPackages() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Gen Packages' containment reference list.
getGenPackages() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getGenParameter() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for class 'Gen Parameter'
getGenParameter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenParameter() - Method in class org.eclipse.emf.ecore.xcore.mappings.XParameterMapping
 
getGenParameter_EcoreParameter() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the reference 'Ecore Parameter'
getGenParameter_EcoreParameter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenParameter_GenOperation() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the container reference 'Gen Operation'
getGenParameter_GenOperation() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenParameters() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenOperation
Returns the value of the 'Gen Parameters' containment reference list.
getGenParameters() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
 
getGenPropertyKind() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for enum 'Gen Property Kind'
getGenPropertyKind() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenProviderKind() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for enum 'Gen Provider Kind'
getGenProviderKind() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenResourceKind() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for enum 'Gen Resource Kind'
getGenResourceKind() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenRuntimePlatform() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for enum 'Gen Runtime Platform'
getGenRuntimePlatform() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenRuntimeVersion() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for enum 'Gen Runtime Version'
getGenRuntimeVersion() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenTypedElement() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for class 'Gen Typed Element'
getGenTypedElement() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenTypeParameter() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for class 'Gen Type Parameter'
getGenTypeParameter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenTypeParameter() - Method in class org.eclipse.emf.ecore.xcore.mappings.XTypeParameterMapping
 
getGenTypeParameter(XGenericType) - Method in class org.eclipse.emf.ecore.xcore.XcoreExtensions
 
getGenTypeParameter_EcoreTypeParameter() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage
Returns the meta object for the reference 'Ecore Type Parameter'
getGenTypeParameter_EcoreTypeParameter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
 
getGenTypeParameters() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClassifier
Returns the value of the 'Gen Type Parameters' containment reference list.
getGenTypeParameters() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenOperation
Returns the value of the 'Gen Type Parameters' containment reference list.
getGenTypeParameters() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassifierImpl
 
getGenTypeParameters() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
 
getGetAccessor() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
getGetAccessor() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
getGetAccessorOperation(GenFeature) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getGetAccessorOperation(GenFeature) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getGetArrayAccessor() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
getGetArrayAccessor() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
getGetBody() - Method in class org.eclipse.emf.ecore.xcore.impl.XStructuralFeatureImpl
 
getGetBody() - Method in interface org.eclipse.emf.ecore.xcore.XStructuralFeature
Returns the value of the 'Get Body' containment reference
getGetBodyAssignment_7_0_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XAttributeElements
 
getGetBodyAssignment_9_0_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XReferenceElements
 
getGetBodyXBlockExpressionParserRuleCall_7_0_1_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XAttributeElements
 
getGetBodyXBlockExpressionParserRuleCall_9_0_1_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XReferenceElements
 
getGetFeature() - Method in class org.eclipse.emf.codegen.merge.java.JControlModel.MatchRule
 
getGetKeyword_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XIDElements
 
getGetKeyword_7_0_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XAttributeElements
 
getGetKeyword_9_0_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XReferenceElements
 
getGetter() - Method in class org.eclipse.emf.ecore.xcore.mappings.XFeatureMapping
 
getGetterBody(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
getGetterBody() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
getGetterBody(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
getGIFEmitter(String[], int) - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter
Returns the GIFEmitter for the input path name at the index specified by id in the given array.
getGMonth() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypePackageImpl
 
getGMonth() - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
Returns the meta object for data type 'GMonth'
getGMonthDay() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypePackageImpl
 
getGMonthDay() - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
Returns the meta object for data type 'GMonth Day'
getGradients() - Method in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
Deprecated.
 
getGrammar() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getGrammar() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
getGrammarAccess() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
getGrammarAccess() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.XcoreParser
 
getGrammarAccess() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.XcoreParser
 
getGrammarFileName() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
getGrammarFileName() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
getGrammarFileName() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
getGrammarFileName() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
getGreaterThanSignKeyword_1_3() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XGenericTypeElements
 
getGreaterThanSignKeyword_3_3() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XDataTypeElements
 
getGreaterThanSignKeyword_4_3() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XClassElements
 
getGreaterThanSignKeyword_4_3() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XOperationElements
 
getGreatGrandParent() - Method in class org.eclipse.emf.ecore.change.impl.FeatureMapEntryImpl
 
getGroup() - Method in interface org.eclipse.emf.ecore.util.BasicExtendedMetaData.EStructuralFeatureExtendedMetaData
 
getGroup() - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EStructuralFeatureExtendedMetaDataImpl
 
getGroup(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
getGroup(EStructuralFeature) - Method in interface org.eclipse.emf.ecore.util.ExtendedMetaData
Returns the feature representing the model group feature, substitution group head feature, or wildcard feature to which the implementation of the given feature is delegated.
getGroup() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.SignedIntElements
 
getGroup() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XAnnotationDirectiveElements
 
getGroup() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XAnnotationElements
 
getGroup() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XAttributeElements
 
getGroup() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XBlockExpressionElements
 
getGroup() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XClassElements
 
getGroup() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XDataTypeElements
 
getGroup() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XEnumElements
 
getGroup() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XEnumLiteralElements
 
getGroup() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XGenericTypeElements
 
getGroup() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XGenericWildcardTypeArgumentElements
 
getGroup() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XImportDirectiveElements
 
getGroup() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XMultiplicityElements
 
getGroup() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XOperationElements
 
getGroup() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XPackageElements
 
getGroup() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XParameterElements
 
getGroup() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XQualifiedNameElements
 
getGroup() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XReferenceElements
 
getGroup() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XStringToStringMapEntryElements
 
getGroup() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XTypeParameterElements
 
getGroup_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XAnnotationDirectiveElements
 
getGroup_0_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XAnnotationDirectiveElements
 
getGroup_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XGenericTypeElements
 
getGroup_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XQualifiedNameElements
 
getGroup_11() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XOperationElements
 
getGroup_11_2() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XOperationElements
 
getGroup_1_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XParameterElements
 
getGroup_1_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XParameterElements
 
getGroup_1_2() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XGenericTypeElements
 
getGroup_1_3() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XMultiplicityElements
 
getGroup_1_3_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XMultiplicityElements
 
getGroup_2() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XAnnotationElements
 
getGroup_2() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XBlockExpressionElements
 
getGroup_2() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XEnumLiteralElements
 
getGroup_2() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XTypeParameterElements
 
getGroup_2_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XClassElements
 
getGroup_2_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XGenericWildcardTypeArgumentElements
 
getGroup_2_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XReferenceElements
 
getGroup_2_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XGenericWildcardTypeArgumentElements
 
getGroup_2_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XReferenceElements
 
getGroup_2_2() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XAnnotationElements
 
getGroup_2_2() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XReferenceElements
 
getGroup_2_2() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XTypeParameterElements
 
getGroup_2_3() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XReferenceElements
 
getGroup_2_4() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XReferenceElements
 
getGroup_2_5() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XReferenceElements
 
getGroup_3() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XDataTypeElements
 
getGroup_3() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XEnumLiteralElements
 
getGroup_3_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XOperationElements
 
getGroup_3_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XOperationElements
 
getGroup_3_2() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XDataTypeElements
 
getGroup_4() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XClassElements
 
getGroup_4() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XEnumElements
 
getGroup_4() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XOperationElements
 
getGroup_4_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XEnumElements
 
getGroup_4_2() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XClassElements
 
getGroup_4_2() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XOperationElements
 
getGroup_5() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XClassElements
 
getGroup_5_2() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XClassElements
 
getGroup_6() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XAttributeElements
 
getGroup_6() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XClassElements
 
getGroup_6_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XDataTypeElements
 
getGroup_6_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XDataTypeElements
 
getGroup_7() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XReferenceElements
 
getGroup_7_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XAttributeElements
 
getGroup_7_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XAttributeElements
 
getGroup_7_2() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XAttributeElements
 
getGroup_7_3() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XAttributeElements
 
getGroup_8() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XReferenceElements
 
getGroup_8_2() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XReferenceElements
 
getGroup_9() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XOperationElements
 
getGroup_9_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XReferenceElements
 
getGroup_9_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XOperationElements
 
getGroup_9_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XReferenceElements
 
getGroup_9_2() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XReferenceElements
 
getGroup_9_3() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XReferenceElements
 
getGYear() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypePackageImpl
 
getGYear() - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
Returns the meta object for data type 'GYear'
getGYearMonth() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypePackageImpl
 
getGYearMonth() - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
Returns the meta object for data type 'GYear Month'
getHash() - Method in interface org.eclipse.emf.common.util.BasicEMap.Entry
Returns the hash code of the key.
getHash() - Method in class org.eclipse.emf.common.util.BasicEMap.EntryImpl
 
getHash() - Method in class org.eclipse.emf.ecore.change.impl.EObjectToChangesMapEntryImpl
 
getHash() - Method in class org.eclipse.emf.ecore.impl.DynamicEObjectImpl.BasicEMapEntry
 
getHash() - Method in class org.eclipse.emf.ecore.impl.EStringToStringMapEntryImpl
 
getHash() - Method in class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container.Dynamic.BasicEMapEntry
 
getHash() - Method in class org.eclipse.emf.ecore.xcore.impl.XStringToStringMapEntryImpl
 
getHash() - Method in class org.eclipse.emf.mapping.ecore2xml.impl.ENamedElementToXMLInfoMapEntryImpl
 
getHeader() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJCompilationUnit
 
getHeader() - Method in interface org.eclipse.emf.codegen.merge.java.facade.JCompilationUnit
Returns the header comment for this compilation unit.
getHeader() - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMJCompilationUnit
 
getHelpContextIds(Object) - Method in interface org.eclipse.emf.edit.provider.IItemPropertyDescriptor
 
getHelpContextIds(Object) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
 
getHelpContextIds(Object) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptorDecorator
 
getHelpContextIds() - Method in class org.eclipse.emf.edit.ui.provider.PropertyDescriptor
 
getHelpedObject() - Method in class org.eclipse.emf.mapping.impl.MappingHelperImpl
 
getHelpedObject() - Method in interface org.eclipse.emf.mapping.MappingHelper
Returns the value of the 'Helped Object' reference
getHelper() - Method in class org.eclipse.emf.mapping.impl.MappingImpl
 
getHelper() - Method in interface org.eclipse.emf.mapping.Mapping
Returns the value of the 'Helper' containment reference.
getHexBinary() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypePackageImpl
 
getHexBinary() - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
Returns the meta object for data type 'Hex Binary'
getHEXRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getHost() - Method in class org.eclipse.emf.ecore.xml.type.internal.DataValue.URI
Get the host for this URI.
getHour() - Method in class org.eclipse.emf.ecore.xml.type.internal.XMLCalendar
 
getHours() - Method in class org.eclipse.emf.ecore.xml.type.internal.XMLDuration
 
getHREF(EObject) - Method in class org.eclipse.emf.ecore.xmi.impl.EMOFHelperImpl
 
getHREF(EObject) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
getHREF(Resource, EObject) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
getHREF(EObject) - Method in interface org.eclipse.emf.ecore.xmi.XMLHelper
Returns an HREF to this object from this resource
getHyphenMinusKeyword_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.SignedIntElements
 
getIANA2JavaMapping(String) - Static method in class org.eclipse.emf.ecore.xml.type.internal.DataValue.EncodingMap
Returns the Java encoding name for the specified IANA encoding name.
getIcon() - Method in interface org.eclipse.emf.converter.ui.contribution.ModelConverterDescriptor
 
getIcon() - Method in class org.eclipse.emf.converter.ui.contribution.ModelConverterManager.ModelConverterDescriptorImpl
 
getID() - Method in enum org.eclipse.emf.codegen.ecore.genmodel.handler.GenerateHandler.GenModelGenerationDialog.ProjectType
 
getID() - Method in class org.eclipse.emf.converter.ModelConverter
 
getID() - Method in interface org.eclipse.emf.converter.ui.contribution.ModelConverterDescriptor
 
getID() - Method in class org.eclipse.emf.converter.ui.contribution.ModelConverterManager.ModelConverterDescriptorImpl
 
getID(EObject) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Returns the value of the object's ID attribute as a String.
getID() - Method in class org.eclipse.emf.ecore.xcore.exporter.XcoreExporter
 
getID() - Method in class org.eclipse.emf.ecore.xcore.importer.XcoreImporter
 
getID(EObject) - Method in class org.eclipse.emf.ecore.xmi.impl.EMOFResourceImpl
 
getID(EObject) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
getID(EObject) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
 
getID(EObject) - Method in interface org.eclipse.emf.ecore.xmi.XMLHelper
Returns the xmi:id or null to supress
getID(EObject) - Method in interface org.eclipse.emf.ecore.xmi.XMLResource
Returns the ID that was assigned with XMLResource.setID(EObject, String); if there is no ID, it returns null.
getId() - Method in class org.eclipse.emf.ecore.xml.namespace.impl.XMLNamespaceDocumentRootImpl
 
getId() - Method in interface org.eclipse.emf.ecore.xml.namespace.XMLNamespaceDocumentRoot
Returns the value of the 'Id' attribute
getID() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypePackageImpl
 
getID() - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
Returns the meta object for data type 'ID'
getId(Object) - Method in interface org.eclipse.emf.edit.provider.IItemPropertyDescriptor
Returns the id for this property.
getId(Object) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
This returns the default identifier of the feature if it's present, or dash-separated concatenation of the default identifier of each parent reference.
getId(Object) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptorDecorator
This returns the interface name of this property.
getId() - Method in class org.eclipse.emf.edit.ui.provider.PropertyDescriptor
 
getID() - Method in class org.eclipse.emf.exporter.html.HTMLExporter
 
getID() - Method in class org.eclipse.emf.importer.ecore.EcoreImporter
 
getID() - Method in class org.eclipse.emf.importer.java.JavaImporter
 
getId() - Method in class org.eclipse.emf.importer.rose.parser.RoseNode
 
getID() - Method in class org.eclipse.emf.importer.rose.RoseImporter
 
getIDAssignment_2_7() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XAttributeElements
 
getIDAttributeName() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLMapImpl
 
getIDAttributeName() - Method in interface org.eclipse.emf.ecore.xmi.XMLResource.XMLMap
Gets the name of the XML attribute that holds IDs.
getIDAttributeName() - Method in class org.eclipse.emf.mapping.ecore2xml.impl.XMLMapImpl
 
getIDAttributeName() - Method in interface org.eclipse.emf.mapping.ecore2xml.XMLMap
Returns the value of the 'ID Attribute Name' attribute
getIdentification(EObject) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Returns a unique string identification of the eObject; it is structured as follows: <java-class-name>[/<dynamic-eClass-name>]@<java-hex-hash-code>{<uri-of-eObject>}
getIDFlag() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
getIDFlag() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
getIDIdKeyword_2_7_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XAttributeElements
 
getIdKeyword_13() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.FeatureCallIDElements
 
getIDOMNode(JNode) - Static method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMFacadeHelper
 
getIdOrSuperAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getIdOrSuperRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getIDREF(EObject) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
getIDREF(EObject) - Method in interface org.eclipse.emf.ecore.xmi.XMLHelper
Returns an IDREF to this object
getIDREF() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypePackageImpl
 
getIDREF() - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
Returns the meta object for data type 'IDREF'
getIDREFS() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypePackageImpl
 
getIDREFS() - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
Returns the meta object for data type 'IDREFS'
getIDREFSBase() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypePackageImpl
 
getIDREFSBase() - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
Returns the meta object for data type 'IDREFS Base'
getIDRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getIDTerminalRuleCall_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XIDElements
 
getIDToEObjectMap() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
 
getIDToEObjectMap() - Method in interface org.eclipse.emf.ecore.xmi.XMLResource
Deprecated.
since 2.1.0 This map should not be manipulated directly. Use XMLResource.setID(EObject, String) and XMLResource.getID(EObject) or Resource.getEObject(String) instead. This method may be removed from this interface.
getImage(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenAnnotationItemProvider
This returns GenAnnotation.gif
getImage(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenClassItemProvider
 
getImage(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenDataTypeItemProvider
 
getImage(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenEnumItemProvider
 
getImage(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenEnumLiteralItemProvider
 
getImage(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenFeatureItemProvider
 
getImage(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
 
getImage(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenOperationItemProvider
 
getImage(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenPackageItemProvider
 
getImage(EObject) - Method in class org.eclipse.emf.codegen.ecore.xtext.ui.GenModelHoverProvider
 
getImage(String) - Method in class org.eclipse.emf.codegen.presentation.CodeGenUIPlugin
 
getImage(String) - Method in class org.eclipse.emf.common.EMFPlugin.EclipsePlugin
 
getImage(String) - Method in class org.eclipse.emf.common.EMFPlugin.InternalHelper
Fetches the image associated with the given key.
getImage() - Method in class org.eclipse.emf.common.ui.dialogs.DiagnosticDialog
 
getImage(String) - Method in class org.eclipse.emf.common.ui.EclipseUIPlugin
 
getImage() - Method in class org.eclipse.emf.common.ui.editor.ProblemEditorPart
 
getImage(String) - Method in class org.eclipse.emf.common.util.DelegatingResourceLocator
 
getImage(String) - Method in interface org.eclipse.emf.common.util.ResourceLocator
Returns the description that can be used to create the image resource associated with the key.
getImage(Object) - Method in class org.eclipse.emf.converter.ui.contribution.ModelConverterManager.ModelConverterDescriptorLabelProvider
 
getImage(Object) - Method in class org.eclipse.emf.ecore.change.provider.ChangeDescriptionItemProvider
This returns ChangeDescription.gif
getImage(Object) - Method in class org.eclipse.emf.ecore.change.provider.EObjectToChangesMapEntryItemProvider
This returns EObjectToChangesMapEntry.gif
getImage(Object) - Method in class org.eclipse.emf.ecore.change.provider.FeatureChangeItemProvider
This returns FeatureChange.gif
getImage(Object) - Method in class org.eclipse.emf.ecore.change.provider.FeatureMapEntryItemProvider
This returns FeatureMapEntry.gif
getImage(Object) - Method in class org.eclipse.emf.ecore.change.provider.ListChangeItemProvider
This returns ListChange.gif
getImage(Object) - Method in class org.eclipse.emf.ecore.change.provider.ResourceChangeItemProvider
This returns ResourceChange.gif
getImage(Object) - Method in class org.eclipse.emf.ecore.provider.EAnnotationItemProvider
This returns EAnnotation.gif
getImage(Object) - Method in class org.eclipse.emf.ecore.provider.EAttributeItemProvider
This returns EAttribute.gif
getImage(Object) - Method in class org.eclipse.emf.ecore.provider.EClassItemProvider
This returns EClass.gif
getImage(Object) - Method in class org.eclipse.emf.ecore.provider.EDataTypeItemProvider
This returns EDataType.gif
getImage(Object) - Method in class org.eclipse.emf.ecore.provider.EEnumItemProvider
This returns EEnum.gif
getImage(Object) - Method in class org.eclipse.emf.ecore.provider.EEnumLiteralItemProvider
This returns EEnumLiteral.gif
getImage(Object) - Method in class org.eclipse.emf.ecore.provider.EFactoryItemProvider
This returns EFactory.gif
getImage(Object) - Method in class org.eclipse.emf.ecore.provider.EGenericTypeItemProvider
This returns EGenericType.gif
getImage(Object) - Method in class org.eclipse.emf.ecore.provider.EObjectItemProvider
This returns EObject.gif
getImage(Object) - Method in class org.eclipse.emf.ecore.provider.EOperationItemProvider
This returns EOperation.gif
getImage(Object) - Method in class org.eclipse.emf.ecore.provider.EPackageItemProvider
This returns EPackage.gif
getImage(Object) - Method in class org.eclipse.emf.ecore.provider.EParameterItemProvider
This returns EParameter.gif
getImage(Object) - Method in class org.eclipse.emf.ecore.provider.EReferenceItemProvider
This returns EReference.gif
getImage(Object) - Method in class org.eclipse.emf.ecore.provider.EStringToStringMapEntryItemProvider
This returns EStringToStringMapEntry.gif
getImage(Object) - Method in class org.eclipse.emf.ecore.provider.ETypeParameterItemProvider
This returns ETypeParameter.gif
getImage(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XAnnotationDirectiveItemProvider
This returns XAnnotationDirective.gif
getImage(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XAnnotationItemProvider
 
getImage(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XAttributeItemProvider
 
getImage(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XClassItemProvider
 
getImage(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XDataTypeItemProvider
 
getImage(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XEnumItemProvider
 
getImage(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XEnumLiteralItemProvider
 
getImage(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XGenericTypeItemProvider
 
getImage(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XImportDirectiveItemProvider
This returns XImportDirective.gif
getImage(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XOperationItemProvider
 
getImage(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XPackageItemProvider
 
getImage(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XParameterItemProvider
 
getImage(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XReferenceItemProvider
 
getImage(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XStringToStringMapEntryItemProvider
 
getImage(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XTypeParameterItemProvider
 
getImage() - Method in interface org.eclipse.emf.edit.command.CommandActionDelegate
This returns the decoration, if any, of the action.
getImage() - Method in class org.eclipse.emf.edit.command.CreateChildCommand
This returns the icon by delegating to helper.getCreateChildImage().
getImage(Object) - Method in class org.eclipse.emf.edit.provider.AdapterFactoryItemDelegator
This does the same thing as ILabelProvider.getImage, it fetches the label image specific to this object instance.
getImage() - Method in class org.eclipse.emf.edit.provider.DelegatingWrapperItemProvider.AffectedObjectsWrappingCommandActionDelegate
 
getImage(Object) - Method in class org.eclipse.emf.edit.provider.DelegatingWrapperItemProvider
Uses the delegate item provider to return the delegate value's image.
getImage(Object) - Method in class org.eclipse.emf.edit.provider.FeatureMapEntryWrapperItemProvider
Returns the appropriate image for the entry value: the text property icon for text, CDATA, or comment; the generic property icon for an attribute value; the generic item icon for a null reference value; or the icon returned by the delegate item provider for a non-null reference value.
getImage(Object) - Method in interface org.eclipse.emf.edit.provider.IItemLabelProvider
This does the same thing as ILabelProvider.getImage, it fetches the label image specific to this object instance.
getImage(Object) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor.ItemDelegator
 
getImage(Object) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor.PropertyValueWrapper
 
getImage(Object) - Method in class org.eclipse.emf.edit.provider.ItemProvider
This implements IItemLabelProvider.getImage by returning ItemProvider.image.
getImage() - Method in class org.eclipse.emf.edit.provider.ItemProvider
This delegates to getImage(this).
getImage(Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This implements IItemLabelProvider.getImage by returning null.
getImage(String) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
Get an image from the resource locator.
getImage() - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter.ResultAndAffectedObjectsWrappingCommandActionDelegate
 
getImage(Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderDecorator
This implements IItemLabelProvider.getImage by delegating to (IItemLabelProvider)ItemProviderDecorator.decoratedItemProvider.
getImage(Object) - Method in class org.eclipse.emf.edit.provider.ReflectiveItemProvider
 
getImage(Object) - Method in class org.eclipse.emf.edit.provider.resource.ResourceItemProvider
This returns Resource.gif.
getImage(Object) - Method in class org.eclipse.emf.edit.provider.resource.ResourceSetItemProvider
This returns ResourceSet.gif.
getImage(Object) - Method in class org.eclipse.emf.edit.provider.WrapperItemProvider
IItemLabelProvider.getImage is implemented by returning the default icon for an EMF.Edit item.
getImage(Object) - Method in class org.eclipse.emf.edit.tree.provider.TreeNodeItemProvider
 
getImage(Object) - Method in class org.eclipse.emf.edit.ui.provider.AdapterFactoryLabelProvider
This implements org.eclipse.jface.viewers.ILabelProvider.getImage by forwarding it to an object that implements IItemLabelProvider.getImage
getImage(Object) - Method in class org.eclipse.emf.edit.ui.provider.DecoratingColumLabelProvider
 
getImage(Object) - Method in class org.eclipse.emf.edit.ui.provider.ExtendedImageRegistry
 
getImage() - Method in class org.eclipse.emf.examples.extlibrary.actions.AddLibraryCommand
 
getImage() - Method in class org.eclipse.emf.examples.extlibrary.actions.RemoveLibraryCommand
 
getImage(Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.BookItemProvider
This returns Book.gif
getImage(Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.BookOnTapeItemProvider
This returns BookOnTape.gif
getImage(Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.BorrowerItemProvider
This returns Borrower.gif
getImage(Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.CirculatingItemItemProvider
This returns CirculatingItem.gif
getImage(Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.EmployeeItemProvider
This returns Employee.gif
getImage(Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.LibraryItemProvider
This returns Library.gif
getImage(Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.PersonItemProvider
This returns Person.gif
getImage(Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.VideoCassetteItemProvider
This returns VideoCassette.gif
getImage(Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.WriterItemProvider
This returns Writer.gif
getImage(Object) - Method in class org.eclipse.emf.java.provider.JClassItemProvider
This returns JClass.gif
getImage(Object) - Method in class org.eclipse.emf.java.provider.JCompilationUnitItemProvider
This returns JCompilationUnit.gif
getImage(Object) - Method in class org.eclipse.emf.java.provider.JFieldItemProvider
This returns JField.gif
getImage(Object) - Method in class org.eclipse.emf.java.provider.JInitializerItemProvider
This returns JInitializer.gif
getImage(Object) - Method in class org.eclipse.emf.java.provider.JMethodItemProvider
This returns JMethod.gif
getImage(Object) - Method in class org.eclipse.emf.java.provider.JPackageItemProvider
This returns JPackage.gif
getImage(Object) - Method in class org.eclipse.emf.java.provider.JParameterItemProvider
This returns JParameter.gif
getImage() - Method in class org.eclipse.emf.mapping.action.CreateMappingAction.DelegateCommand
This returns the icon, if any, of the action.
getImage() - Method in class org.eclipse.emf.mapping.action.CreateOneSidedMappingAction.DelegateCommand
This returns the icon, if any, of the action.
getImage() - Method in class org.eclipse.emf.mapping.action.NameMatchMappingAction.DelegateCommand
This returns the icon, if any, of the action.
getImage() - Method in class org.eclipse.emf.mapping.action.RemoveMappingAction.CommandDelegate
This returns the icon, if any, of the action.
getImage() - Method in class org.eclipse.emf.mapping.action.TypeMatchMappingAction.DelegateCommand
This returns the icon, if any, of the action.
getImage(Object) - Method in class org.eclipse.emf.mapping.ecore2ecore.provider.Ecore2EcoreMappingRootItemProvider
This returns Ecore2EcoreMappingRoot.gif
getImage(Object) - Method in class org.eclipse.emf.mapping.ecore2xml.provider.ENamedElementToXMLInfoMapEntryItemProvider
This returns ENamedElementToXMLInfoMapEntry.gif
getImage(Object) - Method in class org.eclipse.emf.mapping.ecore2xml.provider.XMLInfoItemProvider
This returns XMLInfo.gif
getImage(Object) - Method in class org.eclipse.emf.mapping.ecore2xml.provider.XMLMapItemProvider
This returns XMLMap.gif
getImage(Object) - Method in class org.eclipse.emf.mapping.presentation.MappingDomainLabelProvider
 
getImage(String) - Method in class org.eclipse.emf.mapping.presentation.MappingUIPlugin
This get a .gif from the image registry, which caches the icons folder.
getImage(Object) - Method in class org.eclipse.emf.mapping.provider.ComplexTypeConverterItemProvider
This returns ComplexTypeConverter.gif.
getImage(Object) - Method in class org.eclipse.emf.mapping.provider.FunctionPairItemProvider
This returns FunctionPair.gif.
getImage(Object) - Method in class org.eclipse.emf.mapping.provider.MappedObjectItemProvider
 
getImage(Object) - Method in class org.eclipse.emf.mapping.provider.MappingHelperItemProvider
This returns MappingHelper.gif.
getImage(MappingRoot, String, Collection<?>) - Static method in class org.eclipse.emf.mapping.provider.MappingItemProvider
 
getImage(MappingRoot, String, Collection<?>, boolean) - Static method in class org.eclipse.emf.mapping.provider.MappingItemProvider
 
getImage(String, Collection<?>, Collection<?>) - Static method in class org.eclipse.emf.mapping.provider.MappingItemProvider
 
getImage(String, Collection<?>, Collection<?>, boolean) - Static method in class org.eclipse.emf.mapping.provider.MappingItemProvider
 
getImage(String, int, int, boolean) - Static method in class org.eclipse.emf.mapping.provider.MappingItemProvider
 
getImage(Object) - Method in class org.eclipse.emf.mapping.provider.MappingItemProvider
This returns Mapping.gif.
getImage(Object) - Method in class org.eclipse.emf.mapping.provider.MappingStrategyItemProvider
This returns MappingStrategy.gif.
getImage(Object) - Method in class org.eclipse.emf.oda.ecore.ui.impl.EcoreDataSetWizardPage.TypeLabelProvider
 
getImageBounds(int) - Method in class org.eclipse.emf.common.ui.viewer.ExtendedTableTreeViewer.ExtendedTableTreeItem
Deprecated.
This is equivalent to TableItem.getImageBounds(), except that it gives corrected values on GTK.
getImageBounds(TableItem, int) - Static method in class org.eclipse.emf.common.ui.viewer.ExtendedTableTreeViewer
Deprecated.
This is a convenient way to get image bound values that are corrected on GTK.
getImageBounds(TableItem, int) - Static method in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
Deprecated.
 
getImageDescriptor() - Method in class org.eclipse.emf.common.ui.URIEditorInput
 
getImageDescriptor(Object) - Method in class org.eclipse.emf.ecore.xcore.ui.outline.XcoreOutlineTreeProvider
 
getImageDescriptor(Object) - Method in class org.eclipse.emf.edit.ui.provider.ExtendedImageRegistry
 
getImageDescriptor(String) - Method in class org.eclipse.emf.mapping.presentation.MappingUIPlugin
This gets a .gif from the icons folder.
getImageDescriptorOnBackgroundThread(Object) - Method in class org.eclipse.emf.edit.ui.provider.ExtendedImageRegistry
 
getImageFromObject(Object) - Method in class org.eclipse.emf.edit.ui.provider.AdapterFactoryLabelProvider
 
getImagePaddingWidth() - Method in class org.eclipse.emf.common.ui.viewer.ExtendedTableTreeViewer.ExtendedTableTreeItem
Deprecated.
 
getImages() - Method in class org.eclipse.emf.edit.provider.ComposedImage
 
getImageTagLink(ImageDescriptor) - Method in class org.eclipse.emf.codegen.ecore.xtext.ui.GenModelHoverProvider
 
getImageURI(Image) - Method in class org.eclipse.emf.common.ui.ImageURIRegistry
Returns a URI to the cached local file system instance of this given image.
getImageURI(ImageDescriptor) - Method in class org.eclipse.emf.common.ui.ImageURIRegistry
Returns a URI to the cached local file system instance of this given image descriptor.
getImplClassName(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
getImplementedGenClasses() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getImplementedGenClasses() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getImplementedGenFeatures() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getImplementedGenFeatures() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getImplementedGenOperations() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getImplementedGenOperations() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getImplementingGenModel(GenFeature) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getImplementingGenModel(GenFeature) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getImplicitAliases() - Method in class org.eclipse.emf.ecore.xcore.formatting.XcoreImportOrganizer
 
getImportDirectives() - Method in class org.eclipse.emf.ecore.xcore.impl.XPackageImpl
 
getImportDirectives() - Method in interface org.eclipse.emf.ecore.xcore.XPackage
Returns the value of the 'Import Directives' containment reference list.
getImportDirectivesAssignment_4() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XPackageElements
 
getImportDirectivesXImportDirectiveParserRuleCall_4_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XPackageElements
 
getImportedActionBarContributorClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getImportedActionBarContributorClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getImportedAdapterFactoryClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getImportedAdapterFactoryClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getImportedBoundedWildcardInstanceClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClassifier
 
getImportedBoundedWildcardInstanceClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassifierImpl
 
getImportedBoundedWildcardInstanceClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
 
getImportedClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getImportedClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getImportedEditorClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getImportedEditorClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getImportedEditorPluginClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getImportedEditorPluginClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getImportedEditPluginClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getImportedEditPluginClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getImportedEffectiveFeatureMapWrapperClass() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenTypedElement
 
getImportedEffectiveFeatureMapWrapperClass() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
getImportedEffectiveFeatureMapWrapperClass() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypedElementImpl
 
getImportedEffectiveFeatureMapWrapperInternalInterface() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenTypedElement
 
getImportedEffectiveFeatureMapWrapperInternalInterface() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
getImportedEffectiveFeatureMapWrapperInternalInterface() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypedElementImpl
 
getImportedFactoryClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getImportedFactoryClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getImportedFactoryInterfaceName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getImportedFactoryInterfaceName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getImportedInstanceClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClassifier
 
getImportedInstanceClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenDataType
 
getImportedInstanceClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getImportedInstanceClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
 
getImportedInterfaceName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getImportedInterfaceName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getImportedInternalType(GenClass) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenTypedElement
This returns the real imported feature type used internally, regardless of the value of GenModel.isSuppressEMFValues().
getImportedInternalType() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenTypedElement
Deprecated. 
getImportedInternalType(GenClass) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
 
getImportedInternalType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypedElementImpl
Deprecated.
getImportedInternalType(GenClass) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypedElementImpl
 
getImportedItemProviderAdapterFactoryClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getImportedItemProviderAdapterFactoryClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getImportedMapEntryType() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenTypedElement
 
getImportedMapEntryType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypedElementImpl
 
getImportedMapKeyType(GenClass) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenTypedElement
 
getImportedMapKeyType(GenClass) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypedElementImpl
 
getImportedMapTemplateArguments(GenClass) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenTypedElement
 
getImportedMapTemplateArguments(GenClass) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypedElementImpl
 
getImportedMapValueType(GenClass) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenTypedElement
 
getImportedMapValueType(GenClass) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypedElementImpl
 
getImportedMetaType() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClassifier
 
getImportedMetaType() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
getImportedMetaType() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenOperation
 
getImportedMetaType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassifierImpl
 
getImportedMetaType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getImportedMetaType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
 
getImportedMetaType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumImpl
 
getImportedMetaType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
getImportedMetaType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
 
getImportedModelWizardClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getImportedModelWizardClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getImportedName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenEnum
 
getImportedName(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getImportedName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumImpl
 
getImportedName(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getImportedName(String, boolean) - Method in class org.eclipse.emf.codegen.util.ImportManager
Returns the equivalent imported short name for the given qualified name, if there is one, or the qualified name itself otherwise.
getImportedName(String) - Method in class org.eclipse.emf.codegen.util.ImportManager
Returns the equivalent imported short name for the given qualified name, if there is one, or the qualified name itself otherwise.
getImportedName(String, ImportManager) - Static method in class org.eclipse.emf.examples.generator.validator.ValidatorGeneratorUtil
 
getImportedNames(XtextResource) - Method in class org.eclipse.emf.ecore.xcore.formatting.XcoreImportOrganizer
 
getImportedNamespace() - Method in class org.eclipse.emf.ecore.xcore.impl.XImportDirectiveImpl
 
getImportedNamespace() - Method in interface org.eclipse.emf.ecore.xcore.XImportDirective
Returns the value of the 'Imported Namespace' attribute
getImportedNamespaceAssignment_1_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XImportDirectiveElements
 
getImportedNamespaceGen() - Method in class org.eclipse.emf.ecore.xcore.impl.XImportDirectiveImpl
 
getImportedNamespaceQualifiedNameWithWildcardParserRuleCall_1_0_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XImportDirectiveElements
 
getImportedObject() - Method in class org.eclipse.emf.ecore.xcore.impl.XImportDirectiveImpl
 
getImportedObject() - Method in interface org.eclipse.emf.ecore.xcore.XImportDirective
Returns the value of the 'Imported Object' reference
getImportedObjectAssignment_1_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XImportDirectiveElements
 
getImportedObjectEObjectCrossReference_1_1_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XImportDirectiveElements
 
getImportedObjectEObjectQualifiedNameParserRuleCall_1_1_0_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XImportDirectiveElements
 
getImportedPackageClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getImportedPackageClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getImportedPackageInterfaceName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getImportedPackageInterfaceName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getImportedPackages() - Method in class org.eclipse.emf.java.impl.JCompilationUnitImpl
 
getImportedPackages() - Method in interface org.eclipse.emf.java.JCompilationUnit
Returns the value of the 'Imported Packages' reference list.
getImportedParameterizedInstanceClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClassifier
 
getImportedParameterizedInstanceClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassifierImpl
 
getImportedParameterizedInstanceClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
 
getImportedParameterizedObjectInstanceClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenDataType
 
getImportedParameterizedObjectInstanceClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
 
getImportedProviderClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getImportedProviderClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getImportedResourceBaseClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getImportedResourceBaseClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getImportedResourceClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getImportedResourceClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getImportedResourceFactoryBaseClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getImportedResourceFactoryBaseClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getImportedResourceFactoryClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getImportedResourceFactoryClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getImportedReturnType() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenOperation
Deprecated.
As of EMF 2.1, use getImportedType(GenClass) instead.
getImportedReturnType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
Deprecated.
As of EMF 2.1, use getImportedType(GenClass) instead.
getImportedTestCaseClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getImportedTestCaseClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getImportedTestSuiteClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getImportedTestSuiteClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getImportedType(GenClass) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenTypedElement
This returns the feature type, either primitive (e.g.
getImportedType() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenTypedElement
Deprecated. 
getImportedType(GenClass, EGenericType, boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
Returns the primitive or class name for the given EClassifier.
getImportedType(GenClass, EClassifier, boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
Returns the primitive or class name for the given EClassifier.
getImportedType(GenClass, EClassifier, boolean, boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
getImportedType(GenClass) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
 
getImportedType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypedElementImpl
Deprecated.
getImportedType(GenClass) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypedElementImpl
 
getImportedTypes() - Method in class org.eclipse.emf.java.impl.JCompilationUnitImpl
 
getImportedTypes() - Method in interface org.eclipse.emf.java.JCompilationUnit
Returns the value of the 'Imported Types' reference list.
getImportedValidatorClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getImportedValidatorClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getImportedValidatorInterfaceName(GenClass) - Static method in class org.eclipse.emf.examples.generator.validator.ValidatorGeneratorUtil
 
getImportedWildcardInstanceClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClassifier
 
getImportedWildcardInstanceClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassifierImpl
 
getImportedWildcardInstanceClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getImportedWildcardInstanceClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
 
getImportedWildcardObjectInstanceClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenDataType
 
getImportedWildcardObjectInstanceClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
 
getImportedXMLProcessorBaseClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getImportedXMLProcessorBaseClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getImporterID() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Importer ID' attribute
getImporterID() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getImportKeyword_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XImportDirectiveElements
 
getImportKeyword_14() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.FeatureCallIDElements
 
getImportManager() - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter
Returns the ImportManager that is currently in use for generating Java code, or null if there is none.
getImportManager() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getImportManager() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
getImportManager() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getImportMap() - Method in class org.eclipse.emf.codegen.jmerge.JPatternDictionary
Deprecated.
 
getImportMap() - Method in class org.eclipse.emf.codegen.merge.java.JPatternDictionary
 
getImportRegion(XtextResource) - Method in class org.eclipse.emf.ecore.xcore.formatting.XcoreImportOrganizer
 
getImports() - Method in class org.eclipse.emf.codegen.util.ImportManager
Returns the list of qualified names for which imports are to be added to the compilation unit.
getImports() - Method in class org.eclipse.emf.java.impl.JCompilationUnitImpl
 
getImports() - Method in interface org.eclipse.emf.java.JCompilationUnit
Returns the value of the 'Imports' attribute list.
getImportSection(XtextResource) - Method in class org.eclipse.emf.ecore.xcore.scoping.XcoreImportsConfiguration
 
getImportSectionOffset(XtextResource) - Method in class org.eclipse.emf.ecore.xcore.scoping.XcoreImportsConfiguration
 
getIn2out() - Method in interface org.eclipse.emf.mapping.ComplexTypeConverter
Returns the value of the 'In2out' reference
getIn2out() - Method in interface org.eclipse.emf.mapping.FunctionNamePair
Returns the value of the 'In2out' attribute
getIn2out() - Method in interface org.eclipse.emf.mapping.FunctionPair
Returns the value of the 'In2out' reference
getIn2out() - Method in class org.eclipse.emf.mapping.impl.ComplexTypeConverterImpl
 
getIn2out() - Method in class org.eclipse.emf.mapping.impl.FunctionNamePairImpl
 
getIn2out() - Method in class org.eclipse.emf.mapping.impl.FunctionPairImpl
 
getIndent(int) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJCompilationUnit.NodeCommenter.LineBreakInserter
 
getIndentation(StringBuffer) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getIndentation(StringBuffer) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getIndex() - Method in class org.eclipse.emf.ecore.change.impl.ListChangeImpl
 
getIndex() - Method in interface org.eclipse.emf.ecore.change.ListChange
Returns the value of the 'Index' attribute.
getIndex(String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLLoadImpl.AttributesProxy
 
getIndex(String, String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLLoadImpl.AttributesProxy
 
getIndex(EClass) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Lookup
 
getIndex() - Method in class org.eclipse.emf.edit.command.AddCommand
This returns the position at which the objects will be added.
getIndex() - Method in class org.eclipse.emf.edit.command.CommandParameter
This returns the specified index.
getIndex() - Method in class org.eclipse.emf.edit.command.MoveCommand
This returns the position to which the value will be moved.
getIndex() - Method in class org.eclipse.emf.edit.command.PasteFromClipboardCommand
 
getIndex() - Method in class org.eclipse.emf.edit.command.ReplaceCommand
This returns the index at which to reinsert the replace objects during an undo so as to achieve the original list order.
getIndex() - Method in class org.eclipse.emf.edit.command.SetCommand
This returns the position at which the objects will be added.
getIndex() - Method in interface org.eclipse.emf.edit.provider.IWrapperItemProvider
The index at which the value is located, or CommandParameter.NO_INDEX if the index isn't known to the wrapper.
getIndex() - Method in class org.eclipse.emf.edit.provider.WrapperItemProvider
The index at which the value is located, or CommandParameter.NO_INDEX if the index isn't known to the wrapper.
getIndices() - Method in class org.eclipse.emf.edit.command.RemoveCommand
These returns the indices at which to reinsert the removed objects during an undo so as to achieve the original list order.
getInferredElement() - Method in class org.eclipse.emf.ecore.xcore.util.XcoreJvmInferrer.JvmElementInferrer
 
getInferredElements(GenBase) - Static method in class org.eclipse.emf.ecore.xcore.util.XcoreJvmInferrer
 
getInfo(URI, Object, Map<?, ?>) - Method in class org.eclipse.emf.ecore.resource.impl.EFSURIHandlerImpl
 
getInfo(URI, Map<?, ?>) - Method in class org.eclipse.emf.ecore.resource.impl.EFSURIHandlerImpl
 
getInfo(ENamedElement) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLMapImpl
Returns the XMLInfo object for the given Ecore construct, if there is one.
getInfo(ENamedElement) - Method in interface org.eclipse.emf.ecore.xmi.XMLResource.XMLMap
Returns the XMLInfo object for the given Ecore construct, if there is one.
getInfo(ENamedElement) - Method in class org.eclipse.emf.mapping.ecore2xml.impl.XMLMapImpl
 
getInfo(ENamedElement) - Method in class org.eclipse.emf.mapping.ecore2xml.util.Ecore2XMLExtendedMetaData
 
getInformationPresenterControlCreator() - Method in class org.eclipse.emf.ecore.xcore.ui.hover.XcoreHoverProvider
 
getInheritedGenFeatures() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getInheritedGenFeatures() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getInitialHiddenTokens() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.XcoreParser
 
getInitializedResourceSet() - Method in class org.eclipse.emf.ecore.xcore.XcoreStandaloneSetup.XcoreStandaloneRuntimeModule.XcoreResourceSetInitializer
 
getInitializer() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJField
Returns original initializer of variable declaration fragment.
getInitializer() - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMJField
 
getInitializer() - Method in interface org.eclipse.emf.codegen.merge.java.facade.JField
Returns the initializer expression for this field.
getInitializer() - Method in class org.eclipse.emf.java.impl.JFieldImpl
 
getInitializer() - Method in interface org.eclipse.emf.java.JField
Returns the value of the 'Initializer' attribute
getInitializerMap() - Method in class org.eclipse.emf.codegen.jmerge.JPatternDictionary
Deprecated.
 
getInitializerMap() - Method in class org.eclipse.emf.codegen.merge.java.JPatternDictionary
 
getInitialObjectName() - Method in class org.eclipse.emf.ecore.presentation.EcoreModelWizard.EcoreModelWizardInitialObjectCreationPage
 
getInitialObjectName() - Method in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryModelWizard.EXTLibraryModelWizardInitialObjectCreationPage
 
getInitialObjectName() - Method in class org.eclipse.emf.mapping.ecore2ecore.presentation.Ecore2EcoreModelWizard.Ecore2EcoreModelWizardInitialObjectCreationPage
 
getInitialObjectName() - Method in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLModelWizard.Ecore2XMLModelWizardInitialObjectCreationPage
 
getInitialObjectNames() - Method in class org.eclipse.emf.ecore.presentation.EcoreModelWizard
Returns the names of the types that can be created as the root object
getInitialObjectNames() - Method in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryModelWizard
Returns the names of the types that can be created as the root object
getInitialObjectNames() - Method in class org.eclipse.emf.mapping.ecore2ecore.presentation.Ecore2EcoreModelWizard
Returns the names of the types that can be created as the root object
getInitialObjectNames() - Method in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLModelWizard
Returns the names of the types that can be created as the root object
getInitV() - Method in class org.eclipse.emf.importer.rose.parser.RoseNode
 
getInjector() - Method in class org.eclipse.emf.codegen.ecore.xtext.ui.Activator
 
getInjector() - Method in class org.eclipse.emf.codegen.ecore.xtext.ui.ExecutableExtensionFactory
 
getInjector(String) - Method in class org.eclipse.emf.ecore.xcore.ui.internal.XcoreActivator
 
getInjector() - Method in class org.eclipse.emf.ecore.xcore.ui.XcoreExecutableExtensionFactory
 
getInput() - Method in class org.eclipse.emf.codegen.ecore.generator.Generator
Returns the current model-level input object.
getInput() - Method in class org.eclipse.emf.edit.ui.view.ExtendedPropertySheetPage
Provides access to the current input to the page.
getInputEPackage(IStructuredSelection) - Method in class org.eclipse.emf.mapping.ecore2ecore.action.MapToEcoreActionDelegate
 
getInputEPackage() - Method in interface org.eclipse.emf.mapping.ecore2ecore.Ecore2EcoreMappingRoot
 
getInputEPackage() - Method in class org.eclipse.emf.mapping.ecore2ecore.impl.Ecore2EcoreMappingRootImpl
 
getInputPathNames() - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenClassGeneratorAdapter
Returns the set of GIFEmitter input paths used by the adapter.
getInputPathNames() - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenPackageGeneratorAdapter
Returns the set of GIFEmitter input paths used by the adapter.
getInputs() - Method in class org.eclipse.emf.mapping.impl.MappingImpl
 
getInputs() - Method in interface org.eclipse.emf.mapping.Mapping
Returns the value of the 'Inputs' reference list.
getInputStream() - Method in class org.eclipse.emf.common.archive.ArchiveURLConnection
Creates the input stream for the URL.
getInstance() - Method in interface org.eclipse.emf.ecore.EEnumLiteral
Returns the value of the 'Instance' attribute
getInstance() - Method in class org.eclipse.emf.ecore.impl.EEnumLiteralImpl
 
getInstance() - Static method in class org.eclipse.emf.ecore.xcore.ui.internal.XcoreActivator
 
getInstance() - Static method in class org.eclipse.emf.edit.ui.dnd.LocalTransfer
This returns the one instance of this transfer agent.
getInstance() - Static method in class org.eclipse.emf.edit.ui.provider.ExtendedImageRegistry
 
getInstanceClass(EClassifier) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
getInstanceClass() - Method in interface org.eclipse.emf.ecore.EClassifier
Returns the value of the 'Instance Class' attribute
getInstanceClass() - Method in class org.eclipse.emf.ecore.impl.EClassifierImpl
 
getInstanceClassGen() - Method in class org.eclipse.emf.ecore.impl.EClassifierImpl
 
getInstanceClassName() - Method in interface org.eclipse.emf.ecore.EClassifier
Returns the value of the 'Instance Class Name' attribute
getInstanceClassName() - Method in class org.eclipse.emf.ecore.impl.EClassifierImpl
 
getInstanceClassNameGen() - Method in class org.eclipse.emf.ecore.impl.EClassifierImpl
Deprecated.
getInstanceType() - Method in class org.eclipse.emf.ecore.xcore.impl.XClassifierImpl
 
getInstanceType() - Method in interface org.eclipse.emf.ecore.xcore.XClassifier
Returns the value of the 'Instance Type' containment reference
getInstanceType() - Method in class org.eclipse.emf.ecore.xml.type.impl.SimpleAnyTypeImpl
 
getInstanceType() - Method in interface org.eclipse.emf.ecore.xml.type.SimpleAnyType
Returns the value of the 'Instance Type' reference
getInstanceTypeAssignment_5() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XDataTypeElements
 
getInstanceTypeAssignment_6_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XClassElements
 
getInstanceTypeJvmTypeReferenceParserRuleCall_5_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XDataTypeElements
 
getInstanceTypeJvmTypeReferenceParserRuleCall_6_1_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XClassElements
 
getInstanceTypeName() - Method in interface org.eclipse.emf.ecore.EClassifier
Returns the value of the 'Instance Type Name' attribute
getInstanceTypeName() - Method in class org.eclipse.emf.ecore.impl.EClassifierImpl
 
getInstanceTypeName(EClassifier) - Method in class org.eclipse.emf.ecore.util.EcoreUtil.EGenericTypeConverter
Returns the appropriate fully qualified java instance type name for the given classifier.
getInt() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypePackageImpl
 
getInt() - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
Returns the meta object for data type 'Int'
getInt(int) - Method in class org.eclipse.emf.oda.ecore.impl.ResultSet
 
getInt(String) - Method in class org.eclipse.emf.oda.ecore.impl.ResultSet
 
getInteger() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypePackageImpl
 
getInteger() - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
Returns the meta object for data type 'Integer'
getInterfaceAssignment_2_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XClassElements
 
getInterfaceExtends() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getInterfaceExtends() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getInterfaceExtendsList() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getInterfaceFlag() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getInterfaceFlag() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getInterfaceInterfaceKeyword_2_1_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XClassElements
 
getInterfaceKeyword_16() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.FeatureCallIDElements
 
getInterfaceName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
This should only be called when there is actually an interface being generated (i.e. when, for certain, this is not an external interface).
getInterfaceName(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
getInterfaceName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getInterfaceNamePattern() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Interface Name Pattern' attribute
getInterfaceNamePattern() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getInterfacePackageName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getInterfacePackageName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getInterfacePackageSuffix() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
Returns the value of the 'Interface Package Suffix' attribute.
getInterfacePackageSuffix() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getInterfaceType() - Method in class org.eclipse.emf.ecore.xcore.mappings.XClassMapping
 
getInterfaceTypeArguments() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getInterfaceTypeArguments() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getInterfaceWildTypeArguments() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getInterfaceWildTypeArguments() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getInternalBufferCapacity(Map<?, ?>) - Static method in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl
getInternalizedValue() - Method in class org.eclipse.emf.common.util.Pool.AccessUnit
Gets the value that should be added to the pool.
getInternalizedValue() - Method in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.SegmentsAccessUnit
 
getInternalizedValue() - Method in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.SegmentsAndSegmentAccessUnit
 
getInternalizedValue() - Method in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.SegmentsAndSegmentsAccessUnit
 
getInternalizedValue() - Method in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.StringAccessUnit
 
getInternalizedValue() - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAccessUnit
 
getInternalizedValue() - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSegmentAccessUnit
 
getInternalizedValue() - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSegmentCountAccessUnit
 
getInternalizedValue() - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSegmentsAccessUnit
 
getInternalizedValue() - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSubsegmentAccessUnit
 
getInternalizedValue() - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.StringAccessUnit
 
getInternalizedValue() - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SubsegmentsAndSubsegmentsAccessUnit
 
getInternalizedValue() - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SubstringAccessUnit
 
getInternalizedValue() - Method in class org.eclipse.emf.common.util.URI.URIPool.FileAccessUnit
 
getInternalizedValue() - Method in class org.eclipse.emf.common.util.URI.URIPool.PlatformAccessUnit
 
getInternalizedValue() - Method in class org.eclipse.emf.common.util.URI.URIPool.StringAccessUnit
 
getInternalizedValue() - Method in class org.eclipse.emf.common.util.URI.URIPool.URIComponentsAccessUnit
 
getInternalQualifiedInstanceClassName(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
 
getInternalQualifiedInterfaceName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getInternalQualifiedInterfaceName(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getInternalTypeCast() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenTypedElement
This returns either "(EObject)", "(org.eclipse.emf.ecore.EObject)", or "" as needed for the reference type.
getInternalTypeCast() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypedElementImpl
 
getInternalURIMap() - Method in class org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl
Returns the internal version of the URI map.
getInternalURIMap() - Method in class org.eclipse.emf.ecore.resource.impl.URIConverterImpl
Deprecated.
since 2.4; there should be no need to call this method directly so use ExtensibleURIConverterImpl.getURIMap() instead.
getIntObject() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypePackageImpl
 
getIntObject() - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
Returns the meta object for data type 'Int Object'
getIntrinsicConstraints() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getIntrinsicIDToEObjectMap() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
Returns the map used to cache the EObject that is identified by the value of its ID feature.
getINTRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getINTTerminalRuleCall_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.SignedIntElements
 
getINTTerminalRuleCall_1_3_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XMultiplicityElements
 
getINTTerminalRuleCall_1_3_1_1_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XMultiplicityElements
 
getInvariantExpression(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenOperation
 
getInvariantExpression() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
 
getInvariantExpression(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
 
getInvariantOperation(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getInvariantOperation(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getInvariantOperations() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getInvariantOperations() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getInverseEReference() - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList
 
getInverseEReference() - Method in class org.eclipse.emf.ecore.util.EcoreEList
 
getInverseFeatureClass() - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList
 
getInverseFeatureClass() - Method in class org.eclipse.emf.ecore.util.EcoreEList
 
getInverseFeatureClass() - Method in class org.eclipse.emf.ecore.util.EcoreEMap.DelegateEObjectContainmentWithInverseEList
 
getInverseFeatureClass() - Method in class org.eclipse.emf.ecore.util.EObjectContainmentWithInverseEList
 
getInverseFeatureClass() - Method in class org.eclipse.emf.ecore.util.EObjectWithInverseEList
 
getInverseFeatureID() - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList
 
getInverseFeatureID() - Method in class org.eclipse.emf.ecore.util.EcoreEList
 
getInverseFeatureID() - Method in class org.eclipse.emf.ecore.util.EcoreEMap.DelegateEObjectContainmentWithInverseEList
 
getInverseFeatureID() - Method in class org.eclipse.emf.ecore.util.EObjectContainmentWithInverseEList
 
getInverseFeatureID() - Method in class org.eclipse.emf.ecore.util.EObjectWithInverseEList
 
getInverseReferences(EObject) - Method in class org.eclipse.emf.ecore.util.ECrossReferenceAdapter
 
getInverseReferences(EObject, boolean) - Method in class org.eclipse.emf.ecore.util.ECrossReferenceAdapter
 
getInvocationDelegate() - Method in interface org.eclipse.emf.ecore.EOperation.Internal
Obtains the delegate for this operation.
getInvocationDelegate() - Method in class org.eclipse.emf.ecore.impl.EOperationImpl
 
getInvocationDelegateFactory(EOperation) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
 
getInvocationDelegates(EPackage) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
 
getIsName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
getIsName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
getIsSetAccessorOperation(GenFeature) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getIsSetAccessorOperation(GenFeature) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getIsSetBody() - Method in class org.eclipse.emf.ecore.xcore.impl.XStructuralFeatureImpl
 
getIsSetBody() - Method in interface org.eclipse.emf.ecore.xcore.XStructuralFeature
Returns the value of the 'Is Set Body' containment reference
getIsSetBodyAssignment_7_2_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XAttributeElements
 
getIsSetBodyAssignment_9_2_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XReferenceElements
 
getIsSetBodyXBlockExpressionParserRuleCall_7_2_1_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XAttributeElements
 
getIsSetBodyXBlockExpressionParserRuleCall_9_2_1_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XReferenceElements
 
getIsSetKeyword_2() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XIDElements
 
getIsSetKeyword_7_2_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XAttributeElements
 
getIsSetKeyword_9_2_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XReferenceElements
 
getIsSetter() - Method in class org.eclipse.emf.ecore.xcore.mappings.XFeatureMapping
 
getIssuesPerYear() - Method in class org.eclipse.emf.examples.extlibrary.impl.PeriodicalImpl
 
getIssuesPerYear() - Method in interface org.eclipse.emf.examples.extlibrary.Periodical
Returns the value of the 'Issues Per Year' attribute
getItem(int, int) - Method in class org.eclipse.emf.common.ui.celleditor.SingleColumnTableEditor
 
getItem() - Method in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
Returns the meta object for class 'Item'
getItem() - Method in class org.eclipse.emf.examples.extlibrary.impl.EXTLibraryPackageImpl
 
getItem_PublicationDate() - Method in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
Returns the meta object for the attribute 'Publication Date'
getItem_PublicationDate() - Method in class org.eclipse.emf.examples.extlibrary.impl.EXTLibraryPackageImpl
 
getItemGIFEmitter() - 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.
getItemIconAccessorName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getItemIconAccessorName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getItemIconFileName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getItemIconFileName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getItemProviderAdapterFactoryClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getItemProviderAdapterFactoryClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getItemProviderAdapterFactoryClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getItemProviderAdapterFactoryClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getItemProviderAdapterFactoryEmitter() - 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.
getItemProviderAdapterFactoryEmitter() - 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.
getItemProviderEmitter() - 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.
getItemProviderEmitter() - 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.
getItemType() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenDataType
 
getItemType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
 
getItemType() - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EClassExtendedMetaDataImpl
 
getItemType() - Method in interface org.eclipse.emf.ecore.util.BasicExtendedMetaData.EClassifierExtendedMetaData
 
getItemType() - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EDataTypeExtendedMetaDataImpl
 
getItemType(EDataType) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
getItemType(EDataType) - Method in interface org.eclipse.emf.ecore.util.ExtendedMetaData
If a data type corresponds to a list type, returns the data type corresponding to its item type.
getJava2IANAMapping(String) - Static method in class org.eclipse.emf.ecore.xml.type.internal.DataValue.EncodingMap
Returns the IANA encoding name for the specified Java encoding name.
getJavaClass() - Method in class org.eclipse.emf.java.impl.JavaPackageImpl
 
getJavaClass() - Method in class org.eclipse.emf.java.impl.JClassImpl
 
getJavaClass() - Method in interface org.eclipse.emf.java.JavaPackage
Returns the meta object for data type 'Class'
getJavaClass() - Method in interface org.eclipse.emf.java.JClass
Returns the value of the 'Java Class' attribute
getJavaComplianceLevel(IProject) - Static method in class org.eclipse.emf.codegen.util.CodeGenUtil.EclipseUtil
 
getJavaConstructor() - Method in class org.eclipse.emf.java.impl.JavaPackageImpl
 
getJavaConstructor() - Method in class org.eclipse.emf.java.impl.JMethodImpl
 
getJavaConstructor() - Method in interface org.eclipse.emf.java.JavaPackage
Returns the meta object for data type 'Constructor'
getJavaConstructor() - Method in interface org.eclipse.emf.java.JMethod
Returns the value of the 'Java Constructor' attribute
getJavaCoreOptions() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTFacadeHelper
Accessor for options to be used during parsing and rewriting.
getJavaDefaultTypes() - Static method in class org.eclipse.emf.codegen.util.CodeGenUtil
Returns the short names of the primitives and types in java.lang (i.e. those that don't need qualification).
getJavaEncoding(String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
getJavaEncoding(String) - Method in interface org.eclipse.emf.ecore.xmi.XMLHelper
Return a Java encoding corresponding to the given XML encoding.
getJavaFactory() - Method in class org.eclipse.emf.java.impl.JavaPackageImpl
 
getJavaFactory() - Method in interface org.eclipse.emf.java.JavaPackage
Returns the factory that creates the instances of the model
getJavaField() - Method in class org.eclipse.emf.java.impl.JavaPackageImpl
 
getJavaField() - Method in class org.eclipse.emf.java.impl.JFieldImpl
 
getJavaField() - Method in interface org.eclipse.emf.java.JavaPackage
Returns the meta object for data type 'Field'
getJavaField() - Method in interface org.eclipse.emf.java.JField
Returns the value of the 'Java Field' attribute
getJavaImporter() - Method in class org.eclipse.emf.importer.java.JavaImporterApplication
 
getJavaImporter() - Method in class org.eclipse.emf.importer.java.ui.JavaPackagePage
 
getJavaLangConflicts() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getJavaLangConflicts() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getJavaLangTypes() - Static method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
Deprecated. 
getJavaMethod() - Method in class org.eclipse.emf.java.impl.JavaPackageImpl
 
getJavaMethod() - Method in class org.eclipse.emf.java.impl.JMethodImpl
 
getJavaMethod() - Method in interface org.eclipse.emf.java.JavaPackage
Returns the meta object for data type 'Method'
getJavaMethod() - Method in interface org.eclipse.emf.java.JMethod
Returns the value of the 'Java Method' attribute
getJavaOptions(GenModel) - Static method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelUtil
 
getJavaOptions() - Method in class org.eclipse.emf.codegen.jet.JETEmitter
Returns options that will be applied to the Java project the first time it's created.
getJavaPackage() - Method in class org.eclipse.emf.java.impl.JavaFactoryImpl
 
getJavaPackage() - Method in class org.eclipse.emf.java.impl.JavaPackageImpl
 
getJavaPackage() - Method in class org.eclipse.emf.java.impl.JPackageImpl
 
getJavaPackage() - Method in interface org.eclipse.emf.java.JavaFactory
Returns the package supported by this factory
getJavaPackage() - Method in interface org.eclipse.emf.java.JavaPackage
Returns the meta object for data type 'Package'
getJavaPackage() - Method in interface org.eclipse.emf.java.JPackage
Returns the value of the 'Java Package' attribute
getJavaProject(String) - Method in class org.eclipse.emf.ecore.xcore.ui.XcoreJavaProjectProvider
 
getJavaProject(ResourceSet) - Method in class org.eclipse.emf.ecore.xcore.ui.XcoreJavaProjectProvider
 
getJavaProjects(Resource) - Method in class org.eclipse.emf.ecore.xcore.ui.XcoreJavaProjectProvider
 
getJavaReservedWords() - Static method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
Deprecated. 
getJavaReservedWords() - Static method in class org.eclipse.emf.codegen.util.CodeGenUtil
Returns the set of all Java's keywords and textual literals, as of Java 5.0.
getJavaSourceContainer() - Method in interface org.eclipse.emf.codegen.jet.IJETNature
Returns the container where the generated Java sources go.
getJavaSourceContainer() - Method in class org.eclipse.emf.codegen.jet.JETNature
 
getJavaSourceContainerFromFile() - Method in class org.eclipse.emf.codegen.jet.JETNature
Returns the template file from the .jetproperties file
getJClass() - Method in class org.eclipse.emf.java.impl.JavaPackageImpl
 
getJClass() - Method in interface org.eclipse.emf.java.JavaPackage
Returns the meta object for class 'JClass'
getJClass_Abstract() - Method in class org.eclipse.emf.java.impl.JavaPackageImpl
 
getJClass_Abstract() - Method in interface org.eclipse.emf.java.JavaPackage
Returns the meta object for the attribute 'Abstract'
getJClass_AllFields() - Method in class org.eclipse.emf.java.impl.JavaPackageImpl
 
getJClass_AllFields() - Method in interface org.eclipse.emf.java.JavaPackage
Returns the meta object for the reference list 'All Fields'
getJClass_AllMethods() - Method in class org.eclipse.emf.java.impl.JavaPackageImpl
 
getJClass_AllMethods() - Method in interface org.eclipse.emf.java.JavaPackage
Returns the meta object for the reference list 'All Methods'
getJClass_AllSuperTypes() - Method in class org.eclipse.emf.java.impl.JavaPackageImpl
 
getJClass_AllSuperTypes() - Method in interface org.eclipse.emf.java.JavaPackage
Returns the meta object for the reference list 'All Super Types'
getJClass_AllTypes() - Method in class org.eclipse.emf.java.impl.JavaPackageImpl
 
getJClass_AllTypes() - Method in interface org.eclipse.emf.java.JavaPackage
Returns the meta object for the reference list 'All Types'
getJClass_ArrayType() - Method in class org.eclipse.emf.java.impl.JavaPackageImpl
 
getJClass_ArrayType() - Method in interface org.eclipse.emf.java.JavaPackage
Returns the meta object for the containment reference 'Array Type'
getJClass_ComponentType() - Method in class org.eclipse.emf.java.impl.JavaPackageImpl
 
getJClass_ComponentType() - Method in interface org.eclipse.emf.java.JavaPackage
Returns the meta object for the container reference 'Component Type'
getJClass_Fields() - Method in class org.eclipse.emf.java.impl.JavaPackageImpl
 
getJClass_Fields() - Method in interface org.eclipse.emf.java.JavaPackage
Returns the meta object for the reference list 'Fields'
getJClass_Final() - Method in class org.eclipse.emf.java.impl.JavaPackageImpl
 
getJClass_Final() - Method in interface org.eclipse.emf.java.JavaPackage
Returns the meta object for the attribute 'Final'
getJClass_Interface() - Method in class org.eclipse.emf.java.impl.JavaPackageImpl
 
getJClass_Interface() - Method in interface org.eclipse.emf.java.JavaPackage
Returns the meta object for the attribute 'Interface'
getJClass_JavaClass() - Method in class org.eclipse.emf.java.impl.JavaPackageImpl
 
getJClass_JavaClass() - Method in interface org.eclipse.emf.java.JavaPackage
Returns the meta object for the attribute 'Java Class'
getJClass_Members() - Method in class org.eclipse.emf.java.impl.JavaPackageImpl
 
getJClass_Members() - Method in interface org.eclipse.emf.java.JavaPackage
Returns the meta object for the containment reference list 'Members'
getJClass_Methods() - Method in class org.eclipse.emf.java.impl.JavaPackageImpl
 
getJClass_Methods() - Method in interface org.eclipse.emf.java.JavaPackage
Returns the meta object for the reference list 'Methods'
getJClass_Package() - Method in class org.eclipse.emf.java.impl.JavaPackageImpl
 
getJClass_Package() - Method in interface org.eclipse.emf.java.JavaPackage
Returns the meta object for the reference 'Package'
getJClass_SuperTypes() - Method in class org.eclipse.emf.java.impl.JavaPackageImpl
 
getJClass_SuperTypes() - Method in interface org.eclipse.emf.java.JavaPackage
Returns the meta object for the reference list 'Super Types'
getJClass_Throwable() - Method in class org.eclipse.emf.java.impl.JavaPackageImpl
 
getJClass_Throwable() - Method in interface org.eclipse.emf.java.JavaPackage
Returns the meta object for the attribute 'Throwable'
getJClass_Types() - Method in class org.eclipse.emf.java.impl.JavaPackageImpl
 
getJClass_Types() - Method in interface org.eclipse.emf.java.JavaPackage
Returns the meta object for the reference list 'Types'
getJClass_Unit() - Method in class org.eclipse.emf.java.impl.JavaPackageImpl
 
getJClass_Unit() - Method in interface org.eclipse.emf.java.JavaPackage
Returns the meta object for the container reference 'Unit'
getJCompilationUnit(EModelElement) - Method in class org.eclipse.emf.importer.java.builder.JavaEcoreBuilder
 
getJCompilationUnit() - Method in class org.eclipse.emf.java.impl.JavaPackageImpl
 
getJCompilationUnit() - Method in interface org.eclipse.emf.java.JavaPackage
Returns the meta object for class 'JCompilation Unit'
getJCompilationUnit_Comment() - Method in class org.eclipse.emf.java.impl.JavaPackageImpl
 
getJCompilationUnit_Comment() - Method in interface org.eclipse.emf.java.JavaPackage
Returns the meta object for the attribute 'Comment'
getJCompilationUnit_ImportedPackages() - Method in class org.eclipse.emf.java.impl.JavaPackageImpl
 
getJCompilationUnit_ImportedPackages() - Method in interface org.eclipse.emf.java.JavaPackage
Returns the meta object for the reference list 'Imported Packages'
getJCompilationUnit_ImportedTypes() - Method in class org.eclipse.emf.java.impl.JavaPackageImpl
 
getJCompilationUnit_ImportedTypes() - Method in interface org.eclipse.emf.java.JavaPackage
Returns the meta object for the reference list 'Imported Types'
getJCompilationUnit_Imports() - Method in class org.eclipse.emf.java.impl.JavaPackageImpl
 
getJCompilationUnit_Imports() - Method in interface org.eclipse.emf.java.JavaPackage
Returns the meta object for the attribute list 'Imports'
getJCompilationUnit_Package() - Method in class org.eclipse.emf.java.impl.JavaPackageImpl
 
getJCompilationUnit_Package() - Method in interface org.eclipse.emf.java.JavaPackage
Returns the meta object for the reference 'Package'
getJCompilationUnit_Types() - Method in class org.eclipse.emf.java.impl.JavaPackageImpl
 
getJCompilationUnit_Types() - Method in interface org.eclipse.emf.java.JavaPackage
Returns the meta object for the containment reference list 'Types'
getJControlModel() - Method in class org.eclipse.emf.codegen.ecore.generator.Generator
Returns a JControlModel that the generator's adapters can use for merging.
getJControlModel() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Deprecated.
In EMF 2.2, a GeneratorAdapter should be used to implement code generation. Generator provides an equivalent to this method. This method will be removed after 2.2.
getJControlModel() - 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. Generator provides an equivalent to this method. This method will be removed after 2.2.
getJDKLevel() - Method in class org.eclipse.emf.ant.taskdefs.codegen.ecore.GeneratorTask
 
getJDOMFactory() - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMFacadeHelper
 
getJETEmitter(AbstractGeneratorAdapter.JETEmitterDescriptor[], int) - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter
Returns the JETEmitter for the JETEmitterDescriptor at the index specified by id in the given array.
getJETEmitterDescriptors() - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenClassGeneratorAdapter
Returns the set of JETEmitterDescriptors used by the adapter.
getJETEmitterDescriptors() - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenEnumGeneratorAdapter
Returns the set of JETEmitterDescriptors used by the adapter.
getJETEmitterDescriptors() - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenModelGeneratorAdapter
Returns the set of JETEmitterDescriptors used by the adapter.
getJETEmitterDescriptors() - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenPackageGeneratorAdapter
Returns the set of JETEmitterDescriptors used by the adapter.
getJETEmitterDescriptors() - Method in class org.eclipse.emf.examples.generator.validator.GenClassValidatorGeneratorAdapter
 
getJETEmitterDescriptors() - Method in class org.eclipse.emf.examples.generator.validator.GenModelValidatorGeneratorAdapter
 
getJETProject() - Method in class org.eclipse.emf.codegen.presentation.JETPropertyPage
Returns the highlighted project in the workbench.
getJField() - Method in class org.eclipse.emf.java.impl.JavaPackageImpl
 
getJField() - Method in interface org.eclipse.emf.java.JavaPackage
Returns the meta object for class 'JField'
getJField_Final() - Method in class org.eclipse.emf.java.impl.JavaPackageImpl
 
getJField_Final() - Method in interface org.eclipse.emf.java.JavaPackage
Returns the meta object for the attribute 'Final'
getJField_Initializer() - Method in class org.eclipse.emf.java.impl.JavaPackageImpl
 
getJField_Initializer() - Method in interface org.eclipse.emf.java.JavaPackage
Returns the meta object for the attribute 'Initializer'
getJField_JavaField() - Method in class org.eclipse.emf.java.impl.JavaPackageImpl
 
getJField_JavaField() - Method in interface org.eclipse.emf.java.JavaPackage
Returns the meta object for the attribute 'Java Field'
getJField_Transient() - Method in class org.eclipse.emf.java.impl.JavaPackageImpl
 
getJField_Transient() - Method in interface org.eclipse.emf.java.JavaPackage
Returns the meta object for the attribute 'Transient'
getJField_Type() - Method in class org.eclipse.emf.java.impl.JavaPackageImpl
 
getJField_Type() - Method in interface org.eclipse.emf.java.JavaPackage
Returns the meta object for the reference 'Type'
getJField_Volatile() - Method in class org.eclipse.emf.java.impl.JavaPackageImpl
 
getJField_Volatile() - Method in interface org.eclipse.emf.java.JavaPackage
Returns the meta object for the attribute 'Volatile'
getJInitializer() - Method in class org.eclipse.emf.java.impl.JavaPackageImpl
 
getJInitializer() - Method in interface org.eclipse.emf.java.JavaPackage
Returns the meta object for class 'JInitializer'
getJInitializer_Body() - Method in class org.eclipse.emf.java.impl.JavaPackageImpl
 
getJInitializer_Body() - Method in interface org.eclipse.emf.java.JavaPackage
Returns the meta object for the attribute 'Body'
getJMember() - Method in class org.eclipse.emf.java.impl.JavaPackageImpl
 
getJMember() - Method in interface org.eclipse.emf.java.JavaPackage
Returns the meta object for class 'JMember'
getJMember_Comment() - Method in class org.eclipse.emf.java.impl.JavaPackageImpl
 
getJMember_Comment() - Method in interface org.eclipse.emf.java.JavaPackage
Returns the meta object for the attribute 'Comment'
getJMember_ContainingType() - Method in class org.eclipse.emf.java.impl.JavaPackageImpl
 
getJMember_ContainingType() - Method in interface org.eclipse.emf.java.JavaPackage
Returns the meta object for the container reference 'Containing Type'
getJMember_Static() - Method in class org.eclipse.emf.java.impl.JavaPackageImpl
 
getJMember_Static() - Method in interface org.eclipse.emf.java.JavaPackage
Returns the meta object for the attribute 'Static'
getJMember_Visibility() - Method in class org.eclipse.emf.java.impl.JavaPackageImpl
 
getJMember_Visibility() - Method in interface org.eclipse.emf.java.JavaPackage
Returns the meta object for the attribute 'Visibility'
getJMethod() - Method in class org.eclipse.emf.java.impl.JavaPackageImpl
 
getJMethod() - Method in interface org.eclipse.emf.java.JavaPackage
Returns the meta object for class 'JMethod'
getJMethod_Abstract() - Method in class org.eclipse.emf.java.impl.JavaPackageImpl
 
getJMethod_Abstract() - Method in interface org.eclipse.emf.java.JavaPackage
Returns the meta object for the attribute 'Abstract'
getJMethod_Body() - Method in class org.eclipse.emf.java.impl.JavaPackageImpl
 
getJMethod_Body() - Method in interface org.eclipse.emf.java.JavaPackage
Returns the meta object for the attribute 'Body'
getJMethod_Constructor() - Method in class org.eclipse.emf.java.impl.JavaPackageImpl
 
getJMethod_Constructor() - Method in interface org.eclipse.emf.java.JavaPackage
Returns the meta object for the attribute 'Constructor'
getJMethod_Exceptions() - Method in class org.eclipse.emf.java.impl.JavaPackageImpl
 
getJMethod_Exceptions() - Method in interface org.eclipse.emf.java.JavaPackage
Returns the meta object for the reference list 'Exceptions'
getJMethod_Final() - Method in class org.eclipse.emf.java.impl.JavaPackageImpl
 
getJMethod_Final() - Method in interface org.eclipse.emf.java.JavaPackage
Returns the meta object for the attribute 'Final'
getJMethod_JavaConstructor() - Method in class org.eclipse.emf.java.impl.JavaPackageImpl
 
getJMethod_JavaConstructor() - Method in interface org.eclipse.emf.java.JavaPackage
Returns the meta object for the attribute 'Java Constructor'
getJMethod_JavaMethod() - Method in class org.eclipse.emf.java.impl.JavaPackageImpl
 
getJMethod_JavaMethod() - Method in interface org.eclipse.emf.java.JavaPackage
Returns the meta object for the attribute 'Java Method'
getJMethod_Native() - Method in class org.eclipse.emf.java.impl.JavaPackageImpl
 
getJMethod_Native() - Method in interface org.eclipse.emf.java.JavaPackage
Returns the meta object for the attribute 'Native'
getJMethod_Parameters() - Method in class org.eclipse.emf.java.impl.JavaPackageImpl
 
getJMethod_Parameters() - Method in interface org.eclipse.emf.java.JavaPackage
Returns the meta object for the containment reference list 'Parameters'
getJMethod_ReturnType() - Method in class org.eclipse.emf.java.impl.JavaPackageImpl
 
getJMethod_ReturnType() - Method in interface org.eclipse.emf.java.JavaPackage
Returns the meta object for the reference 'Return Type'
getJMethod_Synchronized() - Method in class org.eclipse.emf.java.impl.JavaPackageImpl
 
getJMethod_Synchronized() - Method in interface org.eclipse.emf.java.JavaPackage
Returns the meta object for the attribute 'Synchronized'
getJModelElement() - Method in class org.eclipse.emf.java.impl.JavaPackageImpl
 
getJModelElement() - Method in interface org.eclipse.emf.java.JavaPackage
Returns the meta object for class 'JModel Element'
getJModelElement_JNode() - Method in class org.eclipse.emf.java.impl.JavaPackageImpl
 
getJModelElement_JNode() - Method in interface org.eclipse.emf.java.JavaPackage
Returns the meta object for the attribute 'JNode'
getJModelElement_Name() - Method in class org.eclipse.emf.java.impl.JavaPackageImpl
 
getJModelElement_Name() - Method in interface org.eclipse.emf.java.JavaPackage
Returns the meta object for the attribute 'Name'
getJNode() - Method in class org.eclipse.emf.java.impl.JavaPackageImpl
 
getJNode() - Method in class org.eclipse.emf.java.impl.JModelElementImpl
 
getJNode() - Method in interface org.eclipse.emf.java.JavaPackage
Returns the meta object for data type 'JNode'
getJNode() - Method in interface org.eclipse.emf.java.JModelElement
Returns the value of the 'JNode' attribute
getJPackage() - Method in class org.eclipse.emf.codegen.merge.java.JPatternDictionary
 
getJPackage() - Method in class org.eclipse.emf.java.impl.JavaPackageImpl
 
getJPackage() - Method in interface org.eclipse.emf.java.JavaPackage
Returns the meta object for class 'JPackage'
getJPackage_JavaPackage() - Method in class org.eclipse.emf.java.impl.JavaPackageImpl
 
getJPackage_JavaPackage() - Method in interface org.eclipse.emf.java.JavaPackage
Returns the meta object for the attribute 'Java Package'
getJPackage_Types() - Method in class org.eclipse.emf.java.impl.JavaPackageImpl
 
getJPackage_Types() - Method in interface org.eclipse.emf.java.JavaPackage
Returns the meta object for the reference list 'Types'
getJParameter() - Method in class org.eclipse.emf.java.impl.JavaPackageImpl
 
getJParameter() - Method in interface org.eclipse.emf.java.JavaPackage
Returns the meta object for class 'JParameter'
getJParameter_Final() - Method in class org.eclipse.emf.java.impl.JavaPackageImpl
 
getJParameter_Final() - Method in interface org.eclipse.emf.java.JavaPackage
Returns the meta object for the attribute 'Final'
getJParameter_Method() - Method in class org.eclipse.emf.java.impl.JavaPackageImpl
 
getJParameter_Method() - Method in interface org.eclipse.emf.java.JavaPackage
Returns the meta object for the container reference 'Method'
getJParameter_Type() - Method in class org.eclipse.emf.java.impl.JavaPackageImpl
 
getJParameter_Type() - Method in interface org.eclipse.emf.java.JavaPackage
Returns the meta object for the reference 'Type'
getJVisibility() - Method in class org.eclipse.emf.java.impl.JavaPackageImpl
 
getJVisibility() - Method in interface org.eclipse.emf.java.JavaPackage
Returns the meta object for enum 'JVisibility'
getJvmArgumentTypeReferenceAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getJvmArgumentTypeReferenceRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getJvmElements(EObject) - Method in class org.eclipse.emf.ecore.xcore.resource.XcoreModelAssociator
 
getJvmFeatureAccessors(GenClass, GenFeature, boolean, boolean) - Method in class org.eclipse.emf.ecore.xcore.util.XcoreJvmInferrer
 
getJvmFormalParameter(GenParameter) - Method in class org.eclipse.emf.ecore.xcore.util.XcoreJvmInferrer
 
getJvmFormalParameterAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getJvmFormalParameterRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getJvmGenericTypeParameterProxy(String) - Method in class org.eclipse.emf.ecore.xcore.util.XcoreJvmInferrer.TypeReferenceHelper
 
getJvmGenericTypeProxy(String) - Method in class org.eclipse.emf.ecore.xcore.util.XcoreJvmInferrer.TypeReferenceHelper
 
getJvmLowerBoundAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getJvmLowerBoundAndedAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getJvmLowerBoundAndedRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getJvmLowerBoundRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getJvmOperation() - Method in class org.eclipse.emf.ecore.xcore.mappings.XOperationMapping
 
getJvmOperation(GenClass, GenOperation, boolean, boolean) - Method in class org.eclipse.emf.ecore.xcore.util.XcoreJvmInferrer
 
getJvmParameterizedTypeReferenceAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getJvmParameterizedTypeReferenceRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getJvmTypeParameter(ETypeParameter, GenTypeParameter) - Method in class org.eclipse.emf.ecore.xcore.util.XcoreJvmInferrer
 
getJvmTypeParameterAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getJvmTypeParameterRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getJvmTypeReference(String, EObject) - Method in class org.eclipse.emf.ecore.xcore.util.XcoreJvmInferrer
 
getJvmTypeReference(EGenericType, EObject) - Method in class org.eclipse.emf.ecore.xcore.util.XcoreJvmInferrer
 
getJvmTypeReference(GenClassifier) - Method in class org.eclipse.emf.ecore.xcore.util.XcoreJvmInferrer
 
getJvmTypeReferenceAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getJvmTypeReferenceRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getJvmTypeReferences(List<EGenericType>, EObject) - Method in class org.eclipse.emf.ecore.xcore.util.XcoreJvmInferrer
 
getJvmUpperBoundAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getJvmUpperBoundAndedAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getJvmUpperBoundAndedRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getJvmUpperBoundRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getJvmWildcardTypeReferenceAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getJvmWildcardTypeReferenceRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getKey() - Method in class org.eclipse.emf.common.util.BasicEMap.EntryImpl
 
getKey() - Method in class org.eclipse.emf.ecore.change.impl.EObjectToChangesMapEntryImpl
 
getKey() - Method in class org.eclipse.emf.ecore.impl.DynamicEObjectImpl.BasicEMapEntry
 
getKey() - Method in class org.eclipse.emf.ecore.impl.EStringToStringMapEntryImpl
 
getKey() - Method in class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container.Dynamic.BasicEMapEntry
 
getKey() - Method in class org.eclipse.emf.ecore.resource.impl.DESCipherImpl
 
getKey() - Method in class org.eclipse.emf.ecore.xcore.impl.XStringToStringMapEntryImpl
 
getKey() - Method in class org.eclipse.emf.importer.rose.parser.RoseNode
 
getKey() - Method in class org.eclipse.emf.mapping.ecore2xml.impl.ENamedElementToXMLInfoMapEntryImpl
 
getKeyAssignment_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XStringToStringMapEntryElements
 
getKeyQualifiedNameParserRuleCall_0_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XStringToStringMapEntryElements
 
getKeys() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
getKeys() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
getKeys() - Method in class org.eclipse.emf.ecore.xcore.impl.XReferenceImpl
 
getKeys() - Method in interface org.eclipse.emf.ecore.xcore.XReference
Returns the value of the 'Keys' reference list.
getKeysAssignment_8_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XReferenceElements
 
getKeysAssignment_8_2_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XReferenceElements
 
getKeysGenFeatureCrossReference_8_1_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XReferenceElements
 
getKeysGenFeatureCrossReference_8_2_1_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XReferenceElements
 
getKeysGenFeatureValidIDParserRuleCall_8_1_0_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XReferenceElements
 
getKeysGenFeatureValidIDParserRuleCall_8_2_1_0_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XReferenceElements
 
getKeysize() - Method in class org.eclipse.emf.ecore.resource.impl.AESCipherImpl
 
getKeysKeyword_15() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.FeatureCallIDElements
 
getKeysKeyword_8_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XReferenceElements
 
getKeyType() - Method in class org.eclipse.emf.databinding.edit.internal.EMFEditMapPropertyDecorator
 
getKeyType() - Method in class org.eclipse.emf.databinding.internal.EMFMapProperty
 
getKeyType() - Method in class org.eclipse.emf.databinding.internal.EMFMapPropertyDecorator
 
getKind() - Method in class org.eclipse.emf.ecore.change.impl.ListChangeImpl
 
getKind() - Method in interface org.eclipse.emf.ecore.change.ListChange
Returns the value of the 'Kind' attribute.
getKinds(EClass, EStructuralFeature[]) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Lookup
 
getLabel() - Method in enum org.eclipse.emf.codegen.ecore.genmodel.handler.GenerateHandler.GenModelGenerationDialog.ProjectType
 
getLabel() - Method in class org.eclipse.emf.common.command.AbstractCommand
 
getLabel() - Method in interface org.eclipse.emf.common.command.Command
Returns a string suitable to represent the label that identifies this command.
getLabel() - Method in class org.eclipse.emf.common.command.CommandWrapper
Delegates to the getLabel method of the command.
getLabel() - Method in class org.eclipse.emf.common.command.CompoundCommand
Determines the label by composing the labels of the commands in the list; this is affected by the setting of CompoundCommand.resultIndex.
getLabel() - Method in class org.eclipse.emf.common.command.IdentityCommand
 
getLabel(EPackage) - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPackagePage
 
getLabel(Object, String) - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPackagePage
Returns the label of a given object.
getLabel(GenPackage) - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPackagePage
 
getLabel(String) - Method in class org.eclipse.emf.ecore.presentation.EcoreModelWizard.EcoreModelWizardInitialObjectCreationPage
Returns the label for the specified type name
getLabel() - Method in class org.eclipse.emf.edit.command.AbstractOverrideableCommand
 
getLabel(String) - Method in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryModelWizard.EXTLibraryModelWizardInitialObjectCreationPage
Returns the label for the specified type name
getLabel(EPackage) - Method in class org.eclipse.emf.importer.ui.contribution.base.ModelImporterPackagePage
 
getLabel() - Method in class org.eclipse.emf.mapping.command.CreateMappingCommand
 
getLabel(String) - Method in class org.eclipse.emf.mapping.ecore2ecore.presentation.Ecore2EcoreModelWizard.Ecore2EcoreModelWizardInitialObjectCreationPage
Returns the label for the specified type name
getLabel(String) - Method in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLModelWizard.Ecore2XMLModelWizardInitialObjectCreationPage
Returns the label for the specified type name
getLabelAndContentNotifyFeatures() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getLabelAndContentNotifyFeatures() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getLabelFeature() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
Returns the value of the 'Label Feature' reference
getLabelFeature() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getLabelFeature(EClass) - Method in class org.eclipse.emf.edit.provider.ReflectiveItemProvider
 
getLabelFeature(EClass) - Static method in class org.eclipse.emf.oda.ecore.util.StringUtil
 
getLabelFeatureCandidates() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getLabelFeatureCandidates() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getLabelFeatureGen() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getLabelNotifyFeatures() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getLabelNotifyFeatures() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getLabelProvider(Object) - Method in class org.eclipse.emf.ecore.provider.EModelElementItemProvider.ItemPropertyDescriptorWithUniqueChoiceOfValueLabels
 
getLabelProvider(Object) - Method in interface org.eclipse.emf.edit.provider.IItemPropertyDescriptor
Returns the label provider for this property.
getLabelProvider(Object) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
This returns the label provider that will be used to render the value of this property.
getLabelProvider(Object) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptorDecorator
This does the delegated job of getting the label provider for the given object
getLabelProvider() - Method in class org.eclipse.emf.edit.ui.provider.PropertyDescriptor
 
getLang() - Method in class org.eclipse.emf.ecore.xml.namespace.impl.XMLNamespaceDocumentRootImpl
 
getLang() - Method in interface org.eclipse.emf.ecore.xml.namespace.XMLNamespaceDocumentRoot
Returns the value of the 'Lang' attribute
getLangType() - Method in class org.eclipse.emf.ecore.xml.namespace.impl.XMLNamespacePackageImpl
 
getLangType() - Method in interface org.eclipse.emf.ecore.xml.namespace.XMLNamespacePackage
Returns the meta object for data type 'Lang Type'
getLangTypeNull() - Method in class org.eclipse.emf.ecore.xml.namespace.impl.XMLNamespacePackageImpl
 
getLangTypeNull() - Method in interface org.eclipse.emf.ecore.xml.namespace.XMLNamespacePackage
Returns the meta object for data type 'Lang Type Null'
getLanguage() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Language' attribute
getLanguage() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getLanguage() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypePackageImpl
 
getLanguage() - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
Returns the meta object for data type 'Language'
getLanguageName() - Method in class org.eclipse.emf.codegen.ecore.xtext.GenModelRuntimeModule
 
getLastMethod() - Method in class org.eclipse.emf.codegen.jet.JETSkeleton
 
getLastModelConverterDescriptorId() - Method in class org.eclipse.emf.converter.ui.ModelConverterDescriptorSelectionPage
 
getLastName() - Method in class org.eclipse.emf.examples.extlibrary.impl.PersonImpl
 
getLastName() - Method in interface org.eclipse.emf.examples.extlibrary.Person
Returns the value of the 'Last Name' attribute
getLeadingTabReplacement() - Method in class org.eclipse.emf.codegen.merge.java.JControlModel
 
getLeftCurlyBracketKeyword_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XBlockExpressionElements
 
getLeftCurlyBracketKeyword_3() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XEnumElements
 
getLeftCurlyBracketKeyword_7() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XClassElements
 
getLeftGradient() - Method in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
Deprecated.
 
getLeftParenthesisKeyword_2_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XAnnotationElements
 
getLeftParenthesisKeyword_8() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XOperationElements
 
getLeftSquareBracketKeyword_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XMultiplicityElements
 
getLendable() - Method in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
Returns the meta object for class 'Lendable'
getLendable() - Method in class org.eclipse.emf.examples.extlibrary.impl.EXTLibraryPackageImpl
 
getLendable_Borrowers() - Method in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
Returns the meta object for the reference list 'Borrowers'
getLendable_Borrowers() - Method in class org.eclipse.emf.examples.extlibrary.impl.EXTLibraryPackageImpl
 
getLendable_Copies() - Method in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
Returns the meta object for the attribute 'Copies'
getLendable_Copies() - Method in class org.eclipse.emf.examples.extlibrary.impl.EXTLibraryPackageImpl
 
getLength() - Method in class org.eclipse.emf.ecore.xmi.impl.StringSegment
 
getLength() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLLoadImpl.AttributesProxy
 
getLengthAccessorFunction() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenDataType
 
getLengthAccessorFunction() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
 
getLengthFacet() - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EClassExtendedMetaDataImpl
 
getLengthFacet() - Method in interface org.eclipse.emf.ecore.util.BasicExtendedMetaData.EClassifierExtendedMetaData
 
getLengthFacet() - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EDataTypeExtendedMetaDataImpl
 
getLengthFacet(EDataType) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
getLengthFacet(EDataType) - Method in interface org.eclipse.emf.ecore.util.ExtendedMetaData
Returns the length constraint on the given data type.
getLessThanSignKeyword_1_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XGenericTypeElements
 
getLessThanSignKeyword_3_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XDataTypeElements
 
getLessThanSignKeyword_4_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XClassElements
 
getLessThanSignKeyword_4_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XOperationElements
 
getLibrary() - Method in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
Returns the meta object for class 'Library'
getLibrary() - Method in class org.eclipse.emf.examples.extlibrary.impl.EXTLibraryPackageImpl
 
getLibrary_Books() - Method in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
Returns the meta object for the reference list 'Books'
getLibrary_Books() - Method in class org.eclipse.emf.examples.extlibrary.impl.EXTLibraryPackageImpl
 
getLibrary_Borrowers() - Method in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
Returns the meta object for the containment reference list 'Borrowers'
getLibrary_Borrowers() - Method in class org.eclipse.emf.examples.extlibrary.impl.EXTLibraryPackageImpl
 
getLibrary_Branches() - Method in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
Returns the meta object for the containment reference list 'Branches'
getLibrary_Branches() - Method in class org.eclipse.emf.examples.extlibrary.impl.EXTLibraryPackageImpl
 
getLibrary_Employees() - Method in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
Returns the meta object for the containment reference list 'Employees'
getLibrary_Employees() - Method in class org.eclipse.emf.examples.extlibrary.impl.EXTLibraryPackageImpl
 
getLibrary_Name() - Method in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
Returns the meta object for the attribute 'Name'
getLibrary_Name() - Method in class org.eclipse.emf.examples.extlibrary.impl.EXTLibraryPackageImpl
 
getLibrary_ParentBranch() - Method in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
Returns the meta object for the container reference 'Parent Branch'
getLibrary_ParentBranch() - Method in class org.eclipse.emf.examples.extlibrary.impl.EXTLibraryPackageImpl
 
getLibrary_People() - Method in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
Returns the meta object for the attribute list 'People'
getLibrary_People() - Method in class org.eclipse.emf.examples.extlibrary.impl.EXTLibraryPackageImpl
 
getLibrary_Stock() - Method in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
Returns the meta object for the containment reference list 'Stock'
getLibrary_Stock() - Method in class org.eclipse.emf.examples.extlibrary.impl.EXTLibraryPackageImpl
 
getLibrary_Writers() - Method in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
Returns the meta object for the containment reference list 'Writers'
getLibrary_Writers() - Method in class org.eclipse.emf.examples.extlibrary.impl.EXTLibraryPackageImpl
 
getLine() - Method in interface org.eclipse.emf.ecore.resource.Resource.Diagnostic
Returns the line location of the issue within the source.
getLine() - Method in exception org.eclipse.emf.ecore.xmi.XMIException
 
getLineBeginOffsetOfOffset(int) - Method in class org.eclipse.emf.ecore.xcore.ui.quickfix.XcoreQuickfixProvider.RemovalRegion
 
getLineDelimiter() - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter
Returns the current line delimiter used for generating textual results.
getLineDelimiter(URI, String) - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter
 
getLineDelimiter() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getLineDelimiter() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getLineDelimiter() - Method in class org.eclipse.emf.codegen.util.ImportManager
Returns the line delimiter to be used in ImportManager.computeSortedImports().
getLineDelimiter(URI, InputStream, Map<?, ?>, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.resource.impl.ContentHandlerImpl
Returns the line delimiter of the input stream; it's computed from the bytes interpreted using the appropriate character set.
getLineDelimiter(InputStream, String) - Static method in class org.eclipse.emf.ecore.resource.impl.ContentHandlerImpl
Returns the line delimiter of the input stream interpreted using the specified character set.
getLineDelimiter(URI, InputStream, Map<?, ?>, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.resource.impl.PlatformContentHandlerImpl
This implementation only gets called when platform's content describer throws an exception, i.e., when the resource doesn't exist.
getLineDelimiter(String, Map<?, ?>) - Static method in class org.eclipse.emf.ecore.resource.impl.PlatformResourceURIHandlerImpl.WorkbenchHelper
Returns the project or workspace line delimiter preference for a new workspace file at the specified location.
getLineEndOffsetOfOffset(int) - Method in class org.eclipse.emf.ecore.xcore.ui.quickfix.XcoreQuickfixProvider.RemovalRegion
 
getLineNumber() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
getLineNumber() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler.ManyReference
 
getLineNumber() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler.SingleReference
 
getLineNumber() - Method in interface org.eclipse.emf.ecore.xmi.XMLHelper.ManyReference
 
getList(EStoreEObjectImpl.EStoreImpl.Entry) - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.EStoreImpl
 
getList() - Method in class org.eclipse.emf.edit.command.CommandParameter
This returns the specified collection as a list.
getList(EStructuralFeature) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter.ChildrenStore
Returns the list view of the specified feature, or null if the store does not handle the feature.
getListChange() - Method in interface org.eclipse.emf.ecore.change.ChangePackage
Returns the meta object for class 'List Change'
getListChange() - Method in class org.eclipse.emf.ecore.change.impl.ChangePackageImpl
 
getListChange_DataValues() - Method in interface org.eclipse.emf.ecore.change.ChangePackage
Returns the meta object for the attribute list 'Data Values'
getListChange_DataValues() - Method in class org.eclipse.emf.ecore.change.impl.ChangePackageImpl
 
getListChange_Feature() - Method in interface org.eclipse.emf.ecore.change.ChangePackage
Returns the meta object for the reference 'Feature'
getListChange_Feature() - Method in class org.eclipse.emf.ecore.change.impl.ChangePackageImpl
 
getListChange_FeatureMapEntryValues() - Method in interface org.eclipse.emf.ecore.change.ChangePackage
Returns the meta object for the containment reference list 'Feature Map Entry Values'
getListChange_FeatureMapEntryValues() - Method in class org.eclipse.emf.ecore.change.impl.ChangePackageImpl
 
getListChange_Index() - Method in interface org.eclipse.emf.ecore.change.ChangePackage
Returns the meta object for the attribute 'Index'
getListChange_Index() - Method in class org.eclipse.emf.ecore.change.impl.ChangePackageImpl
 
getListChange_Kind() - Method in interface org.eclipse.emf.ecore.change.ChangePackage
Returns the meta object for the attribute 'Kind'
getListChange_Kind() - Method in class org.eclipse.emf.ecore.change.impl.ChangePackageImpl
 
getListChange_MoveToIndex() - Method in interface org.eclipse.emf.ecore.change.ChangePackage
Returns the meta object for the attribute 'Move To Index'
getListChange_MoveToIndex() - Method in class org.eclipse.emf.ecore.change.impl.ChangePackageImpl
 
getListChange_ReferenceValues() - Method in interface org.eclipse.emf.ecore.change.ChangePackage
Returns the meta object for the reference list 'Reference Values'
getListChange_ReferenceValues() - Method in class org.eclipse.emf.ecore.change.impl.ChangePackageImpl
 
getListChange_Values() - Method in interface org.eclipse.emf.ecore.change.ChangePackage
Returns the meta object for the attribute list 'Values'
getListChange_Values() - Method in class org.eclipse.emf.ecore.change.impl.ChangePackageImpl
 
getListChanges() - Method in interface org.eclipse.emf.ecore.change.FeatureChange
Returns the value of the 'List Changes' containment reference list.
getListChanges() - Method in class org.eclipse.emf.ecore.change.impl.FeatureChangeImpl
 
getListChanges() - Method in class org.eclipse.emf.ecore.change.impl.ResourceChangeImpl
 
getListChanges() - Method in interface org.eclipse.emf.ecore.change.ResourceChange
Returns the value of the 'List Changes' containment reference list.
getListConstructor(GenFeature) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getListConstructor(GenFeature) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getListDataType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypedElementImpl
 
getListener() - Method in class org.eclipse.emf.databinding.internal.EMFPropertyListener
 
getListItemType(GenClass) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenTypedElement
This returns the imported name of the feature type/wrapper class, or if a multi-valued feature, the type of the EList members
getListItemType() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenTypedElement
Deprecated. 
getListItemType(GenClass) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
 
getListItemType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypedElementImpl
Deprecated.
getListItemType(GenClass) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypedElementImpl
 
getListTemplateArguments(GenClass) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenTypedElement
Returns either "" or the getListItemType surrounded by <>, depending on the effective compliance level.
getListTemplateArguments(GenClass) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypedElementImpl
 
getListValue(EList<?>) - Method in class org.eclipse.emf.ecore.change.impl.FeatureChangeImpl
 
getLiteral() - Method in enum org.eclipse.emf.codegen.ecore.genmodel.GenDecoration
 
getLiteral() - Method in enum org.eclipse.emf.codegen.ecore.genmodel.GenDelegationKind
 
getLiteral() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenEnumLiteral
 
getLiteral() - Method in enum org.eclipse.emf.codegen.ecore.genmodel.GenJDKLevel
 
getLiteral() - Method in enum org.eclipse.emf.codegen.ecore.genmodel.GenPropertyKind
 
getLiteral() - Method in enum org.eclipse.emf.codegen.ecore.genmodel.GenProviderKind
 
getLiteral() - Method in enum org.eclipse.emf.codegen.ecore.genmodel.GenResourceKind
 
getLiteral() - Method in enum org.eclipse.emf.codegen.ecore.genmodel.GenRuntimePlatform
 
getLiteral() - Method in enum org.eclipse.emf.codegen.ecore.genmodel.GenRuntimeVersion
 
getLiteral() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumLiteralImpl
 
getLiteral() - Method in class org.eclipse.emf.common.util.AbstractEnumerator
Returns the literal value of the enumerator.
getLiteral() - Method in interface org.eclipse.emf.common.util.Enumerator
Returns the literal value of the enumerator.
getLiteral() - Method in enum org.eclipse.emf.ecore.change.ChangeKind
 
getLiteral() - Method in interface org.eclipse.emf.ecore.EEnumLiteral
Returns the value of the 'Literal' attribute
getLiteral() - Method in class org.eclipse.emf.ecore.impl.EEnumLiteralImpl
 
getLiteral() - Method in class org.eclipse.emf.ecore.xcore.impl.XEnumLiteralImpl
 
getLiteral() - Method in interface org.eclipse.emf.ecore.xcore.XEnumLiteral
Returns the value of the 'Literal' attribute
getLiteral() - Method in enum org.eclipse.emf.ecore.xml.namespace.SpaceType
 
getLiteral() - Method in enum org.eclipse.emf.examples.extlibrary.BookCategory
 
getLiteral() - Method in enum org.eclipse.emf.java.JVisibility
 
getLiteralAssignment_2_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XEnumLiteralElements
 
getLiteralGen() - Method in class org.eclipse.emf.ecore.impl.EEnumLiteralImpl
 
getLiterals() - Method in class org.eclipse.emf.ecore.xcore.impl.XEnumImpl
 
getLiterals() - Method in interface org.eclipse.emf.ecore.xcore.XEnum
Returns the value of the 'Literals' containment reference list.
getLiteralsAssignment_4_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XEnumElements
 
getLiteralsAssignment_4_1_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XEnumElements
 
getLiteralSTRINGTerminalRuleCall_2_1_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XEnumLiteralElements
 
getLiteralsXEnumLiteralParserRuleCall_4_0_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XEnumElements
 
getLiteralsXEnumLiteralParserRuleCall_4_1_1_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XEnumElements
 
getLiveValidator() - Method in class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator
 
getLoadOptions() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl
 
getLoadOptions() - Method in interface org.eclipse.emf.ecore.resource.ResourceSet
Returns the options used during demand load.
getLocalAssignment_2_4_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XReferenceElements
 
getLocalAssignment_2_5_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XReferenceElements
 
getLocalAttribute(EClass, String, String) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
getLocalClassifierIndex(GenClassifier) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getLocalClassifierIndex(GenClassifier) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getLocale() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getLocale() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getLocalElement(EClass, String, String) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
getLocalFeatureIndex(GenFeature) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getLocalFeatureIndex(GenFeature) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getLocalFile() - Method in class org.eclipse.emf.codegen.jet.JETMark
 
getLocalKeyword_17() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.FeatureCallIDElements
 
getLocalLocalKeyword_2_4_1_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XReferenceElements
 
getLocalLocalKeyword_2_5_0_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XReferenceElements
 
getLocallyDefinedTypes(XtextResource) - Method in class org.eclipse.emf.ecore.xcore.scoping.XcoreImportsConfiguration
 
getLocalName(int) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLLoadImpl.AttributesProxy
 
getLocalOperationIndex(GenOperation) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getLocalOperationIndex(GenOperation) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getLocalPart() - Method in class org.eclipse.emf.ecore.xmi.impl.NameInfoImpl
 
getLocalPart() - Method in interface org.eclipse.emf.ecore.xmi.NameInfo
 
getLocation() - Method in class org.eclipse.emf.codegen.ecore.genmodel.handler.GenerateHandler.GenModelGenerationDialog
 
getLocation() - Method in class org.eclipse.emf.codegen.ecore.genmodel.handler.GenerateHandler.GenModelSelectionDialog
 
getLocation() - Method in class org.eclipse.emf.common.ui.wizard.AbstractExampleInstallerWizard.FileToOpen
 
getLocation() - Method in interface org.eclipse.emf.ecore.resource.Resource.Diagnostic
Returns the source location of the issue.
getLocation() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
getLocation() - Method in exception org.eclipse.emf.ecore.xmi.XMIException
 
getLocation() - Method in exception org.eclipse.emf.ecore.xml.type.internal.RegEx.ParseException
 
getLocation() - Method in class org.eclipse.emf.edit.command.DragAndDropCommand
 
getLocation(DropTargetEvent) - Method in class org.eclipse.emf.edit.ui.dnd.EditingDomainViewerDropAdapter
This returns the location of the mouse in the vertical direction, relative to the item widget, from 0 (top) to 1 (bottom).
getLocationData(Diagnostic) - Method in class org.eclipse.emf.ecore.xcore.validation.XcoreDiagnosticConverter
 
getLog() - Method in class org.eclipse.emf.common.EMFPlugin.InternalHelper
 
getLogicalContainer(XExpression) - Method in class org.eclipse.emf.ecore.xcore.resource.XcoreModelAssociator
 
getLong() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypePackageImpl
 
getLong() - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
Returns the meta object for data type 'Long'
getLongObject() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypePackageImpl
 
getLongObject() - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
Returns the meta object for data type 'Long Object'
getLongText(String) - Method in class org.eclipse.emf.exporter.html.HTMLExporter
Returns a text that is suitable for displaying in HTML.
getLookUp() - Method in class org.eclipse.emf.ecore.xcore.scoping.XcoreResourceDescription
 
getLower() - Method in class org.eclipse.emf.importer.rose.parser.RoseLoader
 
getLower() - Method in class org.eclipse.emf.importer.rose.parser.RoseWriter
 
getLowerBound() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenTypedElement
 
getLowerBound() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypedElementImpl
 
getLowerBound() - Method in interface org.eclipse.emf.ecore.ETypedElement
Returns the value of the 'Lower Bound' attribute
getLowerBound() - Method in class org.eclipse.emf.ecore.impl.ETypedElementImpl
 
getLowerBound() - Method in class org.eclipse.emf.ecore.xcore.impl.XGenericTypeImpl
 
getLowerBound() - Method in interface org.eclipse.emf.ecore.xcore.XGenericType
Returns the value of the 'Lower Bound' containment reference
getLowerBoundAssignment_2_1_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XGenericWildcardTypeArgumentElements
 
getLowerBoundXGenericTypeParserRuleCall_2_1_1_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XGenericWildcardTypeArgumentElements
 
getMainGenModel() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
If this is the GenModel of a used or static GenPackage or of the Ecore, XMLType, or XMLNamespace GenPackage in another GenModel, this returns that GenModel.
getMainGenModel() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
getMainGenModel() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getMainGenPackage() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getMainPackage() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
Deprecated.
2.9
getMainType(JCompilationUnit) - Method in class org.eclipse.emf.codegen.merge.java.facade.FacadeHelper
Returns the first public type in of a compilation unit.
getManager() - Method in interface org.eclipse.emf.examples.extlibrary.Employee
Returns the value of the 'Manager' reference
getManager() - Method in class org.eclipse.emf.examples.extlibrary.impl.EmployeeImpl
 
getManifestMFEmitter() - 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.
getManifestMFEmitter() - 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.
getMapEntryKeyFeature() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getMapEntryKeyFeature() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getMapEntryTypeGenClass() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenTypedElement
 
getMapEntryTypeGenClass() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypedElementImpl
 
getMapEntryValueFeature() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getMapEntryValueFeature() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getMapGenClass() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenTypedElement
Deprecated.
As of EMF 2.1, replaced by GenTypedElement.getMapEntryTypeGenClass().
getMapGenClass() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypedElementImpl
Deprecated.
getMapItemType() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenTypedElement
Deprecated.
As of EMF 2.1, replaced by GenTypedElement.getImportedMapEntryType().
getMapItemType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypedElementImpl
Deprecated.
getMapModelInfo(boolean, boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypedElementImpl
 
getMappedObject() - Method in class org.eclipse.emf.mapping.provider.MappedObjectItemProvider
 
getMappedObjectItemProvider(Mapping, Object) - Method in class org.eclipse.emf.mapping.provider.MappingItemProvider
 
getMappedObjects() - Method in class org.eclipse.emf.mapping.impl.MappingImpl
 
getMappedObjects() - Method in interface org.eclipse.emf.mapping.Mapping
This returns a set containing the results of Mapping.getInputs() and Mapping.getOutputs().
getMappedObjects(ISelection) - Method in class org.eclipse.emf.mapping.presentation.MappingEditor
This turns the selection into the set of RefObjects involved in the mapping.
getMappedObjectState(Object) - Method in class org.eclipse.emf.mapping.impl.MappingRootImpl
This uses the MappingRootImpl.mappedObjectStateAdapterFactory to get an adapter that implements this interface.
getMappedObjectState(Object) - Method in interface org.eclipse.emf.mapping.MappingRoot
This returns the mapping state, if any, of the given object.
getMapper() - Method in class org.eclipse.emf.mapping.impl.MappingHelperImpl
 
getMapper() - Method in interface org.eclipse.emf.mapping.MappingHelper
Returns the value of the 'Mapper' container reference.
getMapping(XPackage) - Method in class org.eclipse.emf.ecore.xcore.mappings.XcoreMapper
 
getMapping(XClass) - Method in class org.eclipse.emf.ecore.xcore.mappings.XcoreMapper
 
getMapping(XTypeParameter) - Method in class org.eclipse.emf.ecore.xcore.mappings.XcoreMapper
 
getMapping(XStructuralFeature) - Method in class org.eclipse.emf.ecore.xcore.mappings.XcoreMapper
 
getMapping(XOperation) - Method in class org.eclipse.emf.ecore.xcore.mappings.XcoreMapper
 
getMapping(XParameter) - Method in class org.eclipse.emf.ecore.xcore.mappings.XcoreMapper
 
getMapping(XDataType) - Method in class org.eclipse.emf.ecore.xcore.mappings.XcoreMapper
 
getMapping(XEnumLiteral) - Method in class org.eclipse.emf.ecore.xcore.mappings.XcoreMapper
 
getMapping() - Method in class org.eclipse.emf.mapping.impl.MappingPackageImpl
 
getMapping() - Method in interface org.eclipse.emf.mapping.MappingPackage
Returns the meta object for class 'Mapping'
getMapping() - Method in class org.eclipse.emf.mapping.provider.MappedObjectItemProvider
 
getMapping_Helper() - Method in class org.eclipse.emf.mapping.impl.MappingPackageImpl
 
getMapping_Helper() - Method in interface org.eclipse.emf.mapping.MappingPackage
Returns the meta object for the containment reference 'Helper'
getMapping_Inputs() - Method in class org.eclipse.emf.mapping.impl.MappingPackageImpl
 
getMapping_Inputs() - Method in interface org.eclipse.emf.mapping.MappingPackage
Returns the meta object for the reference list 'Inputs'
getMapping_Nested() - Method in class org.eclipse.emf.mapping.impl.MappingPackageImpl
 
getMapping_Nested() - Method in interface org.eclipse.emf.mapping.MappingPackage
Returns the meta object for the containment reference list 'Nested'
getMapping_NestedIn() - Method in class org.eclipse.emf.mapping.impl.MappingPackageImpl
 
getMapping_NestedIn() - Method in interface org.eclipse.emf.mapping.MappingPackage
Returns the meta object for the container reference 'Nested In'
getMapping_Outputs() - Method in class org.eclipse.emf.mapping.impl.MappingPackageImpl
 
getMapping_Outputs() - Method in interface org.eclipse.emf.mapping.MappingPackage
Returns the meta object for the reference list 'Outputs'
getMapping_TypeMapping() - Method in class org.eclipse.emf.mapping.impl.MappingPackageImpl
 
getMapping_TypeMapping() - Method in interface org.eclipse.emf.mapping.MappingPackage
Returns the meta object for the reference 'Type Mapping'
getMappingDomain() - Method in class org.eclipse.emf.mapping.presentation.MappingEditor
 
getMappingEnablementFlags() - Method in class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain
 
getMappingEnablementFlags() - Method in interface org.eclipse.emf.mapping.domain.MappingDomain
This returns a set of flags that control enablement of mapping creation and removal commands for this domain.
getMappingFactory() - Method in class org.eclipse.emf.mapping.impl.MappingPackageImpl
 
getMappingFactory() - Method in interface org.eclipse.emf.mapping.MappingPackage
Returns the factory that creates the instances of the model
getMappingHelper() - Method in class org.eclipse.emf.mapping.impl.MappingPackageImpl
 
getMappingHelper() - Method in interface org.eclipse.emf.mapping.MappingPackage
Returns the meta object for class 'Helper'
getMappingHelper_HelpedObject() - Method in class org.eclipse.emf.mapping.impl.MappingPackageImpl
 
getMappingHelper_HelpedObject() - Method in interface org.eclipse.emf.mapping.MappingPackage
Returns the meta object for the reference 'Helped Object'
getMappingHelper_Mapper() - Method in class org.eclipse.emf.mapping.impl.MappingPackageImpl
 
getMappingHelper_Mapper() - Method in interface org.eclipse.emf.mapping.MappingPackage
Returns the meta object for the container reference 'Mapper'
getMappingHelper_Nested() - Method in class org.eclipse.emf.mapping.impl.MappingPackageImpl
 
getMappingHelper_Nested() - Method in interface org.eclipse.emf.mapping.MappingPackage
Returns the meta object for the containment reference list 'Nested'
getMappingHelper_NestedIn() - Method in class org.eclipse.emf.mapping.impl.MappingPackageImpl
 
getMappingHelper_NestedIn() - Method in interface org.eclipse.emf.mapping.MappingPackage
Returns the meta object for the container reference 'Nested In'
getMappingPackage() - Method in class org.eclipse.emf.mapping.impl.MappingFactoryImpl
 
getMappingPackage() - Method in interface org.eclipse.emf.mapping.MappingFactory
Returns the package supported by this factory
getMappingRoot() - Method in class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain
 
getMappingRoot() - Method in interface org.eclipse.emf.mapping.domain.MappingDomain
This returns the mapping root for this domain.
getMappingRoot(IStructuredSelection) - Method in class org.eclipse.emf.mapping.ecore2xml.action.GenerateEcore2XMLActionDelegate
 
getMappingRoot() - Method in class org.eclipse.emf.mapping.impl.MappingImpl
 
getMappingRoot() - Method in class org.eclipse.emf.mapping.impl.MappingPackageImpl
 
getMappingRoot() - Method in interface org.eclipse.emf.mapping.Mapping
This returns either the containing mapping root or the object itself, if it is a mapping root.
getMappingRoot() - Method in interface org.eclipse.emf.mapping.MappingPackage
Returns the meta object for class 'Root'
getMappingRoot_CommandStack() - Method in class org.eclipse.emf.mapping.impl.MappingPackageImpl
 
getMappingRoot_CommandStack() - Method in interface org.eclipse.emf.mapping.MappingPackage
Returns the meta object for the attribute 'Command Stack'
getMappingRoot_OutputReadOnly() - Method in class org.eclipse.emf.mapping.impl.MappingPackageImpl
 
getMappingRoot_OutputReadOnly() - Method in interface org.eclipse.emf.mapping.MappingPackage
Returns the meta object for the attribute 'Output Read Only'
getMappingRoot_TopToBottom() - Method in class org.eclipse.emf.mapping.impl.MappingPackageImpl
 
getMappingRoot_TopToBottom() - Method in interface org.eclipse.emf.mapping.MappingPackage
Returns the meta object for the attribute 'Top To Bottom'
getMappings(Object) - Method in class org.eclipse.emf.mapping.impl.MappingRootImpl
 
getMappings() - Method in class org.eclipse.emf.mapping.impl.MappingRootImpl.MappedObjectStateAdapter
 
getMappings() - Method in interface org.eclipse.emf.mapping.MappedObjectState
This returns all the mappings the refer to the mapped object.
getMappings(Object) - Method in interface org.eclipse.emf.mapping.MappingRoot
This returns a collection of the mappings that refer to the given object.
getMappings(ISelection) - Method in class org.eclipse.emf.mapping.presentation.MappingEditor
This turns the selection into the set of mappings, but only if all the objects are mappings.
getMappingStrategy() - Method in class org.eclipse.emf.mapping.impl.MappingPackageImpl
 
getMappingStrategy() - Method in interface org.eclipse.emf.mapping.MappingPackage
Returns the meta object for class 'Strategy'
getMarkerDiagnostics(Object, IFile) - Method in class org.eclipse.emf.common.ui.MarkerHelper
Converts markers in the file to diagnostics.
getMarkerDiagnostics(Object, IFile) - Method in class org.eclipse.emf.edit.ui.util.EditUIMarkerHelper
 
getMarkerHelper() - Method in class org.eclipse.emf.common.ui.editor.ProblemEditorPart
 
getMarkerID() - Method in class org.eclipse.emf.common.ui.MarkerHelper
 
getMarkerID() - Method in class org.eclipse.emf.edit.ui.action.ValidateAction.EclipseResourcesUtil
 
getMarkup() - Method in class org.eclipse.emf.codegen.merge.java.JControlModel.MatchRule
 
getMarkup() - Method in class org.eclipse.emf.codegen.merge.java.JControlModel.PushRule
 
getMarkup() - Method in class org.eclipse.emf.codegen.merge.java.JControlModel.SortRule
 
getMarkup() - Method in class org.eclipse.emf.codegen.merge.java.JControlModel.SweepRule
 
getMarkupMap() - Method in class org.eclipse.emf.codegen.jmerge.JPatternDictionary
Deprecated.
 
getMarkupMap() - Method in class org.eclipse.emf.codegen.merge.java.JPatternDictionary
 
getMatchRules() - Method in class org.eclipse.emf.codegen.merge.java.JControlModel
 
getMaxConnections() - Method in class org.eclipse.emf.oda.ecore.impl.Driver
 
getMaxExclusiveFacet() - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EClassExtendedMetaDataImpl
 
getMaxExclusiveFacet() - Method in interface org.eclipse.emf.ecore.util.BasicExtendedMetaData.EClassifierExtendedMetaData
 
getMaxExclusiveFacet() - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EDataTypeExtendedMetaDataImpl
 
getMaxExclusiveFacet(EDataType) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
getMaxExclusiveFacet(EDataType) - Method in interface org.eclipse.emf.ecore.util.ExtendedMetaData
Returns the maximum (exclusive) constraint on the given data type.
getMaxInclusiveFacet() - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EClassExtendedMetaDataImpl
 
getMaxInclusiveFacet() - Method in interface org.eclipse.emf.ecore.util.BasicExtendedMetaData.EClassifierExtendedMetaData
 
getMaxInclusiveFacet() - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EDataTypeExtendedMetaDataImpl
 
getMaxInclusiveFacet(EDataType) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
getMaxInclusiveFacet(EDataType) - Method in interface org.eclipse.emf.ecore.util.ExtendedMetaData
Returns the maximum (inclusive) constraint on the given data type.
getMaxLength() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenDataType
 
getMaxLength() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
 
getMaxLengthFacet() - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EClassExtendedMetaDataImpl
 
getMaxLengthFacet() - Method in interface org.eclipse.emf.ecore.util.BasicExtendedMetaData.EClassifierExtendedMetaData
 
getMaxLengthFacet() - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EDataTypeExtendedMetaDataImpl
 
getMaxLengthFacet(EDataType) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
getMaxLengthFacet(EDataType) - Method in interface org.eclipse.emf.ecore.util.ExtendedMetaData
Returns the maximum length constraint on the given data type.
getMaxLiteral() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenDataType
 
getMaxLiteral() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
 
getMaxQueries() - Method in class org.eclipse.emf.oda.ecore.impl.Connection
 
getMaxRows() - Method in class org.eclipse.emf.oda.ecore.impl.Query
 
getMembers() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJAbstractType
 
getMembers() - Method in class org.eclipse.emf.ecore.xcore.impl.XClassImpl
 
getMembers() - Method in interface org.eclipse.emf.ecore.xcore.XClass
Returns the value of the 'Members' containment reference list.
getMembers() - Method in class org.eclipse.emf.java.impl.JClassImpl
 
getMembers() - Method in interface org.eclipse.emf.java.JClass
Returns the value of the 'Members' containment reference list.
getMembersAssignment_8() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XClassElements
 
getMembersXMemberParserRuleCall_8_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XClassElements
 
getMemberTypes() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenDataType
 
getMemberTypes() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
 
getMemberTypes() - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EClassExtendedMetaDataImpl
 
getMemberTypes() - Method in interface org.eclipse.emf.ecore.util.BasicExtendedMetaData.EClassifierExtendedMetaData
 
getMemberTypes() - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EDataTypeExtendedMetaDataImpl
 
getMemberTypes(EDataType) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
getMemberTypes(EDataType) - Method in interface org.eclipse.emf.ecore.util.ExtendedMetaData
If a data type corresponds to a union type, returns the data types corresponding to its member types.
getMenuManager() - Method in class org.eclipse.emf.common.ui.ViewerPane
 
getMergedAffectedObjectsCollection() - Method in class org.eclipse.emf.common.command.CompoundCommand
Returns the merged collection of all command affected objects.
getMergedResultCollection() - Method in class org.eclipse.emf.common.command.CompoundCommand
Returns the merged collection of all command results.
getMergeRulesLocation() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Deprecated.
In EMF 2.2, a GeneratorAdapter should be used to implement code generation. Generator.Options provides an equivalent way to obtain this information. This method will be removed after 2.2.
getMergeRulesLocation() - 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. Generator.Options provides an equivalent way to obtain this information. This method will be removed after 2.2.
getMergeRulesURI(GenModel) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenModelGeneratorAdapterFactory
Returns the URI of the merge rules file for the given GenModel.
getMessage(Throwable) - Static method in exception org.eclipse.emf.codegen.jet.JETException
 
getMessage() - Method in class org.eclipse.emf.common.ui.editor.ProblemEditorPart
 
getMessage(Diagnostic) - Method in class org.eclipse.emf.common.ui.editor.ProblemEditorPart.TextProvider
Returns the message to be displayed next to the icon, at the top of the editor.
getMessage() - Method in class org.eclipse.emf.common.util.BasicDiagnostic
 
getMessage() - Method in interface org.eclipse.emf.common.util.Diagnostic
Returns a message describing the situation.
getMessage() - Method in interface org.eclipse.emf.ecore.resource.Resource.Diagnostic
Returns a translated message describing the issue.
getMessage() - Method in exception org.eclipse.emf.ecore.xmi.XMIException
 
getMetaData(String) - Method in class org.eclipse.emf.oda.ecore.impl.Connection
 
getMetaData() - Method in class org.eclipse.emf.oda.ecore.impl.Query
 
getMetaData() - Method in class org.eclipse.emf.oda.ecore.impl.ResultSet.EClass
 
getMetaData() - Method in class org.eclipse.emf.oda.ecore.impl.ResultSet.EDataType
 
getMetaDataPackageSuffix() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
Returns the value of the 'Meta Data Package Suffix' attribute.
getMetaDataPackageSuffix() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getMetaType() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClassifier
 
getMetaType() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
getMetaType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassifierImpl
 
getMetaType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
getMethod() - Method in class org.eclipse.emf.codegen.jet.JETEmitter
Returns the method that will be invoked when generate called.
getMethod() - Method in class org.eclipse.emf.java.impl.JParameterImpl
 
getMethod() - Method in interface org.eclipse.emf.java.JParameter
Returns the value of the 'Method' container reference.
getMethodMap() - Method in class org.eclipse.emf.codegen.jmerge.JPatternDictionary
Deprecated.
 
getMethodMap() - Method in class org.eclipse.emf.codegen.merge.java.JPatternDictionary
 
getMethodName() - Method in class org.eclipse.emf.codegen.jet.JETSkeleton
 
getMethods() - Method in class org.eclipse.emf.java.impl.JClassImpl
 
getMethods() - Method in interface org.eclipse.emf.java.JClass
Returns the value of the 'Methods' reference list.
getMinExclusiveFacet() - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EClassExtendedMetaDataImpl
 
getMinExclusiveFacet() - Method in interface org.eclipse.emf.ecore.util.BasicExtendedMetaData.EClassifierExtendedMetaData
 
getMinExclusiveFacet() - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EDataTypeExtendedMetaDataImpl
 
getMinExclusiveFacet(EDataType) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
getMinExclusiveFacet(EDataType) - Method in interface org.eclipse.emf.ecore.util.ExtendedMetaData
Returns the minimum (exclusive) constraint on the given data type.
getMinInclusiveFacet() - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EClassExtendedMetaDataImpl
 
getMinInclusiveFacet() - Method in interface org.eclipse.emf.ecore.util.BasicExtendedMetaData.EClassifierExtendedMetaData
 
getMinInclusiveFacet() - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EDataTypeExtendedMetaDataImpl
 
getMinInclusiveFacet(EDataType) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
getMinInclusiveFacet(EDataType) - Method in interface org.eclipse.emf.ecore.util.ExtendedMetaData
Returns the minimum (inclusive) constraint on the given data type.
getMinLength() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenDataType
 
getMinLength() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
 
getMinLengthFacet() - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EClassExtendedMetaDataImpl
 
getMinLengthFacet() - Method in interface org.eclipse.emf.ecore.util.BasicExtendedMetaData.EClassifierExtendedMetaData
 
getMinLengthFacet() - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EDataTypeExtendedMetaDataImpl
 
getMinLengthFacet(EDataType) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
getMinLengthFacet(EDataType) - Method in interface org.eclipse.emf.ecore.util.ExtendedMetaData
Returns the minumum length constraint on the given data type.
getMinLiteral() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenDataType
 
getMinLiteral() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
 
getMinute() - Method in class org.eclipse.emf.ecore.xml.type.internal.XMLCalendar
 
getMinutes() - Method in class org.eclipse.emf.ecore.xml.type.internal.XMLDuration
 
getMinutesLength() - Method in interface org.eclipse.emf.examples.extlibrary.AudioVisualItem
Returns the value of the 'Minutes Length' attribute
getMinutesLength() - Method in class org.eclipse.emf.examples.extlibrary.impl.AudioVisualItemImpl
 
getMissingPackages() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getMissingPackages() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getMissingPackagesHelper(List<EPackage>, List<GenPackage>) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getMixed() - Method in class org.eclipse.emf.ecore.xml.namespace.impl.XMLNamespaceDocumentRootImpl
 
getMixed() - Method in interface org.eclipse.emf.ecore.xml.namespace.XMLNamespaceDocumentRoot
Returns the value of the 'Mixed' attribute list.
getMixed() - Method in interface org.eclipse.emf.ecore.xml.type.AnyType
Returns the value of the 'Mixed' attribute list.
getMixed() - Method in class org.eclipse.emf.ecore.xml.type.impl.AnyTypeImpl
 
getMixed() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeDocumentRootImpl
 
getMixed() - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeDocumentRoot
Returns the value of the 'Mixed' attribute list.
getMixedFeature(EClass) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
getMixedFeature(EClass) - Method in interface org.eclipse.emf.ecore.util.ExtendedMetaData
If the given class represents mixed content, returns the wildcard element feature used to store its content.
getMixedGenFeature() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getMixedGenFeature() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getMixinGenClasses() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getMixinGenClasses() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getMixinGenFeatures() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getMixinGenFeatures() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getMixinGenOperations() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getMixinGenOperations() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getML_COMMENTRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getModCount() - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
getModCount() - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
getModCount() - Method in interface org.eclipse.emf.ecore.util.FeatureMap.Internal
 
getModCount() - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureFeatureMap
 
getModelAnnotation(String) - Method in class org.eclipse.emf.importer.java.builder.JavaEcoreBuilder
Returns the @model annotation contents, or null.
getModelAnnotationAttribute(String, String) - Method in class org.eclipse.emf.importer.java.builder.JavaEcoreBuilder
Returns the unquoted value of attribute-name="value" or of attribute-name='value', or null.
getModelAnnotationAttributes(String, String) - Method in class org.eclipse.emf.importer.java.builder.JavaEcoreBuilder
Returns the space separated concatenation of the unquoted value of each attribute-name="value" or attribute-name='value' repeat, or null.
getModelConverter() - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPage
 
getModelConverter() - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterWizard
 
getModelConverterDescriptor(String) - Method in class org.eclipse.emf.converter.ui.contribution.ModelConverterManager
 
getModelConverterDescriptor() - Method in class org.eclipse.emf.converter.ui.ModelConverterDescriptorSelectionPage
 
getModelConverterDescriptors() - Method in class org.eclipse.emf.converter.ui.contribution.ModelConverterManager
 
getModelDirectory() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Model Directory' attribute
getModelDirectory() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getModelDirectory() - Method in class org.eclipse.emf.ecore.xcore.generator.XcoreGeneratorImpl
 
getModelDirectoryGen() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getModelDocumentation(String) - Method in class org.eclipse.emf.importer.java.builder.JavaEcoreBuilder
Returns the model documentation, or null.
getModelElement() - Method in class org.eclipse.emf.ecore.xcore.impl.XAnnotationImpl
 
getModelElement() - Method in interface org.eclipse.emf.ecore.xcore.XAnnotation
Returns the value of the 'Model Element' container reference.
getModelExporter() - Method in interface org.eclipse.emf.exporter.ui.contribution.base.IModelExporterPage
 
getModelExporter() - Method in class org.eclipse.emf.exporter.ui.contribution.base.ModelExporterDirectoryURIPage
 
getModelExporter() - Method in class org.eclipse.emf.exporter.ui.contribution.base.ModelExporterOptionsPage
 
getModelExporter() - Method in class org.eclipse.emf.exporter.ui.contribution.base.ModelExporterPackagePage
 
getModelExporter() - Method in class org.eclipse.emf.exporter.ui.contribution.base.ModelExporterWizard
 
getModelExporterDescriptor(String) - Method in class org.eclipse.emf.exporter.ui.contribution.ModelExporterManager
 
getModelExporterDescriptor() - Method in class org.eclipse.emf.exporter.ui.EMFExportWizard.SelectionPage
 
getModelExporterDescriptors() - Method in class org.eclipse.emf.exporter.ui.EMFExportWizard
 
getModelExporterID() - Method in class org.eclipse.emf.exporter.ModelExporter.ReferencedGenPackageExportInfo
 
getModelFile() - Method in class org.eclipse.emf.ecore.presentation.DynamicModelWizard.DynamicModelWizardNewFileCreationPage
 
getModelFile() - Method in class org.eclipse.emf.ecore.presentation.DynamicModelWizard
Get the file from the page.
getModelFile() - Method in class org.eclipse.emf.ecore.presentation.EcoreModelWizard.EcoreModelWizardNewFileCreationPage
 
getModelFile() - Method in class org.eclipse.emf.ecore.presentation.EcoreModelWizard
Get the file from the page
getModelFile() - Method in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryModelWizard.EXTLibraryModelWizardNewFileCreationPage
 
getModelFile() - Method in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryModelWizard
Get the file from the page
getModelFile() - Method in class org.eclipse.emf.importer.ui.contribution.base.ModelImporterWizard
 
getModelFile() - Method in interface org.eclipse.emf.importer.ui.contribution.IModelImporterWizard
 
getModelFile() - Method in class org.eclipse.emf.mapping.ecore2ecore.presentation.Ecore2EcoreModelWizard.Ecore2EcoreModelWizardNewFileCreationPage
 
getModelFile() - Method in class org.eclipse.emf.mapping.ecore2ecore.presentation.Ecore2EcoreModelWizard
Get the file from the page
getModelFile() - Method in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLModelWizard.Ecore2XMLModelWizardNewFileCreationPage
 
getModelFile() - Method in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLModelWizard
Get the file from the page
getModelGIFEmitter() - 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.
getModelIconFileName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getModelIconFileName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getModelImporter() - Method in class org.eclipse.emf.importer.ModelImporterApplication
 
getModelImporter() - Method in interface org.eclipse.emf.importer.ui.contribution.base.IModelImporterPage
 
getModelImporter() - Method in class org.eclipse.emf.importer.ui.contribution.base.ModelImporterDetailPage
 
getModelImporter() - Method in class org.eclipse.emf.importer.ui.contribution.base.ModelImporterPackagePage
 
getModelImporter() - Method in class org.eclipse.emf.importer.ui.contribution.base.ModelImporterWizard
 
getModelImporterDescriptor(String) - Method in class org.eclipse.emf.importer.ui.contribution.ModelImporterManager
 
getModelImporterDescriptor() - Method in class org.eclipse.emf.importer.ui.EMFModelWizard.SelectionPage
 
getModelImporterDescriptors() - Method in class org.eclipse.emf.importer.ui.EMFModelWizard
 
getModelImporterDescriptors() - Method in class org.eclipse.emf.importer.ui.EMFProjectWizard
 
getModelInfo() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getModelInfo() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenDataType
 
getModelInfo() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenEnumLiteral
 
getModelInfo() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
getModelInfo() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenOperation
 
getModelInfo() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getModelInfo() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
getModelInfo() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getModelInfo() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
 
getModelInfo() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumLiteralImpl
 
getModelInfo() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
getModelInfo(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
getModelInfo() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
 
getModelInfo() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getModelInfo(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenParameterImpl
 
getModelInfo(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypeParameterImpl
 
getModelLocation() - Method in class org.eclipse.emf.importer.ModelImporter
 
getModelLocationURIs() - Method in class org.eclipse.emf.importer.ModelImporter
 
getModelModuleInherits() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Get the inherits dependencies for the model project's GWT Module.
getModelModuleInherits() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getModelModuleName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getModelModuleSources() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Get the source dependencies for the model project's GWT Module.
getModelModuleSources() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getModelName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Model Name' attribute
getModelName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getModelPluginClass() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Model Plugin Class' attribute
getModelPluginClass() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getModelPluginClassEmitter() - 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.
getModelPluginClassEmitter() - 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.
getModelPluginClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getModelPluginClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getModelPluginClassToUse() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getModelPluginDirectory() - Method in class org.eclipse.emf.importer.ModelImporter
 
getModelPluginID() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Model Plugin ID' attribute
getModelPluginID() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getModelPluginID() - Method in class org.eclipse.emf.importer.ModelImporter
 
getModelPluginPackageName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getModelPluginPackageName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getModelPluginVariables() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Model Plugin Variables' attribute list.
getModelPluginVariables() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getModelProject() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getModelProjectDirectory() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getModelProjectDirectory() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getModelProjectName() - Method in class org.eclipse.emf.importer.ModelImporter
 
getModelQualifiedPackageNames() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getModelQualifiedPackageNames() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getModelRequiredPlugins() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getModelRequiredPlugins() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getModelSourceFolders() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the source folders for the model project.
getModelSourceFolders() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getModelTestSuiteEmitter() - 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.
getModelTestSuiteEmitter() - 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.
getModelTree() - Method in class org.eclipse.emf.importer.rose.parser.RoseParser
 
getModelWizardClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getModelWizardClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getModelWizardEmitter() - 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.
getModelWizardEmitter() - 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.
getModelWizardGIFEmitter() - 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.
getModelWizardIconFileName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getModelWizardIconFileName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getModifierVisibility(int) - Static method in class org.eclipse.emf.java.util.JavaUtil
 
getMonth() - Method in class org.eclipse.emf.ecore.xml.type.internal.XMLCalendar
 
getMonths() - Method in class org.eclipse.emf.ecore.xml.type.internal.XMLDuration
 
getMostRecentCommand() - Method in class org.eclipse.emf.common.command.BasicCommandStack
 
getMostRecentCommand() - Method in interface org.eclipse.emf.common.command.CommandStack
Returns the command most recently executed, undone, or redone.
getMoveToIndex() - Method in class org.eclipse.emf.ecore.change.impl.ListChangeImpl
 
getMoveToIndex() - Method in interface org.eclipse.emf.ecore.change.ListChange
Returns the value of the 'Move To Index' attribute
getMultipleColumnsAction() - Method in class org.eclipse.emf.mapping.presentation.MappingEditor.OverviewViewer
Deprecated.
 
getMultiplicity() - Method in class org.eclipse.emf.ecore.xcore.impl.XTypedElementImpl
 
getMultiplicity() - Method in interface org.eclipse.emf.ecore.xcore.XTypedElement
Returns the value of the 'Multiplicity' attribute
getMultiplicityAssignment_3() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XParameterElements
 
getMultiplicityAssignment_4() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XAttributeElements
 
getMultiplicityAssignment_5() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XReferenceElements
 
getMultiplicityAssignment_6() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XOperationElements
 
getMultiplicityModelInfo(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypedElementImpl
 
getMultiplicityXMultiplicityParserRuleCall_3_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XParameterElements
 
getMultiplicityXMultiplicityParserRuleCall_4_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XAttributeElements
 
getMultiplicityXMultiplicityParserRuleCall_5_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XReferenceElements
 
getMultiplicityXMultiplicityParserRuleCall_6_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XOperationElements
 
getName() - Method in class org.eclipse.emf.ant.taskdefs.codegen.JETEmitterTask.Variable
 
getName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClassifier
 
getName() - Method in enum org.eclipse.emf.codegen.ecore.genmodel.GenDecoration
 
getName() - Method in enum org.eclipse.emf.codegen.ecore.genmodel.GenDelegationKind
 
getName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenEnumLiteral
 
getName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
getName() - Method in enum org.eclipse.emf.codegen.ecore.genmodel.GenJDKLevel
 
getName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenOperation
 
getName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenParameter
 
getName() - Method in enum org.eclipse.emf.codegen.ecore.genmodel.GenPropertyKind
 
getName() - Method in enum org.eclipse.emf.codegen.ecore.genmodel.GenProviderKind
 
getName() - Method in enum org.eclipse.emf.codegen.ecore.genmodel.GenResourceKind
 
getName() - Method in enum org.eclipse.emf.codegen.ecore.genmodel.GenRuntimePlatform
 
getName() - Method in enum org.eclipse.emf.codegen.ecore.genmodel.GenRuntimeVersion
 
getName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenTypeParameter
 
getName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenAnnotationImpl
 
getName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
getName(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.UniqueNameHelper
 
getName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassifierImpl
 
getName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumLiteralImpl
 
getName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
getName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
 
getName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenParameterImpl
 
getName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypeParameterImpl
 
getName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelActionBarContributor.ProjectType
 
getName(JInitializer) - Method in class org.eclipse.emf.codegen.merge.java.facade.AbstractJNode
 
getName() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJAbstractType
 
getName() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJAnnotation
Returns name of annotation type with preceding @ sign.
getName() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJAnnotationTypeMember
 
getName() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJCompilationUnit
Returns the name of the main type suffixed with java extension.
getName() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJEnumConstant
 
getName() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJField
Returns name of variable declaration fragment.
getName() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJImport
Returns the name of the import ending with ".*" for on demand imports.
getName() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJInitializer
getName() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJMethod
 
getName() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJPackage
 
getName() - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMJInitializer
 
getName() - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMJNode
 
getName() - Method in interface org.eclipse.emf.codegen.merge.java.facade.JNode
Returns the name of this node.
getName() - Method in class org.eclipse.emf.codegen.merge.java.JControlModel.DictionaryPattern
 
getName() - Method in class org.eclipse.emf.codegen.merge.java.JControlModel.MatchRule
 
getName() - Method in class org.eclipse.emf.codegen.merge.java.JControlModel.PullRule
 
getName() - Method in class org.eclipse.emf.codegen.merge.java.JControlModel.PushRule
 
getName() - Method in class org.eclipse.emf.codegen.merge.java.JControlModel.SortRule
 
getName() - Method in class org.eclipse.emf.codegen.merge.java.JControlModel.SweepRule
 
getName() - Method in class org.eclipse.emf.common.ui.URIEditorInput
Returns the toString value of the associated URI.
getName() - Method in class org.eclipse.emf.common.ui.wizard.AbstractExampleInstallerWizard.ProjectDescriptor
 
getName() - Method in class org.eclipse.emf.common.util.AbstractEnumerator
Returns the name of the enumerator.
getName() - Method in interface org.eclipse.emf.common.util.Enumerator
Returns the name of the enumerator.
getName() - Method in interface org.eclipse.emf.converter.ui.contribution.ModelConverterDescriptor
 
getName() - Method in class org.eclipse.emf.converter.ui.contribution.ModelConverterManager.ModelConverterDescriptorImpl
 
getName() - Method in enum org.eclipse.emf.ecore.change.ChangeKind
 
getName() - Method in interface org.eclipse.emf.ecore.ENamedElement
Returns the value of the 'Name' attribute
getName() - Method in class org.eclipse.emf.ecore.impl.ENamedElementImpl
Default is ID if name is null
getName() - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EClassExtendedMetaDataImpl
 
getName() - Method in interface org.eclipse.emf.ecore.util.BasicExtendedMetaData.EClassifierExtendedMetaData
 
getName() - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EDataTypeExtendedMetaDataImpl
 
getName() - Method in interface org.eclipse.emf.ecore.util.BasicExtendedMetaData.EStructuralFeatureExtendedMetaData
 
getName() - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EStructuralFeatureExtendedMetaDataImpl
 
getName(EClassifier) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
getName(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
getName(EClassifier) - Method in interface org.eclipse.emf.ecore.util.ExtendedMetaData
Returns the XML name for a classifier.
getName(EStructuralFeature) - Method in interface org.eclipse.emf.ecore.util.ExtendedMetaData
Returns the XML name for a structural feature.
getName() - Method in class org.eclipse.emf.ecore.xcore.impl.XNamedElementImpl
 
getName() - Method in interface org.eclipse.emf.ecore.xcore.XNamedElement
Returns the value of the 'Name' attribute
getName() - Method in exception org.eclipse.emf.ecore.xmi.ClassNotFoundException
 
getName() - Method in exception org.eclipse.emf.ecore.xmi.FeatureNotFoundException
 
getName(EClassifier) - Method in class org.eclipse.emf.ecore.xmi.impl.EMOFExtendedMetaData
 
getName(EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.EMOFExtendedMetaData
 
getName(ENamedElement) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
getName() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLInfoImpl
Returns the name to use for the Ecore construct in an XML file.
getName(ENamedElement) - Method in interface org.eclipse.emf.ecore.xmi.XMLHelper
Returns the XML name of the ENamedElement
getName() - Method in interface org.eclipse.emf.ecore.xmi.XMLResource.XMLInfo
Returns the name to use for the Ecore construct in an XML file.
getName() - Method in enum org.eclipse.emf.ecore.xml.namespace.SpaceType
 
getName() - Method in enum org.eclipse.emf.examples.extlibrary.BookCategory
 
getName() - Method in class org.eclipse.emf.examples.extlibrary.impl.LibraryImpl
 
getName() - Method in class org.eclipse.emf.examples.extlibrary.impl.WriterImpl
 
getName() - Method in interface org.eclipse.emf.examples.extlibrary.Library
Returns the value of the 'Name' attribute
getName() - Method in interface org.eclipse.emf.examples.extlibrary.Writer
Returns the value of the 'Name' attribute
getName() - Method in class org.eclipse.emf.importer.rose.builder.TableObject
 
getName() - Method in class org.eclipse.emf.importer.rose.builder.UnitTreeNode
 
getName(String) - Static method in class org.eclipse.emf.importer.rose.parser.Util
 
getName() - Method in class org.eclipse.emf.java.impl.JModelElementImpl
 
getName() - Method in interface org.eclipse.emf.java.JModelElement
Returns the value of the 'Name' attribute
getName() - Method in enum org.eclipse.emf.java.JVisibility
 
getName(Object) - Method in class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain
 
getName(Object) - Method in interface org.eclipse.emf.mapping.domain.MappingDomain
This returns the name of the object.
getName() - Method in class org.eclipse.emf.mapping.ecore2xml.impl.XMLInfoImpl
 
getName(EClassifier) - Method in class org.eclipse.emf.mapping.ecore2xml.util.Ecore2XMLExtendedMetaData
 
getName(EStructuralFeature) - Method in class org.eclipse.emf.mapping.ecore2xml.util.Ecore2XMLExtendedMetaData
 
getName() - Method in interface org.eclipse.emf.mapping.ecore2xml.XMLInfo
Returns the value of the 'Name' attribute
getName() - Method in class org.eclipse.emf.oda.ecore.ui.impl.EcoreDataSetWizardPage.Variable
Returns the name of this expression variable.
getName_() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypePackageImpl
 
getName_() - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
Returns the meta object for data type 'Name'
getNameAssignment_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XEnumLiteralElements
 
getNameAssignment_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XTypeParameterElements
 
getNameAssignment_2() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XAnnotationDirectiveElements
 
getNameAssignment_2() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XDataTypeElements
 
getNameAssignment_2() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XEnumElements
 
getNameAssignment_3() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XClassElements
 
getNameAssignment_3() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XPackageElements
 
getNameAssignment_4() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XParameterElements
 
getNameAssignment_5() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XAttributeElements
 
getNameAssignment_6() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XReferenceElements
 
getNameAssignment_7() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XOperationElements
 
getNamedElement(List<T>, String) - Method in class org.eclipse.emf.importer.java.builder.JavaEcoreBuilder
 
getNameGen() - Method in class org.eclipse.emf.ecore.impl.ENamedElementImpl
 
getNameIDTerminalRuleCall_1_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XEnumLiteralElements
 
getNameIDTerminalRuleCall_1_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XTypeParameterElements
 
getNameIDTerminalRuleCall_2_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XDataTypeElements
 
getNameIDTerminalRuleCall_2_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XEnumElements
 
getNameIDTerminalRuleCall_3_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XClassElements
 
getNameIDTerminalRuleCall_4_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XParameterElements
 
getNameIDTerminalRuleCall_5_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XAttributeElements
 
getNameIDTerminalRuleCall_6_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XReferenceElements
 
getNameIDTerminalRuleCall_7_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XOperationElements
 
getNameQualifiedNameParserRuleCall_3_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XPackageElements
 
getNamespace() - Method in interface org.eclipse.emf.ecore.util.BasicExtendedMetaData.EStructuralFeatureExtendedMetaData
 
getNamespace() - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EStructuralFeatureExtendedMetaDataImpl
 
getNamespace(EPackage) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
getNamespace(EClassifier) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
getNamespace(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
getNamespace(EPackage) - Method in interface org.eclipse.emf.ecore.util.ExtendedMetaData
Returns the namespace to use for model instance serializations of the specified package.
getNamespace(EClassifier) - Method in interface org.eclipse.emf.ecore.util.ExtendedMetaData
Returns the namespace to use for instances of the given classifier, the same namespace as for the package that contains it.
getNamespace(EStructuralFeature) - Method in interface org.eclipse.emf.ecore.util.ExtendedMetaData
Returns the namespace associated with the specified structural feature.
getNamespace(EPackage) - Method in class org.eclipse.emf.ecore.xmi.impl.EMOFExtendedMetaData
 
getNamespace(EPackage) - Method in class org.eclipse.emf.mapping.ecore2xml.util.Ecore2XMLExtendedMetaData
 
getNamespaceURI() - Method in class org.eclipse.emf.ecore.xmi.impl.NameInfoImpl
 
getNamespaceURI(String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
getNamespaceURI() - Method in interface org.eclipse.emf.ecore.xmi.NameInfo
 
getNamespaceURI(String) - Method in interface org.eclipse.emf.ecore.xmi.XMLHelper
Returns the namespaceURI in scope for the prefix.
getNameToValueMap() - Method in class org.eclipse.emf.ecore.xmi.impl.ResourceEntityHandlerImpl
 
getNameToValueMap() - Method in interface org.eclipse.emf.ecore.xmi.XMLResource.ResourceEntityHandler
Returns the map of entity names to entity values to be recorded in the document during save.
getNameValidIDParserRuleCall_2_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XAnnotationDirectiveElements
 
getNCName() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypePackageImpl
 
getNCName() - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
Returns the meta object for data type 'NC Name'
getNearestLogicalContainer(EObject) - Method in class org.eclipse.emf.ecore.xcore.resource.XcoreModelAssociator
 
getNegativeInteger() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypePackageImpl
 
getNegativeInteger() - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
Returns the meta object for data type 'Negative Integer'
getNested() - Method in class org.eclipse.emf.mapping.impl.MappingHelperImpl
 
getNested() - Method in class org.eclipse.emf.mapping.impl.MappingImpl
 
getNested() - Method in interface org.eclipse.emf.mapping.Mapping
Returns the value of the 'Nested' containment reference list.
getNested() - Method in interface org.eclipse.emf.mapping.MappingHelper
Returns the value of the 'Nested' containment reference list.
getNestedGenPackages() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
Returns the value of the 'Nested Gen Packages' containment reference list.
getNestedGenPackages() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getNestedIn() - Method in class org.eclipse.emf.mapping.impl.MappingHelperImpl
 
getNestedIn() - Method in class org.eclipse.emf.mapping.impl.MappingImpl
 
getNestedIn() - Method in interface org.eclipse.emf.mapping.Mapping
Returns the value of the 'Nested In' container reference.
getNestedIn() - Method in interface org.eclipse.emf.mapping.MappingHelper
Returns the value of the 'Nested In' container reference.
getNestedURL() - Method in class org.eclipse.emf.common.archive.ArchiveURLConnection
 
getNewBooleanValue() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getNewBooleanValue() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the new value of the notifier's feature, if it is of type boolean.
getNewBooleanValue() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getNewBooleanValue method of the notification.
getNewByteValue() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getNewByteValue() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the new value of the notifier's feature, if it is of type byte.
getNewByteValue() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getNewByteValue method of the notification.
getNewCharValue() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getNewCharValue() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the new value of the notifier's feature, if it is of type char.
getNewCharValue() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getNewCharValue method of the notification.
getNewChildDescriptors(Object, Object) - Method in class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain
getNewChildDescriptors(Object, Object) - Method in interface org.eclipse.emf.edit.domain.EditingDomain
This returns a collection of objects describing the different children that can be added under the specified object.
getNewChildDescriptors(Object, EditingDomain, Object) - Method in class org.eclipse.emf.edit.provider.AdapterFactoryItemDelegator
This returns a list of objects describing the different children that can be added under the specified object in the editing domain, following the specified sibling as closely as possible (if non-null).
getNewChildDescriptors(Object, EditingDomain) - Method in class org.eclipse.emf.edit.provider.ChildCreationExtenderManager
Returns the list of new child descriptors accumulated from each of the child creation extenders.
getNewChildDescriptors(Object, EditingDomain, Object) - Method in class org.eclipse.emf.edit.provider.DelegatingWrapperItemProvider
Uses the delegate item provider to return the delegate value's new child descriptors.
getNewChildDescriptors(Object, EditingDomain) - Method in interface org.eclipse.emf.edit.provider.IChildCreationExtender
Returns a collection of objects describing the children that can be added under the given object in the editing domain.
getNewChildDescriptors(Object, EditingDomain, Object) - Method in interface org.eclipse.emf.edit.provider.IEditingDomainItemProvider
This does the same thing as EditingDomain.getNewChildDescriptors, i.e., it returns a collection of objects describing the children that can be added under an object in the editing domain.
getNewChildDescriptors(Object, EditingDomain, Object) - Method in class org.eclipse.emf.edit.provider.ItemProvider
This implements IEditingDomainItemProvider.getNewChildDescriptors, returning an empty list.
getNewChildDescriptors(Object, EditingDomain, Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This implements IEditingDomainItemProvider.getNewChildDescriptors, returning descriptors for all the possible children that can be added to the specified object.
getNewChildDescriptors(Object, EditingDomain, Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderDecorator
This implements IEditingDomainItemProvider.getNewChildDescriptors by delegating to (IEditingDomainItemProvider)ItemProviderDecorator.decoratedItemProvider.
getNewChildDescriptors(Object, EditingDomain, Object) - Method in class org.eclipse.emf.edit.provider.resource.ResourceItemProvider
 
getNewChildDescriptors(Object, EditingDomain, Object) - Method in class org.eclipse.emf.edit.provider.resource.ResourceSetItemProvider
 
getNewChildDescriptors(Object, EditingDomain, Object) - Method in class org.eclipse.emf.edit.provider.WrapperItemProvider
IEditingDomainItemProvider.getNewChildDescriptors is implemented to return an empty list.
getNewChildDescriptors(Object, EditingDomain, Object) - Method in class org.eclipse.emf.mapping.provider.MappedObjectItemProvider
 
getNewDoubleValue() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getNewDoubleValue() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the new value of the notifier's feature, if it is of type double.
getNewDoubleValue() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getNewDoubleValue method of the notification.
getNewFloatValue() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getNewFloatValue() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the new value of the notifier's feature, if it is of type float.
getNewFloatValue() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getNewFloatValue method of the notification.
getNewIntValue() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getNewIntValue() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the new value of the notifier's feature, if it is of type int.
getNewIntValue() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getNewIntValue method of the notification.
getNewLongValue() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getNewLongValue() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the new value of the notifier's feature, if it is of type long.
getNewLongValue() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getNewLongValue method of the notification.
getNewName() - Method in class org.eclipse.emf.codegen.merge.java.JControlModel.SweepRule
 
getNewShortValue() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getNewShortValue() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the new value of the notifier's feature, if it is of type short.
getNewShortValue() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getNewShortValue method of the notification.
getNewStringValue() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getNewStringValue() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the new value of the notifier's feature as a String.
getNewStringValue() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getNewStringValue method of the notification.
getNewValue() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getNewValue() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the value of the notifier's feature after the change occurred.
getNewValue() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getNewValue method of the notification.
getNext(JNode) - Method in class org.eclipse.emf.codegen.merge.java.facade.FacadeHelper
Returns the sibling node immediately following the specified node.
getNext(JNode) - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMFacadeHelper
 
getNext() - Method in class org.eclipse.emf.importer.rose.parser.RoseLexer
 
getNextBlock() - Method in class org.eclipse.emf.importer.rose.parser.RoseLexer
 
getNextEntry() - Method in class org.eclipse.emf.common.util.WeakInterningHashSet.Entry
Returns the next entry in the collision chain with the same WeakInterningHashSet.Entry.hashCode.
getNextNode(ASTNode) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.CommentAwareSourceRangeComputer
Finds the node that follows the given node.
getNextPage() - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPage
 
getNextPage() - Method in class org.eclipse.emf.converter.ui.ModelConverterDescriptorSelectionPage
 
getNLString() - Method in class org.eclipse.emf.codegen.jet.JETSkeleton
 
getNMTOKEN() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypePackageImpl
 
getNMTOKEN() - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
Returns the meta object for data type 'NMTOKEN'
getNMTOKENS() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypePackageImpl
 
getNMTOKENS() - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
Returns the meta object for data type 'NMTOKENS'
getNMTOKENSBase() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypePackageImpl
 
getNMTOKENSBase() - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
Returns the meta object for data type 'NMTOKENS Base'
getNode(String) - Method in class org.eclipse.emf.codegen.merge.java.JPatternDictionary
 
getNode() - Method in class org.eclipse.emf.importer.rose.parser.RoseNode
 
getNodeConverter() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTFacadeHelper
 
getNodeConverter() - Method in class org.eclipse.emf.codegen.merge.java.facade.FacadeHelper
 
getNodeIdentifier(JNode) - Method in class org.eclipse.emf.codegen.merge.java.JPatternDictionary
 
getNodeMap(JNode) - Method in class org.eclipse.emf.codegen.merge.java.JPatternDictionary
 
getNodes() - Method in class org.eclipse.emf.importer.rose.builder.UnitTreeNode
 
getNodes() - Method in class org.eclipse.emf.importer.rose.parser.RoseNode
 
getNoImporterSet() - Method in class org.eclipse.emf.codegen.merge.java.JPatternDictionary
 
getNoImportPattern() - Method in class org.eclipse.emf.codegen.merge.java.JControlModel
 
getNoModelConverterMessage() - Method in class org.eclipse.emf.converter.ui.ModelConverterDescriptorSelectionPage
 
getNoModelConverterMessage() - Method in class org.eclipse.emf.exporter.ui.EMFExportWizard.SelectionPage
 
getNoModelConverterMessage() - Method in class org.eclipse.emf.importer.ui.EMFModelWizard.SelectionPage
 
getNoNamespacePackage() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
getNoNamespacePackage() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLMapImpl
 
getNoNamespacePackage() - Method in interface org.eclipse.emf.ecore.xmi.XMLHelper
Gets the package to use when there is no XML namespace in an XML file.
getNoNamespacePackage() - Method in interface org.eclipse.emf.ecore.xmi.XMLResource.XMLMap
Gets the package to use when namespaces are not used.
getNoNamespacePackage() - Method in class org.eclipse.emf.mapping.ecore2xml.impl.XMLMapImpl
 
getNoNamespacePackage() - Method in interface org.eclipse.emf.mapping.ecore2xml.XMLMap
Returns the value of the 'No Namespace Package' reference
getNonDuplicates(Collection<? extends E>) - Method in class org.eclipse.emf.common.util.AbstractEList
Returns the collection of objects in the given collection that are not also contained by this list.
getNonEObjectInternalTypeCast(GenClass) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenTypedElement
This returns either a cast to the internal type, or "" if it is EObject.
getNonEObjectInternalTypeCast() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenTypedElement
Deprecated. 
getNonEObjectInternalTypeCast() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypedElementImpl
Deprecated.
getNonEObjectInternalTypeCast(GenClass) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypedElementImpl
 
getNonExternalizedStringTag() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Non Externalized String Tag' attribute
getNonExternalizedStringTag() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getNonNavigableInverseReferences(EObject) - Method in class org.eclipse.emf.ecore.util.ECrossReferenceAdapter
 
getNonNavigableInverseReferences(EObject, boolean) - Method in class org.eclipse.emf.ecore.util.ECrossReferenceAdapter
 
getNonNegativeInteger() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypePackageImpl
 
getNonNegativeInteger() - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
Returns the meta object for data type 'Non Negative Integer'
getNonNLS() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getNonNLS(int) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getNonNLS(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getNonNLS(String, int) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getNonNLS() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getNonNLS(int) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getNonNLS(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getNonNLS(String, int) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getNonPositiveInteger() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypePackageImpl
 
getNonPositiveInteger() - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
Returns the meta object for data type 'Non Positive Integer'
getNonPrimitiveFeatureCount() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getNormalizedString() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypePackageImpl
 
getNormalizedString() - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
Returns the meta object for data type 'Normalized String'
getNOTATION() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypePackageImpl
 
getNOTATION() - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
Returns the meta object for data type 'NOTATION'
getNotifier() - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Returns null.
getNotifier() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getNotifier() - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Returns null.
getNotifier() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the object affected by the change.
getNotifier() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Returns the local notifier if set; otherwise delegates to the getNotifier method of the notification.
getNotifier() - Method in interface org.eclipse.emf.common.notify.NotifyingList
Returns the notifier that manages this list.
getNotifier() - Method in class org.eclipse.emf.ecore.impl.ENotificationImpl
 
getNotifier() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl.ContentsEList
 
getNotifier() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.ResourcesEList
 
getNotifier() - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList
 
getNotifier() - Method in class org.eclipse.emf.ecore.util.EcoreEList
 
getNotifier() - Method in class org.eclipse.emf.edit.provider.ItemProvider.ItemProviderNotification
 
getNotifyFeatures() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getNotifyFeatures() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getNSName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getNSName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getNsPrefix() - Method in interface org.eclipse.emf.ecore.EPackage
Returns the value of the 'Ns Prefix' attribute
getNsPrefix() - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
getNsPrefix() - Method in class org.eclipse.emf.importer.rose.parser.RoseNode
 
getNSURI() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getNSURI() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getNsURI() - Method in interface org.eclipse.emf.ecore.EPackage
Returns the value of the 'Ns URI' attribute
getNsURI() - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
getNsURI() - Method in class org.eclipse.emf.importer.rose.parser.RoseNode
 
getNSURIToLocalArtifactURIs() - Method in class org.eclipse.emf.exporter.ModelExporter.ReferencedGenPackageExportInfo
 
getNumberAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getNumberOfGroups() - Method in class org.eclipse.emf.ecore.xml.type.internal.RegEx.Match
Return the number of regular expression groups.
getNumberOfGroups() - Method in class org.eclipse.emf.ecore.xml.type.internal.RegEx.RegularExpression
Return the number of regular expression groups.
getNumberRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getObject() - Method in class org.eclipse.emf.codegen.jet.JETEmitter
Returns the object used as the target for the template.
getObject(String) - Method in class org.eclipse.emf.codegen.jet.JETEmitter
Returns the object used as the target for the template; it ensures that the returned object is using the given lineDelimiter and creates a new one if necessary.
getObject() - Method in exception org.eclipse.emf.ecore.xmi.FeatureNotFoundException
 
getObject() - Method in exception org.eclipse.emf.ecore.xmi.IllegalValueException
 
getObject() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler.ManyReference
 
getObject() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler.SingleReference
 
getObject() - Method in interface org.eclipse.emf.ecore.xmi.XMLHelper.ManyReference
 
getObject() - Method in class org.eclipse.emf.importer.rose.builder.TableObject
 
getObject(int) - Method in class org.eclipse.emf.oda.ecore.impl.ResultSet
 
getObject(String) - Method in class org.eclipse.emf.oda.ecore.impl.ResultSet
 
getObject() - Method in class org.eclipse.emf.oda.ecore.impl.ResultSet.JavaObject
 
getObjectByType(Collection<?>, EClassifier) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Returns the first collection member that is an instance of the type.
getObjectChanges() - Method in interface org.eclipse.emf.ecore.change.ChangeDescription
Returns the value of the 'Object Changes' map.
getObjectChanges() - Method in class org.eclipse.emf.ecore.change.impl.ChangeDescriptionImpl
 
getObjectChildren(Object) - Method in class org.eclipse.emf.ecore.util.EcoreUtil.ContentTreeIterator
Returns an empty iterator; subclasses may override this method.
getObjectInstanceClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenDataType
 
getObjectInstanceClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
 
getObjectLabel(EObject) - Method in interface org.eclipse.emf.ecore.EValidator.SubstitutionLabelProvider
Returns the label to identify an object.
getObjectLabel(EObject) - Method in class org.eclipse.emf.ecore.util.Diagnostician
 
getObjectLabel(EObject, Map<Object, Object>) - Static method in class org.eclipse.emf.ecore.util.EObjectValidator
 
getObjectLabel(EObject) - Method in class org.eclipse.emf.ecore.xcore.validation.XcoreDiagnostician
 
getObjectReturnType() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenOperation
Deprecated.
As of EMF 2.1, use getObjectType(GenClass) instead.
getObjectReturnType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
Deprecated.
As of EMF 2.1, use getObjectType(GenClass) instead.
getObjectsByType(Collection<?>, EClassifier) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Returns a collection containing each collection member that is an instance of the type.
getObjectsToAttach() - Method in interface org.eclipse.emf.ecore.change.ChangeDescription
Returns the value of the 'Objects To Attach' containment reference list.
getObjectsToAttach() - Method in class org.eclipse.emf.ecore.change.impl.ChangeDescriptionImpl
 
getObjectsToDetach() - Method in interface org.eclipse.emf.ecore.change.ChangeDescription
Returns the value of the 'Objects To Detach' reference list.
getObjectsToDetach() - Method in class org.eclipse.emf.ecore.change.impl.ChangeDescriptionImpl
 
getObjectsToDetachGen() - Method in class org.eclipse.emf.ecore.change.impl.ChangeDescriptionImpl
 
getObjectToNodeMap() - Method in class org.eclipse.emf.codegen.merge.java.facade.FacadeHelper
 
getObjectType() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenDataType
 
getObjectType(GenClass) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenTypedElement
This returns the imported name of the feature type or, if primitive, of the wrapper class (e.g.
getObjectType() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenTypedElement
Deprecated. 
getObjectType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
 
getObjectType(GenClass) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
 
getObjectType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypedElementImpl
Deprecated.
getObjectType(GenClass) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypedElementImpl
 
getObserved() - Method in class org.eclipse.emf.databinding.EObjectObservableList
 
getObserved() - Method in class org.eclipse.emf.databinding.EObjectObservableValue
 
getObserved() - Method in class org.eclipse.emf.databinding.internal.EMFObservableListDecorator
 
getObserved() - Method in class org.eclipse.emf.databinding.internal.EMFObservableMapDecorator
 
getObserved() - Method in class org.eclipse.emf.databinding.internal.EMFObservableSetDecorator
 
getObserved() - Method in class org.eclipse.emf.databinding.internal.EMFObservableValueDecorator
 
getOffset(EStructuralFeature) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter.ChildrenStore
Returns the offset in the list returned by getChildren of given feature's children.
getOffsetCorrectionField(GenFeature) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getOffsetCorrectionField(GenFeature) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getOldBooleanValue() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getOldBooleanValue() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the old value of the notifier's feature, if it is of type boolean.
getOldBooleanValue() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getOldBooleanValue method of the notification.
getOldByteValue() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getOldByteValue() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the old value of the notifier's feature, if it is of type byte.
getOldByteValue() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getOldByteValue method of the notification.
getOldCharValue() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getOldCharValue() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the old value of the notifier's feature, if it is of type char.
getOldCharValue() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getOldCharValue method of the notification.
getOldContainer(EObject) - Method in class org.eclipse.emf.ecore.change.impl.ChangeDescriptionImpl
 
getOldContainmentFeature(EObject) - Method in class org.eclipse.emf.ecore.change.impl.ChangeDescriptionImpl
 
getOldContainmentInformation() - Method in class org.eclipse.emf.ecore.change.impl.ChangeDescriptionImpl
 
getOldDoubleValue() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getOldDoubleValue() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the old value of the notifier's feature, if it is of type double.
getOldDoubleValue() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getOldDoubleValue method of the notification.
getOldFloatValue() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getOldFloatValue() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the old value of the notifier's feature, if it is of type float.
getOldFloatValue() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getOldFloatValue method of the notification.
getOldIndex() - Method in class org.eclipse.emf.edit.command.MoveCommand
This returns the original position to which the object will be moved upon undo.
getOldIntValue() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getOldIntValue() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the old value of the notifier's feature, if it is of type int.
getOldIntValue() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getOldIntValue method of the notification.
getOldLongValue() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getOldLongValue() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the old value of the notifier's feature, if it is of type long.
getOldLongValue() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getOldLongValue method of the notification.
getOldShortValue() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getOldShortValue() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the old value of the notifier's feature, if it is of type short.
getOldShortValue() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getOldShortValue method of the notification.
getOldStringValue() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getOldStringValue() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the old value of the notifier's feature as a String.
getOldStringValue() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getOldStringValue method of the notification.
getOldValue() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getOldValue() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the value of the notifier's feature before the change occurred.
getOldValue() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getOldValue method of the notification.
getOldValue() - Method in class org.eclipse.emf.edit.command.SetCommand
This returns the old value of the feature which must be restored during undo.
getOpAddAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getOpAddRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getOpAndAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getOpAndRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getOpCompareAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getOpCompareRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getOpenDirective() - Method in class org.eclipse.emf.codegen.jet.JETParser
 
getOpenExpr() - Method in class org.eclipse.emf.codegen.jet.JETParser
 
getOpenScriptlet() - Method in class org.eclipse.emf.codegen.jet.JETParser
 
getOpEqualityAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getOpEqualityRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getOperation() - Method in class org.eclipse.emf.ecore.xcore.impl.XParameterImpl
 
getOperation() - Method in interface org.eclipse.emf.ecore.xcore.XParameter
Returns the value of the 'Operation' container reference.
getOperation() - Method in class org.eclipse.emf.edit.command.DragAndDropCommand
 
getOperation() - Method in interface org.eclipse.emf.edit.command.DragAndDropFeedback
This returns one of the DROP_* values.
getOperationAccessorName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenOperation
 
getOperationAccessorName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
 
getOperationCount() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getOperationCount() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getOperationCount() - Method in interface org.eclipse.emf.ecore.EClass
Returns the number of operations.
getOperationCount() - Method in class org.eclipse.emf.ecore.impl.EClassImpl
 
getOperationCountID() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getOperationCountID() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getOperationCountValue() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getOperationCountValue() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getOperationID(GenOperation) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getOperationID(GenOperation, boolean) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getOperationID(GenOperation) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getOperationID(GenOperation, boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getOperationID(EOperation) - Method in interface org.eclipse.emf.ecore.EClass
Returns the ID of the operation relative to this class, or -1 if the operation is not in this class.
getOperationID() - Method in interface org.eclipse.emf.ecore.EOperation
Returns the ID relative to the containing class.
getOperationID(EOperation) - Method in class org.eclipse.emf.ecore.impl.EClassImpl
 
getOperationID() - Method in class org.eclipse.emf.ecore.impl.EOperationImpl
 
getOperationName() - Method in class org.eclipse.emf.importer.rose.parser.RoseNode
 
getOperations() - Method in class org.eclipse.emf.edit.command.DragAndDropCommand
 
getOperationValue(GenOperation) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getOperationValue(GenOperation) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getOpKeyword_18() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.FeatureCallIDElements
 
getOpKeyword_2() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XOperationElements
 
getOpMultiAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getOpMultiAssignAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getOpMultiAssignRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getOpMultiRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getOpOrAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getOpOrRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getOpOtherAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getOpOtherRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getOpposite() - Method in class org.eclipse.emf.ecore.xcore.impl.XReferenceImpl
 
getOpposite() - Method in interface org.eclipse.emf.ecore.xcore.XReference
Returns the value of the 'Opposite' reference
getOppositeAssignment_7_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XReferenceElements
 
getOppositeGenFeatureCrossReference_7_1_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XReferenceElements
 
getOppositeGenFeatureValidIDParserRuleCall_7_1_0_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XReferenceElements
 
getOppositeKeyword_19() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.FeatureCallIDElements
 
getOppositeKeyword_7_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XReferenceElements
 
getOpPostfixAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getOpPostfixRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getOpSingleAssignAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getOpSingleAssignRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getOptimizeCopy() - Method in class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain
This returns whether or not copy command optimizations are safe in this domain.
getOptimizeCopy() - Method in interface org.eclipse.emf.edit.domain.EditingDomain
This returns whether or not copy command optimizations are safe in this domain.
getOptions() - Method in class org.eclipse.emf.codegen.ecore.generator.Generator
Returns the Generator.Options for this generator.
getOptions() - Method in class org.eclipse.emf.ecore.xml.type.internal.RegEx.RegularExpression
Returns a option string.
getOpUnaryAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getOpUnaryRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getOrderedFlag() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenTypedElement
 
getOrderedFlag() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypedElementImpl
 
getOrderedGenClasses() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
Returns the list of GenClasses in the GenPackage, ordered such that a class always follows all of the classes it extends.
getOrderedGenClasses() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getOrderedGenClassifiers() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getOrderedGenClassifiers() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getOrderingValue(ENamedElement, Map<Object, Integer>) - Method in class org.eclipse.emf.importer.java.builder.JavaEcoreBuilder
 
getOrganizedImportSection(XtextResource) - Method in class org.eclipse.emf.ecore.xcore.formatting.XcoreImportOrganizer
 
getOriginalContent() - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMJCompilationUnit
 
getOriginalContents(JCompilationUnit) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTFacadeHelper
 
getOriginalContents() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJCompilationUnit
 
getOriginalContents(JCompilationUnit) - Method in class org.eclipse.emf.codegen.merge.java.facade.FacadeHelper
Returns the original, unmodified, content of the compilation unit.
getOriginalContents(JCompilationUnit) - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMFacadeHelper
 
getOriginalFieldDeclaration() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJField
 
getOriginalGenModel() - Method in class org.eclipse.emf.importer.ModelImporter
 
getOriginalGenModelFile() - Method in class org.eclipse.emf.importer.ui.contribution.base.ModelImporterWizard
 
getOriginalGenModelFile() - Method in interface org.eclipse.emf.importer.ui.contribution.IModelImporterWizard
 
getOriginalGenModelPath() - Method in class org.eclipse.emf.importer.ModelImporter
 
getOriginatingInput() - Method in class org.eclipse.emf.mapping.impl.MappingRootImpl.MappedObjectStateAdapter
 
getOriginatingInput() - Method in interface org.eclipse.emf.mapping.MappedObjectState
This returns, if appropriate, the originating input object of the output object.
getOut2in() - Method in interface org.eclipse.emf.mapping.ComplexTypeConverter
Returns the value of the 'Out2in' reference
getOut2in() - Method in interface org.eclipse.emf.mapping.FunctionNamePair
Returns the value of the 'Out2in' attribute
getOut2in() - Method in interface org.eclipse.emf.mapping.FunctionPair
Returns the value of the 'Out2in' reference
getOut2in() - Method in class org.eclipse.emf.mapping.impl.ComplexTypeConverterImpl
 
getOut2in() - Method in class org.eclipse.emf.mapping.impl.FunctionNamePairImpl
 
getOut2in() - Method in class org.eclipse.emf.mapping.impl.FunctionPairImpl
 
getOutputEPackage() - Method in interface org.eclipse.emf.mapping.ecore2ecore.Ecore2EcoreMappingRoot
 
getOutputEPackage() - Method in class org.eclipse.emf.mapping.ecore2ecore.impl.Ecore2EcoreMappingRootImpl
 
getOutputMetaObject(EObject) - Method in class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain
 
getOutputMetaObject(EObject) - Method in interface org.eclipse.emf.mapping.domain.MappingDomain
This returns the output meta object corresponding to the given input meta object.
getOutputName(String) - Method in class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain
 
getOutputName(String) - Method in interface org.eclipse.emf.mapping.domain.MappingDomain
This returns the corresponding output name for the given input name.
getOutputs() - Method in class org.eclipse.emf.mapping.impl.MappingImpl
 
getOutputs() - Method in interface org.eclipse.emf.mapping.Mapping
Returns the value of the 'Outputs' reference list.
getOutputStream() - Method in class org.eclipse.emf.common.archive.ArchiveURLConnection
Creates the output stream for the URL.
getOutputTypeClassifier(Object) - Method in class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain
 
getOutputTypeClassifier(Object) - Method in interface org.eclipse.emf.mapping.domain.MappingDomain
This returns the corresponding type classifier for the given input type classifier.
getOverride(EOperation) - Method in interface org.eclipse.emf.ecore.EClass
Returns the operation that overrides this operation.
getOverride(EOperation) - Method in class org.eclipse.emf.ecore.impl.EClassImpl
 
getOverride() - Method in class org.eclipse.emf.edit.command.AbstractOverrideableCommand
This returns the command that overrides this command.
getOverride() - Method in interface org.eclipse.emf.edit.command.OverrideableCommand
This returns the command that overrides this command.
getOverrideGenOperation(GenOperation) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getOverrideGenOperation(GenOperation) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getOverrideGenOperations(List<GenOperation>, List<GenOperation>) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getOverrideGenOperations(List<GenOperation>, List<GenOperation>) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getOverviewSummaryColumnImage(Object) - Method in class org.eclipse.emf.mapping.presentation.MappingEditor
 
getOverviewSummaryColumnLabel() - Method in class org.eclipse.emf.mapping.presentation.MappingEditor
 
getOverviewSummaryColumnText(Object) - Method in class org.eclipse.emf.mapping.presentation.MappingEditor
 
getOwner() - Method in class org.eclipse.emf.databinding.internal.EMFPropertyListener
 
getOwner() - Method in class org.eclipse.emf.edit.command.AddCommand
This returns the owner object upon which the command will act.
getOwner() - Method in class org.eclipse.emf.edit.command.CommandParameter
This returns the specified owner.
getOwner() - Method in class org.eclipse.emf.edit.command.CreateCopyCommand
This is the object being copied.
getOwner() - Method in class org.eclipse.emf.edit.command.DragAndDropCommand
 
getOwner() - Method in class org.eclipse.emf.edit.command.InitializeCopyCommand
This is the object being copied.
getOwner() - Method in class org.eclipse.emf.edit.command.MoveCommand
This returns the owner object upon which the command will act.
getOwner() - Method in class org.eclipse.emf.edit.command.PasteFromClipboardCommand
 
getOwner() - Method in class org.eclipse.emf.edit.command.RemoveCommand
This returns the owner object upon which the command will act.
getOwner() - Method in class org.eclipse.emf.edit.command.ReplaceCommand
This returns the owner object upon which the command will act.
getOwner() - Method in class org.eclipse.emf.edit.command.SetCommand
This returns the owner object upon which the command will act.
getOwner() - Method in interface org.eclipse.emf.edit.provider.IWrapperItemProvider
Returns the object that owns the value.
getOwner() - Method in class org.eclipse.emf.edit.provider.WrapperItemProvider
Returns the object that owns the value.
getOwnerList(EObject, EStructuralFeature) - Static method in class org.eclipse.emf.edit.command.AbstractOverrideableCommand
 
getOwnerList() - Method in class org.eclipse.emf.edit.command.AddCommand
This returns the list to which the command will add.
getOwnerList() - Method in class org.eclipse.emf.edit.command.CommandParameter
This is a safe way to get the list affected by the parameters for an add or remove specification.
getOwnerList() - Method in class org.eclipse.emf.edit.command.MoveCommand
This returns the list in which the command will move an object.
getOwnerList() - Method in class org.eclipse.emf.edit.command.RemoveCommand
This returns the list from which the command will remove.
getOwnerList() - Method in class org.eclipse.emf.edit.command.ReplaceCommand
This returns the list in which the command will replace.
getOwnerList() - Method in class org.eclipse.emf.edit.command.SetCommand
If the command will set a single value in a list, this returns the list in which it will set; null otherwise.
getOwners() - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter.ResultAndAffectedObjectsWrappingCommand
Returns any owners from the wrapped command.
getPackage() - Static method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelFactoryImpl
Deprecated. 
getPackage() - Method in class org.eclipse.emf.codegen.jmerge.JPatternDictionary
Deprecated.
 
getPackage(JNode) - Method in class org.eclipse.emf.codegen.merge.java.facade.FacadeHelper
Returns the package of the specified node.
getPackage() - Static method in class org.eclipse.emf.ecore.change.impl.ChangeFactoryImpl
Deprecated. 
getPackage() - Static method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
Deprecated. 
getPackage(String) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
getPackage(String) - Method in interface org.eclipse.emf.ecore.util.ExtendedMetaData
Retrieves the package with the specified namespace URI from the package registry associated with this instance.
getPackage() - Method in class org.eclipse.emf.ecore.xcore.impl.XAnnotationDirectiveImpl
 
getPackage() - Method in class org.eclipse.emf.ecore.xcore.impl.XClassifierImpl
 
getPackage() - Static method in class org.eclipse.emf.ecore.xcore.impl.XcoreFactoryImpl
Deprecated. 
getPackage() - Method in class org.eclipse.emf.ecore.xcore.impl.XImportDirectiveImpl
 
getPackage(GenPackage, boolean, boolean) - Method in class org.eclipse.emf.ecore.xcore.util.XcoreJvmInferrer
 
getPackage() - Method in interface org.eclipse.emf.ecore.xcore.XAnnotationDirective
Returns the value of the 'Package' container reference.
getPackage() - Method in interface org.eclipse.emf.ecore.xcore.XClassifier
Returns the value of the 'Package' container reference.
getPackage() - Method in interface org.eclipse.emf.ecore.xcore.XImportDirective
Returns the value of the 'Package' container reference.
getPackage(String) - Method in class org.eclipse.emf.ecore.xmi.impl.EMOFExtendedMetaData
 
getPackage(String) - Method in interface org.eclipse.emf.ecore.xmi.XMLResource.MissingPackageHandler
Returns a package for the given nsURI, whenever possible, or null.
getPackage() - Static method in class org.eclipse.emf.ecore.xml.namespace.impl.XMLNamespaceFactoryImpl
Deprecated. 
getPackage() - Static method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
Deprecated. 
getPackage() - Static method in class org.eclipse.emf.edit.tree.impl.TreeFactoryImpl
Deprecated. 
getPackage() - Static method in class org.eclipse.emf.examples.extlibrary.impl.EXTLibraryFactoryImpl
Deprecated. 
getPackage() - Static method in class org.eclipse.emf.java.impl.JavaFactoryImpl
Deprecated. 
getPackage() - Method in class org.eclipse.emf.java.impl.JClassImpl
 
getPackage() - Method in class org.eclipse.emf.java.impl.JCompilationUnitImpl
 
getPackage() - Method in interface org.eclipse.emf.java.JClass
Returns the value of the 'Package' reference.
getPackage() - Method in interface org.eclipse.emf.java.JCompilationUnit
Returns the value of the 'Package' reference
getPackage() - Static method in class org.eclipse.emf.mapping.ecore2ecore.impl.Ecore2EcoreFactoryImpl
Deprecated. 
getPackage() - Static method in class org.eclipse.emf.mapping.ecore2xml.impl.Ecore2XMLFactoryImpl
Deprecated. 
getPackage(String) - Method in class org.eclipse.emf.mapping.ecore2xml.util.Ecore2XMLExtendedMetaData
 
getPackage() - Static method in class org.eclipse.emf.mapping.impl.MappingFactoryImpl
Deprecated. 
getPackageArtifacttURI(EPackage) - Method in class org.eclipse.emf.exporter.html.HTMLExporter
 
getPackageBuildInterDependencies() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getPackageBuildInterDependencies() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getPackageClassEmitter() - 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.
getPackageClassEmitter() - 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.
getPackageClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getPackageClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getPackageContainer(IContainer, String, IProgressMonitor) - Method in class org.eclipse.emf.codegen.jet.JETCompileTemplateOperation
 
getPackageExampleEmitter() - 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.
getPackageExampleEmitter() - 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.
getPackageForURI(String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
Attempt to get the namespace for the given prefix, then return ERegister.getPackage() or null.
getPackageID(Object) - Method in class org.eclipse.emf.codegen.ecore.generator.Generator
Returns the package ID for the given object.
getPackageID() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getPackageInitializationDependencies() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getPackageInitializationDependencies() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getPackageInstanceVariable(GenPackage) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getPackageInstanceVariable(GenPackage) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getPackageInterDependencies() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getPackageInterDependencies() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getPackageInterfaceName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getPackageInterfaceName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getPackageKeyword_2() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XPackageElements
 
getPackageKeyword_20() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.FeatureCallIDElements
 
getPackageLoadInterDependencies() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getPackageLoadInterDependencies() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getPackageName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getPackageName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getPackageName() - Method in class org.eclipse.emf.codegen.jet.JETSkeleton
 
getPackageName(String) - Static method in class org.eclipse.emf.codegen.util.CodeGenUtil
Returns the package name for a qualified class name, i.e., a substring from the first char until the last ".
getPackageName(XtextResource) - Method in class org.eclipse.emf.ecore.xcore.scoping.XcoreImportsConfiguration
 
getPackageName() - Method in class org.eclipse.emf.importer.rose.parser.RoseNode
 
getPackageNameToNSNameMap() - Method in class org.eclipse.emf.importer.rose.builder.RoseUtil
 
getPackageNameToNSURIMap() - Method in class org.eclipse.emf.importer.rose.builder.RoseUtil
 
getPackageRegistry() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl
 
getPackageRegistry() - Method in interface org.eclipse.emf.ecore.resource.ResourceSet
Returns the registry used for looking up a package based namespace.
getPackageRegistry() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLMapImpl
 
getPackageSimpleDependencies() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getPackageSimpleDependencies() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getPackagesLabel() - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPackagePage
 
getPackagesLabel() - Method in class org.eclipse.emf.importer.ui.contribution.base.ModelImporterPackagePage
 
getPackageTestSuiteEmitter() - 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.
getPackageTestSuiteEmitter() - 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.
getPageHelper() - Method in class org.eclipse.emf.oda.ecore.ui.impl.EcoreDataSourcePropertyPage
Returns the page helper that provides core implementation for this property page.
getPages() - Method in interface org.eclipse.emf.examples.extlibrary.Book
Returns the value of the 'Pages' attribute.
getPages() - Method in class org.eclipse.emf.examples.extlibrary.impl.BookImpl
 
getParameterClassifier(String) - Method in class org.eclipse.emf.oda.ecore.impl.ParameterMetaData
 
getParameterClassifier(int) - Method in class org.eclipse.emf.oda.ecore.impl.ParameterMetaData
Returns the data provider specific type for the specified parameter.
getParameterCount() - Method in class org.eclipse.emf.oda.ecore.impl.ParameterMetaData
 
getParameterDefaultValue(String) - Method in class org.eclipse.emf.oda.ecore.impl.ParameterMetaData
 
getParameterExpression(GenOperation) - Static method in class org.eclipse.emf.examples.generator.validator.ValidatorGeneratorUtil
 
getParameterMetaData() - Method in class org.eclipse.emf.oda.ecore.impl.Query
 
getParameterMode(int) - Method in class org.eclipse.emf.oda.ecore.impl.ParameterMetaData
 
getParameterName(int) - Method in class org.eclipse.emf.oda.ecore.impl.ParameterMetaData
 
getParameterNames(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenOperation
 
getParameterNames(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
 
getParameterNames() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJMethod
Returns parameter names.
getParameterNames() - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMJMethod
 
getParameterNames() - Method in interface org.eclipse.emf.codegen.merge.java.facade.JMethod
Returns the names of parameters in this method in the order they are declared, or an empty array if no parameters are declared.
getParameters(GenClass) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenOperation
 
getParameters(boolean, GenClass) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenOperation
The parameters in the implementation class will each be final if there is an operation body.
getParameters() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenOperation
Deprecated. 
getParameters() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
Deprecated.
getParameters(GenClass) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
 
getParameters(boolean, GenClass) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
 
getParameters(GenClass, boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
 
getParameters(boolean, GenClass, boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
 
getParameters() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJMethod
Returned parameters will not include new names set by ASTJMethod.setParameterNames(String[]).
getParameters() - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMJMethod
 
getParameters() - Method in interface org.eclipse.emf.codegen.merge.java.facade.JMethod
Returns the parameters of this method in the order they are declared, or empty array if no parameters are declared.
getParameters(IConfigurationElement, String, Object) - Method in class org.eclipse.emf.ecore.resource.impl.ContentHandlerImpl.Describer
Returns the map of parameters as fetched from the given configuration element's information.
getParameters() - Method in class org.eclipse.emf.ecore.xcore.impl.XOperationImpl
 
getParameters() - Method in interface org.eclipse.emf.ecore.xcore.XOperation
Returns the value of the 'Parameters' containment reference list.
getParameters() - Method in class org.eclipse.emf.edit.command.CommandParameter
This yields an encoding of the owner-child relation.
getParameters() - Method in class org.eclipse.emf.java.impl.JMethodImpl
 
getParameters() - Method in interface org.eclipse.emf.java.JMethod
Returns the value of the 'Parameters' containment reference list.
getParametersArray(GenClass) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenOperation
 
getParametersArray(GenClass) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
 
getParametersAssignment_9_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XOperationElements
 
getParametersAssignment_9_1_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XOperationElements
 
getParametersXParameterParserRuleCall_9_0_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XOperationElements
 
getParametersXParameterParserRuleCall_9_1_1_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XOperationElements
 
getParameterType(int) - Method in class org.eclipse.emf.oda.ecore.impl.ParameterMetaData
 
getParameterTypeName(int) - Method in class org.eclipse.emf.oda.ecore.impl.ParameterMetaData
 
getParameterTypes(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenOperation
 
getParameterTypes(String, boolean) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenOperation
 
getParameterTypes(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
 
getParameterTypes(String, boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
 
getParameterTypes() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJMethod
Returns type erasure of all the types of formal parameters of the original method declaration.
getParameterTypes() - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMJMethod
 
getParameterTypes() - Method in interface org.eclipse.emf.codegen.merge.java.facade.JMethod
Returns the erased type names for the parameters of this method in the order they are declared, or an empty array if no parameters are declared.
getParent(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenBaseGeneratorAdapter
Returns the container of the given object if it is a GenModel element, and null otherwise.
getParent(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor.ReverseAdapterFactoryContentProvider
 
getParent() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJNode
 
getParent() - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMJNode
 
getParent() - Method in interface org.eclipse.emf.codegen.merge.java.facade.JNode
Returns the parent of this node.
getParent(ClassLoader) - Method in class org.eclipse.emf.ecore.impl.EPackageRegistryImpl.Delegator
 
getParent(Object) - Method in class org.eclipse.emf.ecore.presentation.EcoreEditor.ReverseAdapterFactoryContentProvider
 
getParent(Object) - Method in class org.eclipse.emf.edit.command.DragAndDropCommand
This can be overridden to determine the parent of an object; this implementation uses EditingDomain.getParent(java.lang.Object).
getParent(Object) - Method in class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain
getParent(Object) - Method in interface org.eclipse.emf.edit.domain.EditingDomain
This returns the parent of the object.
getParent(Object) - Method in class org.eclipse.emf.edit.provider.AdapterFactoryItemDelegator
This does the same thing as ITreeContentProvider.getParent.
getParent(Object) - Method in interface org.eclipse.emf.edit.provider.IEditingDomainItemProvider
This does the same thing as EditingDomain.getParent, i.e., it imposes a hierarchical relation on a domain's model objects.
getParent(Object) - Method in class org.eclipse.emf.edit.provider.ItemProvider
getParent() - Method in class org.eclipse.emf.edit.provider.ItemProvider
This returns getParent(this).
getParent(Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This implements ITreeItemContentProvider.getParent by returning the EMF object's container.
getParent(Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderDecorator
This implements ITreeItemContentProvider.getParent by delegating to (ITreeItemContentProvider)ItemProviderDecorator.decoratedItemProvider.
getParent(Object) - Method in interface org.eclipse.emf.edit.provider.ITreeItemContentProvider
This does the same thing as ITreeContentProvider.getParent.
getParent(Object) - Method in class org.eclipse.emf.edit.provider.resource.ResourceItemProvider
This returns the parent of the Resource.
getParent(Object) - Method in class org.eclipse.emf.edit.provider.resource.ResourceSetItemProvider
This returns the parent of the ResourceSet.
getParent(Object) - Method in class org.eclipse.emf.edit.provider.WrapperItemProvider
getParent() - Method in class org.eclipse.emf.edit.tree.impl.TreeNodeImpl
 
getParent(Object) - Method in class org.eclipse.emf.edit.tree.provider.TreeNodeItemProvider
This returns the parent of the TreeNode.
getParent() - Method in interface org.eclipse.emf.edit.tree.TreeNode
Returns the value of the 'Parent' container reference.
getParent(Object) - Method in class org.eclipse.emf.edit.ui.provider.AdapterFactoryContentProvider
This implements org.eclipse.jface.viewers.ITreeContentProvider.getParent to forward the call to an object that implements ITreeItemContentProvider.getParent.
getParent(Object) - Method in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryEditor.ReverseAdapterFactoryContentProvider
 
getParent() - Method in class org.eclipse.emf.importer.rose.parser.RoseNode
 
getParent(Object) - Method in class org.eclipse.emf.java.presentation.JavaEditor.ReverseAdapterFactoryContentProvider
 
getParent(Object) - Method in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLEditor.ReverseAdapterFactoryContentProvider
 
getParent(Object) - Method in class org.eclipse.emf.mapping.provider.MappedObjectItemProvider
This returns the nestedIn of the Mapping.
getParent(Object) - Method in class org.eclipse.emf.mapping.provider.MappingHelperItemProvider
This returns the mapper of the MappingHelper.
getParent(Object) - Method in class org.eclipse.emf.mapping.provider.MappingItemProvider
This returns the nestedIn of the Mapping.
getParentBranch() - Method in class org.eclipse.emf.examples.extlibrary.impl.LibraryImpl
 
getParentBranch() - Method in interface org.eclipse.emf.examples.extlibrary.Library
Returns the value of the 'Parent Branch' container reference.
getParentMapping(Collection<?>) - Method in class org.eclipse.emf.mapping.impl.MappingRootImpl
 
getParentMapping(Collection<?>) - Method in interface org.eclipse.emf.mapping.MappingRoot
This returns the mapping in the tree that would be the parent of a mapping that has the given collection as its mapped objects.
getParentMarkup() - Method in class org.eclipse.emf.codegen.merge.java.JControlModel.SweepRule
 
getPath(boolean, boolean) - Method in class org.eclipse.emf.ecore.xml.type.internal.DataValue.URI
Get the path for this URI (optionally with the query string and fragment).
getPath() - Method in class org.eclipse.emf.ecore.xml.type.internal.DataValue.URI
Get the path for this URI.
getPathMap() - Method in class org.eclipse.emf.importer.rose.RoseImporter
 
getPathToUriMap() - Method in class org.eclipse.emf.ecore.xcore.XcoreStandaloneSetup.XcoreStandaloneRuntimeModule.XcoreResourceSetInitializer
 
getPattern() - Method in class org.eclipse.emf.codegen.merge.java.JControlModel.DictionaryPattern
 
getPattern() - Method in class org.eclipse.emf.ecore.xml.type.internal.RegEx.RegularExpression
 
getPatternFacet() - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EClassExtendedMetaDataImpl
 
getPatternFacet() - Method in interface org.eclipse.emf.ecore.util.BasicExtendedMetaData.EClassifierExtendedMetaData
 
getPatternFacet() - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EDataTypeExtendedMetaDataImpl
 
getPatternFacet(EDataType) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
getPatternFacet(EDataType) - Method in interface org.eclipse.emf.ecore.util.ExtendedMetaData
Returns the pattern constraint on the given data type.
getPatterns() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenDataType
 
getPatterns() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
 
getPeople() - Method in class org.eclipse.emf.examples.extlibrary.impl.LibraryImpl
 
getPeople() - Method in interface org.eclipse.emf.examples.extlibrary.Library
Returns the value of the 'People' attribute list.
getPeriodical() - Method in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
Returns the meta object for class 'Periodical'
getPeriodical() - Method in class org.eclipse.emf.examples.extlibrary.impl.EXTLibraryPackageImpl
 
getPeriodical_IssuesPerYear() - Method in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
Returns the meta object for the attribute 'Issues Per Year'
getPeriodical_IssuesPerYear() - Method in class org.eclipse.emf.examples.extlibrary.impl.EXTLibraryPackageImpl
 
getPeriodical_Title() - Method in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
Returns the meta object for the attribute 'Title'
getPeriodical_Title() - Method in class org.eclipse.emf.examples.extlibrary.impl.EXTLibraryPackageImpl
 
getPersistable() - Method in class org.eclipse.emf.common.ui.URIEditorInput
 
getPerson() - Method in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
Returns the meta object for class 'Person'
getPerson() - Method in class org.eclipse.emf.examples.extlibrary.impl.EXTLibraryPackageImpl
 
getPerson_FirstName() - Method in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
Returns the meta object for the attribute 'First Name'
getPerson_FirstName() - Method in class org.eclipse.emf.examples.extlibrary.impl.EXTLibraryPackageImpl
 
getPerson_LastName() - Method in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
Returns the meta object for the attribute 'Last Name'
getPerson_LastName() - Method in class org.eclipse.emf.examples.extlibrary.impl.EXTLibraryPackageImpl
 
getPlatformResourceMap() - Static method in class org.eclipse.emf.ecore.plugin.EcorePlugin
Returns the platform resource map.
getPlugin() - Static method in class org.eclipse.emf.codegen.CodeGenPlugin
Returns the singleton instance of the Eclipse plugin.
getPlugin() - Static method in class org.eclipse.emf.codegen.ecore.CodeGenEcorePlugin
Returns the singleton instance of the Eclipse plugin.
getPlugin() - Static method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelEditPlugin
Returns the singleton instance of the Eclipse plugin
getPlugin() - Static method in class org.eclipse.emf.codegen.presentation.CodeGenUIPlugin
Get the singleton instance.
getPlugin() - Static method in class org.eclipse.emf.common.CommonPlugin
Returns the singleton instance of the Eclipse plugin.
getPlugin() - Static method in class org.eclipse.emf.common.ui.CommonUIPlugin
Returns the singleton instance of the Eclipse plugin.
getPlugin() - Static method in class org.eclipse.emf.converter.ConverterPlugin
Returns the singleton instance of the Eclipse plugin.
getPlugin() - Static method in class org.eclipse.emf.databinding.DataBindingPlugin
Returns the singleton instance of the Eclipse plugin.
getPlugin() - Static method in class org.eclipse.emf.databinding.edit.DataBindingEditPlugin
Returns the singleton instance of the Eclipse plugin.
getPlugin() - Static method in class org.eclipse.emf.ecore.change.ChangePlugin
Returns the singleton instance of the Eclipse plugin
getPlugin() - Static method in class org.eclipse.emf.ecore.change.provider.ChangeEditPlugin
Returns the singleton instance of the Eclipse plugin
getPlugin() - Static method in class org.eclipse.emf.ecore.plugin.EcorePlugin
Returns the Eclipse plugin singleton.
getPlugin() - Static method in class org.eclipse.emf.ecore.presentation.EcoreEditorPlugin
Returns the singleton instance of the Eclipse plugin
getPlugin() - Static method in class org.eclipse.emf.ecore.provider.EcoreEditPlugin
Returns the singleton instance of the Eclipse plugin
getPlugin() - Static method in class org.eclipse.emf.ecore.xcore.exporter.XcoreExporterPlugin
Returns the singleton instance of the Eclipse plugin.
getPlugin() - Static method in class org.eclipse.emf.ecore.xcore.importer.XcoreImporterPlugin
Returns the singleton instance of the Eclipse plugin.
getPlugin() - Static method in class org.eclipse.emf.ecore.xcore.provider.XcoreEditPlugin
Returns the singleton instance of the Eclipse plugin
getPlugin() - Static method in class org.eclipse.emf.ecore.xcore.XcorePlugin
Returns the singleton instance of the Eclipse plugin
getPlugin() - Static method in class org.eclipse.emf.ecore.xmi.XMIPlugin
Returns the singleton instance of the Eclipse plugin.
getPlugin() - Static method in class org.eclipse.emf.edit.EMFEditPlugin
Returns the singleton instance of the Eclipse plugin.
getPlugin() - Static method in class org.eclipse.emf.edit.ui.EMFEditUIPlugin
Returns the singleton instance of the Eclipse plugin.
getPlugin() - Static method in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryEditorPlugin
Returns the singleton instance of the Eclipse plugin
getPlugin() - Static method in class org.eclipse.emf.examples.extlibrary.provider.EXTLibraryEditPlugin
Returns the singleton instance of the Eclipse plugin
getPlugin() - Static method in class org.eclipse.emf.examples.generator.validator.ValidatorGeneratorPlugin
Returns the singleton instance of the Eclipse plugin.
getPlugin() - Static method in class org.eclipse.emf.exporter.ExporterPlugin
Returns the singleton instance of the Eclipse plugin.
getPlugin() - Static method in class org.eclipse.emf.exporter.html.HTMLExporterPlugin
Returns the singleton instance of the Eclipse plugin.
getPlugin() - Static method in class org.eclipse.emf.importer.ecore.EcoreImporterPlugin
Returns the singleton instance of the Eclipse plugin.
getPlugin() - Static method in class org.eclipse.emf.importer.ImporterPlugin
Returns the singleton instance of the Eclipse plugin.
getPlugin() - Static method in class org.eclipse.emf.importer.java.JavaImporterPlugin
Returns the singleton instance of the Eclipse plugin.
getPlugin() - Static method in class org.eclipse.emf.importer.rose.RoseImporterPlugin
Returns the singleton instance of the Eclipse plugin.
getPlugin() - Static method in class org.eclipse.emf.java.JavaPlugin
Returns the singleton instance of the Eclipse plugin
getPlugin() - Static method in class org.eclipse.emf.java.presentation.JavaEditorPlugin
Returns the singleton instance of the Eclipse plugin
getPlugin() - Static method in class org.eclipse.emf.java.provider.JavaEditPlugin
Returns the singleton instance of the Eclipse plugin
getPlugin() - Static method in class org.eclipse.emf.mapping.ecore2ecore.Ecore2EcorePlugin
Returns the singleton instance of the Eclipse plugin
getPlugin() - Static method in class org.eclipse.emf.mapping.ecore2ecore.presentation.Ecore2EcoreEditorPlugin
Returns the singleton instance of the Eclipse plugin
getPlugin() - Static method in class org.eclipse.emf.mapping.ecore2xml.ui.Ecore2XMLUIPlugin
Returns the singleton instance of the Eclipse plugin
getPlugin() - Static method in class org.eclipse.emf.mapping.MappingPlugin
Returns the singleton instance of the Eclipse plugin
getPlugin() - Static method in class org.eclipse.emf.mapping.presentation.MappingUIPlugin
Get the singleton instance.
getPlugin() - Static method in class org.eclipse.emf.oda.ecore.ODAEcorePlugin
Returns the singleton instance of the Eclipse plugin.
getPlugin() - Static method in class org.eclipse.emf.oda.ecore.ui.ODAEcoreUIPlugin
Returns the singleton instance of the Eclipse plugin.
getPluginClass(boolean, String, String, String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
Deprecated.
2.9
getPluginClassName(String, String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getPluginDirectory(boolean, String, String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getPluginID() - Method in class org.eclipse.emf.ant.taskdefs.codegen.JETEmitterTask.Variable
 
getPluginId() - Method in class org.eclipse.emf.converter.ui.contribution.ModelConverterManager
 
getPluginId() - Method in class org.eclipse.emf.exporter.ui.contribution.ModelExporterManager
 
getPluginId() - Method in class org.eclipse.emf.importer.ui.contribution.ModelImporterManager
 
getPluginKey() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Plugin Key' attribute
getPluginKey() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getPluginKeyGen() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getPluginLogger() - Method in class org.eclipse.emf.common.EMFPlugin
Returns an Eclipse plugin implementation of a logger.
getPluginPackageName(String, String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getPluginPropertiesEmitter() - 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.
getPluginResourceLocator() - Method in class org.eclipse.emf.codegen.CodeGenPlugin
 
getPluginResourceLocator() - Method in class org.eclipse.emf.codegen.ecore.CodeGenEcorePlugin
 
getPluginResourceLocator() - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelEditPlugin
Returns the singleton instance of the Eclipse plugin
getPluginResourceLocator() - Method in class org.eclipse.emf.common.CommonPlugin
 
getPluginResourceLocator() - Method in class org.eclipse.emf.common.EMFPlugin
Returns an Eclipse plugin implementation of a resource locator.
getPluginResourceLocator() - Method in class org.eclipse.emf.common.ui.CommonUIPlugin
 
getPluginResourceLocator() - Method in class org.eclipse.emf.converter.ConverterPlugin
 
getPluginResourceLocator() - Method in class org.eclipse.emf.databinding.DataBindingPlugin
Returns the singleton instance of the Eclipse plugin.
getPluginResourceLocator() - Method in class org.eclipse.emf.databinding.edit.DataBindingEditPlugin
Returns the singleton instance of the Eclipse plugin.
getPluginResourceLocator() - Method in class org.eclipse.emf.ecore.change.ChangePlugin
Returns the singleton instance of the Eclipse plugin
getPluginResourceLocator() - Method in class org.eclipse.emf.ecore.change.provider.ChangeEditPlugin
Returns the singleton instance of the Eclipse plugin
getPluginResourceLocator() - Method in class org.eclipse.emf.ecore.plugin.EcorePlugin
 
getPluginResourceLocator() - Method in class org.eclipse.emf.ecore.presentation.EcoreEditorPlugin
Returns the singleton instance of the Eclipse plugin
getPluginResourceLocator() - Method in class org.eclipse.emf.ecore.provider.EcoreEditPlugin
Returns the singleton instance of the Eclipse plugin
getPluginResourceLocator() - Method in class org.eclipse.emf.ecore.xcore.exporter.XcoreExporterPlugin
 
getPluginResourceLocator() - Method in class org.eclipse.emf.ecore.xcore.importer.XcoreImporterPlugin
 
getPluginResourceLocator() - Method in class org.eclipse.emf.ecore.xcore.provider.XcoreEditPlugin
Returns the singleton instance of the Eclipse plugin
getPluginResourceLocator() - Method in class org.eclipse.emf.ecore.xcore.XcorePlugin
Returns the singleton instance of the Eclipse plugin
getPluginResourceLocator() - Method in class org.eclipse.emf.ecore.xmi.XMIPlugin
 
getPluginResourceLocator() - Method in class org.eclipse.emf.edit.EMFEditPlugin
 
getPluginResourceLocator() - Method in class org.eclipse.emf.edit.ui.EMFEditUIPlugin
 
getPluginResourceLocator() - Method in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryEditorPlugin
Returns the singleton instance of the Eclipse plugin
getPluginResourceLocator() - Method in class org.eclipse.emf.examples.extlibrary.provider.EXTLibraryEditPlugin
Returns the singleton instance of the Eclipse plugin
getPluginResourceLocator() - Method in class org.eclipse.emf.examples.generator.validator.ValidatorGeneratorPlugin
 
getPluginResourceLocator() - Method in class org.eclipse.emf.exporter.ExporterPlugin
 
getPluginResourceLocator() - Method in class org.eclipse.emf.exporter.html.HTMLExporterPlugin
 
getPluginResourceLocator() - Method in class org.eclipse.emf.importer.ecore.EcoreImporterPlugin
 
getPluginResourceLocator() - Method in class org.eclipse.emf.importer.ImporterPlugin
 
getPluginResourceLocator() - Method in class org.eclipse.emf.importer.java.JavaImporterPlugin
 
getPluginResourceLocator() - Method in class org.eclipse.emf.importer.rose.RoseImporterPlugin
 
getPluginResourceLocator() - Method in class org.eclipse.emf.java.JavaPlugin
Returns the singleton instance of the Eclipse plugin
getPluginResourceLocator() - Method in class org.eclipse.emf.java.presentation.JavaEditorPlugin
Returns the singleton instance of the Eclipse plugin
getPluginResourceLocator() - Method in class org.eclipse.emf.java.provider.JavaEditPlugin
Returns the singleton instance of the Eclipse plugin
getPluginResourceLocator() - Method in class org.eclipse.emf.mapping.ecore2ecore.Ecore2EcorePlugin
Returns the singleton instance of the Eclipse plugin
getPluginResourceLocator() - Method in class org.eclipse.emf.mapping.ecore2ecore.presentation.Ecore2EcoreEditorPlugin
Returns the singleton instance of the Eclipse plugin
getPluginResourceLocator() - Method in class org.eclipse.emf.mapping.ecore2xml.ui.Ecore2XMLUIPlugin
Returns the singleton instance of the Eclipse plugin
getPluginResourceLocator() - Method in class org.eclipse.emf.mapping.MappingPlugin
Returns the singleton instance of the Eclipse plugin
getPluginResourceLocator() - Method in class org.eclipse.emf.oda.ecore.ODAEcorePlugin
Returns the singleton instance of the Eclipse plugin.
getPluginResourceLocator() - Method in class org.eclipse.emf.oda.ecore.ui.ODAEcoreUIPlugin
Returns the singleton instance of the Eclipse plugin.
getPluginXMLEmitter() - 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.
getPluginXMLEmitter() - 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.
getPlusSignKeyword_1_2() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XMultiplicityElements
 
getPort() - Method in class org.eclipse.emf.ecore.xml.type.internal.DataValue.URI
Get the port for this URI.
getPosition() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getPosition() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the position within a list-based feature at which the change occurred.
getPosition() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getPosition method of the notification.
getPosition() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler.SingleReference
 
getPositions() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler.ManyReference
 
getPositions() - Method in interface org.eclipse.emf.ecore.xmi.XMLHelper.ManyReference
 
getPositiveInteger() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypePackageImpl
 
getPositiveInteger() - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
Returns the meta object for data type 'Positive Integer'
getPrecision(EClassifier) - Static method in class org.eclipse.emf.oda.ecore.impl.DataTypes
Returns the maximum number of decimal digits of the specified type.
getPrecision(int) - Method in class org.eclipse.emf.oda.ecore.impl.ParameterMetaData
 
getPrecision(int) - Method in class org.eclipse.emf.oda.ecore.impl.ResultSetMetaData
 
getPreferenceValues(Resource) - Method in class org.eclipse.emf.ecore.xcore.formatting.XcoreFormatterPreferenceValuesProvider
 
getPrefix() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
Returns the value of the 'Prefix' attribute
getPrefix() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getPrefix(EPackage) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
getPrefix(EPackage, boolean) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
getPrefix(String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
getPrefix(String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl.NamespaceSupport
 
getPrefix(String) - Method in interface org.eclipse.emf.ecore.xmi.XMLHelper
 
getPrefix(EPackage) - Method in interface org.eclipse.emf.ecore.xmi.XMLHelper
Return the prefix used for this package.
getPrefix() - Method in class org.eclipse.emf.ecore.xml.type.internal.QName
 
getPrefix() - Method in class org.eclipse.emf.importer.ModelImporter.EPackageImportInfo
 
getPrefix() - Method in class org.eclipse.emf.importer.rose.parser.RoseNode
 
getPrefixedName(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getPrefixes(EPackage) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
getPrefixes(EPackage) - Method in interface org.eclipse.emf.ecore.xmi.XMLHelper
Return all the prefixes used for this package.
getPrefixGen() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getPrefixToNamespaceMap() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
getPrefixToNamespaceMap() - Method in interface org.eclipse.emf.ecore.xmi.XMLHelper
 
getPresentationPackageName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getPresentationPackageName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getPresentationPackageSuffix() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
Returns the value of the 'Presentation Package Suffix' attribute.
getPresentationPackageSuffix() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getPrevious(JNode) - Method in class org.eclipse.emf.codegen.merge.java.facade.FacadeHelper
Returns the sibling node immediately preceding the specified node.
getPrevious(JNode) - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMFacadeHelper
 
getPreviousNode(ASTNode) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.CommentAwareSourceRangeComputer
Finds the node that precedes the given node.
getPreviousPage() - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPage
 
getPrimaryItem() - Method in class org.eclipse.emf.mapping.presentation.ComposedSelection
 
getPrimaryJvmElement(EObject) - Method in class org.eclipse.emf.ecore.xcore.resource.XcoreModelAssociator
 
getPrimaryMappedObjects(Mapping) - Method in class org.eclipse.emf.mapping.presentation.MappingEditor.MyDecoratorAdapterFactory
 
getPrimaryMappedObjects(Mapping) - Method in class org.eclipse.emf.mapping.presentation.MappingEditor.OverviewDecoratorAdapterFactory
 
getPrimaryMappedObjects(Mapping) - Method in class org.eclipse.emf.mapping.presentation.MappingEditor.OverviewViewer
Deprecated.
 
getPrimaryResourceLocator() - Method in class org.eclipse.emf.common.EMFPlugin
 
getPrimaryResourceLocator() - Method in class org.eclipse.emf.common.util.DelegatingResourceLocator
Returns the primary resource locator.
getPrimaryResourceLocator() - Method in class org.eclipse.emf.edit.provider.ChildCreationExtenderManager
 
getPrimarySourceElement(EObject) - Method in class org.eclipse.emf.ecore.xcore.resource.XcoreModelAssociator
 
getPrimitiveDefault(EClassifier) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
getPrimitiveObjectType(EClassifier) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
getPrimitiveOrArrayClass() - Method in class org.eclipse.emf.ecore.impl.EClassifierImpl
 
getPrimitiveValueFunction() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenDataType
 
getPrimitiveValueFunction() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenTypedElement
 
getPrimitiveValueFunction() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
 
getPrimitiveValueFunction() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
 
getPrimitiveValueFunction() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypedElementImpl
 
getPrinter() - Method in class org.eclipse.emf.ecore.xmi.impl.ConfigurationCache
 
getProcessingInstruction() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeDocumentRootImpl
 
getProcessingInstruction() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypePackageImpl
 
getProcessingInstruction() - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
Returns the meta object for class 'Processing Instruction'
getProcessingInstruction_Data() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypePackageImpl
 
getProcessingInstruction_Data() - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
Returns the meta object for the attribute 'Data'
getProcessingInstruction_Target() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypePackageImpl
 
getProcessingInstruction_Target() - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
Returns the meta object for the attribute 'Target'
getProcessingKind() - Method in interface org.eclipse.emf.ecore.util.BasicExtendedMetaData.EStructuralFeatureExtendedMetaData
 
getProcessingKind() - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EStructuralFeatureExtendedMetaDataImpl
 
getProcessingKind(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
getProcessingKind(EStructuralFeature) - Method in interface org.eclipse.emf.ecore.util.ExtendedMetaData
Returns the kind of contents processing to be used for a structural feature corresponding to an any wildcard.
getProgressMonitor() - Method in class org.eclipse.emf.ant.taskdefs.EMFTask
 
getProgressMonitor() - Method in class org.eclipse.emf.importer.ModelImporterApplication
 
getProject() - Method in class org.eclipse.emf.codegen.jet.JETNature
 
getProject() - Method in class org.eclipse.emf.common.ui.wizard.AbstractExampleInstallerWizard.ProjectDescriptor
 
getProjectDescriptors() - Method in class org.eclipse.emf.common.ui.wizard.AbstractExampleInstallerWizard
Returns the project descriptors to be used by this wizard.
getProjectDescriptors() - Method in class org.eclipse.emf.common.ui.wizard.ExampleInstallerWizard
 
getProjectName() - Method in class org.eclipse.emf.codegen.jet.JETEmitter
Returns the name of the project where JET templates will be compiled.
getProjectPath(String) - Static method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getProperty() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
Returns the value of the 'Property' attribute.
getProperty() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
getProperty(QualifiedName) - Method in class org.eclipse.emf.ecore.resource.impl.ContentHandlerImpl.Describer
Returns the qualified name converted to the corresponding property string.
getPropertyCategories() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getPropertyCategories() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getPropertyCategory() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
Returns the value of the 'Property Category' attribute
getPropertyCategory() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
getPropertyCategory() - Method in class org.eclipse.emf.edit.provider.WrapperItemProvider
Returns a category for a value's single property.
getPropertyCategoryKey(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getPropertyCategoryKey(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getPropertyDescription() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
Returns the value of the 'Property Description' attribute
getPropertyDescription() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
getPropertyDescription() - Method in class org.eclipse.emf.edit.provider.WrapperItemProvider
Returns a description for a value's single property.
getPropertyDescriptor(Object, Object) - Method in class org.eclipse.emf.edit.provider.AdapterFactoryItemDelegator
 
getPropertyDescriptor(Object, Object) - Method in interface org.eclipse.emf.edit.provider.IItemPropertySource
This returns the property descriptor with an ID or feature that matches the given ID.
getPropertyDescriptor(Object, Object) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor.PropertyValueWrapper
 
getPropertyDescriptor(Object, Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This convenience method finds a particular descriptor given its ID or feature.
getPropertyDescriptor(Object, Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderDecorator
getPropertyDescriptor(Object, Object) - Method in class org.eclipse.emf.edit.provider.WrapperItemProvider
IItemPropertySource.getPropertyDescriptor is implemented by iterating over the descriptors returned by getPropertyDescriptors, and returning the first descriptor whose ID or feature matches the specified ID, or null if none match.
getPropertyDescriptor(Object, Object) - Method in class org.eclipse.emf.mapping.provider.MappedObjectItemProvider
 
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenAnnotationItemProvider
This returns the property descriptors for the adapted class
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenBaseItemProvider
This returns the property descriptors for the adapted class
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenClassItemProvider
This returns the property descriptors for the adapted class
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenDataTypeItemProvider
This returns the property descriptors for the adapted class
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenEnumItemProvider
This returns the property descriptors for the adapted class
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenEnumLiteralItemProvider
This returns the property descriptors for the adapted class
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenFeatureItemProvider
This returns the property descriptors for the adapted class
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This returns the property descriptors for the adapted class
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenOperationItemProvider
This returns the property descriptors for the adapted class
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenPackageItemProvider
This returns the property descriptors for the adapted class
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.ecore.change.provider.ChangeDescriptionItemProvider
This returns the property descriptors for the adapted class
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.ecore.change.provider.EObjectToChangesMapEntryItemProvider
This returns the property descriptors for the adapted class
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.ecore.change.provider.FeatureChangeItemProvider
This returns the property descriptors for the adapted class
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.ecore.change.provider.FeatureMapEntryItemProvider
This returns the property descriptors for the adapted class
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.ecore.change.provider.ListChangeItemProvider
This returns the property descriptors for the adapted class
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.ecore.change.provider.ResourceChangeItemProvider
This returns the property descriptors for the adapted class
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.ecore.provider.EAnnotationItemProvider
This returns the property descriptors for the adapted class
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.ecore.provider.EAttributeItemProvider
This returns the property descriptors for the adapted class
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.ecore.provider.EClassifierItemProvider
This returns the property descriptors for the adapted class
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.ecore.provider.EClassItemProvider
This returns the property descriptors for the adapted class
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.ecore.provider.EDataTypeItemProvider
This returns the property descriptors for the adapted class
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.ecore.provider.EEnumItemProvider
This returns the property descriptors for the adapted class
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.ecore.provider.EEnumLiteralItemProvider
This returns the property descriptors for the adapted class
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.ecore.provider.EFactoryItemProvider
This returns the property descriptors for the adapted class
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.ecore.provider.EGenericTypeItemProvider
This returns the property descriptors for the adapted class
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.ecore.provider.EModelElementItemProvider
This returns the property descriptors for the adapted class
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.ecore.provider.ENamedElementItemProvider
This returns the property descriptors for the adapted class
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.ecore.provider.EObjectItemProvider
This returns the property descriptors for the adapted class
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.ecore.provider.EOperationItemProvider
This returns the property descriptors for the adapted class
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.ecore.provider.EPackageItemProvider
This returns the property descriptors for the adapted class
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.ecore.provider.EParameterItemProvider
This returns the property descriptors for the adapted class
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.ecore.provider.EReferenceItemProvider
This returns the property descriptors for the adapted class
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.ecore.provider.EStringToStringMapEntryItemProvider
This returns the property descriptors for the adapted class
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.ecore.provider.EStructuralFeatureItemProvider
This returns the property descriptors for the adapted class
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.ecore.provider.ETypedElementItemProvider
This returns the property descriptors for the adapted class
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.ecore.provider.ETypeParameterItemProvider
This returns the property descriptors for the adapted class
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XAnnotationDirectiveItemProvider
This returns the property descriptors for the adapted class
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XAnnotationItemProvider
This returns the property descriptors for the adapted class
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XAttributeItemProvider
This returns the property descriptors for the adapted class
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XClassifierItemProvider
This returns the property descriptors for the adapted class
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XClassItemProvider
This returns the property descriptors for the adapted class
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XDataTypeItemProvider
This returns the property descriptors for the adapted class
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XEnumItemProvider
This returns the property descriptors for the adapted class
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XEnumLiteralItemProvider
This returns the property descriptors for the adapted class
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XGenericTypeItemProvider
This returns the property descriptors for the adapted class
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XImportDirectiveItemProvider
This returns the property descriptors for the adapted class
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XMemberItemProvider
This returns the property descriptors for the adapted class
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XModelElementItemProvider
This returns the property descriptors for the adapted class
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XNamedElementItemProvider
This returns the property descriptors for the adapted class
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XOperationItemProvider
This returns the property descriptors for the adapted class
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XPackageItemProvider
This returns the property descriptors for the adapted class
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XParameterItemProvider
This returns the property descriptors for the adapted class
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XReferenceItemProvider
This returns the property descriptors for the adapted class
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XStringToStringMapEntryItemProvider
This returns the property descriptors for the adapted class
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XStructuralFeatureItemProvider
This returns the property descriptors for the adapted class
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XTypedElementItemProvider
This returns the property descriptors for the adapted class
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XTypeParameterItemProvider
This returns the property descriptors for the adapted class
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.edit.provider.AdapterFactoryItemDelegator
 
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.edit.provider.AttributeValueWrapperItemProvider
Creates, caches and returns an item property descriptor for the value.
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.edit.provider.DelegatingWrapperItemProvider
Wraps the property descriptors returned by the delegate item provider, caching and returning them.
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.edit.provider.FeatureMapEntryWrapperItemProvider
Uses the delegate item provider for a reference value or creates a single property descriptor for an attribute value.
getPropertyDescriptors(Object) - Method in interface org.eclipse.emf.edit.provider.IItemPropertySource
This does the same thing as IPropertySource.getPropertyDescriptors.
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor.PropertyValueWrapper
 
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This implements IItemPropertySource.getPropertyDescriptors by returning the locally stored vector of descriptors.
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderDecorator
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.edit.provider.ReflectiveItemProvider
 
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.edit.provider.resource.ResourceItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.edit.provider.resource.ResourceSetItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.edit.provider.WrapperItemProvider
IItemPropertySource.getPropertyDescriptors is implemented to return an empty list.
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.edit.tree.provider.TreeNodeItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors() - Method in class org.eclipse.emf.edit.ui.provider.PropertySource
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.AudioVisualItemItemProvider
This returns the property descriptors for the adapted class
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.BookItemProvider
This returns the property descriptors for the adapted class
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.BookOnTapeItemProvider
This returns the property descriptors for the adapted class
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.BorrowerItemProvider
This returns the property descriptors for the adapted class
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.CirculatingItemItemProvider
This returns the property descriptors for the adapted class
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.EmployeeItemProvider
This returns the property descriptors for the adapted class
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.ItemItemProvider
This returns the property descriptors for the adapted class
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.LibraryItemProvider
This returns the property descriptors for the adapted class
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.PeriodicalItemProvider
This returns the property descriptors for the adapted class
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.PersonItemProvider
This returns the property descriptors for the adapted class
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.VideoCassetteItemProvider
This returns the property descriptors for the adapted class
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.WriterItemProvider
This returns the property descriptors for the adapted class
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.java.provider.JClassItemProvider
This returns the property descriptors for the adapted class
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.java.provider.JCompilationUnitItemProvider
This returns the property descriptors for the adapted class
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.java.provider.JFieldItemProvider
This returns the property descriptors for the adapted class
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.java.provider.JInitializerItemProvider
This returns the property descriptors for the adapted class
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.java.provider.JMemberItemProvider
This returns the property descriptors for the adapted class
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.java.provider.JMethodItemProvider
This returns the property descriptors for the adapted class
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.java.provider.JModelElementItemProvider
This returns the property descriptors for the adapted class
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.java.provider.JPackageItemProvider
This returns the property descriptors for the adapted class
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.java.provider.JParameterItemProvider
This returns the property descriptors for the adapted class
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.mapping.ecore2ecore.provider.Ecore2EcoreMappingRootItemProvider
This returns the property descriptors for the adapted class
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.mapping.ecore2xml.provider.ENamedElementToXMLInfoMapEntryItemProvider
This returns the property descriptors for the adapted class
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.mapping.ecore2xml.provider.XMLInfoItemProvider
This returns the property descriptors for the adapted class
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.mapping.ecore2xml.provider.XMLMapItemProvider
This returns the property descriptors for the adapted class
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.mapping.provider.ComplexTypeConverterItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.mapping.provider.FunctionNamePairItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.mapping.provider.FunctionPairItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.mapping.provider.MappedObjectItemProvider
 
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.mapping.provider.MappingHelperItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.mapping.provider.MappingItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.mapping.provider.MappingRootItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.mapping.provider.MappingStrategyItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class org.eclipse.emf.mapping.provider.TypeConverterItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptorsForHelper(Mapping) - Method in class org.eclipse.emf.mapping.provider.MappingItemProvider
 
getPropertyFeatures() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getPropertyFeatures() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getPropertyFilterFlags() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
Returns the value of the 'Property Filter Flags' attribute list.
getPropertyFilterFlags() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
getPropertyFilterFlags() - Method in class org.eclipse.emf.edit.provider.WrapperItemProvider
Returns filter flags for a value's single property.
getPropertyImage() - Method in class org.eclipse.emf.edit.provider.FeatureMapEntryWrapperItemProvider
Calls getPropertyImage to obtain the property image for the entry attribute's type.
getPropertyImage() - Method in class org.eclipse.emf.edit.provider.WrapperItemProvider
Returns an image for a value's single property.
getPropertyImage(Class<?>) - Method in class org.eclipse.emf.edit.provider.WrapperItemProvider
Returns the property image for the specified type.
getPropertyImageName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
getPropertyImageName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
getPropertyName() - Method in class org.eclipse.emf.edit.provider.WrapperItemProvider
Returns a name for a value's single property.
getPropertySheetPage() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
This accesses a cached version of the property sheet
getPropertySheetPage() - Method in class org.eclipse.emf.ecore.presentation.EcoreEditor
This accesses a cached version of the property sheet
getPropertySheetPage() - Method in class org.eclipse.emf.ecore.xcore.ui.editor.XcoreEditor
 
getPropertySheetPage() - Method in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryEditor
This accesses a cached version of the property sheet
getPropertySheetPage() - Method in class org.eclipse.emf.java.presentation.JavaEditor
This accesses a cached version of the property sheet
getPropertySheetPage() - Method in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLEditor
This accesses a cached version of the property sheet
getPropertySheetPage() - Method in class org.eclipse.emf.mapping.presentation.MappingEditor
This accesses a cached version of the property sheet.
getPropertySource(Object) - Method in class org.eclipse.emf.edit.ui.provider.AdapterFactoryContentProvider
This implements org.eclipse.ui.views.properties.IPropertySourceProvider.getPropertySource to forward the call to an object that implements IItemPropertySource.
getPropertyValue(Object) - Method in interface org.eclipse.emf.edit.provider.IItemPropertyDescriptor
This fetches this descriptor's property from the object.
getPropertyValue(Object) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
This does the delegated job of getting the property value from the given object; and it sets object, which is necessary if getComboBoxObjects is called.
getPropertyValue(Object) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptorDecorator
This does the delegated job of getting the property value from the given object
getPropertyValue(Object, String) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This implements a PropertySource by delegating to the descriptor, which is assumed to support the IItemPropertyDescriptor interface
getPropertyValue(Object) - Method in class org.eclipse.emf.edit.provider.WrapperItemProvider.WrapperItemPropertyDescriptor
Substitutes the wrapper owner for the selected object and invokes the base implementation.
getPropertyValue(Object) - Method in class org.eclipse.emf.edit.ui.provider.PropertySource
getProtocolToFactoryMap() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceFactoryRegistryImpl
 
getProtocolToFactoryMap() - Method in interface org.eclipse.emf.ecore.resource.Resource.Factory.Registry
getProvider() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
Returns the value of the 'Provider' attribute.
getProvider() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getProviderBaseClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getProviderBaseClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getProviderClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getProviderClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getProviderExtendsGenClass() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getProviderExtendsGenClass() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getProviderImplementedGenClasses() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getProviderImplementedGenClasses() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getProviderImplementedGenFeatures() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getProviderImplementsClassNames() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getProviderImplementsClassNames() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getProviderPackageName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getProviderPackageName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getProviderPackageSuffix() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
Returns the value of the 'Provider Package Suffix' attribute.
getProviderPackageSuffix() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getProviderRootExtendsClass() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Provider Root Extends Class' attribute
getProviderRootExtendsClass() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getProviderSupportedTypes() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getProviderSupportedTypes() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getProxyURI(URI, EObject, QualifiedName) - Method in class org.eclipse.emf.ecore.xcore.scoping.LazyCreationProxyURIConverter
 
getPublicationDate() - Method in class org.eclipse.emf.examples.extlibrary.impl.ItemImpl
 
getPublicationDate() - Method in interface org.eclipse.emf.examples.extlibrary.Item
Returns the value of the 'Publication Date' attribute
getPublicationLocation() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
Returns the value of the 'Publication Location' attribute
getPublicationLocation() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getPublicId() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
 
getPublicId() - Method in interface org.eclipse.emf.ecore.xmi.XMLResource
Returns public identifier specified on the doctype.
getPullRules() - Method in class org.eclipse.emf.codegen.merge.java.JControlModel
 
getPushRules() - Method in class org.eclipse.emf.codegen.merge.java.JControlModel
 
getQName(EClass) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
getQName(EDataType) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
getQName(EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
getQName(NameInfo, EPackage, String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
getQName(NameInfo, EPackage, String, boolean) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
getQName(EPackage, String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
getQName(EPackage, String, boolean) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
getQName(String, String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
getQName(int) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLLoadImpl.AttributesProxy
 
getQName(EClass) - Method in interface org.eclipse.emf.ecore.xmi.XMLHelper
Returns the nsName:name c.ePackage().nsName() : c.eName() If there is an XMLMap, and the target namespace is null for this eClass, just the name is returned.
getQName(EDataType) - Method in interface org.eclipse.emf.ecore.xmi.XMLHelper
Returns the nsName:name c.ePackage().nsName() : c.eName() If there is an XMLMap, and the target namespace is null for this eClass, just the name is returned.
getQName(EStructuralFeature) - Method in interface org.eclipse.emf.ecore.xmi.XMLHelper
By default, this method returns the name of the feature.
getQName() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypePackageImpl
 
getQName() - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
Returns the meta object for data type 'QName'
getQNameLocalPart(Object) - Static method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeUtil
Returns the localPart of a QName.
getQNameNamespaceURI(Object) - Static method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeUtil
Returns the namespaceURI of a QName.
getQNamePrefix(Object) - Static method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeUtil
Returns the prefix of a QName.
getQualifiedActionBarContributorClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getQualifiedActionBarContributorClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getQualifiedAdapterFactoryClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getQualifiedAdapterFactoryClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getQualifiedClassExtends() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
Returns a value that corresponds to GenClass.getClassExtends().
getQualifiedClassExtends() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getQualifiedClassifierAccessor() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClassifier
 
getQualifiedClassifierAccessor() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassifierImpl
 
getQualifiedClassImplementsList() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
Returns a list that corresponds to GenClass.getClassImplements().
getQualifiedClassImplementsList() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getQualifiedClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getQualifiedClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getQualifiedContentTypeIdentifier() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
Returns the qualified content type identifier.
getQualifiedContentTypeIdentifier() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getQualifiedEditModuleName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Get the qualified name of the edit project's GWT Module.
getQualifiedEditModuleName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getQualifiedEditorAdvisorClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getQualifiedEditorAdvisorClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getQualifiedEditorClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getQualifiedEditorClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getQualifiedEditorEntryPointClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Gets the name of the entry point's class.
getQualifiedEditorEntryPointClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getQualifiedEditorModuleName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Get the qualified name of the editor project's GWT Module.
getQualifiedEditorModuleName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getQualifiedEditorPluginClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getQualifiedEditorPluginClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getQualifiedEditorPluginClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getQualifiedEditorPluginClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getQualifiedEditPluginClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getQualifiedEditPluginClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getQualifiedEditPluginClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getQualifiedEditPluginClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getQualifiedEFactoryInstanceAccessor() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getQualifiedEFactoryInstanceAccessor() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getQualifiedEFactoryInternalInstanceAccessor() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getQualifiedEFactoryInternalInstanceAccessor() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getQualifiedEffectiveResourceFactoryClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
Returns the package's resource factory class name, or the framework's default XMI resource factory class name if no resource will be generated for the package.
getQualifiedEffectiveResourceFactoryClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getQualifiedExampleClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getQualifiedExampleClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getQualifiedFactoryClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getQualifiedFactoryClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getQualifiedFactoryInstanceAccessor() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getQualifiedFactoryInstanceAccessor() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getQualifiedFactoryInterfaceName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getQualifiedFactoryInterfaceName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getQualifiedFeatureAccessor() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
getQualifiedFeatureAccessor() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
getQualifiedFeatureAccessorName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
getQualifiedFeatureAccessorName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
getQualifiedFeatureCountID() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getQualifiedFeatureCountID() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getQualifiedFeatureID(GenFeature) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getQualifiedFeatureID(GenFeature) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getQualifiedInstanceClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenDataType
 
getQualifiedInstanceClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
 
getQualifiedInterfaceExtendsList() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
Returns a list that corresponds to GenClass.getInterfaceExtends().
getQualifiedInterfaceExtendsList() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getQualifiedInterfaceName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getQualifiedInterfaceName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getQualifiedItemProviderAdapterFactoryClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getQualifiedItemProviderAdapterFactoryClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getQualifiedListItemType(GenClass) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenTypedElement
This returns the qualified name of the feature type/wrapper class, or if a multi-valued feature, the type of the EList members.
getQualifiedListItemType() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenTypedElement
Deprecated. 
getQualifiedListItemType(GenClass) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
 
getQualifiedListItemType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypedElementImpl
Deprecated.
getQualifiedListItemType(GenClass) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypedElementImpl
 
getQualifiedModelInfo() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
getQualifiedModelInfo() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenParameter
 
getQualifiedModelInfo() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenTypeParameter
 
getQualifiedModelInfo() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
getQualifiedModelInfo() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenParameterImpl
 
getQualifiedModelInfo() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypeParameterImpl
 
getQualifiedModelModuleName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Get the qualified name of the model project's GWT Module.
getQualifiedModelModuleName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getQualifiedModelPluginClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getQualifiedModelPluginClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getQualifiedModelWizardClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getQualifiedModelWizardClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getQualifiedName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenEnum
 
getQualifiedName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumImpl
 
getQualifiedName(IDOMNode) - Method in class org.eclipse.emf.codegen.jmerge.JPatternDictionary
Deprecated.
 
getQualifiedName() - Method in class org.eclipse.emf.codegen.merge.java.facade.AbstractJNode
 
getQualifiedName() - Method in interface org.eclipse.emf.codegen.merge.java.facade.JNode
Returns the qualified name of this node.
getQualifiedName(EPackage) - Static method in class org.eclipse.emf.converter.util.ConverterUtil
 
getQualifiedName(String) - Method in class org.eclipse.emf.ecore.resource.impl.PlatformContentHandlerImpl
Returns the property name converted to a qualified name.
getQualifiedName(String, EClassifier) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
getQualifiedName(String, EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
getQualifiedName() - Method in class org.eclipse.emf.ecore.xmi.impl.NameInfoImpl
 
getQualifiedName() - Method in interface org.eclipse.emf.ecore.xmi.NameInfo
 
getQualifiedName() - Method in class org.eclipse.emf.java.impl.JClassImpl
 
getQualifiedName() - Method in class org.eclipse.emf.java.impl.JInitializerImpl
 
getQualifiedName() - Method in class org.eclipse.emf.java.impl.JModelElementImpl
 
getQualifiedName() - Method in interface org.eclipse.emf.java.JModelElement
 
getQualifiedNameAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getQualifiedNameInStaticImportAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getQualifiedNameInStaticImportRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getQualifiedNameRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getQualifiedNameWithWildcardAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getQualifiedNameWithWildcardRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getQualifiedObjectType(GenClass) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenTypedElement
This returns the qualified name of the feature type or, if primitive, of the wrapper class (e.g.
getQualifiedObjectType(GenClass) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
 
getQualifiedObjectType(GenClass) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypedElementImpl
 
getQualifiedOperationAccessor() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenOperation
 
getQualifiedOperationAccessor() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
 
getQualifiedOperationAccessorName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenOperation
 
getQualifiedOperationAccessorName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
 
getQualifiedOperationCountID() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getQualifiedOperationCountID() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getQualifiedOperationID(GenOperation) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getQualifiedOperationID(GenOperation) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getQualifiedPackageClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getQualifiedPackageClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getQualifiedPackageInterfaceName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getQualifiedPackageInterfaceName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getQualifiedPackageName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getQualifiedPackageName(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getQualifiedPackageName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getQualifiedProviderClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getQualifiedProviderClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getQualifiedResourceClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getQualifiedResourceClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getQualifiedResourceFactoryClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getQualifiedResourceFactoryClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getQualifiedSwitchClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getQualifiedSwitchClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getQualifiedTestCaseClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getQualifiedTestCaseClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getQualifiedTestSuiteClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getQualifiedTestSuiteClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getQualifiedTestSuiteClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getQualifiedTestSuiteClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getQualifiedTypeName(ETypedElement, String) - Method in class org.eclipse.emf.importer.rose.builder.RoseEcoreBuilder
 
getQualifiedTypeName(EModelElement, String) - Method in class org.eclipse.emf.importer.rose.builder.RoseEcoreBuilder
 
getQualifiedValidatorClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getQualifiedValidatorClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getQualifiedValidatorInterfaceName(GenClass) - Static method in class org.eclipse.emf.examples.generator.validator.ValidatorGeneratorUtil
 
getQualifiedXMLProcessorClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getQualifiedXMLProcessorClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getQueryDelegate() - Method in class org.eclipse.emf.oda.ecore.ui.impl.EcoreDataSetWizardPage
Returns the value of the query delegate property.
getQueryString() - Method in class org.eclipse.emf.ecore.xml.type.internal.DataValue.URI
Get the query string for this URI.
getQueryText() - Method in class org.eclipse.emf.oda.ecore.ui.impl.EcoreDataSetWizardPage
Returns the value of the query text.
getQueryTextViewer() - Method in class org.eclipse.emf.oda.ecore.ui.impl.EcoreDataSetWizardPage
 
getQuestionMarkKeyword_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XGenericWildcardTypeArgumentElements
 
getQuestionMarkKeyword_1_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XMultiplicityElements
 
getQuestionMarkKeyword_1_3_1_1_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XMultiplicityElements
 
getQUID() - Method in class org.eclipse.emf.importer.rose.builder.TableObject
 
getQUID() - Method in class org.eclipse.emf.importer.rose.builder.UnitTreeNode
 
getQuotedEndTag() - Method in class org.eclipse.emf.codegen.jet.JETParser
 
getQuotedStartTag() - Method in class org.eclipse.emf.codegen.jet.JETParser
 
getRawBoundType() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenTypedElement
This returns the feature type as for getRawType, except for the case that the type is a type parameter, in which case it returns the actual bounding type.
getRawBoundType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypedElementImpl
 
getRawImportedBoundType() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenTypedElement
This returns the feature type as for getRawImportedType, except for the case that the type is a type parameter, in which case it returns the actual bounding type.
getRawImportedBoundType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypedElementImpl
 
getRawImportedInstanceClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClassifier
 
getRawImportedInstanceClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getRawImportedInstanceClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
 
getRawImportedInterfaceName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getRawImportedInterfaceName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getRawImportedType() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenTypedElement
 
getRawImportedType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypedElementImpl
 
getRawInstanceClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClassifier
 
getRawInstanceClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getRawInstanceClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
 
getRawListItemType() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenTypedElement
This returns the raw imported name of the feature type/wrapper class, or if a multi-valued feature, the type of the EList members.
getRawListItemType(GenClass) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenTypedElement
This returns the raw imported name of the feature type/wrapper class, or if a multi-valued feature, the type of the EList members.
getRawListItemType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypedElementImpl
 
getRawListItemType(GenClass) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypedElementImpl
 
getRawQualifiedInstanceClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
 
getRawQualifiedInstanceClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumImpl
 
getRawType() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenTypedElement
 
getRawType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypedElementImpl
 
getRawTypeCast() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenTypedElement
This returns that case to the actual type if it's different from the raw type.
getRawTypeCast() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypedElementImpl
 
getRawValue() - Method in class org.eclipse.emf.ecore.xml.type.impl.SimpleAnyTypeImpl
 
getRawValue() - Method in interface org.eclipse.emf.ecore.xml.type.SimpleAnyType
Returns the value of the 'Raw Value' attribute
getReachableObjectsOfType(EObject, EClassifier) - Static method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
This yields all reachable references from object with a meta object which indicates that it is a subtype of type.
getReachableObjectsOfType(EObject, EGenericType) - Static method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
This yields all reachable references from object with a meta object which indicates that it is a subtype of type.
getReader() - Method in class org.eclipse.emf.codegen.jet.JETParser
 
getReader() - Method in interface org.eclipse.emf.examples.extlibrary.BookOnTape
Returns the value of the 'Reader' reference
getReader() - Method in class org.eclipse.emf.examples.extlibrary.impl.BookOnTapeImpl
 
getReadLock() - Method in class org.eclipse.emf.common.util.Pool
Returns this pool's read lock.
getReadonlyAssignment_2_2() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XAttributeElements
 
getReadonlyAssignment_3_2() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XReferenceElements
 
getReadonlyKeyword_21() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.FeatureCallIDElements
 
getReadonlyReadonlyKeyword_2_2_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XAttributeElements
 
getReadonlyReadonlyKeyword_3_2_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XReferenceElements
 
getReadValueIndex(List<O>) - Method in class org.eclipse.emf.databinding.IEMFListProperty.ListElementAccess
The index in the list the value is read from or IEMFListProperty.ListElementAccess.WriteData.NO_INDEX if not available
getReceivers() - Method in class org.eclipse.emf.mapping.impl.MappingImpl
 
getReceivers() - Method in interface org.eclipse.emf.mapping.Mapping
This returns the same as Mapping.getOutputs() if Mapping.isReverse() returns false.
getRedirect() - Method in class org.eclipse.emf.codegen.merge.java.JControlModel
 
getRedirection() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Redirection' attribute
getRedirection() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getRedoCommand() - Method in class org.eclipse.emf.common.command.BasicCommandStack
 
getRedoCommand() - Method in interface org.eclipse.emf.common.command.CommandStack
Returns the command that will be redone if CommandStack.redo() is called.
getReference() - Method in exception org.eclipse.emf.ecore.xmi.UnresolvedReferenceException
 
getReferenceData(EAnnotation) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getReferenceData(EAnnotation) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getReferencedGenModelsLabel() - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPackagePage
 
getReferencedGenModelsTreeViewerContentProvider(AdapterFactory) - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPackagePage
 
getReferencedGenModelsTreeViewerLabelProvider(AdapterFactory) - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPackagePage
 
getReferencedGenModelsTreeViewerLabelProvider(AdapterFactory) - Method in class org.eclipse.emf.exporter.ui.contribution.base.ModelExporterPackagePage
 
getReferencedGenPackageArtifactURI(ModelExporter.ExportData, GenPackage) - Method in class org.eclipse.emf.ecore.xcore.exporter.XcoreExporter
 
getReferencedGenPackageExportInfo(GenPackage) - Method in class org.eclipse.emf.exporter.ModelExporter
 
getReferencedGenPackages() - Method in class org.eclipse.emf.converter.ModelConverter
 
getReferencedGenPackagesToCheck(List<GenPackage>, boolean) - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPackagePage
Returns a not null list with the GenPackages that should be selected in the referenced Tree Viewer.
getReferencedGenPackagesToCheck(List<GenPackage>, boolean) - Method in class org.eclipse.emf.exporter.ui.contribution.base.ModelExporterPackagePage
 
getReferencedGenPackageToInfoMap() - Method in class org.eclipse.emf.converter.ModelConverter
 
getReferenceGenPackageConvertInfo(GenPackage) - Method in class org.eclipse.emf.converter.ModelConverter
 
getReferenceName() - Method in class org.eclipse.emf.importer.rose.parser.RoseNode
 
getReferences() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenAnnotation
Returns the value of the 'References' reference list.
getReferences() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenAnnotationImpl
 
getReferences() - Method in interface org.eclipse.emf.ecore.EAnnotation
Returns the value of the 'References' reference list.
getReferences() - Method in class org.eclipse.emf.ecore.impl.EAnnotationImpl
 
getReferencesToCopy() - Method in class org.eclipse.emf.edit.command.InitializeCopyCommand
 
getReferenceValue() - Method in interface org.eclipse.emf.ecore.change.FeatureChange
Returns the value of the 'Reference Value' reference
getReferenceValue() - Method in interface org.eclipse.emf.ecore.change.FeatureMapEntry
Returns the value of the 'Reference Value' reference
getReferenceValue() - Method in class org.eclipse.emf.ecore.change.impl.FeatureChangeImpl
 
getReferenceValue() - Method in class org.eclipse.emf.ecore.change.impl.FeatureMapEntryImpl
 
getReferenceValue(EObject, EReference) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
Deprecated.
As of EMF 2.0, replaced by getFeatureValue.
getReferenceValues() - Method in class org.eclipse.emf.ecore.change.impl.ListChangeImpl
 
getReferenceValues() - Method in interface org.eclipse.emf.ecore.change.ListChange
Returns the value of the 'Reference Values' reference list.
getReferredEPackage(GenPackage) - Method in class org.eclipse.emf.converter.ModelConverter
 
getReferredEPackage(GenPackage) - Method in class org.eclipse.emf.converter.ModelConverter.ReferencedEPackageFilter
 
getReferredEPackage(GenPackage) - Method in class org.eclipse.emf.importer.java.JavaImporter
 
getRefersKeyword_22() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.FeatureCallIDElements
 
getRefersKeyword_2_4_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XReferenceElements
 
getRefersKeyword_2_5_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XReferenceElements
 
getReflectionClassPackageName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getReflectionClassPackageName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getReflectionPackageName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getReflectionPackageName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getRefreshElement(Notification) - Method in class org.eclipse.emf.edit.provider.DelegatingWrapperItemProvider
Returns the operative object of this notification, from which the viewer would be refreshed.
getRegBasedAuthority() - Method in class org.eclipse.emf.ecore.xml.type.internal.DataValue.URI
Get the registry based authority for this URI.
getRegisteredAdapter(EObject, Object) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Returns the specified eObject's adapter of the specified type.
getRegisteredAdapter(Resource, Object) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Returns the specified resource's adapter of the specified type.
getRegisteredPackages() - Method in class org.eclipse.emf.ecore.presentation.EcoreActionBarContributor.ExtendedLoadResourceAction.ExtendedLoadResourceDialog
 
getRegistrations() - Method in class org.eclipse.emf.ecore.xmi.util.XMLProcessor
 
getRegistry(ClassLoader) - Static method in class org.eclipse.emf.ecore.impl.EPackageRegistryImpl
Returns the package registry associated with the given class loader.
getReifiedGenFeatures() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getReifiedGenFeatures() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getReifiedType(EClass, EGenericType) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
 
getRelativeGenModelLocation() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getRelativeGenModelLocation() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getRelativeURIFragmentPath(EObject, EObject) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Returns the fragment path of the descendant object relative to its ancestor.
getRemovedASTNode() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJNode
 
getReplacement(ICompositeNode) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.PartialParsingContentAssistParser
 
getReplacement() - Method in class org.eclipse.emf.ecore.xcore.ui.quickfix.XcoreQuickfixProvider.RemovalRegion
 
getRequestedAttributes(Map<?, ?>) - Method in class org.eclipse.emf.ecore.resource.impl.URIHandlerImpl
Returns the value of the requested attributes option.
getRequestedProperties(Map<?, ?>) - Method in class org.eclipse.emf.ecore.resource.impl.ContentHandlerImpl
Returns the value of ContentHandler.OPTION_REQUESTED_PROPERTIES in the options map.
getRequiredBundles() - Method in class org.eclipse.emf.codegen.ecore.ui.EmptyProjectWizard
 
getRequiredBundles() - Method in class org.eclipse.emf.ecore.xcore.ui.EmptyXcoreProjectWizard
 
getResolvedTemplateURI() - Method in class org.eclipse.emf.codegen.jet.JETCompiler
 
getResolveProxiesAssignment_2_0_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XReferenceElements
 
getResolveProxiesAssignment_2_1_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XReferenceElements
 
getResolveProxiesAssignment_2_2_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XReferenceElements
 
getResolveProxiesAssignment_2_3_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XReferenceElements
 
getResolveProxiesFlag() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
getResolveProxiesFlag() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
getResolveProxiesResolvingKeyword_2_0_1_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XReferenceElements
 
getResolveProxiesResolvingKeyword_2_1_0_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XReferenceElements
 
getResolveProxiesResolvingKeyword_2_2_1_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XReferenceElements
 
getResolveProxiesResolvingKeyword_2_3_0_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XReferenceElements
 
getResolvingKeyword_23() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.FeatureCallIDElements
 
getResource() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
Returns the value of the 'Resource' attribute.
getResource() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getResource() - Method in class org.eclipse.emf.ecore.change.impl.ResourceChangeImpl
 
getResource() - Method in interface org.eclipse.emf.ecore.change.ResourceChange
Returns the value of the 'Resource' attribute
getResource(URI, boolean) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl
 
getResource(URI, boolean) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.MappedResourceLocator
 
getResource(URI, boolean) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.ResourceLocator
The utility method used by a resource set for locating a resource.
getResource(URI, boolean) - Method in interface org.eclipse.emf.ecore.resource.ResourceSet
Returns the resource resolved by the URI.
getResource() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
getResource() - Method in interface org.eclipse.emf.ecore.xmi.XMLHelper
Returns the resource
getResource() - Method in class org.eclipse.emf.edit.ui.action.ControlAction.ControlResourceDialog
 
getResource() - Method in class org.eclipse.emf.edit.ui.action.ControlAction
 
getResource() - Method in class org.eclipse.emf.oda.ecore.ui.impl.EcoreDataSourcePageHelper
Returns the value of the resource property.
getResourceChange() - Method in interface org.eclipse.emf.ecore.change.ChangePackage
Returns the meta object for class 'Resource Change'
getResourceChange() - Method in class org.eclipse.emf.ecore.change.impl.ChangePackageImpl
 
getResourceChange(Resource) - Method in class org.eclipse.emf.ecore.change.util.BasicChangeRecorder
 
getResourceChange_ListChanges() - Method in interface org.eclipse.emf.ecore.change.ChangePackage
Returns the meta object for the containment reference list 'List Changes'
getResourceChange_ListChanges() - Method in class org.eclipse.emf.ecore.change.impl.ChangePackageImpl
 
getResourceChange_Resource() - Method in interface org.eclipse.emf.ecore.change.ChangePackage
Returns the meta object for the attribute 'Resource'
getResourceChange_Resource() - Method in class org.eclipse.emf.ecore.change.impl.ChangePackageImpl
 
getResourceChange_ResourceURI() - Method in interface org.eclipse.emf.ecore.change.ChangePackage
Returns the meta object for the attribute 'Resource URI'
getResourceChange_ResourceURI() - Method in class org.eclipse.emf.ecore.change.impl.ChangePackageImpl
 
getResourceChange_Value() - Method in interface org.eclipse.emf.ecore.change.ChangePackage
Returns the meta object for the attribute 'Value'
getResourceChange_Value() - Method in class org.eclipse.emf.ecore.change.impl.ChangePackageImpl
 
getResourceChanges() - Method in interface org.eclipse.emf.ecore.change.ChangeDescription
Returns the value of the 'Resource Changes' containment reference list.
getResourceChanges() - Method in class org.eclipse.emf.ecore.change.impl.ChangeDescriptionImpl
 
getResourceChanges() - Method in class org.eclipse.emf.ecore.change.util.BasicChangeRecorder
 
getResourceChildren(Resource) - Method in class org.eclipse.emf.ecore.util.EcoreUtil.ContentTreeIterator
Returns an iterator over the children of the given parent resource.
getResourceClassEmitter() - 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.
getResourceClassEmitter() - 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.
getResourceClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getResourceClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getResourceFactoryClassEmitter() - 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.
getResourceFactoryClassEmitter() - 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.
getResourceFactoryClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getResourceFactoryClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getResourceFactoryRegistry() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl
 
getResourceFactoryRegistry() - Method in interface org.eclipse.emf.ecore.resource.ResourceSet
Returns the registry used for creating a resource of the appropriate type.
getResourceLocator() - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenBaseItemProvider
Return the resource locator for this item provider's resources
getResourceLocator() - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelValidator
Returns the resource locator that will be used to fetch messages for this validator's diagnostics
getResourceLocator() - Method in class org.eclipse.emf.ecore.change.provider.ChangeDescriptionItemProvider
Return the resource locator for this item provider's resources
getResourceLocator() - Method in class org.eclipse.emf.ecore.change.provider.EObjectToChangesMapEntryItemProvider
Return the resource locator for this item provider's resources
getResourceLocator() - Method in class org.eclipse.emf.ecore.change.provider.FeatureChangeItemProvider
Return the resource locator for this item provider's resources
getResourceLocator() - Method in class org.eclipse.emf.ecore.change.provider.FeatureMapEntryItemProvider
Return the resource locator for this item provider's resources
getResourceLocator() - Method in class org.eclipse.emf.ecore.change.provider.ListChangeItemProvider
Return the resource locator for this item provider's resources
getResourceLocator() - Method in class org.eclipse.emf.ecore.change.provider.ResourceChangeItemProvider
Return the resource locator for this item provider's resources
getResourceLocator() - Method in class org.eclipse.emf.ecore.provider.EGenericTypeItemProvider
Return the resource locator for this item provider's resources
getResourceLocator() - Method in class org.eclipse.emf.ecore.provider.EModelElementItemProvider
Return the resource locator for this item provider's resources
getResourceLocator() - Method in class org.eclipse.emf.ecore.provider.EObjectItemProvider
Return the resource locator for this item provider's resources
getResourceLocator() - Method in class org.eclipse.emf.ecore.provider.EStringToStringMapEntryItemProvider
Return the resource locator for this item provider's resources
getResourceLocator() - Method in class org.eclipse.emf.ecore.util.EcoreValidator.EGenericTypeBuilder
Returns the resource locator for fetching messages.
getResourceLocator() - Method in class org.eclipse.emf.ecore.util.EcoreValidator
Returns the resource locator that will be used to fetch messages for this validator's diagnostics
getResourceLocator() - Method in class org.eclipse.emf.ecore.util.EObjectValidator
Returns the resource locator for fetching model-specific messages.
getResourceLocator() - Method in class org.eclipse.emf.ecore.xcore.provider.XGenericTypeItemProvider
Return the resource locator for this item provider's resources
getResourceLocator() - Method in class org.eclipse.emf.ecore.xcore.provider.XModelElementItemProvider
Return the resource locator for this item provider's resources
getResourceLocator() - Method in class org.eclipse.emf.ecore.xcore.provider.XStringToStringMapEntryItemProvider
Return the resource locator for this item provider's resources
getResourceLocator() - Method in class org.eclipse.emf.ecore.xml.namespace.util.XMLNamespaceValidator
Returns the resource locator that will be used to fetch messages for this validator's diagnostics
getResourceLocator() - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
Returns the resource locator that will be used to fetch messages for this validator's diagnostics
getResourceLocator() - Method in interface org.eclipse.emf.edit.provider.IChildCreationExtender
Returns a resource locator than can locate resources related to the child descriptors.
getResourceLocator() - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
Get the resource locator for this adapter's resources.
getResourceLocator(Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
Get the resource locator from the adapter of the object, if possible.
getResourceLocator() - Method in class org.eclipse.emf.edit.provider.resource.ResourceItemProvider
Return the resource locator for this item provider's resources.
getResourceLocator() - Method in class org.eclipse.emf.edit.provider.resource.ResourceSetItemProvider
Return the resource locator for this item provider's resources.
getResourceLocator() - Method in class org.eclipse.emf.examples.extlibrary.provider.ItemItemProvider
Return the resource locator for this item provider's resources
getResourceLocator() - Method in class org.eclipse.emf.examples.extlibrary.provider.LibraryItemProvider
Return the resource locator for this item provider's resources
getResourceLocator() - Method in class org.eclipse.emf.examples.extlibrary.provider.PersonItemProvider
Return the resource locator for this item provider's resources
getResourceLocator() - Method in class org.eclipse.emf.java.provider.JModelElementItemProvider
Return the resource locator for this item provider's resources
getResourceLocator() - Method in class org.eclipse.emf.mapping.ecore2ecore.provider.Ecore2EcoreMappingRootItemProvider
Return the resource locator for this item provider's resources
getResourceLocator() - Method in class org.eclipse.emf.mapping.ecore2xml.provider.ENamedElementToXMLInfoMapEntryItemProvider
Return the resource locator for this item provider's resources
getResourceLocator() - Method in class org.eclipse.emf.mapping.ecore2xml.provider.XMLInfoItemProvider
Return the resource locator for this item provider's resources
getResourceLocator() - Method in class org.eclipse.emf.mapping.ecore2xml.provider.XMLMapItemProvider
Return the resource locator for this item provider's resources
getResourceLocator() - Method in class org.eclipse.emf.mapping.provider.MappingHelperItemProvider
Return the resource locator for this item provider's resources
getResourceLocator() - Method in class org.eclipse.emf.mapping.provider.MappingItemProvider
Return the resource locator for this item provider's resources
getResources() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl
 
getResources() - Method in interface org.eclipse.emf.ecore.resource.ResourceSet
Returns the direct Resources being managed.
getResourceSet() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
 
getResourceSet() - Method in interface org.eclipse.emf.ecore.resource.Resource
Returns the containing resource set.
getResourceSet() - Method in class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain
This returns the resource set used to contain all created and loaded resources.
getResourceSet() - Method in interface org.eclipse.emf.edit.domain.EditingDomain
This returns the resource set within which all the created and loaded resources reside.
getResourceSet() - Method in class org.eclipse.emf.oda.ecore.impl.Connection
Returns the resource set for this connection.
getResourceSetChildren(ResourceSet) - Method in class org.eclipse.emf.ecore.util.EcoreUtil.ContentTreeIterator
Returns an iterator over the children of the given parent resource set.
getResourceToReadOnlyMap() - Method in class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain
Returns the map of resource to a Boolean value indicating whether the resource is read only.
getResourceURI() - Method in class org.eclipse.emf.ecore.change.impl.ResourceChangeImpl
 
getResourceURI() - Method in interface org.eclipse.emf.ecore.change.ResourceChange
Returns the value of the 'Resource URI' attribute
getResponse(Map<?, ?>) - Method in class org.eclipse.emf.ecore.resource.impl.URIHandlerImpl
Returns the value of the response option.
getResult() - Method in class org.eclipse.emf.common.command.AbstractCommand
Returns an empty list.
getResult() - Method in interface org.eclipse.emf.common.command.Command
Returns a collection of things which this command wishes to present as it's result.
getResult() - Method in class org.eclipse.emf.common.command.CommandWrapper
Delegates to the getResult method of the command.
getResult() - Method in class org.eclipse.emf.common.command.CompoundCommand
Determines the result by composing the results of the commands in the list; this is affected by the setting of CompoundCommand.resultIndex.
getResult() - Method in class org.eclipse.emf.common.command.IdentityCommand
Return the identity result.
getResult() - Method in class org.eclipse.emf.edit.command.AbstractOverrideableCommand
 
getResult() - Method in class org.eclipse.emf.edit.command.CreateChildCommand
This returns the result of this command by delegating to helper.getCreateChildResult().
getResult() - Method in class org.eclipse.emf.edit.command.DragAndDropCommand
 
getResult() - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter.ResultAndAffectedObjectsWrappingCommand
 
getResult() - Method in class org.eclipse.emf.edit.provider.WrapperItemProvider.WrappingCopyCommand
If the command has executed, returns a list containing only the copy of the wrapper.
getResult() - Method in class org.eclipse.emf.edit.ui.action.ControlAction.SelfAffectingCommand
 
getResult() - Method in class org.eclipse.emf.edit.ui.celleditor.FeatureEditorDialog
 
getResult() - Method in class org.eclipse.emf.importer.rose.parser.RoseNode
 
getResult() - Method in class org.eclipse.emf.mapping.command.AddMappingCommand
 
getResult() - Method in class org.eclipse.emf.mapping.command.AddOverrideCommand
 
getResult() - Method in class org.eclipse.emf.mapping.command.CreateCopyOverrideCommand
 
getResult() - Method in class org.eclipse.emf.mapping.command.CreateMappingCommand
 
getResult() - Method in class org.eclipse.emf.mapping.command.InitializeCopyOverrideCommand
 
getResult() - Method in class org.eclipse.emf.mapping.command.RemoveMappingCommand
 
getResult() - Method in class org.eclipse.emf.mapping.command.RemoveOverrideCommand
 
getResult() - Method in class org.eclipse.emf.mapping.command.SetOverrideCommand
 
getResultIndex() - Method in class org.eclipse.emf.common.command.CompoundCommand
Returns the index of the command whose result and affected objects are forwarded.
getResults(EList<Object>, QueryDelegate, EList<Object>, Map<String, Object>, EClassifier) - Method in class org.eclipse.emf.oda.ecore.impl.Query
 
getResultType() - Method in class org.eclipse.emf.oda.ecore.ui.impl.EcoreDataSetWizardPage
Returns the value of the result type property.
getReturn() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
Deprecated.
As of EMF 2.1, simply call getEcoreTypedElement().getEType().
getReturnType() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenOperation
Deprecated.
As of EMF 2.1, use getType(GenClass) instead.
getReturnType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
Deprecated.
As of EMF 2.1, use getType(GenClass) instead.
getReturnType() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJMethod
 
getReturnType() - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMJMethod
 
getReturnType() - Method in interface org.eclipse.emf.codegen.merge.java.facade.JMethod
Returns the return type name, or null.
getReturnType() - Method in class org.eclipse.emf.java.impl.JMethodImpl
 
getReturnType() - Method in interface org.eclipse.emf.java.JMethod
Returns the value of the 'Return Type' reference
getReturnTypeClassifier() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenOperation
Deprecated.
As of EMF 2.1, use getTypeClassifierAccessorName instead.
getReturnTypeClassifier() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
Deprecated.
As of EMF 2.1, use getTypeClassifierAccessorName instead.
getReturnTypeGenPackage() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenOperation
Deprecated.
As of EMF 2.1, use getTypeGenPackage instead.
getReturnTypeGenPackage() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
Deprecated.
As of EMF 2.1, use getTypeGenPackage instead.
getReverse() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
getReverse() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
getRewriter() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJNode
 
getRewrittenASTNode() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJAnnotation
 
getRightCurlyBracketKeyword_3() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XBlockExpressionElements
 
getRightCurlyBracketKeyword_5() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XEnumElements
 
getRightCurlyBracketKeyword_9() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XClassElements
 
getRightGradient() - Method in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
Deprecated.
 
getRightParenthesisKeyword_10() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XOperationElements
 
getRightParenthesisKeyword_2_3() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XAnnotationElements
 
getRightSquareBracketKeyword_2() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XMultiplicityElements
 
getRoleMultiplicity() - Method in class org.eclipse.emf.importer.rose.parser.RoseNode
 
getRoot(ExtendedMetaData, EClassifier) - Method in class org.eclipse.emf.ecore.xmi.impl.ElementHandlerImpl
 
getRoot(EClassifier) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Lookup
 
getRoot(ExtendedMetaData, EClassifier) - Method in interface org.eclipse.emf.ecore.xmi.XMLResource.ElementHandler
Returns an appropriate feature for serializing a value of the give type.
getRoot(Object) - Method in class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain
 
getRoot(Object) - Method in interface org.eclipse.emf.edit.domain.EditingDomain
This returns the root of the object, i.e., .
getRoot() - Method in class org.eclipse.emf.importer.rose.parser.RoseNode
 
getRootAdapterFactory() - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProviderAdapterFactory
This returns the root adapter factory that contains this factory
getRootAdapterFactory() - Method in class org.eclipse.emf.ecore.change.provider.ChangeItemProviderAdapterFactory
This returns the root adapter factory that contains this factory
getRootAdapterFactory() - Method in class org.eclipse.emf.ecore.provider.EcoreItemProviderAdapterFactory
This returns the root adapter factory that contains this factory
getRootAdapterFactory() - Method in class org.eclipse.emf.ecore.xcore.provider.XcoreItemProviderAdapterFactory
This returns the root adapter factory that contains this factory
getRootAdapterFactory() - Method in interface org.eclipse.emf.edit.provider.ComposeableAdapterFactory
This convenience method returns the first adapter factory that doesn't have a parent, i.e., the root.
getRootAdapterFactory() - Method in class org.eclipse.emf.edit.provider.ComposedAdapterFactory
This returns the root adapter factory that delegates to this factory.
getRootAdapterFactory() - Method in class org.eclipse.emf.edit.provider.DecoratorAdapterFactory
This returns the root adapter factory that delegates to this factory.
getRootAdapterFactory() - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
Gets the root factory if this local adapter factory is composed, otherwise just the local one.
getRootAdapterFactory() - Method in class org.eclipse.emf.edit.provider.ReflectiveItemProviderAdapterFactory
This returns the root adapter factory that contains this factory.
getRootAdapterFactory() - Method in class org.eclipse.emf.edit.provider.resource.ResourceItemProviderAdapterFactory
This returns the root adapter factory that contains this factory.
getRootAdapterFactory() - Method in class org.eclipse.emf.edit.provider.WrapperItemProvider
Returns the WrapperItemProvider.adapterFactory, if non-composeable, otherwise, returns its root adapter factory.
getRootAdapterFactory() - Method in class org.eclipse.emf.edit.tree.provider.TreeItemProviderAdapterFactory
This returns the root adapter factory that contains this factory.
getRootAdapterFactory() - Method in class org.eclipse.emf.examples.extlibrary.provider.EXTLibraryItemProviderAdapterFactory
This returns the root adapter factory that contains this factory
getRootAdapterFactory() - Method in class org.eclipse.emf.java.provider.JavaItemProviderAdapterFactory
This returns the root adapter factory that contains this factory
getRootAdapterFactory() - Method in class org.eclipse.emf.mapping.ecore2ecore.provider.Ecore2EcoreItemProviderAdapterFactory
This returns the root adapter factory that contains this factory
getRootAdapterFactory() - Method in class org.eclipse.emf.mapping.ecore2xml.provider.Ecore2XMLItemProviderAdapterFactory
This returns the root adapter factory that contains this factory
getRootAdapterFactory() - Method in class org.eclipse.emf.mapping.provider.MappingItemProviderAdapterFactory
This returns the root adapter factory that contains this factory.
getRootClass() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getRootClass() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getRootContainer(EObject) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Returns the root container; it may be this object itself and it will have a null container.
getRootContainer(EObject, boolean) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Returns the root container; it may be this object itself and it will have a null container.
getRootDiagnosticMessage() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GeneratorUIUtil.GeneratorOperation
 
getRootEValidator(Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EObjectValidator
 
getRootExtendsClass() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Root Extends Class' attribute.
getRootExtendsClass() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getRootExtendsInterface() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Root Extends Interface' attribute.
getRootExtendsInterface() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getRootFeature() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getRootFeature() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getRootGenPackage() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
Returns the top-most GenPackage-typed container for which hasClassifiers() is true, which may be this GenPackage, itself.
getRootGenPackage() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getRootImplementsInterface() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Root Implements Interface' attribute
getRootImplementsInterface() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getRootImplementsInterfaceGenClass() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getRootImplementsInterfaceGenClass() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getRootNode() - Method in class org.eclipse.emf.codegen.merge.java.facade.FacadeVisitor
 
getRootPackageName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getRootTypeScope(XPackage, AbstractTypeScope) - Method in class org.eclipse.emf.ecore.xcore.scoping.types.XcoreJvmTypeScopeProvider
 
getRoseEcoreBuilder() - Method in class org.eclipse.emf.importer.rose.builder.RoseUtil
 
getRoseFileName() - Method in class org.eclipse.emf.importer.rose.builder.UnitTreeNode
 
getRoseId() - Method in class org.eclipse.emf.importer.rose.parser.RoseNode
 
getRoseImporter() - Method in class org.eclipse.emf.importer.rose.RoseImporterApplication
 
getRoseImporter() - Method in class org.eclipse.emf.importer.rose.ui.RoseDetailPage
 
getRoseNode() - Method in class org.eclipse.emf.importer.rose.builder.UnitTreeNode
 
getRoseNodeType() - Method in class org.eclipse.emf.importer.rose.parser.RoseNode
 
getRoseRefId() - Method in class org.eclipse.emf.importer.rose.parser.RoseNode
 
getRoseSupplier() - Method in class org.eclipse.emf.importer.rose.parser.RoseNode
 
getRow() - Method in class org.eclipse.emf.oda.ecore.impl.ResultSet
 
getRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.FeatureCallIDElements
 
getRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.SignedIntElements
 
getRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.ValidIDElements
 
getRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XAnnotationDirectiveElements
 
getRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XAnnotationElements
 
getRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XAttributeElements
 
getRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XBlockExpressionElements
 
getRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XClassElements
 
getRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XClassifierElements
 
getRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XDataTypeElements
 
getRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XEnumElements
 
getRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XEnumLiteralElements
 
getRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XGenericTypeArgumentElements
 
getRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XGenericTypeElements
 
getRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XGenericWildcardTypeArgumentElements
 
getRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XIDElements
 
getRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XImportDirectiveElements
 
getRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XMemberElements
 
getRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XMultiplicityElements
 
getRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XOperationElements
 
getRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XPackageElements
 
getRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XParameterElements
 
getRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XQualifiedNameElements
 
getRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XReferenceElements
 
getRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XStringToStringMapEntryElements
 
getRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XTypeParameterElements
 
getRuleName(AbstractElement) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.XcoreParser
 
getRuntime(IProject) - Static method in class org.eclipse.emf.codegen.jet.JETNature
Get a JETNature that corresponds to the supplied project.
getRuntimeModule(String) - Method in class org.eclipse.emf.ecore.xcore.ui.internal.XcoreActivator
 
getRuntimePlatform() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Runtime Platform' attribute.
getRuntimePlatform() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getRuntimeVersion() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Runtime Version' attribute.
getRuntimeVersion() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getRuntimeVersionGen() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getSafeName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
getSafeName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
getSafeNameAsEObject() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
getSafeNameAsEObject() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
getSafeUncapName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClassifier
 
getSafeUncapName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassifierImpl
 
getScale(EClassifier) - Static method in class org.eclipse.emf.oda.ecore.impl.DataTypes
Returns the maximum number of digits to the right of the decimal point of the specified type.
getScale(int) - Method in class org.eclipse.emf.oda.ecore.impl.ParameterMetaData
 
getScale(int) - Method in class org.eclipse.emf.oda.ecore.impl.ResultSetMetaData
 
getSchemaLocation() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getSchemaLocation() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getSchemaLocationRoot(EObject) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
getScheme() - Method in class org.eclipse.emf.ecore.xml.type.internal.DataValue.URI
Get the scheme for this URI.
getSchemeSpecificPart() - Method in class org.eclipse.emf.ecore.xml.type.internal.DataValue.URI
Get the scheme-specific part for this URI (everything following the scheme and the first colon).
getScope(EObject, EReference) - Method in class org.eclipse.emf.ecore.xcore.scoping.types.XcoreJvmTypeScopeProvider
 
getScope(EObject, EReference) - Method in class org.eclipse.emf.ecore.xcore.scoping.XcoreImportedNamespaceAwareScopeProvider
 
getScope(EObject, EReference) - Method in class org.eclipse.emf.ecore.xcore.scoping.XcoreScopeProvider
 
getScope(EObject, EReference) - Method in class org.eclipse.emf.ecore.xcore.scoping.XcoreSerializerScopeProvider
 
getSecond() - Method in class org.eclipse.emf.ecore.xml.type.internal.XMLCalendar
 
getSecondaryMappedObjects(Mapping) - Method in class org.eclipse.emf.mapping.presentation.MappingEditor.MyDecoratorAdapterFactory
 
getSecondaryMappedObjects(Mapping) - Method in class org.eclipse.emf.mapping.presentation.MappingEditor.OverviewDecoratorAdapterFactory
 
getSecondaryMappedObjects(Mapping) - Method in class org.eclipse.emf.mapping.presentation.MappingEditor.OverviewViewer
Deprecated.
 
getSeconds() - Method in class org.eclipse.emf.ecore.xml.type.internal.XMLDuration
 
getSelectAllLabel() - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPackagePage
 
getSelectedContainers() - Method in class org.eclipse.emf.common.ui.dialogs.WorkspaceResourceDialog
 
getSelectedFiles() - Method in class org.eclipse.emf.common.ui.dialogs.WorkspaceResourceDialog
 
getSelectedObjects() - Method in class org.eclipse.emf.codegen.action.CompileTemplateAction
 
getSelectedProjectDescriptor() - Method in class org.eclipse.emf.common.ui.wizard.AbstractExampleInstallerWizard.ProjectPage
 
getSelectGenModelDialogMessage() - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPackagePage
 
getSelection() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
This implements org.eclipse.jface.viewers.ISelectionProvider to return this editor's overall selection
getSelection() - Method in class org.eclipse.emf.common.ui.action.WorkbenchWindowActionDelegate
 
getSelection() - Method in class org.eclipse.emf.common.ui.celleditor.BasicTableEditor
 
getSelection() - Method in class org.eclipse.emf.common.ui.DiagnosticComposite
 
getSelection() - Method in class org.eclipse.emf.common.ui.wizard.AbstractExampleInstallerWizard
 
getSelection() - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterWizard
 
getSelection() - Method in class org.eclipse.emf.ecore.presentation.EcoreEditor
This implements org.eclipse.jface.viewers.ISelectionProvider to return this editor's overall selection
getSelection() - Method in class org.eclipse.emf.edit.ui.provider.UnwrappingSelectionProvider
 
getSelection() - Method in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryEditor
This implements org.eclipse.jface.viewers.ISelectionProvider to return this editor's overall selection
getSelection() - Method in class org.eclipse.emf.java.presentation.JavaEditor
This implements org.eclipse.jface.viewers.ISelectionProvider to return this editor's overall selection
getSelection() - Method in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLEditor
This implements org.eclipse.jface.viewers.ISelectionProvider to return this editor's overall selection
getSelection() - Method in class org.eclipse.emf.mapping.presentation.ComposedSelection
 
getSelection() - Method in interface org.eclipse.emf.mapping.presentation.IComposedSelection
 
getSelection() - Method in class org.eclipse.emf.mapping.presentation.MappingEditor
This implements org.eclipse.jface.viewers.ISelectionProvider to return this editor's overall selection.
getSelection() - Method in class org.eclipse.emf.mapping.presentation.MappingEditor.OverviewViewer
Deprecated.
 
getSelection() - Method in class org.eclipse.emf.mapping.presentation.SimpleMappedObjectViewer
 
getSelections() - Method in class org.eclipse.emf.mapping.presentation.ComposedSelection
 
getSelections() - Method in interface org.eclipse.emf.mapping.presentation.IComposedSelection
 
getSelectModelConverterLabel() - Method in class org.eclipse.emf.converter.ui.ModelConverterDescriptorSelectionPage
 
getSelectModelConverterLabel() - Method in class org.eclipse.emf.exporter.ui.EMFExportWizard.SelectionPage
 
getSelectModelConverterLabel() - Method in class org.eclipse.emf.importer.ui.EMFModelWizard.SelectionPage
 
getSelectModelLabel() - Method in class org.eclipse.emf.importer.ui.contribution.base.ModelImporterDetailPage
 
getSelector() - Method in class org.eclipse.emf.codegen.merge.java.JControlModel.PushRule
 
getSelector() - Method in class org.eclipse.emf.codegen.merge.java.JControlModel.SortRule
 
getSelector() - Method in class org.eclipse.emf.codegen.merge.java.JControlModel.SweepRule
 
getSelectorFeature() - Method in class org.eclipse.emf.codegen.merge.java.JControlModel.DictionaryPattern
 
getSemantics() - Method in class org.eclipse.emf.importer.rose.parser.RoseNode
 
getSemicolonKeyword_2_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XBlockExpressionElements
 
getSenders() - Method in class org.eclipse.emf.mapping.impl.MappingImpl
 
getSenders() - Method in interface org.eclipse.emf.mapping.Mapping
This returns the same as Mapping.getInputs() if Mapping.isReverse() returns false.
getSerializableAssignment_6_0_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XDataTypeElements
 
getSerializableCreateKeyword_6_0_0_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XDataTypeElements
 
getSerializableFlag() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenDataType
 
getSerializableFlag() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
 
getSerializedPackageFilename() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getSerializedPackageFilename() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getSetAccessorOperation(GenFeature) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getSetAccessorOperation(GenFeature) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getSetBody() - Method in class org.eclipse.emf.ecore.xcore.impl.XStructuralFeatureImpl
 
getSetBody() - Method in interface org.eclipse.emf.ecore.xcore.XStructuralFeature
Returns the value of the 'Set Body' containment reference
getSetBodyAssignment_7_1_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XAttributeElements
 
getSetBodyAssignment_9_1_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XReferenceElements
 
getSetBodyXBlockExpressionParserRuleCall_7_1_1_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XAttributeElements
 
getSetBodyXBlockExpressionParserRuleCall_9_1_1_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XReferenceElements
 
getSetFeature(Object, Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This returns the most appropriate feature of the object into which the value be set.
getSetFeature(Object, Object) - Method in class org.eclipse.emf.mapping.provider.MappingItemProvider
 
getSetFeatures(Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
If this is defined to be something other than an empty list, it is used to implement getSetFeature and to deduce the EMF feature in the SetCommand createCommand.
getSetKeyword_3() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XIDElements
 
getSetKeyword_7_1_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XAttributeElements
 
getSetKeyword_9_1_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XReferenceElements
 
getSetter() - Method in class org.eclipse.emf.ecore.xcore.mappings.XFeatureMapping
 
getSettingDelegate() - Method in interface org.eclipse.emf.ecore.EStructuralFeature.Internal
Returns the delegate for this feature.
getSettingDelegate() - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
 
getSettingDelegateFactory(EStructuralFeature) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
 
getSettingDelegates(EPackage) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
 
getSeverity() - Method in class org.eclipse.emf.common.util.BasicDiagnostic
 
getSeverity() - Method in interface org.eclipse.emf.common.util.Diagnostic
Returns an indicator of the severity of the problem.
getSeverityMask() - Method in class org.eclipse.emf.common.ui.DiagnosticComposite
 
getSharedClassCreateChildFeatures() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getSharedClassCreateChildFeatures() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getSharedStateModule() - Method in class org.eclipse.emf.ecore.xcore.ui.internal.XcoreActivator
 
getShell() - Method in class org.eclipse.emf.converter.util.ConverterUIUtil.DiagnosticHandler
 
getShort() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypePackageImpl
 
getShort() - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
Returns the meta object for data type 'Short'
getShortObject() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypePackageImpl
 
getShortObject() - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
Returns the meta object for data type 'Short Object'
getShowTopFirstAction() - Method in class org.eclipse.emf.mapping.presentation.MappingEditor.OverviewViewer
Deprecated.
 
getSibiling(JNode, int) - Method in class org.eclipse.emf.codegen.merge.java.facade.FacadeHelper
Returns the sibling of the specified node that is located in a specific position relative to the node.
getSign() - Method in class org.eclipse.emf.ecore.xml.type.internal.XMLDuration
 
getSignature() - Method in class org.eclipse.emf.codegen.merge.java.JControlModel.MatchRule
 
getSignedInt() - Method in class org.eclipse.emf.ecore.xcore.conversion.XcoreValueConverterService
 
getSignedIntAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getSignedIntRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getSimpleAnyType() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypePackageImpl
 
getSimpleAnyType() - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
Returns the meta object for class 'Simple Any Type'
getSimpleAnyType_InstanceType() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypePackageImpl
 
getSimpleAnyType_InstanceType() - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
Returns the meta object for the reference 'Instance Type'
getSimpleAnyType_RawValue() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypePackageImpl
 
getSimpleAnyType_RawValue() - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
Returns the meta object for the attribute 'Raw Value'
getSimpleAnyType_Value() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypePackageImpl
 
getSimpleAnyType_Value() - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
Returns the meta object for the attribute 'Value'
getSimpleClassName(String) - Static method in class org.eclipse.emf.codegen.util.CodeGenUtil
Returns the simple class name for a qualified class name, i.e., a substring from starting after the last ".
getSimpleFeature(EClass) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
getSimpleFeature(EClass) - Method in interface org.eclipse.emf.ecore.util.ExtendedMetaData
If the given class represents simple content, returns the simple feature used to store its content.
getSimpleName(JvmIdentifiableElement) - Method in class org.eclipse.emf.ecore.xcore.scoping.XcoreIdentifableSimpleNameProvider
 
getSingleElement(QualifiedName) - Method in class org.eclipse.emf.ecore.xcore.scoping.types.AbstractKnownTypesScope
 
getSingleElement(QualifiedName) - Method in class org.eclipse.emf.ecore.xcore.scoping.types.AbstractXcoreScope
 
getSingleElement(EObject) - Method in class org.eclipse.emf.ecore.xcore.scoping.types.AbstractXcoreScope
 
getSingleElement(QualifiedName) - Method in class org.eclipse.emf.ecore.xcore.scoping.types.CachingTypeScope
 
getSingleElement(QualifiedName) - Method in class org.eclipse.emf.ecore.xcore.scoping.types.PrimitiveAwareScope
 
getSingleElement(QualifiedName) - Method in class org.eclipse.emf.ecore.xcore.scoping.types.TypeScopeWithWildcardImports
 
getSingleElementFromParent(QualifiedName) - Method in class org.eclipse.emf.ecore.xcore.scoping.types.TypeScopeWithWildcardImports
 
getSize() - Method in class org.eclipse.emf.codegen.ecore.genmodel.handler.GenerateHandler.GenModelGenerationDialog
 
getSize() - Method in class org.eclipse.emf.codegen.ecore.genmodel.handler.GenerateHandler.GenModelSelectionDialog
 
getSize(Collection<? extends ComposedImage.Size>) - Method in class org.eclipse.emf.edit.provider.ComposedImage
 
getSkeleton() - Method in class org.eclipse.emf.codegen.jet.JETCompiler
 
getSL_COMMENTRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getSortMode() - Method in class org.eclipse.emf.oda.ecore.impl.DataSetMetaData
 
getSortRules() - Method in class org.eclipse.emf.codegen.merge.java.JControlModel
 
getSortSpec() - Method in class org.eclipse.emf.oda.ecore.impl.Query
 
getSource() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenAnnotation
Returns the value of the 'Source' attribute
getSource() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenAnnotationImpl
 
getSource() - Method in class org.eclipse.emf.common.util.BasicDiagnostic
 
getSource() - Method in interface org.eclipse.emf.common.util.Diagnostic
Returns the unique identifier of the source.
getSource() - Method in interface org.eclipse.emf.ecore.EAnnotation
Returns the value of the 'Source' attribute
getSource() - Method in class org.eclipse.emf.ecore.impl.EAnnotationImpl
 
getSource() - Method in class org.eclipse.emf.ecore.xcore.impl.XAnnotationImpl
 
getSource() - Method in interface org.eclipse.emf.ecore.xcore.XAnnotation
Returns the value of the 'Source' reference
getSourceAssignment_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XAnnotationElements
 
getSourceCompilationUnit() - Method in class org.eclipse.emf.codegen.jmerge.JMerger
Deprecated.
 
getSourceCompilationUnit() - Method in class org.eclipse.emf.codegen.merge.java.JMerger
 
getSourceCompilationUnitContents() - Method in class org.eclipse.emf.codegen.jmerge.JMerger
Deprecated.
 
getSourceCompilationUnitContents() - Method in class org.eclipse.emf.codegen.merge.java.JMerger
 
getSourceElements(EObject) - Method in class org.eclipse.emf.ecore.xcore.resource.XcoreModelAssociator
 
getSourceFolder(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getSourceFragmentPath() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getSourceGetFeature() - Method in class org.eclipse.emf.codegen.merge.java.JControlModel.PullRule
 
getSourceMarkup() - Method in class org.eclipse.emf.codegen.merge.java.JControlModel.PullRule
 
getSourceObjects() - Method in class org.eclipse.emf.edit.command.CopyToClipboardCommand
This returns the collection of objects to be copied to the clipboard.
getSourceParentMarkup() - Method in class org.eclipse.emf.codegen.merge.java.JControlModel.PullRule
 
getSourcePatternDictionary() - Method in class org.eclipse.emf.codegen.jmerge.JMerger
Deprecated.
 
getSourcePatternDictionary() - Method in class org.eclipse.emf.codegen.merge.java.JMerger
 
getSourceProperties() - Method in class org.eclipse.emf.codegen.merge.properties.PropertyMerger
 
getSourceToTargetMap() - Method in class org.eclipse.emf.codegen.jmerge.JMerger
Deprecated.
 
getSourceToTargetMap() - Method in class org.eclipse.emf.codegen.merge.properties.PropertyMerger
 
getSourceTransfer() - Method in class org.eclipse.emf.codegen.merge.java.JControlModel.PullRule
 
getSourceURI() - Method in class org.eclipse.emf.ecore.xcore.impl.XAnnotationDirectiveImpl
 
getSourceURI() - Method in interface org.eclipse.emf.ecore.xcore.XAnnotationDirective
Returns the value of the 'Source URI' attribute
getSourceURIAssignment_0_0_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XAnnotationDirectiveElements
 
getSourceURIs() - Method in class org.eclipse.emf.java.util.JavaPackageResourceImpl
 
getSourceURISTRINGTerminalRuleCall_0_0_1_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XAnnotationDirectiveElements
 
getSourceXAnnotationDirectiveCrossReference_1_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XAnnotationElements
 
getSourceXAnnotationDirectiveXQualifiedNameParserRuleCall_1_0_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XAnnotationElements
 
getSpace() - Method in class org.eclipse.emf.ecore.xml.namespace.impl.XMLNamespaceDocumentRootImpl
 
getSpace() - Method in interface org.eclipse.emf.ecore.xml.namespace.XMLNamespaceDocumentRoot
Returns the value of the 'Space' attribute.
getSpaceType() - Method in class org.eclipse.emf.ecore.xml.namespace.impl.XMLNamespacePackageImpl
 
getSpaceType() - Method in interface org.eclipse.emf.ecore.xml.namespace.XMLNamespacePackage
Returns the meta object for enum 'Space Type'
getSpaceTypeObject() - Method in class org.eclipse.emf.ecore.xml.namespace.impl.XMLNamespacePackageImpl
 
getSpaceTypeObject() - Method in interface org.eclipse.emf.ecore.xml.namespace.XMLNamespacePackage
Returns the meta object for data type 'Space Type Object'
getSpecification() - Method in class org.eclipse.emf.oda.ecore.impl.Query
 
getSQLStateType() - Method in class org.eclipse.emf.oda.ecore.impl.DataSetMetaData
 
getStartTag() - Method in class org.eclipse.emf.codegen.jet.JETParser
 
getStaticDefaultValue() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
getStaticDefaultValue() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
getStaticGenPackages() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getStaticGenPackages() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getStaticImportClasses(Resource) - Method in class org.eclipse.emf.ecore.xcore.scoping.XcoreImplicitlyImportedTypes
 
getStaticImportClasses() - Method in class org.eclipse.emf.ecore.xcore.scoping.XcoreImplicitlyImportedTypes
 
getStaticKeyword_24() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.FeatureCallIDElements
 
getStaticPackages() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Static Packages' attribute list.
getStaticPackages() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getStaticQualifierAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getStaticQualifierRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getStaticValue(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenDataType
 
getStaticValue(String, boolean) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenDataType
 
getStaticValue(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
 
getStaticValue(String, boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
 
getStaticValue(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumImpl
 
getStatus() - Method in exception org.eclipse.emf.codegen.jet.JETException
 
getStereotype() - Method in class org.eclipse.emf.importer.rose.parser.RoseNode
 
getStock() - Method in class org.eclipse.emf.examples.extlibrary.impl.LibraryImpl
 
getStock() - Method in interface org.eclipse.emf.examples.extlibrary.Library
Returns the value of the 'Stock' containment reference list.
getStore(URI, Map<?, ?>) - Method in class org.eclipse.emf.ecore.resource.impl.EFSURIHandlerImpl
 
getStrikeoutColor() - Method in class org.eclipse.emf.edit.provider.StyledString.Style
 
getString(String) - Method in class org.eclipse.emf.codegen.presentation.CodeGenUIPlugin
This fetches a resource string from the plugin.properites file.
getString(String, Object[]) - Method in class org.eclipse.emf.codegen.presentation.CodeGenUIPlugin
This fetches a resource string from the plugin.properites file and performs message substitution.
getString(String) - Method in class org.eclipse.emf.common.EMFPlugin.EclipsePlugin
 
getString(String, boolean) - Method in class org.eclipse.emf.common.EMFPlugin.EclipsePlugin
 
getString(String, Object[]) - Method in class org.eclipse.emf.common.EMFPlugin.EclipsePlugin
 
getString(String, Object[], boolean) - Method in class org.eclipse.emf.common.EMFPlugin.EclipsePlugin
 
getString(String, boolean) - Method in class org.eclipse.emf.common.EMFPlugin.InternalHelper
 
getString(String, Object[], boolean) - Method in class org.eclipse.emf.common.EMFPlugin.InternalHelper
 
getString(String) - Method in class org.eclipse.emf.common.ui.EclipseUIPlugin
 
getString(String, boolean) - Method in class org.eclipse.emf.common.ui.EclipseUIPlugin
 
getString(String, Object[]) - Method in class org.eclipse.emf.common.ui.EclipseUIPlugin
 
getString(String, Object[], boolean) - Method in class org.eclipse.emf.common.ui.EclipseUIPlugin
 
getString(String) - Method in class org.eclipse.emf.common.util.DelegatingResourceLocator
 
getString(String, boolean) - Method in class org.eclipse.emf.common.util.DelegatingResourceLocator
 
getString(String, Object[]) - Method in class org.eclipse.emf.common.util.DelegatingResourceLocator
 
getString(String, Object[], boolean) - Method in class org.eclipse.emf.common.util.DelegatingResourceLocator
 
getString(String) - Method in interface org.eclipse.emf.common.util.ResourceLocator
Returns the string resource associated with the key.
getString(String, boolean) - Method in interface org.eclipse.emf.common.util.ResourceLocator
Returns the string resource associated with the key.
getString(String, Object[]) - Method in interface org.eclipse.emf.common.util.ResourceLocator
Returns a string resource associated with the key, and performs substitutions.
getString(String, Object[], boolean) - Method in interface org.eclipse.emf.common.util.ResourceLocator
Returns a string resource associated with the key, and performs substitutions.
getString(String, Object[]) - Method in class org.eclipse.emf.ecore.util.EcoreValidator.EGenericTypeBuilder
Returns a translated message with the given substitutions.
getString(String, Object[]) - Method in class org.eclipse.emf.ecore.util.EObjectValidator
Returns a translated message with the given substitutions.
getString() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypePackageImpl
 
getString() - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
Returns the meta object for data type 'String'
getString(String) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
Get a translated string from the resource locator.
getString(String, boolean) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
Get a translated string from the resource locator.
getString(String, Object[]) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
Get a translated string from the resource locator, with substitutions.
getString(String, Object[], boolean) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
Get a translated string from the resource locator, with substitutions.
getString(String, String) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
Get a translated string from the resource locator, substituting another such translated string.
getString(String, String, boolean) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
Get a translated string from the resource locator, substituting another such translated string.
getString(String, String, String) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
Get a translated string from the resource locator, substituting two other such translated strings.
getString(String, String, String, boolean) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
Get a translated string from the resource locator, substituting two other such translated strings.
getString() - Method in class org.eclipse.emf.edit.provider.StyledString.Fragment
Returns the string of this StyledString.Fragment.
getString() - Method in class org.eclipse.emf.edit.provider.StyledString
Returns the string of this StyledString.
getString(String) - Method in class org.eclipse.emf.mapping.presentation.MappingUIPlugin
 
getString(String, Object) - Method in class org.eclipse.emf.mapping.presentation.MappingUIPlugin
 
getString(String, Object, Object) - Method in class org.eclipse.emf.mapping.presentation.MappingUIPlugin
 
getString(int) - Method in class org.eclipse.emf.oda.ecore.impl.ResultSet
 
getString(String) - Method in class org.eclipse.emf.oda.ecore.impl.ResultSet
 
getSTRINGRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getStructuralFeature() - Method in class org.eclipse.emf.databinding.edit.internal.EMFEditListPropertyDecorator
 
getStructuralFeature() - Method in class org.eclipse.emf.databinding.edit.internal.EMFEditMapPropertyDecorator
 
getStructuralFeature() - Method in class org.eclipse.emf.databinding.edit.internal.EMFEditMultiListProperty
 
getStructuralFeature() - Method in class org.eclipse.emf.databinding.edit.internal.EMFEditSetPropertyDecorator
 
getStructuralFeature() - Method in class org.eclipse.emf.databinding.edit.internal.EMFEditValuePropertyDecorator
 
getStructuralFeature() - Method in interface org.eclipse.emf.databinding.IEMFObservable
 
getStructuralFeature() - Method in interface org.eclipse.emf.databinding.IEMFProperty
Returns the descriptor of the EStructuralFeature being observed.
getStructuralFeature() - Method in class org.eclipse.emf.databinding.internal.EMFListPropertyDecorator
 
getStructuralFeature() - Method in class org.eclipse.emf.databinding.internal.EMFMapPropertyDecorator
 
getStructuralFeature() - Method in class org.eclipse.emf.databinding.internal.EMFMultiListProperty
 
getStructuralFeature() - Method in class org.eclipse.emf.databinding.internal.EMFObservableListDecorator
 
getStructuralFeature() - Method in class org.eclipse.emf.databinding.internal.EMFObservableMapDecorator
 
getStructuralFeature() - Method in class org.eclipse.emf.databinding.internal.EMFObservableSetDecorator
 
getStructuralFeature() - Method in class org.eclipse.emf.databinding.internal.EMFObservableValueDecorator
 
getStructuralFeature() - Method in class org.eclipse.emf.databinding.internal.EMFSetPropertyDecorator
 
getStructuralFeature() - Method in class org.eclipse.emf.databinding.internal.EMFValuePropertyDecorator
 
getStyle(Map<?, ?>) - Static method in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.BinaryIO
 
getStyle() - Method in class org.eclipse.emf.edit.provider.StyledString.Fragment
Returns the style of this StyledString.Fragment.
getStyledStringFromObject(Object) - Method in class org.eclipse.emf.edit.ui.provider.AdapterFactoryLabelProvider
 
getStyledText(Object) - Method in interface org.eclipse.emf.edit.provider.IItemStyledLabelProvider
This does the same thing as IStyledLabelProvider.getStyledText, it fetches the styled label text specific to this object instance.
getStyledText(Object) - Method in class org.eclipse.emf.edit.provider.ItemProvider
getStyledText() - Method in class org.eclipse.emf.edit.provider.ItemProvider
This delegates to getStyledText(this).
getStyledText(Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This implements IItemStyledLabelProvider.getStyledText by simply creating an IStyledString from the value returned getText.
getStyledText(Object) - Method in class org.eclipse.emf.edit.ui.provider.AdapterFactoryLabelProvider
This implements org.eclipse.jface.viewers.DelegatingStyledCellLabelProvider.IStyledLabelProvider.getStyledText by forwarding it to an object that implements IItemStyledLabelProvider.getStyledText
getStyledText(Object) - Method in class org.eclipse.emf.edit.ui.provider.DecoratingColumLabelProvider.StyledLabelProvider
 
getStyleSheet() - Method in class org.eclipse.emf.common.ui.viewer.ColumnViewerInformationControlToolTipSupport
 
getSubclasses() - Method in class org.eclipse.emf.ecore.impl.ESuperAdapter
 
getSubGenPackages() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
Returns a list of those nestedGenPackages for which hasClassifiers() is true.
getSubGenPackages() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getSubstitutionGroup(ExtendedMetaData, EStructuralFeature, EClassifier) - Method in class org.eclipse.emf.ecore.xmi.impl.ElementHandlerImpl
 
getSubstitutionGroup(ExtendedMetaData, EPackage, EClass, EStructuralFeature, EClassifier) - Method in class org.eclipse.emf.ecore.xmi.impl.ElementHandlerImpl
Searches the document root object package for a changeable (non-abstract) element that is affiliated with the given feature in the given class and a classifier that exactly matches the given classifier
getSubstitutionGroup(EStructuralFeature, EClassifier) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Lookup
 
getSubstitutionGroup(ExtendedMetaData, EStructuralFeature, EClassifier) - Method in interface org.eclipse.emf.ecore.xmi.XMLResource.ElementHandler
Returns an feature, related by substitution group affiliation to the given feature, for serializing a value of the give type.
getSubString(long, int) - Method in class org.eclipse.emf.oda.ecore.impl.ResultSet.Clob
 
getSuperclass() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJType
 
getSuperclass() - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMJType
 
getSuperclass() - Method in interface org.eclipse.emf.codegen.merge.java.facade.JType
Returns the name of this type's superclass.
getSuperGenPackage() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
Returns the closest GenPackage-typed container for which hasClassifiers() is true, or null if there is none.
getSuperGenPackage() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getSuperInterfaces() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJEnum
 
getSuperInterfaces() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJType
 
getSuperInterfaces() - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMJType
 
getSuperInterfaces() - Method in interface org.eclipse.emf.codegen.merge.java.facade.JEnum
Returns ordered array of super interfaces as declared in source in "implements" clause.
getSuperInterfaces() - Method in interface org.eclipse.emf.codegen.merge.java.facade.JType
Returns the names of interfaces that this type implements or extends, in the order in which they are listed in the source, or an empty array if no super interfaces are present.
getSuperKeyword_2_1_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XGenericWildcardTypeArgumentElements
 
getSuperType(ExtendedMetaData, EClassifier) - Method in class org.eclipse.emf.ecore.xmi.impl.ElementHandlerImpl
Returns the base type or first super type of the classifier, depending on there it is a data type or a class.
getSuperTypes() - Method in class org.eclipse.emf.ecore.xcore.impl.XClassImpl
 
getSuperTypes() - Method in interface org.eclipse.emf.ecore.xcore.XClass
Returns the value of the 'Super Types' containment reference list.
getSuperTypes() - Method in class org.eclipse.emf.java.impl.JClassImpl
 
getSuperTypes() - Method in interface org.eclipse.emf.java.JClass
Returns the value of the 'Super Types' reference list.
getSuperTypesAssignment_5_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XClassElements
 
getSuperTypesAssignment_5_2_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XClassElements
 
getSuperTypesExpression(GenClass) - Static method in class org.eclipse.emf.examples.generator.validator.ValidatorGeneratorUtil
 
getSuperTypesXGenericTypeParserRuleCall_5_1_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XClassElements
 
getSuperTypesXGenericTypeParserRuleCall_5_2_1_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XClassElements
 
getSupportedOptions() - Method in class org.eclipse.emf.ecore.resource.impl.ContentHandlerImpl.Describer
Returns the qualified names of the supported options.
getSweepRules() - Method in class org.eclipse.emf.codegen.merge.java.JControlModel
 
getSwitchClassEmitter() - 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.
getSwitchClassEmitter() - 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.
getSwitchClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getSwitchClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getSwitchGenClasses() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
Like getAllBaseGenClasses(), this returns the GenClasses for all of the supertypes, but the result is ordered by a breadth-first search, making it appropriate for use in the switch class.
getSwitchGenClasses() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getSymbolicFont() - Method in class org.eclipse.emf.common.ui.viewer.ColumnViewerInformationControlToolTipSupport
 
getSymbolicName() - Method in class org.eclipse.emf.common.EMFPlugin.EclipsePlugin
Return the plugin ID.
getSymbolicName() - Method in class org.eclipse.emf.common.EMFPlugin
 
getSymbolicName() - Method in interface org.eclipse.emf.common.EMFPlugin.InternalEclipsePlugin
 
getSymbolicName() - Method in class org.eclipse.emf.common.EMFPlugin.InternalHelper
Return the plugin ID.
getSymbolicName() - Method in class org.eclipse.emf.common.ui.EclipseUIPlugin
Return the plugin ID.
getSymbolicName() - Method in class org.eclipse.emf.ecore.plugin.EcorePlugin
 
getSystemId() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
 
getSystemId() - Method in interface org.eclipse.emf.ecore.xmi.XMLResource
Returns system identifier specified on the doctype.
getTableInput() - Method in class org.eclipse.emf.converter.ui.ModelConverterDescriptorSelectionPage
 
getTableInput() - Method in class org.eclipse.emf.exporter.ui.EMFExportWizard.SelectionPage
 
getTableInput() - Method in class org.eclipse.emf.importer.ui.EMFModelWizard.SelectionPage
 
getTableItem() - Method in class org.eclipse.emf.common.ui.viewer.ExtendedTableTreeViewer.ExtendedTableTreeItem
Deprecated.
Returns the underlying TableItem.
getTarget() - Method in interface org.eclipse.emf.common.notify.Adapter
Returns the target from which the adapter receives notification.
getTarget() - Method in class org.eclipse.emf.common.notify.impl.AdapterImpl
 
getTarget() - Method in class org.eclipse.emf.common.notify.impl.SingletonAdapterImpl
 
getTarget() - Method in class org.eclipse.emf.ecore.change.util.ChangeRecorder
 
getTarget(EObject) - Method in class org.eclipse.emf.ecore.util.EcoreUtil.Copier
Returns the target class used to create a copy instance for the given instance object.
getTarget(EClass) - Method in class org.eclipse.emf.ecore.util.EcoreUtil.Copier
Returns the target class used to create a copy instance for objects of the given source class.
getTarget(EStructuralFeature, EObject, EObject) - Method in class org.eclipse.emf.ecore.util.EcoreUtil.Copier
Returns a setting for the feature and copy instance to be populated with the original object's source feature's value.
getTarget(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.EcoreUtil.Copier
Returns the target feature used to populate a copy instance from the given source feature.
getTarget() - Method in class org.eclipse.emf.ecore.util.ECrossReferenceAdapter
 
getTarget() - Method in class org.eclipse.emf.ecore.xml.type.impl.ProcessingInstructionImpl
 
getTarget() - Method in interface org.eclipse.emf.ecore.xml.type.ProcessingInstruction
Returns the value of the 'Target' attribute
getTargetCompilationUnit() - Method in class org.eclipse.emf.codegen.jmerge.JMerger
Deprecated.
 
getTargetCompilationUnit() - Method in class org.eclipse.emf.codegen.merge.java.JMerger
 
getTargetCompilationUnitContents() - Method in class org.eclipse.emf.codegen.jmerge.JMerger
Deprecated.
 
getTargetCompilationUnitContents() - Method in class org.eclipse.emf.codegen.merge.java.JMerger
 
getTargetMarkup() - Method in class org.eclipse.emf.codegen.merge.java.JControlModel.PullRule
 
getTargetNamespace() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLInfoImpl
 
getTargetNamespace() - Method in interface org.eclipse.emf.ecore.xmi.XMLResource.XMLInfo
Gets the target namespace for the Ecore construct.
getTargetNamespace() - Method in class org.eclipse.emf.mapping.ecore2xml.impl.XMLInfoImpl
 
getTargetNamespace() - Method in interface org.eclipse.emf.mapping.ecore2xml.XMLInfo
Returns the value of the 'Target Namespace' attribute
getTargetObjects(Object, IMarker) - Method in class org.eclipse.emf.common.ui.MarkerHelper
 
getTargetObjects(Object, IMarker) - Method in class org.eclipse.emf.edit.ui.util.EditUIMarkerHelper
 
getTargetParentMarkup() - Method in class org.eclipse.emf.codegen.merge.java.JControlModel.PullRule
 
getTargetParentMarkup() - Method in class org.eclipse.emf.codegen.merge.java.JControlModel.PushRule
 
getTargetPatternDictionary() - Method in class org.eclipse.emf.codegen.jmerge.JMerger
Deprecated.
 
getTargetPatternDictionary() - Method in class org.eclipse.emf.codegen.merge.java.JMerger
 
getTargetProperties() - Method in class org.eclipse.emf.codegen.merge.properties.PropertyMerger
 
getTargetPutFeature() - Method in class org.eclipse.emf.codegen.merge.java.JControlModel.PullRule
 
getTemplateContainers() - Method in interface org.eclipse.emf.codegen.jet.IJETNature
Returns the containers where the templates are located.
getTemplateContainers() - Method in class org.eclipse.emf.codegen.jet.JETNature
 
getTemplateContainersFromFile() - Method in class org.eclipse.emf.codegen.jet.JETNature
Returns the template path from the .jetproperties file.
getTemplateDirectory() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Template Directory' attribute
getTemplateDirectory() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getTemplatePath(GenModel) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenModelGeneratorAdapterFactory
Deprecated.
getTemplatePath() - 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. Generator.Options provides an equivalent way to obtain this information. This method will be removed after 2.2.
getTemplatePluginVariables() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Template Plugin Variables' attribute list.
getTemplatePluginVariables() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getTemplateSourceContainers() - Method in interface org.eclipse.emf.codegen.jet.IJETNature
Returns the containers where the template sources are located.
getTemplateSourceContainers() - Method in class org.eclipse.emf.codegen.jet.JETNature
 
getTemplateSourceContainersFromFile() - Method in class org.eclipse.emf.codegen.jet.JETNature
Returns the template source path from the .jetproperties file.
getTemplateURIAsString() - Method in class org.eclipse.emf.ant.taskdefs.codegen.JETTask
 
getTemporaryFileName() - Method in class org.eclipse.emf.ecore.xmi.impl.StringSegment
 
getTestCaseClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getTestCaseClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getTestCaseEmitter() - 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.
getTestCaseEmitter() - 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.
getTestsBuildPropertiesEmitter() - 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.
getTestsBuildPropertiesEmitter() - 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.
getTestsDirectory() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Tests Directory' attribute
getTestsDirectory() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getTestsDirectoryGen() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getTestsManifestMFEmitter() - 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.
getTestsManifestMFEmitter() - 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.
getTestsPackageName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getTestsPackageName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getTestsPackageSuffix() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
Returns the value of the 'Tests Package Suffix' attribute.
getTestsPackageSuffix() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getTestsPluginID() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Tests Plugin ID' attribute
getTestsPluginID() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getTestsPluginIDGen() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getTestsPluginPropertiesEmitter() - 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.
getTestsPluginPropertiesEmitter() - 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.
getTestsPluginVariables() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Tests Plugin Variables' attribute list.
getTestsPluginVariables() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getTestsPluginXMLEmitter() - 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.
getTestsPluginXMLEmitter() - 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.
getTestsProjectDirectory() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getTestsProjectDirectory() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getTestsQualifiedPackageNames() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getTestsQualifiedPackageNames() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getTestsRequiredPlugins() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getTestsRequiredPlugins() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getTestsSourceFolders() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the source folders for the tests project.
getTestsSourceFolders() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getTestSuiteClass() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Test Suite Class' attribute
getTestSuiteClass() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getTestSuiteClassGen() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getTestSuiteClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getTestSuiteClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getTestSuiteClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getTestSuiteClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getTestSuitePackageName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getTestSuitePackageName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getText(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenAnnotationItemProvider
This returns the label text for the adapted class
getText(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenBaseItemProvider
This returns the label text for the adapted class
getText(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenClassItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenDataTypeItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenEnumItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenEnumLiteralItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenFeatureItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenOperationItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenPackageItemProvider
This returns the label text for the adapted class.
getText(int) - Method in class org.eclipse.emf.common.ui.viewer.ExtendedTableTreeViewer.ExtendedTableTreeItem
Deprecated.
 
getText(Object) - Method in class org.eclipse.emf.converter.ui.contribution.ModelConverterManager.ModelConverterDescriptorLabelProvider
 
getText(Object) - Method in class org.eclipse.emf.ecore.change.provider.ChangeDescriptionItemProvider
This returns the label text for the adapted class
getText(Object) - Method in class org.eclipse.emf.ecore.change.provider.EObjectToChangesMapEntryItemProvider
This returns the label text for the adapted class
getText(Object) - Method in class org.eclipse.emf.ecore.change.provider.FeatureChangeItemProvider
This returns the label text for the adapted class
getText(Object) - Method in class org.eclipse.emf.ecore.change.provider.FeatureMapEntryItemProvider
This returns the label text for the adapted class
getText(Object) - Method in class org.eclipse.emf.ecore.change.provider.ListChangeItemProvider
This returns the label text for the adapted class
getText(Object) - Method in class org.eclipse.emf.ecore.change.provider.ResourceChangeItemProvider
This returns the label text for the adapted class
getText(Object) - Method in class org.eclipse.emf.ecore.provider.EAnnotationItemProvider
This returns the label text for the adapted class
getText(Object) - Method in class org.eclipse.emf.ecore.provider.EAttributeItemProvider
This returns the label text for the adapted class
getText(Object) - Method in class org.eclipse.emf.ecore.provider.EClassifierItemProvider
This returns the label text for the adapted class
getText(Object) - Method in class org.eclipse.emf.ecore.provider.EClassItemProvider
This returns the label text for the adapted class
getText(Object) - Method in class org.eclipse.emf.ecore.provider.EDataTypeItemProvider
This returns the label text for the adapted class
getText(Object) - Method in class org.eclipse.emf.ecore.provider.EEnumItemProvider
This returns the label text for the adapted class
getText(Object) - Method in class org.eclipse.emf.ecore.provider.EEnumLiteralItemProvider
This returns the label text for the adapted class
getText(Object) - Method in class org.eclipse.emf.ecore.provider.EFactoryItemProvider
This returns the label text for the adapted class
getText(Object) - Method in class org.eclipse.emf.ecore.provider.EGenericTypeItemProvider
This returns the label text for the adapted class
getText(Object) - Method in class org.eclipse.emf.ecore.provider.EModelElementItemProvider
This returns the label text for the adapted class
getText(Object) - Method in class org.eclipse.emf.ecore.provider.ENamedElementItemProvider
This returns the label text for the adapted class
getText(Object) - Method in class org.eclipse.emf.ecore.provider.EObjectItemProvider
This returns the label text for the adapted class
getText(Object) - Method in class org.eclipse.emf.ecore.provider.EOperationItemProvider
This returns the label text for the adapted class
getText(Object) - Method in class org.eclipse.emf.ecore.provider.EPackageItemProvider
This returns the label text for the adapted class
getText(Object) - Method in class org.eclipse.emf.ecore.provider.EParameterItemProvider
This returns the label text for the adapted class
getText(Object) - Method in class org.eclipse.emf.ecore.provider.EReferenceItemProvider
This returns the label text for the adapted class
getText(Object) - Method in class org.eclipse.emf.ecore.provider.EStringToStringMapEntryItemProvider
This returns the label text for the adapted class
getText(Object) - Method in class org.eclipse.emf.ecore.provider.EStructuralFeatureItemProvider
This returns the label text for the adapted class
getText(Object) - Method in class org.eclipse.emf.ecore.provider.ETypedElementItemProvider
This returns the label text for the adapted class
getText(Object) - Method in class org.eclipse.emf.ecore.provider.ETypeParameterItemProvider
This returns the label text for the adapted class
getText(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XAnnotationDirectiveItemProvider
This returns the label text for the adapted class
getText(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XAnnotationItemProvider
This returns the label text for the adapted class
getText(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XAttributeItemProvider
This returns the label text for the adapted class
getText(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XClassifierItemProvider
This returns the label text for the adapted class
getText(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XClassItemProvider
This returns the label text for the adapted class
getText(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XDataTypeItemProvider
This returns the label text for the adapted class
getText(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XEnumItemProvider
This returns the label text for the adapted class
getText(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XEnumLiteralItemProvider
This returns the label text for the adapted class
getText(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XGenericTypeItemProvider
This returns the label text for the adapted class
getText(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XImportDirectiveItemProvider
This returns the label text for the adapted class
getText(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XMemberItemProvider
This returns the label text for the adapted class
getText(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XModelElementItemProvider
This returns the label text for the adapted class
getText(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XNamedElementItemProvider
This returns the label text for the adapted class
getText(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XOperationItemProvider
This returns the label text for the adapted class
getText(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XPackageItemProvider
This returns the label text for the adapted class
getText(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XParameterItemProvider
This returns the label text for the adapted class
getText(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XReferenceItemProvider
This returns the label text for the adapted class
getText(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XStringToStringMapEntryItemProvider
This returns the label text for the adapted class
getText(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XStructuralFeatureItemProvider
This returns the label text for the adapted class
getText(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XTypedElementItemProvider
This returns the label text for the adapted class
getText(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XTypeParameterItemProvider
This returns the label text for the adapted class
getText(Object) - Method in class org.eclipse.emf.ecore.xcore.ui.labeling.XcoreLabelProvider
 
getText(Object) - Method in class org.eclipse.emf.ecore.xcore.ui.outline.XcoreOutlineTreeProvider
 
getText() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeDocumentRootImpl
 
getText() - Method in interface org.eclipse.emf.edit.command.CommandActionDelegate
This returns the menu text, if any, of the action.
getText() - Method in class org.eclipse.emf.edit.command.CreateChildCommand
This returns the label by delegating to helper.getCreateChildText().
getText(Object) - Method in class org.eclipse.emf.edit.provider.AdapterFactoryItemDelegator
This does the same thing as ILabelProvider.getText, it fetches the label text specific to this object instance.
getText(Object) - Method in class org.eclipse.emf.edit.provider.AttributeValueWrapperItemProvider
If non-null, the value is converted to a string, using the type of its attribute and the appropriate factory.
getText() - Method in class org.eclipse.emf.edit.provider.DelegatingWrapperItemProvider.AffectedObjectsWrappingCommandActionDelegate
 
getText(Object) - Method in class org.eclipse.emf.edit.provider.DelegatingWrapperItemProvider
Uses the delegate item provider to return the delegate value's text.
getText(Object) - Method in class org.eclipse.emf.edit.provider.FeatureMapEntryWrapperItemProvider
Returns the appropriate text for the entry value.
getText(Object) - Method in interface org.eclipse.emf.edit.provider.IItemLabelProvider
This does the same thing as ILabelProvider.getlText, it fetches the label text specific to this object instance.
getText(Object) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor.ItemDelegator
 
getText(Object) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor.PropertyValueWrapper
 
getText(Object) - Method in class org.eclipse.emf.edit.provider.ItemProvider
This implements IItemLabelProvider.getText by returning ItemProvider.text.
getText() - Method in class org.eclipse.emf.edit.provider.ItemProvider
This delegates to getText(this).
getText(Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This implements IItemLabelProvider.getText by simply calling toString on the argument.
getText() - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter.ResultAndAffectedObjectsWrappingCommandActionDelegate
 
getText(Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderDecorator
This implements IItemLabelProvider.getText by delegating to (IItemLabelProvider)ItemProviderDecorator.decoratedItemProvider.
getText(Object) - Method in class org.eclipse.emf.edit.provider.ReflectiveItemProvider
 
getText(Object) - Method in class org.eclipse.emf.edit.provider.resource.ResourceItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class org.eclipse.emf.edit.provider.resource.ResourceSetItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class org.eclipse.emf.edit.provider.WrapperItemProvider
IItemLabelProvider.getText is implemented by returning a non-null value, as a string, or "null".
getText(Object) - Method in class org.eclipse.emf.edit.tree.provider.TreeNodeItemProvider
 
getText(Object) - Method in class org.eclipse.emf.edit.ui.provider.AdapterFactoryLabelProvider
This implements ILabelProvider.getText by forwarding it to an object that implements IItemLabelProvider.getText
getText(Object) - Method in class org.eclipse.emf.edit.ui.provider.DecoratingColumLabelProvider
 
getText(Object) - Method in class org.eclipse.emf.edit.ui.provider.DelegatingStyledCellLabelProvider
This implements ILabelProvider#getText(Object) by forwarding it to the wrapped styled label provider if it implements ILabelProvider.
getText() - Method in class org.eclipse.emf.examples.extlibrary.actions.AddLibraryCommand
 
getText() - Method in class org.eclipse.emf.examples.extlibrary.actions.RemoveLibraryCommand
 
getText(Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.AudioVisualItemItemProvider
This returns the label text for the adapted class
getText(Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.BookItemProvider
This returns the label text for the adapted class
getText(Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.BookOnTapeItemProvider
This returns the label text for the adapted class
getText(Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.BorrowerItemProvider
This returns the label text for the adapted class
getText(Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.CirculatingItemItemProvider
This returns the label text for the adapted class
getText(Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.EmployeeItemProvider
This returns the label text for the adapted class
getText(Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.ItemItemProvider
This returns the label text for the adapted class
getText(Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.LibraryItemProvider
This returns the label text for the adapted class
getText(Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.PeriodicalItemProvider
This returns the label text for the adapted class
getText(Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.PersonItemProvider
This returns the label text for the adapted class
getText(Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.VideoCassetteItemProvider
This returns the label text for the adapted class
getText(Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.WriterItemProvider
This returns the label text for the adapted class
getText(Object) - Method in class org.eclipse.emf.java.provider.JClassItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class org.eclipse.emf.java.provider.JCompilationUnitItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class org.eclipse.emf.java.provider.JFieldItemProvider
This returns the label text for the adapted class
getText(Object) - Method in class org.eclipse.emf.java.provider.JInitializerItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class org.eclipse.emf.java.provider.JMemberItemProvider
This returns the label text for the adapted class
getText(Object) - Method in class org.eclipse.emf.java.provider.JMethodItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class org.eclipse.emf.java.provider.JModelElementItemProvider
This returns the label text for the adapted class
getText(Object) - Method in class org.eclipse.emf.java.provider.JPackageItemProvider
This returns the label text for the adapted class
getText(Object) - Method in class org.eclipse.emf.java.provider.JParameterItemProvider
This returns the label text for the adapted class.
getText() - Method in class org.eclipse.emf.mapping.action.CreateMappingAction.DelegateCommand
 
getText() - Method in class org.eclipse.emf.mapping.action.CreateOneSidedMappingAction.DelegateCommand
 
getText() - Method in class org.eclipse.emf.mapping.action.NameMatchMappingAction.DelegateCommand
 
getText() - Method in class org.eclipse.emf.mapping.action.RemoveMappingAction.CommandDelegate
 
getText() - Method in class org.eclipse.emf.mapping.action.TypeMatchMappingAction.DelegateCommand
 
getText(Object) - Method in class org.eclipse.emf.mapping.ecore2ecore.provider.Ecore2EcoreMappingRootItemProvider
This returns the label text for the adapted class
getText(Object) - Method in class org.eclipse.emf.mapping.ecore2xml.provider.ENamedElementToXMLInfoMapEntryItemProvider
This returns the label text for the adapted class
getText(Object) - Method in class org.eclipse.emf.mapping.ecore2xml.provider.XMLInfoItemProvider
This returns the label text for the adapted class
getText(Object) - Method in class org.eclipse.emf.mapping.ecore2xml.provider.XMLMapItemProvider
This returns the label text for the adapted class
getText(Object) - Method in class org.eclipse.emf.mapping.provider.ComplexTypeConverterItemProvider
 
getText(Object) - Method in class org.eclipse.emf.mapping.provider.FunctionNamePairItemProvider
 
getText(Object) - Method in class org.eclipse.emf.mapping.provider.FunctionPairItemProvider
 
getText(Object) - Method in class org.eclipse.emf.mapping.provider.MappedObjectItemProvider
 
getText(Object) - Method in class org.eclipse.emf.mapping.provider.MappingHelperItemProvider
 
getText(MappingRoot, AdapterFactory, Collection<?>) - Static method in class org.eclipse.emf.mapping.provider.MappingItemProvider
 
getText(MappingRoot, AdapterFactory, Collection<?>, String) - Static method in class org.eclipse.emf.mapping.provider.MappingItemProvider
 
getText(MappingRoot, AdapterFactory, Collection<?>, String, String, String) - Static method in class org.eclipse.emf.mapping.provider.MappingItemProvider
 
getText(MappingRoot, AdapterFactory, Collection<?>, Collection<?>) - Static method in class org.eclipse.emf.mapping.provider.MappingItemProvider
 
getText(MappingRoot, AdapterFactory, Collection<?>, Collection<?>, String, String) - Static method in class org.eclipse.emf.mapping.provider.MappingItemProvider
 
getText(Object) - Method in class org.eclipse.emf.mapping.provider.MappingItemProvider
 
getText(Object) - Method in class org.eclipse.emf.mapping.provider.MappingRootItemProvider
This returns the label text for the adapted class
getText(Object) - Method in class org.eclipse.emf.mapping.provider.MappingStrategyItemProvider
 
getText(Object) - Method in class org.eclipse.emf.mapping.provider.TypeConverterItemProvider
This returns the label text for the adapted class
getText(Object) - Method in class org.eclipse.emf.oda.ecore.ui.impl.EcoreDataSetWizardPage.TypeLabelProvider
 
getText(Object) - Static method in class org.eclipse.emf.oda.ecore.util.StringUtil
 
getTextProvider() - Method in class org.eclipse.emf.common.ui.DiagnosticComposite
 
getTextProvider() - Method in class org.eclipse.emf.common.ui.dialogs.DiagnosticDialog
 
getTextProvider() - Method in class org.eclipse.emf.common.ui.editor.ProblemEditorPart
 
getTextUnderReference(EObject, EReference) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.XcoreVariableCompletions
 
getThrows(GenClass) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenOperation
 
getThrows() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenOperation
Deprecated. 
getThrows() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
Deprecated.
getThrows(GenClass) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
 
getThrowsKeyword_11_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XOperationElements
 
getThrowsKeyword_25() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.FeatureCallIDElements
 
getTime() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypePackageImpl
 
getTime() - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
Returns the meta object for data type 'Time'
getTime(int) - Method in class org.eclipse.emf.oda.ecore.impl.ResultSet
 
getTime(String) - Method in class org.eclipse.emf.oda.ecore.impl.ResultSet
 
getTimeout(Map<?, ?>) - Method in class org.eclipse.emf.ecore.resource.impl.URIHandlerImpl
Returns the value of the timeout option.
getTimeStamp() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
 
getTimeStamp() - Method in interface org.eclipse.emf.ecore.resource.Resource
Returns the cached value of the time stamp when this resource was last loaded or saved, or NULL_TIME_STAMP if the resource is not loaded and the time stamp has not been set.
getTimestamp(int) - Method in class org.eclipse.emf.oda.ecore.impl.ResultSet
 
getTimestamp(String) - Method in class org.eclipse.emf.oda.ecore.impl.ResultSet
 
getTimeZone(int) - Method in class org.eclipse.emf.ecore.xml.type.internal.XMLCalendar
 
getTimezone() - Method in class org.eclipse.emf.ecore.xml.type.internal.XMLCalendar
 
getTitle() - Method in interface org.eclipse.emf.examples.extlibrary.AudioVisualItem
Returns the value of the 'Title' attribute
getTitle() - Method in interface org.eclipse.emf.examples.extlibrary.Book
Returns the value of the 'Title' attribute
getTitle() - Method in class org.eclipse.emf.examples.extlibrary.impl.AudioVisualItemImpl
 
getTitle() - Method in class org.eclipse.emf.examples.extlibrary.impl.BookImpl
 
getTitle() - Method in class org.eclipse.emf.examples.extlibrary.impl.PeriodicalImpl
 
getTitle() - Method in interface org.eclipse.emf.examples.extlibrary.Periodical
Returns the value of the 'Title' attribute
getToken() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypePackageImpl
 
getToken() - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
Returns the meta object for data type 'Token'
getToken() - Method in class org.eclipse.emf.importer.rose.parser.RoseToken
 
getTokenNames() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
getTokenNames() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
getToolBarManager() - Method in class org.eclipse.emf.common.ui.ViewerPane
 
getToolTipArea(Event) - Method in class org.eclipse.emf.common.ui.viewer.ColumnViewerInformationControlToolTipSupport
 
getToolTipBackgroundColor(Object) - Method in class org.eclipse.emf.edit.ui.provider.DecoratingColumLabelProvider
 
getToolTipDisplayDelayTime(Object) - Method in class org.eclipse.emf.edit.ui.provider.DecoratingColumLabelProvider
 
getToolTipFont(Object) - Method in class org.eclipse.emf.edit.ui.provider.DecoratingColumLabelProvider
 
getToolTipForegroundColor(Object) - Method in class org.eclipse.emf.edit.ui.provider.DecoratingColumLabelProvider
 
getToolTipImage(Object) - Method in class org.eclipse.emf.edit.ui.provider.DecoratingColumLabelProvider
 
getToolTipShift(Object) - Method in class org.eclipse.emf.edit.ui.provider.DecoratingColumLabelProvider
 
getToolTipStyle(Object) - Method in class org.eclipse.emf.edit.ui.provider.DecoratingColumLabelProvider
 
getToolTipText() - Method in class org.eclipse.emf.common.ui.URIEditorInput
 
getToolTipText() - Method in interface org.eclipse.emf.edit.command.CommandActionDelegate
This returns the tool tip text, if any, of the action.
getToolTipText() - Method in class org.eclipse.emf.edit.command.CreateChildCommand
This returns the tool tip text by delegating to helper.getCreateChildToolTipText().
getToolTipText() - Method in class org.eclipse.emf.edit.provider.DelegatingWrapperItemProvider.AffectedObjectsWrappingCommandActionDelegate
 
getToolTipText() - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter.ResultAndAffectedObjectsWrappingCommandActionDelegate
 
getToolTipText(Object) - Method in class org.eclipse.emf.edit.ui.provider.DecoratingColumLabelProvider
 
getToolTipText(Object) - Method in class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator
 
getToolTipText() - Method in class org.eclipse.emf.examples.extlibrary.actions.AddLibraryCommand
 
getToolTipText() - Method in class org.eclipse.emf.examples.extlibrary.actions.RemoveLibraryCommand
 
getToolTipText() - Method in class org.eclipse.emf.mapping.action.CreateMappingAction.DelegateCommand
This returns the tool tip text, if any, of the action.
getToolTipText() - Method in class org.eclipse.emf.mapping.action.CreateOneSidedMappingAction.DelegateCommand
This returns the tool tip text, if any, of the action.
getToolTipText() - Method in class org.eclipse.emf.mapping.action.NameMatchMappingAction.DelegateCommand
This returns the tool tip text, if any, of the action.
getToolTipText() - Method in class org.eclipse.emf.mapping.action.RemoveMappingAction.CommandDelegate
This returns the tool tip text, if any, of the action.
getToolTipText() - Method in class org.eclipse.emf.mapping.action.TypeMatchMappingAction.DelegateCommand
This returns the tool tip text, if any, of the action.
getToolTipTimeDisplayed(Object) - Method in class org.eclipse.emf.edit.ui.provider.DecoratingColumLabelProvider
 
getTopImage() - Method in class org.eclipse.emf.mapping.presentation.MappingEditor
 
getTopLabel() - Method in class org.eclipse.emf.mapping.presentation.MappingEditor
 
getTops() - Method in class org.eclipse.emf.mapping.impl.MappingImpl
 
getTops() - Method in interface org.eclipse.emf.mapping.Mapping
This returns the same as either Mapping.getInputs() or Mapping.getOutputs() depending on the mapping root's isTopToBottom.
getTopsToAdd() - Method in class org.eclipse.emf.mapping.action.AddRootTopAction
This method should be overriden with a domain-specific implementation that returns the inputs to be added, e.g., by querying the user with a dialog.
getTopsToAdd() - Method in class org.eclipse.emf.mapping.ecore2ecore.action.AddInputRootAction
 
getToStringGenFeatures() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getToStringGenFeatures() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getTotalDigits() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenDataType
 
getTotalDigits() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
 
getTotalDigitsFacet() - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EClassExtendedMetaDataImpl
 
getTotalDigitsFacet() - Method in interface org.eclipse.emf.ecore.util.BasicExtendedMetaData.EClassifierExtendedMetaData
 
getTotalDigitsFacet() - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EDataTypeExtendedMetaDataImpl
 
getTotalDigitsFacet(EDataType) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
getTotalDigitsFacet(EDataType) - Method in interface org.eclipse.emf.ecore.util.ExtendedMetaData
Returns the total digits constraint on the given data type.
getToXcoreMapping(EObject) - Method in class org.eclipse.emf.ecore.xcore.mappings.XcoreMapper
 
getTransientAssignment_2_3() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XAttributeElements
 
getTransientAssignment_3_3() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XReferenceElements
 
getTransientFlag() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
getTransientFlag() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
getTransientKeyword_26() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.FeatureCallIDElements
 
getTransientTransientKeyword_2_3_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XAttributeElements
 
getTransientTransientKeyword_3_3_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XReferenceElements
 
getTreeFactory() - Method in class org.eclipse.emf.edit.tree.impl.TreePackageImpl
 
getTreeFactory() - Method in interface org.eclipse.emf.edit.tree.TreePackage
Returns the factory that creates the instances of the model
getTreeNode() - Method in class org.eclipse.emf.edit.tree.impl.TreePackageImpl
 
getTreeNode() - Method in interface org.eclipse.emf.edit.tree.TreePackage
Returns the meta object for class 'Node'
getTreeNode_Children() - Method in class org.eclipse.emf.edit.tree.impl.TreePackageImpl
 
getTreeNode_Children() - Method in interface org.eclipse.emf.edit.tree.TreePackage
Returns the meta object for the containment reference list 'Children'
getTreeNode_Data() - Method in class org.eclipse.emf.edit.tree.impl.TreePackageImpl
 
getTreeNode_Data() - Method in interface org.eclipse.emf.edit.tree.TreePackage
Returns the meta object for the reference 'Data'
getTreeNode_Parent() - Method in class org.eclipse.emf.edit.tree.impl.TreePackageImpl
 
getTreeNode_Parent() - Method in interface org.eclipse.emf.edit.tree.TreePackage
Returns the meta object for the container reference 'Parent'
getTreePackage() - Method in class org.eclipse.emf.edit.tree.impl.TreeFactoryImpl
 
getTreePackage() - Method in interface org.eclipse.emf.edit.tree.TreeFactory
Returns the package supported by this factory
getTreePath(Object) - Method in class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain
This returns a path list from the root object to the given object in the tree.
getTreePath(Object) - Method in interface org.eclipse.emf.edit.domain.EditingDomain
This returns a path from the root object to the given object in the tree.
getType(GenClass) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenTypedElement
This returns the feature type, either primitive (e.g.
getType() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenTypedElement
Deprecated. 
getType(GenClass, EClassifier, boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
Returns the primitive or qualified class name for the given EClassifier.
getType(GenClass, EClassifier, boolean, boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
getType(GenClass, EGenericType, boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
Returns the primitive or qualified class name for the given EClassifier.
getType(GenClass) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
 
getType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypedElementImpl
Deprecated.
getType(GenClass) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypedElementImpl
 
getType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelActionBarContributor.ProjectType
 
getType() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJAnnotationTypeMember
 
getType() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJField
Returns original type of FieldDeclaration.
getType() - Method in interface org.eclipse.emf.codegen.merge.java.facade.JAnnotationTypeMember
Returns the string representation of the type.
getType() - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMJField
 
getType() - Method in interface org.eclipse.emf.codegen.merge.java.facade.JField
Returns the type name of this field.
getType(String) - Method in interface org.eclipse.emf.ecore.util.BasicExtendedMetaData.EPackageExtendedMetaData
 
getType(String) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EPackageExtendedMetaDataImpl
 
getType(EPackage, String) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
getType(String, String) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
getType(String, String) - Method in interface org.eclipse.emf.ecore.util.ExtendedMetaData
Returns the classifier with the given XML name within the package with the given namespace.
getType(EPackage, String) - Method in interface org.eclipse.emf.ecore.util.ExtendedMetaData
Returns the classifier with the given XML name within the given package.
getType() - Method in class org.eclipse.emf.ecore.xcore.impl.XGenericTypeImpl
 
getType() - Method in class org.eclipse.emf.ecore.xcore.impl.XTypedElementImpl
 
getType() - Method in interface org.eclipse.emf.ecore.xcore.XGenericType
Returns the value of the 'Type' reference
getType() - Method in interface org.eclipse.emf.ecore.xcore.XTypedElement
Returns the value of the 'Type' containment reference
getType(EPackage, String) - Method in class org.eclipse.emf.ecore.xmi.impl.EMOFExtendedMetaData
 
getType(EFactory, String) - Method in class org.eclipse.emf.ecore.xmi.impl.EMOFHelperImpl
 
getType(EFactory, String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
getType(int) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLLoadImpl.AttributesProxy
 
getType(String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLLoadImpl.AttributesProxy
 
getType(String, String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLLoadImpl.AttributesProxy
 
getType(EFactory, String) - Method in interface org.eclipse.emf.ecore.xmi.XMLHelper
Given an EFactory and a type name, find and return the type
getType() - Method in class org.eclipse.emf.importer.rose.parser.RoseNode
 
getType() - Method in class org.eclipse.emf.importer.rose.parser.RoseToken
 
getType(String) - Static method in class org.eclipse.emf.importer.rose.parser.Util
 
getType() - Method in class org.eclipse.emf.java.impl.JFieldImpl
 
getType() - Method in class org.eclipse.emf.java.impl.JParameterImpl
 
getType() - Method in interface org.eclipse.emf.java.JField
Returns the value of the 'Type' reference
getType() - Method in interface org.eclipse.emf.java.JParameter
Returns the value of the 'Type' reference
getType(EPackage, String) - Method in class org.eclipse.emf.mapping.ecore2xml.util.Ecore2XMLExtendedMetaData
 
getType(EClassifier) - Static method in class org.eclipse.emf.oda.ecore.impl.DataTypes
Returns the data provider specific code of the specified type.
getType() - Method in class org.eclipse.emf.oda.ecore.ui.impl.EcoreDataSetWizardPage.Variable
Returns the type of this expression variable.
getTypeArgument(GenClass, EGenericType, boolean, boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
getTypeArguments(GenClass, List<EGenericType>, boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
getTypeArguments(boolean, boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getTypeArguments() - Method in class org.eclipse.emf.ecore.xcore.impl.XGenericTypeImpl
 
getTypeArguments() - Method in interface org.eclipse.emf.ecore.xcore.XGenericType
Returns the value of the 'Type Arguments' containment reference list.
getTypeArgumentsAssignment_1_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XGenericTypeElements
 
getTypeArgumentsAssignment_1_2_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XGenericTypeElements
 
getTypeArgumentsXGenericTypeArgumentParserRuleCall_1_1_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XGenericTypeElements
 
getTypeArgumentsXGenericTypeArgumentParserRuleCall_1_2_1_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XGenericTypeElements
 
getTypeAssignment_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XGenericTypeElements
 
getTypeAssignment_2() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XParameterElements
 
getTypeAssignment_3() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XAttributeElements
 
getTypeAssignment_4() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XReferenceElements
 
getTypeAssignment_5_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XOperationElements
 
getTypeClassifier() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenTypedElement
Deprecated.
getTypeClassifier() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypedElementImpl
Deprecated.
getTypeClassifier(Object) - Method in class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain
This default implementation returns null or the ETypedElement if the object is an ETypedElement.
getTypeClassifier(Object) - Method in interface org.eclipse.emf.mapping.domain.MappingDomain
This returns the type classifier of the input or output object.
getTypeClassifierAccessorName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenTypedElement
 
getTypeClassifierAccessorName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
 
getTypeClassifierAccessorName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypedElementImpl
 
getTypeClassifiers(Collection<?>) - Method in class org.eclipse.emf.mapping.impl.MappingRootImpl
 
getTypeConverter() - Method in class org.eclipse.emf.mapping.impl.MappingPackageImpl
 
getTypeConverter() - Method in interface org.eclipse.emf.mapping.MappingPackage
Returns the meta object for class 'Type Converter'
getTypedKey() - Method in class org.eclipse.emf.ecore.change.impl.EObjectToChangesMapEntryImpl
 
getTypedKey() - Method in class org.eclipse.emf.ecore.impl.EStringToStringMapEntryImpl
 
getTypedKey() - Method in class org.eclipse.emf.ecore.xcore.impl.XStringToStringMapEntryImpl
 
getTypedKey() - Method in class org.eclipse.emf.mapping.ecore2xml.impl.ENamedElementToXMLInfoMapEntryImpl
 
getTypedKeyGen() - Method in class org.eclipse.emf.ecore.change.impl.EObjectToChangesMapEntryImpl
 
getTypedValue() - Method in class org.eclipse.emf.ecore.change.impl.EObjectToChangesMapEntryImpl
 
getTypedValue() - Method in class org.eclipse.emf.ecore.impl.EStringToStringMapEntryImpl
 
getTypedValue() - Method in class org.eclipse.emf.ecore.xcore.impl.XStringToStringMapEntryImpl
 
getTypedValue() - Method in class org.eclipse.emf.mapping.ecore2xml.impl.ENamedElementToXMLInfoMapEntryImpl
 
getTypeErasure(ArrayType) - Static method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTFacadeHelper
 
getTypeErasure(ParameterizedType) - Static method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTFacadeHelper
 
getTypeErasure(PrimitiveType) - Static method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTFacadeHelper
 
getTypeErasure(SimpleType) - Static method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTFacadeHelper
 
getTypeErasure(QualifiedType) - Static method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTFacadeHelper
 
getTypeErasure(Type) - Static method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTFacadeHelper
Converts Type to string representation, erasing type parameters information.
getTypeExpression(GenTypedElement) - Static method in class org.eclipse.emf.examples.generator.validator.ValidatorGeneratorUtil
 
getTypeFromString(String) - Method in class org.eclipse.emf.oda.ecore.ui.impl.EcoreDataSetWizardPage
Retrieves the type corresponding to the specified string representation.
getTypeGenBaseCrossReference_0_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XGenericTypeElements
 
getTypeGenBaseXQualifiedNameParserRuleCall_0_0_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XGenericTypeElements
 
getTypeGenClass() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenTypedElement
 
getTypeGenClass() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypedElementImpl
 
getTypeGenClasses(EClassifier, GenPackage, List<GenPackage>, int) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
If eType is an EClass, returns the list of GenClasses representing its non-abstract subclasses, beginning with those from the specified firstGenPackage followed by the others in genPackages, and ordered down the inheritance chains within each package.
getTypeGenClassifier() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenTypedElement
 
getTypeGenClassifier() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypedElementImpl
 
getTypeGenDataType() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenTypedElement
 
getTypeGenDataType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypedElementImpl
 
getTypeGenEnum() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenTypedElement
 
getTypeGenEnum() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypedElementImpl
 
getTypeGenPackage() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenTypedElement
 
getTypeGenPackage() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
 
getTypeGenPackage() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypedElementImpl
 
getTypeIds() - Method in class org.eclipse.emf.edit.ui.dnd.LocalTransfer
This returns the transfer IDs that this agent supports.
getTypeKeyword_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XDataTypeElements
 
getTypeMap() - Method in class org.eclipse.emf.codegen.jmerge.JPatternDictionary
Deprecated.
 
getTypeMapping() - Method in class org.eclipse.emf.mapping.impl.MappingImpl
 
getTypeMapping() - Method in interface org.eclipse.emf.mapping.Mapping
Returns the value of the 'Type Mapping' reference
getTypeMappingRoot() - Method in class org.eclipse.emf.mapping.impl.MappingRootImpl
 
getTypeMappingRoot() - Method in interface org.eclipse.emf.mapping.MappingRoot
This returns the root of the type mapping model.
getTypeMappings(Collection<?>, Collection<?>) - Method in class org.eclipse.emf.mapping.impl.MappingRootImpl
 
getTypeName(EClassifier) - Static method in class org.eclipse.emf.oda.ecore.impl.DataTypes
Returns the data provider specific name of the specified type.
getTypeNames() - Method in class org.eclipse.emf.edit.ui.dnd.LocalTransfer
This returns the transfer names that this agent supports.
getTypeParameters() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getTypeParameters(GenClass) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenOperation
 
getTypeParameters() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getTypeParameters(GenClass) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
 
getTypeParameters() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJMethod
 
getTypeParameters() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJType
 
getTypeParameters() - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMJMethod
 
getTypeParameters() - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMJType
 
getTypeParameters() - Method in interface org.eclipse.emf.codegen.merge.java.facade.JMethod
Returns the formal type parameters for this method.
getTypeParameters() - Method in interface org.eclipse.emf.codegen.merge.java.facade.JType
Returns the formal type parameters for this type.
getTypeParameters() - Method in class org.eclipse.emf.ecore.xcore.impl.XClassifierImpl
 
getTypeParameters() - Method in class org.eclipse.emf.ecore.xcore.impl.XOperationImpl
 
getTypeParameters() - Method in interface org.eclipse.emf.ecore.xcore.XClassifier
Returns the value of the 'Type Parameters' containment reference list.
getTypeParameters() - Method in interface org.eclipse.emf.ecore.xcore.XOperation
Returns the value of the 'Type Parameters' containment reference list.
getTypeParametersAssignment_3_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XDataTypeElements
 
getTypeParametersAssignment_3_2_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XDataTypeElements
 
getTypeParametersAssignment_4_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XClassElements
 
getTypeParametersAssignment_4_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XOperationElements
 
getTypeParametersAssignment_4_2_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XClassElements
 
getTypeParametersAssignment_4_2_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XOperationElements
 
getTypeParametersXTypeParameterParserRuleCall_3_1_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XDataTypeElements
 
getTypeParametersXTypeParameterParserRuleCall_3_2_1_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XDataTypeElements
 
getTypeParametersXTypeParameterParserRuleCall_4_1_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XClassElements
 
getTypeParametersXTypeParameterParserRuleCall_4_1_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XOperationElements
 
getTypeParametersXTypeParameterParserRuleCall_4_2_1_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XClassElements
 
getTypeParametersXTypeParameterParserRuleCall_4_2_1_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XOperationElements
 
getTypes() - Method in interface org.eclipse.emf.importer.ui.contribution.ModelImporterDescriptor
 
getTypes() - Method in class org.eclipse.emf.importer.ui.contribution.ModelImporterManager.ModelImporterDescriptorImpl
 
getTypes() - Method in class org.eclipse.emf.java.impl.JClassImpl
 
getTypes() - Method in class org.eclipse.emf.java.impl.JCompilationUnitImpl
 
getTypes() - Method in class org.eclipse.emf.java.impl.JPackageImpl
 
getTypes() - Method in interface org.eclipse.emf.java.JClass
Returns the value of the 'Types' reference list.
getTypes() - Method in interface org.eclipse.emf.java.JCompilationUnit
Returns the value of the 'Types' containment reference list.
getTypes() - Method in interface org.eclipse.emf.java.JPackage
Returns the value of the 'Types' reference list.
getTypeText(Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This looks up the name of the type of the specified object.
getTypeText(EAttribute) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This looks up the name of the type of the specified attribute.
getTypeText(Object) - Method in class org.eclipse.emf.edit.provider.ReflectiveItemProvider
 
getTypeText(EAttribute) - Method in class org.eclipse.emf.edit.provider.ReflectiveItemProvider
 
getTypeText(EClassifier) - Static method in class org.eclipse.emf.oda.ecore.util.StringUtil
Returns formatted text for the specified type
getTypeXGenericTypeParserRuleCall_2_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XParameterElements
 
getTypeXGenericTypeParserRuleCall_3_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XAttributeElements
 
getTypeXGenericTypeParserRuleCall_4_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XReferenceElements
 
getTypeXGenericTypeParserRuleCall_5_0_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XOperationElements
 
getUiModule(String) - Method in class org.eclipse.emf.ecore.xcore.ui.internal.XcoreActivator
 
getUML2MOFCorbaType() - Method in class org.eclipse.emf.importer.rose.parser.RoseNode
 
getUnambiguousResult(JvmType, int, JvmType, int, QualifiedName) - Method in class org.eclipse.emf.ecore.xcore.scoping.types.AbstractKnownTypesScope
 
getUncapAdapterFactoryClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getUncapAdapterFactoryClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getUncapAdapterFactoryDelegateName(GenPackage) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getUncapAdapterFactoryDelegateName(GenPackage) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getUncapFactoryInterfaceName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
Deprecated.
Use GenPackage.getUncapFactoryName(), which won't change with the interface name pattern, instead.
getUncapFactoryInterfaceName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getUncapFactoryName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getUncapFactoryName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getUncapName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
This returns the name uncapitalized.
getUncapName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
getUncapName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassifierImpl
 
getUncapName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
getUncapPackageInterfaceName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
Deprecated.
Use GenPackage.getUncapFactoryName(), which won't change with the interface name pattern, instead.
getUncapPackageInterfaceName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getUncapPackageName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getUncapPackageName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getUndecoratedImage(Object) - Method in interface org.eclipse.emf.common.ui.viewer.IUndecoratingLabelProvider
 
getUndecoratedImage(Object) - Method in class org.eclipse.emf.edit.ui.provider.DecoratingColumLabelProvider
 
getUndecoratedText(Object) - Method in interface org.eclipse.emf.common.ui.viewer.IUndecoratingLabelProvider
 
getUndecoratedText(Object) - Method in class org.eclipse.emf.edit.ui.provider.DecoratingColumLabelProvider
 
getUnderlineColor() - Method in class org.eclipse.emf.edit.provider.StyledString.Style
 
getUnderlineStyle() - Method in class org.eclipse.emf.edit.provider.StyledString.Style
 
getUndoCommand() - Method in class org.eclipse.emf.common.command.BasicCommandStack
 
getUndoCommand() - Method in interface org.eclipse.emf.common.command.CommandStack
Returns the command that will be undone if CommandStack.undo() is called.
getUniqueAssignment_1_0_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XParameterElements
 
getUniqueAssignment_1_1_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XParameterElements
 
getUniqueAssignment_2_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XAttributeElements
 
getUniqueAssignment_3_0_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XOperationElements
 
getUniqueAssignment_3_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XReferenceElements
 
getUniqueAssignment_3_1_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XOperationElements
 
getUniqueFlag() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenTypedElement
 
getUniqueFlag() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypedElementImpl
 
getUniqueKeyword_27() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.FeatureCallIDElements
 
getUniqueName(GenOperation) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getUniqueName(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.UniqueNameHelper
 
getUniqueName(GenOperation) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getUniqueUniqueKeyword_1_0_1_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XParameterElements
 
getUniqueUniqueKeyword_1_1_0_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XParameterElements
 
getUniqueUniqueKeyword_2_1_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XAttributeElements
 
getUniqueUniqueKeyword_3_0_1_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XOperationElements
 
getUniqueUniqueKeyword_3_1_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XReferenceElements
 
getUniqueUniqueKeyword_3_1_0_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XOperationElements
 
getUniqueValuedGenEnumLiterals() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenEnum
 
getUniqueValuedGenEnumLiterals() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumImpl
 
getUnit() - Method in class org.eclipse.emf.java.impl.JClassImpl
 
getUnit() - Method in interface org.eclipse.emf.java.JClass
Returns the value of the 'Unit' container reference.
getUnorderedAssignment_1_0_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XParameterElements
 
getUnorderedAssignment_1_1_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XParameterElements
 
getUnorderedAssignment_2_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XAttributeElements
 
getUnorderedAssignment_3_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XReferenceElements
 
getUnorderedAssignment_3_0_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XOperationElements
 
getUnorderedAssignment_3_1_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XOperationElements
 
getUnorderedGroup_2() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XAttributeElements
 
getUnorderedGroup_3() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XReferenceElements
 
getUnorderedGroup_6() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XDataTypeElements
 
getUnorderedGroup_7() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XAttributeElements
 
getUnorderedGroup_9() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XReferenceElements
 
getUnorderedKeyword_28() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.FeatureCallIDElements
 
getUnorderedUnorderedKeyword_1_0_0_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XParameterElements
 
getUnorderedUnorderedKeyword_1_1_1_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XParameterElements
 
getUnorderedUnorderedKeyword_2_0_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XAttributeElements
 
getUnorderedUnorderedKeyword_3_0_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XReferenceElements
 
getUnorderedUnorderedKeyword_3_0_0_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XOperationElements
 
getUnorderedUnorderedKeyword_3_1_1_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XOperationElements
 
getUnsetAccessorOperation(GenFeature) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
getUnsetAccessorOperation(GenFeature) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
getUnsetBody() - Method in class org.eclipse.emf.ecore.xcore.impl.XStructuralFeatureImpl
 
getUnsetBody() - Method in interface org.eclipse.emf.ecore.xcore.XStructuralFeature
Returns the value of the 'Unset Body' containment reference
getUnsetBodyAssignment_7_3_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XAttributeElements
 
getUnsetBodyAssignment_9_3_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XReferenceElements
 
getUnsetBodyXBlockExpressionParserRuleCall_7_3_1_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XAttributeElements
 
getUnsetBodyXBlockExpressionParserRuleCall_9_3_1_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XReferenceElements
 
getUnsetKeyword_4() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XIDElements
 
getUnsetKeyword_7_3_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XAttributeElements
 
getUnsetKeyword_9_3_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XReferenceElements
 
getUnsettableAssignment_2_5() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XAttributeElements
 
getUnsettableAssignment_3_5() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XReferenceElements
 
getUnsettableFlag() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
getUnsettableFlag() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
getUnsettableKeyword_29() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.FeatureCallIDElements
 
getUnsettableUnsettableKeyword_2_5_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XAttributeElements
 
getUnsettableUnsettableKeyword_3_5_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XReferenceElements
 
getUnsetter() - Method in class org.eclipse.emf.ecore.xcore.mappings.XFeatureMapping
 
getUnsignedByte() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypePackageImpl
 
getUnsignedByte() - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
Returns the meta object for data type 'Unsigned Byte'
getUnsignedByteObject() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypePackageImpl
 
getUnsignedByteObject() - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
Returns the meta object for data type 'Unsigned Byte Object'
getUnsignedInt() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypePackageImpl
 
getUnsignedInt() - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
Returns the meta object for data type 'Unsigned Int'
getUnsignedIntObject() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypePackageImpl
 
getUnsignedIntObject() - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
Returns the meta object for data type 'Unsigned Int Object'
getUnsignedLong() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypePackageImpl
 
getUnsignedLong() - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
Returns the meta object for data type 'Unsigned Long'
getUnsignedShort() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypePackageImpl
 
getUnsignedShort() - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
Returns the meta object for data type 'Unsigned Short'
getUnsignedShortObject() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypePackageImpl
 
getUnsignedShortObject() - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
Returns the meta object for data type 'Unsigned Short Object'
getUpdateableText(Object) - Method in class org.eclipse.emf.edit.provider.ItemProvider
This implements IUpdateableItemText.getUpdateableText, although the class doesn't declare that it implements this interface.
getUpdateableText(Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
getUpdateableText(Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderDecorator
This implements IUpdateableItemText.getUpdateableText by delegating to (IUpdateableItemText)ItemProviderDecorator.decoratedItemProvider.
getUpdateableText(Object) - Method in interface org.eclipse.emf.edit.provider.IUpdateableItemText
This returns the text that will be displayed when editing begins.
getUpdateableText(Object) - Method in class org.eclipse.emf.edit.provider.WrapperItemProvider
IUpdateableItemText.getUpdateableText is implemented by forwarding the call to getText.
getUpper() - Method in class org.eclipse.emf.importer.rose.parser.RoseLoader
 
getUpper() - Method in class org.eclipse.emf.importer.rose.parser.RoseWriter
 
getUpperBound() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenTypedElement
 
getUpperBound() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypedElementImpl
 
getUpperBound() - Method in interface org.eclipse.emf.ecore.ETypedElement
Returns the value of the 'Upper Bound' attribute.
getUpperBound() - Method in class org.eclipse.emf.ecore.impl.ETypedElementImpl
 
getUpperBound() - Method in class org.eclipse.emf.ecore.xcore.impl.XGenericTypeImpl
 
getUpperBound() - Method in interface org.eclipse.emf.ecore.xcore.XGenericType
Returns the value of the 'Upper Bound' containment reference
getUpperBoundAssignment_2_0_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XGenericWildcardTypeArgumentElements
 
getUpperBoundXGenericTypeParserRuleCall_2_0_1_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XGenericWildcardTypeArgumentElements
 
getUpperName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
getUpperName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
getUri() - Method in class org.eclipse.emf.ant.taskdefs.codegen.ecore.GeneratorTask.ModelLocation
 
getURI() - Method in class org.eclipse.emf.common.ui.URIEditorInput
 
getURI(Object) - Method in class org.eclipse.emf.common.ui.viewer.ColumnViewerInformationControlToolTipSupport.PathLocationListener
 
getURI(URI) - Method in interface org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl.URIMap
Returns the remapped URI, or the URI itself.
getURI() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
 
getURI(URI) - Method in class org.eclipse.emf.ecore.resource.impl.URIMappingRegistryImpl
Returns the remapped URI, or the URI itself.
getURI(URI) - Method in class org.eclipse.emf.ecore.resource.impl.URIMappingRegistryImpl.URIMapImpl
Returns the remapped URI, or the URI itself.
getURI() - Method in interface org.eclipse.emf.ecore.resource.Resource
Returns the URI of this resource.
getURI(EObject) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Returns a URI for the eObject, i.e., either the proxy URI, the URI of the resource with the fragment produced by the resource, or the URI consisting of just the fragment path that would be produced by a default Resource with the eObject as its only contents.
getURI(String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
getURI(String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl.NamespaceSupport
 
getURI(int) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLLoadImpl.AttributesProxy
 
getURI(String) - Method in interface org.eclipse.emf.ecore.xmi.XMLHelper
Returns the namespace prefix that's in effect while loading an XML document.
getURI(IEditorInput) - Static method in class org.eclipse.emf.edit.ui.util.EditUIUtil
 
getURIConverter() - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter
Returns an appropriate URIConverter for use during code generation.
getURIConverter() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceFactoryRegistryImpl
Returns the URI converter that's used to compute the content type identifier.
getURIConverter() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
Returns the URI converter.
getURIConverter() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl
 
getURIConverter(Map<?, ?>) - Method in class org.eclipse.emf.ecore.resource.impl.URIHandlerImpl
Returns the value of the URI converter option.
getURIConverter() - Method in interface org.eclipse.emf.ecore.resource.ResourceSet
Returns the converter used to normalize URIs and to open streams.
getURIConverter() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
getURIFragment(EObject) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
 
getURIFragment(EObject) - Method in interface org.eclipse.emf.ecore.resource.Resource
Returns the URI fragment that, when passed to getEObject will return the given object.
getURIFragment(EObject) - Method in class org.eclipse.emf.ecore.xcore.resource.XcoreResource
 
getURIFragment(Resource, EObject) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
getURIFragment(EObject) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
 
getURIFragmentQuery(Resource, EObject) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
getURIFragmentRootSegment(EObject) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
Returns the URI fragment root segment for reaching the given direct content object.
getURIFragmentRootSegment(EObject) - Method in class org.eclipse.emf.ecore.xcore.resource.XcoreResource
 
getURIFromFile(IFile) - Method in class org.eclipse.emf.mapping.presentation.MappingEditor
 
getURIHandler(URI) - Method in class org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl
 
getURIHandler(URI) - Method in interface org.eclipse.emf.ecore.resource.URIConverter
Returns the first URI handler in the list of URI handlers which can handle the given URI.
getURIHandlers() - Method in class org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl
 
getURIHandlers() - Method in interface org.eclipse.emf.ecore.resource.URIConverter
Returns the list of URIHandlers.
getURIMap() - Method in class org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl
 
getURIMap() - Method in interface org.eclipse.emf.ecore.resource.URIConverter
Returns the map used for remapping a logical URI to a physical URI when normalizing.
getURIResourceMap() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl
Returns the map used to cache the resource associated with a specific URI.
getURIs() - Method in class org.eclipse.emf.common.ui.dialogs.ResourceDialog
Returns the list of space-separated URIs from the URI text field.
getURIText() - Method in class org.eclipse.emf.common.ui.dialogs.ResourceDialog
Returns the value of the URI text field.
getURITextInitialValue() - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterURIPage
 
getURITextInitialValue() - Method in class org.eclipse.emf.exporter.ui.contribution.base.ModelExporterDirectoryURIPage
 
getURITextInitialValue() - Method in class org.eclipse.emf.importer.ui.contribution.base.ModelImporterDetailPage
 
getURITextLabel() - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterURIPage
 
getURITextLabel() - Method in class org.eclipse.emf.exporter.ui.contribution.base.ModelExporterDirectoryURIPage
 
getURITextLabel() - Method in class org.eclipse.emf.importer.ui.contribution.base.ModelImporterDetailPage
 
getURL(ImageDescriptor) - Method in class org.eclipse.emf.codegen.ecore.xtext.ui.GenModelHoverProvider
 
getUsage() - Method in class org.eclipse.emf.importer.ecore.EcoreImporterApplication
 
getUsage() - Method in class org.eclipse.emf.importer.java.JavaImporterApplication
 
getUsage() - Method in class org.eclipse.emf.importer.ModelImporterApplication
 
getUsage() - Method in class org.eclipse.emf.importer.rose.RoseImporterApplication
 
getUsedGenPackages() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Used Gen Packages' reference list.
getUsedGenPackages() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getUsedGenPackages() - Method in class org.eclipse.emf.importer.java.builder.JavaEcoreBuilder
Returns the list of used GenPackages.
getUserinfo() - Method in class org.eclipse.emf.ecore.xml.type.internal.DataValue.URI
Get the userinfo for this URI.
getUserTemplatePath() - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter
Returns the user-specified portion of the dynamic template path, an ordered list of URIs corresponding to locations under which to find templates.
getUserTemplatePath() - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenBaseGeneratorAdapter
Returns the user-specified portion of the dynamic template path from the GenModel.
getUtilitiesPackageName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getUtilitiesPackageName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getUtilityPackageSuffix() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
Returns the value of the 'Utility Package Suffix' attribute.
getUtilityPackageSuffix() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getValidationDelegate(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClassifier
 
getValidationDelegate() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenOperation
 
getValidationDelegate(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassifierImpl
 
getValidationDelegate() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
 
getValidationDelegate() - Method in interface org.eclipse.emf.ecore.EValidator.ValidationDelegate.Descriptor
Returns the validation delegate.
getValidationDelegate(String) - Method in interface org.eclipse.emf.ecore.EValidator.ValidationDelegate.Registry
Looks up the validation delegate in the map.
getValidationDelegate(String) - Method in class org.eclipse.emf.ecore.impl.ValidationDelegateRegistryImpl
 
getValidationDelegateRegistry(Map<Object, Object>) - Static method in class org.eclipse.emf.ecore.util.EObjectValidator
 
getValidationDelegates(EPackage) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
 
getValidationPackageName(GenPackage) - Static method in class org.eclipse.emf.examples.generator.validator.ValidatorGeneratorUtil
 
getValidator(EClass, EStructuralFeature) - Static method in class org.eclipse.emf.ecore.util.FeatureMapUtil
 
getValidatorClassEmitter() - 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.
getValidatorClassEmitter() - 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.
getValidatorClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getValidatorClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getValidatorInterfaceName(GenClass) - Static method in class org.eclipse.emf.examples.generator.validator.ValidatorGeneratorUtil
 
getValidatorMap() - Method in interface org.eclipse.emf.ecore.util.BasicExtendedMetaData.EStructuralFeatureExtendedMetaData
 
getValidatorMap() - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EStructuralFeatureExtendedMetaDataImpl
 
getValidatorPackageUniqueSafeName(GenPackage) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getValidatorPackageUniqueSafeName(GenPackage) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getValidID() - Method in class org.eclipse.emf.ecore.xcore.conversion.XcoreValueConverterService
 
getValidIDAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getValidIDParserRuleCall_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.FeatureCallIDElements
 
getValidIDRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getValue() - Method in enum org.eclipse.emf.codegen.ecore.genmodel.GenDecoration
 
getValue() - Method in enum org.eclipse.emf.codegen.ecore.genmodel.GenDelegationKind
 
getValue() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenEnumLiteral
 
getValue() - Method in enum org.eclipse.emf.codegen.ecore.genmodel.GenJDKLevel
 
getValue() - Method in enum org.eclipse.emf.codegen.ecore.genmodel.GenPropertyKind
 
getValue() - Method in enum org.eclipse.emf.codegen.ecore.genmodel.GenProviderKind
 
getValue() - Method in enum org.eclipse.emf.codegen.ecore.genmodel.GenResourceKind
 
getValue() - Method in enum org.eclipse.emf.codegen.ecore.genmodel.GenRuntimePlatform
 
getValue() - Method in enum org.eclipse.emf.codegen.ecore.genmodel.GenRuntimeVersion
 
getValue() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumLiteralImpl
 
getValue() - Method in class org.eclipse.emf.common.util.AbstractEnumerator
Returns the int value of the enumerator.
getValue() - Method in class org.eclipse.emf.common.util.BasicEMap.EntryImpl
 
getValue() - Method in interface org.eclipse.emf.common.util.Enumerator
Returns the intvalue of the enumerator.
getValue() - Method in class org.eclipse.emf.common.util.Pool.AccessUnit
 
getValue() - Method in class org.eclipse.emf.common.util.Pool.ObjectAccessUnit
 
getValue() - Method in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.AccessUnitBase
 
getValue() - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.AccessUnitBase
 
getValue() - Method in class org.eclipse.emf.common.util.URI.URIPool.URIPoolAccessUnitBase
 
getValue() - Method in enum org.eclipse.emf.ecore.change.ChangeKind
 
getValue() - Method in interface org.eclipse.emf.ecore.change.FeatureChange
Returns the value of the 'Value' attribute
getValue() - Method in interface org.eclipse.emf.ecore.change.FeatureMapEntry
Returns the value of the 'Value' attribute
getValue() - Method in class org.eclipse.emf.ecore.change.impl.EObjectToChangesMapEntryImpl
 
getValue() - Method in class org.eclipse.emf.ecore.change.impl.FeatureChangeImpl
 
getValue() - Method in class org.eclipse.emf.ecore.change.impl.FeatureMapEntryImpl
 
getValue() - Method in class org.eclipse.emf.ecore.change.impl.ResourceChangeImpl
 
getValue() - Method in interface org.eclipse.emf.ecore.change.ResourceChange
Returns the value of the 'Value' attribute
getValue() - Method in interface org.eclipse.emf.ecore.EEnumLiteral
Returns the value of the 'Value' attribute
getValue() - Method in class org.eclipse.emf.ecore.impl.DynamicEObjectImpl.BasicEMapEntry
 
getValue() - Method in class org.eclipse.emf.ecore.impl.EEnumLiteralImpl
 
getValue() - Method in class org.eclipse.emf.ecore.impl.EStringToStringMapEntryImpl
 
getValue() - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.ContainmentUpdatingFeatureMapEntry
 
getValue() - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InverseUpdatingFeatureMapEntry
 
getValue() - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.SimpleContentFeatureMapEntry
 
getValue() - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.SimpleFeatureMapEntry
 
getValue() - Method in class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container.Dynamic.BasicEMapEntry
 
getValue(int) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
getValue(int) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
getValue() - Method in interface org.eclipse.emf.ecore.util.FeatureMap.Entry
Returns the value.
getValue(int) - Method in interface org.eclipse.emf.ecore.util.FeatureMap
 
getValue() - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.EntryImpl
 
getValue(int) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureFeatureMap
 
getValue() - Method in class org.eclipse.emf.ecore.xcore.impl.XEnumLiteralImpl
 
getValue() - Method in class org.eclipse.emf.ecore.xcore.impl.XStringToStringMapEntryImpl
 
getValue() - Method in interface org.eclipse.emf.ecore.xcore.XEnumLiteral
Returns the value of the 'Value' attribute
getValue(Node) - Method in interface org.eclipse.emf.ecore.xmi.DOMHelper
 
getValue() - Method in exception org.eclipse.emf.ecore.xmi.IllegalValueException
 
getValue(Node) - Method in class org.eclipse.emf.ecore.xmi.impl.DefaultDOMHandlerImpl
 
getValue(EObject, EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.EMOFHelperImpl
 
getValue() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler.SingleReference
 
getValue(EObject, EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
getValue(int) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLLoadImpl.AttributesProxy
 
getValue(String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLLoadImpl.AttributesProxy
 
getValue(String, String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLLoadImpl.AttributesProxy
 
getValue(EObject, EStructuralFeature) - Method in interface org.eclipse.emf.ecore.xmi.XMLHelper
Returns the XMI value of the EObject's feature
getValue() - Method in enum org.eclipse.emf.ecore.xml.namespace.SpaceType
 
getValue() - Method in class org.eclipse.emf.ecore.xml.type.impl.SimpleAnyTypeImpl
 
getValue() - Method in interface org.eclipse.emf.ecore.xml.type.SimpleAnyType
Returns the value of the 'Value' attribute
getValue() - Method in class org.eclipse.emf.edit.command.CommandParameter
This returns the specified value.
getValue() - Method in class org.eclipse.emf.edit.command.MoveCommand
This returns the value being moved.
getValue() - Method in class org.eclipse.emf.edit.command.ReplaceCommand
This returns the value being replaced.
getValue() - Method in class org.eclipse.emf.edit.command.SetCommand
This returns the value to be set.
getValue(EObject, EStructuralFeature) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
This is called by getPropertyValue to reflectively obtain the value of a feature from an object.
getValue(EStructuralFeature) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter.ChildrenStore
Returns the value view of the specified feature.
getValue(EObject, EStructuralFeature) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
Returns the value of the feature.
getValue() - Method in interface org.eclipse.emf.edit.provider.IWrapperItemProvider
Returns the wrapped value.
getValue() - Method in class org.eclipse.emf.edit.provider.WrapperItemProvider
Returns the wrapped value.
getValue(EObject, EStructuralFeature) - Method in class org.eclipse.emf.edit.provider.WrapperItemProvider.WrapperItemPropertyDescriptor
Returns a value from a model object.
getValue() - Method in enum org.eclipse.emf.examples.extlibrary.BookCategory
 
getValue() - Method in class org.eclipse.emf.importer.rose.parser.RoseNode
 
getValue() - Method in class org.eclipse.emf.importer.rose.parser.RoseToken
 
getValue() - Method in enum org.eclipse.emf.java.JVisibility
 
getValue() - Method in class org.eclipse.emf.mapping.ecore2xml.impl.ENamedElementToXMLInfoMapEntryImpl
 
getValue(int) - Method in class org.eclipse.emf.oda.ecore.impl.ResultSet.EClass
 
getValue(int) - Method in class org.eclipse.emf.oda.ecore.impl.ResultSet.EDataType
 
getValue(int) - Method in class org.eclipse.emf.oda.ecore.impl.ResultSet
Returns the value (of the feature) at the specified index.
getValueAssignment_2() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XStringToStringMapEntryElements
 
getValueAssignment_3_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XEnumLiteralElements
 
getValueForTokenName(String) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
getValueLabel(EDataType, Object) - Method in interface org.eclipse.emf.ecore.EValidator.SubstitutionLabelProvider
Returns the label to identify a value of some data type.
getValueLabel(EDataType, Object) - Method in class org.eclipse.emf.ecore.util.Diagnostician
 
getValueLabel(EDataType, Object, Map<Object, Object>) - Static method in class org.eclipse.emf.ecore.util.EObjectValidator
 
getValues() - Method in class org.eclipse.emf.ant.taskdefs.codegen.ecore.GeneratorTask.ReconcileGenModelType
 
getValues() - Method in class org.eclipse.emf.ecore.change.impl.ListChangeImpl
 
getValues() - Method in interface org.eclipse.emf.ecore.change.ListChange
Returns the value of the 'Values' attribute list.
getValues() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler.ManyReference
 
getValues() - Method in interface org.eclipse.emf.ecore.xmi.XMLHelper.ManyReference
 
getValueSignedIntParserRuleCall_3_1_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XEnumLiteralElements
 
getValueSTRINGTerminalRuleCall_2_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XStringToStringMapEntryElements
 
getValueType() - Method in class org.eclipse.emf.databinding.edit.internal.EMFEditMapPropertyDecorator
 
getValueType() - Method in class org.eclipse.emf.databinding.edit.internal.EMFEditValuePropertyDecorator
 
getValueType() - Method in class org.eclipse.emf.databinding.EObjectObservableValue
 
getValueType() - Method in class org.eclipse.emf.databinding.internal.EMFListValueProperty
 
getValueType() - Method in class org.eclipse.emf.databinding.internal.EMFMapProperty
 
getValueType() - Method in class org.eclipse.emf.databinding.internal.EMFMapPropertyDecorator
 
getValueType() - Method in class org.eclipse.emf.databinding.internal.EMFValueProperty
 
getValueType() - Method in class org.eclipse.emf.databinding.internal.EMFValuePropertyDecorator
 
getVariableDeclarationFragment() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJField
 
getVariables() - Method in class org.eclipse.emf.oda.ecore.impl.Query
Returns the expression variables specified for this query.
getVariables() - Method in class org.eclipse.emf.oda.ecore.ui.impl.EcoreDataSetWizardPage
Returns the value of the expression variables property.
getVariablesFromString(String) - Method in class org.eclipse.emf.oda.ecore.ui.impl.EcoreDataSetWizardPage
Retrieves the expression variables corresponding to the specified string representation.
getVariableToDirectoryMap() - Method in class org.eclipse.emf.importer.rose.builder.RoseUtil
 
getVersionTree() - Method in class org.eclipse.emf.importer.rose.parser.RoseParser
 
getVideoCassette() - Method in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
Returns the meta object for class 'Video Cassette'
getVideoCassette() - Method in class org.eclipse.emf.examples.extlibrary.impl.EXTLibraryPackageImpl
 
getVideoCassette_Cast() - Method in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
Returns the meta object for the reference list 'Cast'
getVideoCassette_Cast() - Method in class org.eclipse.emf.examples.extlibrary.impl.EXTLibraryPackageImpl
 
getViewer() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
This returns the viewer as required by the IViewerProvider interface
getViewer() - Method in interface org.eclipse.emf.common.ui.viewer.IViewerProvider
 
getViewer() - Method in class org.eclipse.emf.common.ui.ViewerPane
 
getViewer() - Method in class org.eclipse.emf.ecore.presentation.EcoreEditor
This returns the viewer as required by the IViewerProvider interface
getViewer() - Method in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryEditor
This returns the viewer as required by the IViewerProvider interface
getViewer() - Method in class org.eclipse.emf.java.presentation.JavaEditor
This returns the viewer as required by the IViewerProvider interface
getViewer() - Method in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLEditor
This returns the viewer as required by the IViewerProvider interface
getViewForm() - Method in class org.eclipse.emf.common.ui.ViewerPane
Get the view form.
getVisibility() - Method in class org.eclipse.emf.importer.rose.parser.RoseNode
 
getVisibility() - Method in class org.eclipse.emf.java.impl.JMemberImpl
 
getVisibility() - Method in interface org.eclipse.emf.java.JMember
Returns the value of the 'Visibility' attribute.
getVisibility(JMember) - Method in class org.eclipse.emf.java.provider.JMemberItemProvider
 
getVisibleContainerHandles(String) - Method in class org.eclipse.emf.ecore.xcore.XcoreStandaloneSetup.XcoreStandaloneRuntimeModule.XcoreResourceSetInitializer.AllContainerAdapter
 
getVisibleContainers(List<String>, IResourceDescriptions) - Method in class org.eclipse.emf.ecore.xcore.resource.containers.XcoreContainerManager
 
getVoidKeyword_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.ValidIDElements
 
getVoidKeyword_5_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XOperationElements
 
getVolatileAssignment_2_4() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XAttributeElements
 
getVolatileAssignment_3_4() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XReferenceElements
 
getVolatileFlag() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
getVolatileFlag() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
getVolatileKeyword_30() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.FeatureCallIDElements
 
getVolatileVolatileKeyword_2_4_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XAttributeElements
 
getVolatileVolatileKeyword_3_4_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XReferenceElements
 
getWarnings() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
 
getWarnings() - Method in interface org.eclipse.emf.ecore.resource.Resource
Returns a list of the warnings and informational messages in the resource; each warning will be of type Resource.Diagnostic.
getWhiteSpace() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenDataType
 
getWhiteSpace() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
 
getWhiteSpaceFacet() - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EClassExtendedMetaDataImpl
 
getWhiteSpaceFacet() - Method in interface org.eclipse.emf.ecore.util.BasicExtendedMetaData.EClassifierExtendedMetaData
 
getWhiteSpaceFacet() - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EDataTypeExtendedMetaDataImpl
 
getWhiteSpaceFacet(EDataType) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
getWhiteSpaceFacet(EDataType) - Method in interface org.eclipse.emf.ecore.util.ExtendedMetaData
Returns the white space constraint on the given data type.
getWildcards() - Method in interface org.eclipse.emf.ecore.util.BasicExtendedMetaData.EStructuralFeatureExtendedMetaData
 
getWildcards() - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EStructuralFeatureExtendedMetaDataImpl
 
getWildcards(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
getWildcards(EStructuralFeature) - Method in interface org.eclipse.emf.ecore.util.ExtendedMetaData
Returns the allowable namespace patterns for a structural feature corresponding to an any or anyAttribute wildcard.
getWindow() - Method in class org.eclipse.emf.common.ui.action.WorkbenchWindowActionDelegate
 
getWizard() - Method in class org.eclipse.emf.converter.ui.contribution.ModelConverterManager.ModelConverterDescriptorWizardNode
 
getWord(String, int) - Static method in class org.eclipse.emf.importer.rose.parser.Util
 
getWorkbench() - Method in class org.eclipse.emf.common.ui.wizard.AbstractExampleInstallerWizard
 
getWorkbench() - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterWizard
 
getWorkingSets() - Method in class org.eclipse.emf.importer.ui.contribution.base.ModelImporterWizard
 
getWorkingSets() - Method in interface org.eclipse.emf.importer.ui.contribution.IModelImporterWizard
 
getWorkspaceFile() - Method in class org.eclipse.emf.common.ui.wizard.AbstractExampleInstallerWizard.FileToOpen
 
getWorkspaceModifyOperation(IRunnableWithProgress) - Method in class org.eclipse.emf.edit.ui.action.ValidateAction.EclipseResourcesUtil
 
getWorkspaceRoot() - Static method in class org.eclipse.emf.ecore.plugin.EcorePlugin
Returns the workspace root, or null, if the runtime environment is stand-alone.
getWorkspaceRoot() - Method in class org.eclipse.emf.importer.ModelImporter
 
getWrappedException() - Method in exception org.eclipse.emf.ecore.resource.Resource.IOWrappedException
Deprecated.
in 2.2. Use Throwable.getCause() instead.
getWrappedException() - Method in exception org.eclipse.emf.ecore.xmi.XMIException
Deprecated.
in 2.2. Use Throwable.getCause() instead. Given that the constructors of this class take Exceptions as arguments, it is save to do this cast
(Exception)getCause()
.
getWrappedObject() - Method in class org.eclipse.emf.codegen.merge.java.facade.AbstractJNode
 
getWrappedObject() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJNode
Returns wrapped AST node that is currently in the rewritten tree, or to be inserted into the tree.
getWrappedObject() - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMJCompilationUnit
 
getWrappedObject() - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMJField
 
getWrappedObject() - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMJImport
 
getWrappedObject() - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMJInitializer
 
getWrappedObject() - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMJMember
 
getWrappedObject() - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMJMethod
 
getWrappedObject() - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMJNode
 
getWrappedObject() - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMJPackage
 
getWrappedObject() - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMJType
 
getWrappedValues(CommandParameter) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
Returns a collection of any objects in the given command parameter's collection and value, that implement IWrapperItemProvider.
getWrappedVariableDeclarationFragment() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJField
 
getWrapper() - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
getWrapper() - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
getWrapper() - Method in interface org.eclipse.emf.ecore.util.FeatureMap.Internal
 
getWrapper() - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureFeatureMap
 
getWrapper(Object) - Method in class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain
 
getWrapper(Object, EditingDomain) - Static method in class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain
Determine a wrapper associated with the given object in the given editing domain.
getWrapsKeyword_31() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.FeatureCallIDElements
 
getWrapsKeyword_4() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XDataTypeElements
 
getWrapsKeyword_6_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XClassElements
 
getWriteLock() - Method in class org.eclipse.emf.common.util.Pool
Returns this pool's write lock.
getWriter() - Method in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
Returns the meta object for class 'Writer'
getWriter() - Method in class org.eclipse.emf.examples.extlibrary.impl.EXTLibraryPackageImpl
 
getWriter_Books() - Method in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
Returns the meta object for the reference list 'Books'
getWriter_Books() - Method in class org.eclipse.emf.examples.extlibrary.impl.EXTLibraryPackageImpl
 
getWriter_Name() - Method in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
Returns the meta object for the attribute 'Name'
getWriter_Name() - Method in class org.eclipse.emf.examples.extlibrary.impl.EXTLibraryPackageImpl
 
getWriters() - Method in class org.eclipse.emf.examples.extlibrary.impl.LibraryImpl
 
getWriters() - Method in interface org.eclipse.emf.examples.extlibrary.Library
Returns the value of the 'Writers' containment reference list.
getWriteValueData(List<O>) - Method in class org.eclipse.emf.databinding.IEMFListProperty.ListElementAccess
The data used to add/replace when writing the value back to the list
getWriteValueIndex(List<O>) - Method in class org.eclipse.emf.databinding.IEMFListProperty.ListElementAccess
The index in the list the value is written to or IEMFListProperty.ListElementAccess.WriteData.NO_INDEX if appended
getWSRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXAdditiveExpressionAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXAdditiveExpressionRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXAndExpressionAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXAndExpressionRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXAnnotation() - Method in class org.eclipse.emf.ecore.xcore.impl.XcorePackageImpl
 
getXAnnotation() - Method in interface org.eclipse.emf.ecore.xcore.XcorePackage
Returns the meta object for class 'XAnnotation'
getXAnnotation_Details() - Method in class org.eclipse.emf.ecore.xcore.impl.XcorePackageImpl
 
getXAnnotation_Details() - Method in interface org.eclipse.emf.ecore.xcore.XcorePackage
Returns the meta object for the map 'Details'
getXAnnotation_ModelElement() - Method in class org.eclipse.emf.ecore.xcore.impl.XcorePackageImpl
 
getXAnnotation_ModelElement() - Method in interface org.eclipse.emf.ecore.xcore.XcorePackage
Returns the meta object for the container reference 'Model Element'
getXAnnotation_Source() - Method in class org.eclipse.emf.ecore.xcore.impl.XcorePackageImpl
 
getXAnnotation_Source() - Method in interface org.eclipse.emf.ecore.xcore.XcorePackage
Returns the meta object for the reference 'Source'
getXAnnotationAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXAnnotationDirective() - Method in class org.eclipse.emf.ecore.xcore.impl.XcorePackageImpl
 
getXAnnotationDirective() - Method in interface org.eclipse.emf.ecore.xcore.XcorePackage
Returns the meta object for class 'XAnnotation Directive'
getXAnnotationDirective_Package() - Method in class org.eclipse.emf.ecore.xcore.impl.XcorePackageImpl
 
getXAnnotationDirective_Package() - Method in interface org.eclipse.emf.ecore.xcore.XcorePackage
Returns the meta object for the container reference 'Package'
getXAnnotationDirective_SourceURI() - Method in class org.eclipse.emf.ecore.xcore.impl.XcorePackageImpl
 
getXAnnotationDirective_SourceURI() - Method in interface org.eclipse.emf.ecore.xcore.XcorePackage
Returns the meta object for the attribute 'Source URI'
getXAnnotationDirectiveAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXAnnotationDirectiveRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXAnnotationRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXAssignmentAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXAssignmentRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXAttribute() - Method in class org.eclipse.emf.ecore.xcore.impl.XcorePackageImpl
 
getXAttribute() - Method in interface org.eclipse.emf.ecore.xcore.XcorePackage
Returns the meta object for class 'XAttribute'
getXAttribute_DefaultValueLiteral() - Method in class org.eclipse.emf.ecore.xcore.impl.XcorePackageImpl
 
getXAttribute_DefaultValueLiteral() - Method in interface org.eclipse.emf.ecore.xcore.XcorePackage
Returns the meta object for the attribute 'Default Value Literal'
getXAttribute_ID() - Method in class org.eclipse.emf.ecore.xcore.impl.XcorePackageImpl
 
getXAttribute_ID() - Method in interface org.eclipse.emf.ecore.xcore.XcorePackage
Returns the meta object for the attribute 'ID'
getXAttributeAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXAttributeAction_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XAttributeElements
 
getXAttributeParserRuleCall_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XMemberElements
 
getXAttributeRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXbaseGrammarAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXBasicForLoopExpressionAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXBasicForLoopExpressionRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXBlockExpressionAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXBlockExpressionAction_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XBlockExpressionElements
 
getXBlockExpressionRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXBooleanLiteralAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXBooleanLiteralRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXCasePartAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXCasePartRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXCastedExpressionAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXCastedExpressionRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXCatchClauseAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXCatchClauseRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXClass() - Method in class org.eclipse.emf.ecore.xcore.impl.XcorePackageImpl
 
getXClass(EObject) - Method in class org.eclipse.emf.ecore.xcore.mappings.XcoreMapper
 
getXClass() - Method in interface org.eclipse.emf.ecore.xcore.XcorePackage
Returns the meta object for class 'XClass'
getXClass_Abstract() - Method in class org.eclipse.emf.ecore.xcore.impl.XcorePackageImpl
 
getXClass_Abstract() - Method in interface org.eclipse.emf.ecore.xcore.XcorePackage
Returns the meta object for the attribute 'Abstract'
getXClass_Interface() - Method in class org.eclipse.emf.ecore.xcore.impl.XcorePackageImpl
 
getXClass_Interface() - Method in interface org.eclipse.emf.ecore.xcore.XcorePackage
Returns the meta object for the attribute 'Interface'
getXClass_Members() - Method in class org.eclipse.emf.ecore.xcore.impl.XcorePackageImpl
 
getXClass_Members() - Method in interface org.eclipse.emf.ecore.xcore.XcorePackage
Returns the meta object for the containment reference list 'Members'
getXClass_SuperTypes() - Method in class org.eclipse.emf.ecore.xcore.impl.XcorePackageImpl
 
getXClass_SuperTypes() - Method in interface org.eclipse.emf.ecore.xcore.XcorePackage
Returns the meta object for the containment reference list 'Super Types'
getXClassAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXClassAction_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XClassElements
 
getXClassifier() - Method in class org.eclipse.emf.ecore.xcore.impl.XcorePackageImpl
 
getXClassifier() - Method in interface org.eclipse.emf.ecore.xcore.XcorePackage
Returns the meta object for class 'XClassifier'
getXClassifier_InstanceType() - Method in class org.eclipse.emf.ecore.xcore.impl.XcorePackageImpl
 
getXClassifier_InstanceType() - Method in interface org.eclipse.emf.ecore.xcore.XcorePackage
Returns the meta object for the containment reference 'Instance Type'
getXClassifier_Package() - Method in class org.eclipse.emf.ecore.xcore.impl.XcorePackageImpl
 
getXClassifier_Package() - Method in interface org.eclipse.emf.ecore.xcore.XcorePackage
Returns the meta object for the container reference 'Package'
getXClassifier_TypeParameters() - Method in class org.eclipse.emf.ecore.xcore.impl.XcorePackageImpl
 
getXClassifier_TypeParameters() - Method in interface org.eclipse.emf.ecore.xcore.XcorePackage
Returns the meta object for the containment reference list 'Type Parameters'
getXClassifierAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXClassifierRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXClassParserRuleCall_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XClassifierElements
 
getXClassRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXClosureAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXClosureRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXCollectionLiteralAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXCollectionLiteralRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXConstructorCallAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXConstructorCallRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXcoreElement() - Method in class org.eclipse.emf.ecore.xcore.mappings.ToXcoreMapping
 
getXcoreElement(EObject) - Method in class org.eclipse.emf.ecore.xcore.mappings.XcoreMapper
 
getXcoreFactory() - Method in class org.eclipse.emf.ecore.xcore.impl.XcorePackageImpl
 
getXcoreFactory() - Method in interface org.eclipse.emf.ecore.xcore.XcorePackage
Returns the factory that creates the instances of the model
getXcoreImporter() - Method in class org.eclipse.emf.ecore.xcore.importer.ui.XcoreDetailPage
 
getXcoreLangResource(ResourceSet) - Static method in class org.eclipse.emf.ecore.xcore.scoping.XcoreImportedNamespaceAwareScopeProvider
 
getXcorePackage() - Method in class org.eclipse.emf.ecore.xcore.impl.XcoreFactoryImpl
 
getXcorePackage() - Method in interface org.eclipse.emf.ecore.xcore.XcoreFactory
Returns the package supported by this factory
getXDataType() - Method in class org.eclipse.emf.ecore.xcore.impl.XcorePackageImpl
 
getXDataType(EObject) - Method in class org.eclipse.emf.ecore.xcore.mappings.XcoreMapper
 
getXDataType() - Method in interface org.eclipse.emf.ecore.xcore.XcorePackage
Returns the meta object for class 'XData Type'
getXDataType_ConvertBody() - Method in class org.eclipse.emf.ecore.xcore.impl.XcorePackageImpl
 
getXDataType_ConvertBody() - Method in interface org.eclipse.emf.ecore.xcore.XcorePackage
Returns the meta object for the containment reference 'Convert Body'
getXDataType_CreateBody() - Method in class org.eclipse.emf.ecore.xcore.impl.XcorePackageImpl
 
getXDataType_CreateBody() - Method in interface org.eclipse.emf.ecore.xcore.XcorePackage
Returns the meta object for the containment reference 'Create Body'
getXDataType_Serializable() - Method in class org.eclipse.emf.ecore.xcore.impl.XcorePackageImpl
 
getXDataType_Serializable() - Method in interface org.eclipse.emf.ecore.xcore.XcorePackage
Returns the meta object for the attribute 'Serializable'
getXDataTypeAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXDataTypeParserRuleCall_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XClassifierElements
 
getXDataTypeRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXDoWhileExpressionAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXDoWhileExpressionRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXEnum() - Method in class org.eclipse.emf.ecore.xcore.impl.XcorePackageImpl
 
getXEnum(EObject) - Method in class org.eclipse.emf.ecore.xcore.mappings.XcoreMapper
 
getXEnum() - Method in interface org.eclipse.emf.ecore.xcore.XcorePackage
Returns the meta object for class 'XEnum'
getXEnum_Literals() - Method in class org.eclipse.emf.ecore.xcore.impl.XcorePackageImpl
 
getXEnum_Literals() - Method in interface org.eclipse.emf.ecore.xcore.XcorePackage
Returns the meta object for the containment reference list 'Literals'
getXEnumAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXEnumLiteral() - Method in class org.eclipse.emf.ecore.xcore.impl.XcorePackageImpl
 
getXEnumLiteral(EObject) - Method in class org.eclipse.emf.ecore.xcore.mappings.XcoreMapper
 
getXEnumLiteral() - Method in interface org.eclipse.emf.ecore.xcore.XcorePackage
Returns the meta object for class 'XEnum Literal'
getXEnumLiteral_Enum() - Method in class org.eclipse.emf.ecore.xcore.impl.XcorePackageImpl
 
getXEnumLiteral_Enum() - Method in interface org.eclipse.emf.ecore.xcore.XcorePackage
Returns the meta object for the container reference 'Enum'
getXEnumLiteral_Literal() - Method in class org.eclipse.emf.ecore.xcore.impl.XcorePackageImpl
 
getXEnumLiteral_Literal() - Method in interface org.eclipse.emf.ecore.xcore.XcorePackage
Returns the meta object for the attribute 'Literal'
getXEnumLiteral_Value() - Method in class org.eclipse.emf.ecore.xcore.impl.XcorePackageImpl
 
getXEnumLiteral_Value() - Method in interface org.eclipse.emf.ecore.xcore.XcorePackage
Returns the meta object for the attribute 'Value'
getXEnumLiteralAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXEnumLiteralRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXEnumParserRuleCall_2() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XClassifierElements
 
getXEnumRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXEqualityExpressionAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXEqualityExpressionRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXExpressionAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXExpressionInClosureAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXExpressionInClosureRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXExpressionOrVarDeclarationAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXExpressionOrVarDeclarationRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXExpressionRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXFeature(EObject) - Method in class org.eclipse.emf.ecore.xcore.mappings.XcoreMapper
 
getXFeatureCallAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXFeatureCallRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXForLoopExpressionAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXForLoopExpressionRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXFunctionTypeRefAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXFunctionTypeRefRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXGenericType() - Method in class org.eclipse.emf.ecore.xcore.impl.XcorePackageImpl
 
getXGenericType() - Method in interface org.eclipse.emf.ecore.xcore.XcorePackage
Returns the meta object for class 'XGeneric Type'
getXGenericType_LowerBound() - Method in class org.eclipse.emf.ecore.xcore.impl.XcorePackageImpl
 
getXGenericType_LowerBound() - Method in interface org.eclipse.emf.ecore.xcore.XcorePackage
Returns the meta object for the containment reference 'Lower Bound'
getXGenericType_Type() - Method in class org.eclipse.emf.ecore.xcore.impl.XcorePackageImpl
 
getXGenericType_Type() - Method in interface org.eclipse.emf.ecore.xcore.XcorePackage
Returns the meta object for the reference 'Type'
getXGenericType_TypeArguments() - Method in class org.eclipse.emf.ecore.xcore.impl.XcorePackageImpl
 
getXGenericType_TypeArguments() - Method in interface org.eclipse.emf.ecore.xcore.XcorePackage
Returns the meta object for the containment reference list 'Type Arguments'
getXGenericType_UpperBound() - Method in class org.eclipse.emf.ecore.xcore.impl.XcorePackageImpl
 
getXGenericType_UpperBound() - Method in interface org.eclipse.emf.ecore.xcore.XcorePackage
Returns the meta object for the containment reference 'Upper Bound'
getXGenericTypeAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXGenericTypeAction_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XGenericWildcardTypeArgumentElements
 
getXGenericTypeArgumentAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXGenericTypeArgumentRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXGenericTypeParserRuleCall_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XGenericTypeArgumentElements
 
getXGenericTypeRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXGenericWildcardTypeArgumentAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXGenericWildcardTypeArgumentParserRuleCall_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XGenericTypeArgumentElements
 
getXGenericWildcardTypeArgumentRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXID() - Method in class org.eclipse.emf.ecore.xcore.conversion.XcoreValueConverterService
 
getXIDAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXIDParserRuleCall_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.ValidIDElements
 
getXIDParserRuleCall_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XQualifiedNameElements
 
getXIDParserRuleCall_1_1() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XQualifiedNameElements
 
getXIDRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXIfExpressionAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXIfExpressionRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXImportDeclarationAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXImportDeclarationRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXImportDirective() - Method in class org.eclipse.emf.ecore.xcore.impl.XcorePackageImpl
 
getXImportDirective() - Method in interface org.eclipse.emf.ecore.xcore.XcorePackage
Returns the meta object for class 'XImport Directive'
getXImportDirective_ImportedNamespace() - Method in class org.eclipse.emf.ecore.xcore.impl.XcorePackageImpl
 
getXImportDirective_ImportedNamespace() - Method in interface org.eclipse.emf.ecore.xcore.XcorePackage
Returns the meta object for the attribute 'Imported Namespace'
getXImportDirective_ImportedObject() - Method in class org.eclipse.emf.ecore.xcore.impl.XcorePackageImpl
 
getXImportDirective_ImportedObject() - Method in interface org.eclipse.emf.ecore.xcore.XcorePackage
Returns the meta object for the reference 'Imported Object'
getXImportDirective_Package() - Method in class org.eclipse.emf.ecore.xcore.impl.XcorePackageImpl
 
getXImportDirective_Package() - Method in interface org.eclipse.emf.ecore.xcore.XcorePackage
Returns the meta object for the container reference 'Package'
getXImportDirectiveAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXImportDirectiveRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXImportSectionAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXImportSectionRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXListLiteralAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXListLiteralRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXLiteralAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXLiteralRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXMember() - Method in class org.eclipse.emf.ecore.xcore.impl.XcorePackageImpl
 
getXMember() - Method in interface org.eclipse.emf.ecore.xcore.XcorePackage
Returns the meta object for class 'XMember'
getXMember_ContainingClass() - Method in class org.eclipse.emf.ecore.xcore.impl.XcorePackageImpl
 
getXMember_ContainingClass() - Method in interface org.eclipse.emf.ecore.xcore.XcorePackage
Returns the meta object for the container reference 'Containing Class'
getXMemberAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXMemberFeatureCallAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXMemberFeatureCallRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXMemberRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXMINamespace() - Method in class org.eclipse.emf.ecore.xmi.impl.XMIResourceImpl
 
getXMINamespace() - Method in interface org.eclipse.emf.ecore.xmi.XMIResource
 
getXMIVersion() - Method in class org.eclipse.emf.ecore.xmi.impl.XMIResourceImpl
 
getXMIVersion() - Method in interface org.eclipse.emf.ecore.xmi.XMIResource
 
getXMLContentKind() - Method in class org.eclipse.emf.importer.rose.parser.RoseNode
 
getXMLEncoding(byte[]) - Static method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
Searches the array of bytes to determine the XML encoding.
getXMLEncoding(String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
getXMLEncoding(String) - Method in interface org.eclipse.emf.ecore.xmi.XMLHelper
Return an XML encoding corresponding to the given Java encoding.
getXMLEncodingChoices() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
getXMLEncodingChoices() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getXMLFeatureKind() - Method in class org.eclipse.emf.importer.rose.parser.RoseNode
 
getXMLInfo() - Method in interface org.eclipse.emf.mapping.ecore2xml.Ecore2XMLPackage
Returns the meta object for class 'XML Info'
getXMLInfo() - Method in class org.eclipse.emf.mapping.ecore2xml.impl.Ecore2XMLPackageImpl
 
getXMLInfo_Name() - Method in interface org.eclipse.emf.mapping.ecore2xml.Ecore2XMLPackage
Returns the meta object for the attribute 'Name'
getXMLInfo_Name() - Method in class org.eclipse.emf.mapping.ecore2xml.impl.Ecore2XMLPackageImpl
 
getXMLInfo_TargetNamespace() - Method in interface org.eclipse.emf.mapping.ecore2xml.Ecore2XMLPackage
Returns the meta object for the attribute 'Target Namespace'
getXMLInfo_TargetNamespace() - Method in class org.eclipse.emf.mapping.ecore2xml.impl.Ecore2XMLPackageImpl
 
getXMLInfo_XMLRepresentation() - Method in interface org.eclipse.emf.mapping.ecore2xml.Ecore2XMLPackage
Returns the meta object for the attribute 'XML Representation'
getXMLInfo_XMLRepresentation() - Method in class org.eclipse.emf.mapping.ecore2xml.impl.Ecore2XMLPackageImpl
 
getXMLMap() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
getXMLMap() - Method in interface org.eclipse.emf.ecore.xmi.XMLHelper
Gets the XMLMap to use when serializing an XML file.
getXMLMap() - Method in interface org.eclipse.emf.mapping.ecore2xml.Ecore2XMLPackage
Returns the meta object for class 'XML Map'
getXMLMap() - Method in interface org.eclipse.emf.mapping.ecore2xml.Ecore2XMLRegistry.Descriptor
 
getXMLMap(String) - Method in interface org.eclipse.emf.mapping.ecore2xml.Ecore2XMLRegistry
 
getXMLMap() - Method in class org.eclipse.emf.mapping.ecore2xml.Ecore2XMLRegistry.Reader.Ecore2XMLDescriptor
 
getXMLMap() - Method in class org.eclipse.emf.mapping.ecore2xml.impl.Ecore2XMLPackageImpl
 
getXMLMap(String) - Method in class org.eclipse.emf.mapping.ecore2xml.impl.Ecore2XMLRegistryImpl
 
getXMLMap_EcoreToXMLInfo() - Method in interface org.eclipse.emf.mapping.ecore2xml.Ecore2XMLPackage
Returns the meta object for the map 'Ecore To XML Info'
getXMLMap_EcoreToXMLInfo() - Method in class org.eclipse.emf.mapping.ecore2xml.impl.Ecore2XMLPackageImpl
 
getXMLMap_IDAttributeName() - Method in interface org.eclipse.emf.mapping.ecore2xml.Ecore2XMLPackage
Returns the meta object for the attribute 'ID Attribute Name'
getXMLMap_IDAttributeName() - Method in class org.eclipse.emf.mapping.ecore2xml.impl.Ecore2XMLPackageImpl
 
getXMLMap_NoNamespacePackage() - Method in interface org.eclipse.emf.mapping.ecore2xml.Ecore2XMLPackage
Returns the meta object for the reference 'No Namespace Package'
getXMLMap_NoNamespacePackage() - Method in class org.eclipse.emf.mapping.ecore2xml.impl.Ecore2XMLPackageImpl
 
getXMLName() - Method in class org.eclipse.emf.importer.rose.parser.RoseNode
 
getXMLNamespace() - Method in class org.eclipse.emf.importer.rose.parser.RoseNode
 
getXMLNamespaceDocumentRoot() - Method in class org.eclipse.emf.ecore.xml.namespace.impl.XMLNamespacePackageImpl
 
getXMLNamespaceDocumentRoot() - Method in interface org.eclipse.emf.ecore.xml.namespace.XMLNamespacePackage
Returns the meta object for class 'Document Root'
getXMLNamespaceDocumentRoot_Base() - Method in class org.eclipse.emf.ecore.xml.namespace.impl.XMLNamespacePackageImpl
 
getXMLNamespaceDocumentRoot_Base() - Method in interface org.eclipse.emf.ecore.xml.namespace.XMLNamespacePackage
Returns the meta object for the attribute 'Base'
getXMLNamespaceDocumentRoot_Id() - Method in class org.eclipse.emf.ecore.xml.namespace.impl.XMLNamespacePackageImpl
 
getXMLNamespaceDocumentRoot_Id() - Method in interface org.eclipse.emf.ecore.xml.namespace.XMLNamespacePackage
Returns the meta object for the attribute 'Id'
getXMLNamespaceDocumentRoot_Lang() - Method in class org.eclipse.emf.ecore.xml.namespace.impl.XMLNamespacePackageImpl
 
getXMLNamespaceDocumentRoot_Lang() - Method in interface org.eclipse.emf.ecore.xml.namespace.XMLNamespacePackage
Returns the meta object for the attribute 'Lang'
getXMLNamespaceDocumentRoot_Mixed() - Method in class org.eclipse.emf.ecore.xml.namespace.impl.XMLNamespacePackageImpl
 
getXMLNamespaceDocumentRoot_Mixed() - Method in interface org.eclipse.emf.ecore.xml.namespace.XMLNamespacePackage
Returns the meta object for the attribute list 'Mixed'
getXMLNamespaceDocumentRoot_Space() - Method in class org.eclipse.emf.ecore.xml.namespace.impl.XMLNamespacePackageImpl
 
getXMLNamespaceDocumentRoot_Space() - Method in interface org.eclipse.emf.ecore.xml.namespace.XMLNamespacePackage
Returns the meta object for the attribute 'Space'
getXMLNamespaceDocumentRoot_XMLNSPrefixMap() - Method in class org.eclipse.emf.ecore.xml.namespace.impl.XMLNamespacePackageImpl
 
getXMLNamespaceDocumentRoot_XMLNSPrefixMap() - Method in interface org.eclipse.emf.ecore.xml.namespace.XMLNamespacePackage
Returns the meta object for the map 'XMLNS Prefix Map'
getXMLNamespaceDocumentRoot_XSISchemaLocation() - Method in class org.eclipse.emf.ecore.xml.namespace.impl.XMLNamespacePackageImpl
 
getXMLNamespaceDocumentRoot_XSISchemaLocation() - Method in interface org.eclipse.emf.ecore.xml.namespace.XMLNamespacePackage
Returns the meta object for the map 'XSI Schema Location'
getXMLNamespaceFactory() - Method in class org.eclipse.emf.ecore.xml.namespace.impl.XMLNamespacePackageImpl
 
getXMLNamespaceFactory() - Method in interface org.eclipse.emf.ecore.xml.namespace.XMLNamespacePackage
Returns the factory that creates the instances of the model
getXMLNamespaceGenPackage() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the cached GenPackage for the XMLNamespace EPackage, or null if it has not yet been requested via GenModel.findGenPackage(EPackage).
getXMLNamespaceGenPackage() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getXMLNamespacePackage() - Method in class org.eclipse.emf.ecore.xml.namespace.impl.XMLNamespaceFactoryImpl
 
getXMLNamespacePackage() - Method in interface org.eclipse.emf.ecore.xml.namespace.XMLNamespaceFactory
Returns the package supported by this factory
getXMLNSPrefixMap() - Method in class org.eclipse.emf.ecore.xml.namespace.impl.XMLNamespaceDocumentRootImpl
 
getXMLNSPrefixMap() - Method in interface org.eclipse.emf.ecore.xml.namespace.XMLNamespaceDocumentRoot
Returns the value of the 'XMLNS Prefix Map' map.
getXMLNSPrefixMap() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeDocumentRootImpl
 
getXMLNSPrefixMap() - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeDocumentRoot
Returns the value of the 'XMLNS Prefix Map' map.
getXMLNSPrefixMapFeature(EClass) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
getXMLNSPrefixMapFeature(EClass) - Method in interface org.eclipse.emf.ecore.util.ExtendedMetaData
If the given class has mixed content type, returns the "xmlns:prefix" feature, which is used to store namespace prefix-to-URI mappings.
getXMLProcessorClassEmitter() - 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.
getXMLProcessorClassEmitter() - 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.
getXMLProcessorClassName() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
getXMLProcessorClassName() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
getXMLRepresentation() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLInfoImpl
Returns ELEMENT if the Ecore construct is to be serialized as an XML element; ATTRIBUTE if the Ecore construct is to be serialized as an XML attribute; and CONTENT if the Ecore construct is to be serialized in element content.
getXMLRepresentation() - Method in interface org.eclipse.emf.ecore.xmi.XMLResource.XMLInfo
Returns ELEMENT if the Ecore construct is to be serialized as an XML element; ATTRIBUTE if the Ecore construct is to be serialized as an XML attribute; and CONTENT if the Ecore construct is to be serialized in element content.
getXMLRepresentation(EStructuralFeature) - Static method in class org.eclipse.emf.mapping.ecore2xml.action.GenerateEcore2XMLActionDelegate
 
getXMLRepresentation() - Method in class org.eclipse.emf.mapping.ecore2xml.impl.XMLInfoImpl
 
getXMLRepresentation() - Method in interface org.eclipse.emf.mapping.ecore2xml.XMLInfo
Returns the value of the 'XML Representation' attribute.
getXMLSchemaType() - Method in class org.eclipse.emf.ecore.xml.type.internal.XMLCalendar
 
getXMLTypeDocumentRoot() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypePackageImpl
 
getXMLTypeDocumentRoot() - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
Returns the meta object for class 'Document Root'
getXMLTypeDocumentRoot_CDATA() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypePackageImpl
 
getXMLTypeDocumentRoot_CDATA() - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
Returns the meta object for the attribute 'CDATA'
getXMLTypeDocumentRoot_Comment() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypePackageImpl
 
getXMLTypeDocumentRoot_Comment() - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
Returns the meta object for the attribute 'Comment'
getXMLTypeDocumentRoot_Mixed() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypePackageImpl
 
getXMLTypeDocumentRoot_Mixed() - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
Returns the meta object for the attribute list 'Mixed'
getXMLTypeDocumentRoot_ProcessingInstruction() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypePackageImpl
 
getXMLTypeDocumentRoot_ProcessingInstruction() - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
Returns the meta object for the containment reference 'Processing Instruction'
getXMLTypeDocumentRoot_Text() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypePackageImpl
 
getXMLTypeDocumentRoot_Text() - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
Returns the meta object for the attribute 'Text'
getXMLTypeDocumentRoot_XMLNSPrefixMap() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypePackageImpl
 
getXMLTypeDocumentRoot_XMLNSPrefixMap() - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
Returns the meta object for the map 'XMLNS Prefix Map'
getXMLTypeDocumentRoot_XSISchemaLocation() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypePackageImpl
 
getXMLTypeDocumentRoot_XSISchemaLocation() - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
Returns the meta object for the map 'XSI Schema Location'
getXMLTypeFactory() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypePackageImpl
 
getXMLTypeFactory() - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
Returns the factory that creates the instances of the model
getXMLTypeGenPackage() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the cached GenPackage for the XMLType EPackage, or null if it has not yet been requested via GenModel.findGenPackage(EPackage).
getXMLTypeGenPackage() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
getXMLTypePackage() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
getXMLTypePackage() - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeFactory
Returns the package supported by this factory
getXMLVersion() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
 
getXMLVersion() - Method in interface org.eclipse.emf.ecore.xmi.XMLResource
Returns the XML version for this resource.
getXModelElement() - Method in class org.eclipse.emf.ecore.xcore.impl.XcorePackageImpl
 
getXModelElement() - Method in interface org.eclipse.emf.ecore.xcore.XcorePackage
Returns the meta object for class 'XModel Element'
getXModelElement_Annotations() - Method in class org.eclipse.emf.ecore.xcore.impl.XcorePackageImpl
 
getXModelElement_Annotations() - Method in interface org.eclipse.emf.ecore.xcore.XcorePackage
Returns the meta object for the containment reference list 'Annotations'
getXMultiplicativeExpressionAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXMultiplicativeExpressionRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXMultiplicity() - Method in class org.eclipse.emf.ecore.xcore.impl.XcorePackageImpl
 
getXMultiplicity() - Method in interface org.eclipse.emf.ecore.xcore.XcorePackage
Returns the meta object for data type 'XMultiplicity'
getXMultiplicityAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXMultiplicityRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXNamedElement() - Method in class org.eclipse.emf.ecore.xcore.impl.XcorePackageImpl
 
getXNamedElement() - Method in interface org.eclipse.emf.ecore.xcore.XcorePackage
Returns the meta object for class 'XNamed Element'
getXNamedElement_Name() - Method in class org.eclipse.emf.ecore.xcore.impl.XcorePackageImpl
 
getXNamedElement_Name() - Method in interface org.eclipse.emf.ecore.xcore.XcorePackage
Returns the meta object for the attribute 'Name'
getXNullLiteralAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXNullLiteralRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXNumberLiteralAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXNumberLiteralRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXOperation() - Method in class org.eclipse.emf.ecore.xcore.impl.XcorePackageImpl
 
getXOperation(EObject) - Method in class org.eclipse.emf.ecore.xcore.mappings.XcoreMapper
 
getXOperation() - Method in interface org.eclipse.emf.ecore.xcore.XcorePackage
Returns the meta object for class 'XOperation'
getXOperation_Body() - Method in class org.eclipse.emf.ecore.xcore.impl.XcorePackageImpl
 
getXOperation_Body() - Method in interface org.eclipse.emf.ecore.xcore.XcorePackage
Returns the meta object for the containment reference 'Body'
getXOperation_Exceptions() - Method in class org.eclipse.emf.ecore.xcore.impl.XcorePackageImpl
 
getXOperation_Exceptions() - Method in interface org.eclipse.emf.ecore.xcore.XcorePackage
Returns the meta object for the containment reference list 'Exceptions'
getXOperation_Parameters() - Method in class org.eclipse.emf.ecore.xcore.impl.XcorePackageImpl
 
getXOperation_Parameters() - Method in interface org.eclipse.emf.ecore.xcore.XcorePackage
Returns the meta object for the containment reference list 'Parameters'
getXOperation_TypeParameters() - Method in class org.eclipse.emf.ecore.xcore.impl.XcorePackageImpl
 
getXOperation_TypeParameters() - Method in interface org.eclipse.emf.ecore.xcore.XcorePackage
Returns the meta object for the containment reference list 'Type Parameters'
getXOperationAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXOperationAction_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XOperationElements
 
getXOperationParserRuleCall_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XMemberElements
 
getXOperationRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXOrExpressionAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXOrExpressionRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXOtherOperatorExpressionAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXOtherOperatorExpressionRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXPackage(XtextResource) - Method in class org.eclipse.emf.ecore.xcore.formatting.XcoreImportOrganizer
 
getXPackage() - Method in class org.eclipse.emf.ecore.xcore.impl.XcorePackageImpl
 
getXPackage(EPackage) - Method in class org.eclipse.emf.ecore.xcore.util.EcoreXcoreBuilder
 
getXPackage() - Method in interface org.eclipse.emf.ecore.xcore.XcorePackage
Returns the meta object for class 'XPackage'
getXPackage_AnnotationDirectives() - Method in class org.eclipse.emf.ecore.xcore.impl.XcorePackageImpl
 
getXPackage_AnnotationDirectives() - Method in interface org.eclipse.emf.ecore.xcore.XcorePackage
Returns the meta object for the containment reference list 'Annotation Directives'
getXPackage_Classifiers() - Method in class org.eclipse.emf.ecore.xcore.impl.XcorePackageImpl
 
getXPackage_Classifiers() - Method in interface org.eclipse.emf.ecore.xcore.XcorePackage
Returns the meta object for the containment reference list 'Classifiers'
getXPackage_ImportDirectives() - Method in class org.eclipse.emf.ecore.xcore.impl.XcorePackageImpl
 
getXPackage_ImportDirectives() - Method in interface org.eclipse.emf.ecore.xcore.XcorePackage
Returns the meta object for the containment reference list 'Import Directives'
getXPackageAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXPackageAction_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XPackageElements
 
getXPackageRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXParameter() - Method in class org.eclipse.emf.ecore.xcore.impl.XcorePackageImpl
 
getXParameter(EObject) - Method in class org.eclipse.emf.ecore.xcore.mappings.XcoreMapper
 
getXParameter() - Method in interface org.eclipse.emf.ecore.xcore.XcorePackage
Returns the meta object for class 'XParameter'
getXParameter_Operation() - Method in class org.eclipse.emf.ecore.xcore.impl.XcorePackageImpl
 
getXParameter_Operation() - Method in interface org.eclipse.emf.ecore.xcore.XcorePackage
Returns the meta object for the container reference 'Operation'
getXParameterAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXParameterRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXParenthesizedExpressionAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXParenthesizedExpressionRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXPostfixOperationAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXPostfixOperationRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXPrimaryExpressionAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXPrimaryExpressionRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXQualifiedNameAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXQualifiedNameRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXQualifiedNameValueConverter() - Method in class org.eclipse.emf.ecore.xcore.conversion.XcoreValueConverterService
 
getXQualifiedNameWithWildcardValueConverter() - Method in class org.eclipse.emf.ecore.xcore.conversion.XcoreValueConverterService
 
getXReference() - Method in class org.eclipse.emf.ecore.xcore.impl.XcorePackageImpl
 
getXReference() - Method in interface org.eclipse.emf.ecore.xcore.XcorePackage
Returns the meta object for class 'XReference'
getXReference_Container() - Method in class org.eclipse.emf.ecore.xcore.impl.XcorePackageImpl
 
getXReference_Container() - Method in interface org.eclipse.emf.ecore.xcore.XcorePackage
Returns the meta object for the attribute 'Container'
getXReference_Containment() - Method in class org.eclipse.emf.ecore.xcore.impl.XcorePackageImpl
 
getXReference_Containment() - Method in interface org.eclipse.emf.ecore.xcore.XcorePackage
Returns the meta object for the attribute 'Containment'
getXReference_Keys() - Method in class org.eclipse.emf.ecore.xcore.impl.XcorePackageImpl
 
getXReference_Keys() - Method in interface org.eclipse.emf.ecore.xcore.XcorePackage
Returns the meta object for the reference list 'Keys'
getXReference_Local() - Method in class org.eclipse.emf.ecore.xcore.impl.XcorePackageImpl
 
getXReference_Local() - Method in interface org.eclipse.emf.ecore.xcore.XcorePackage
Returns the meta object for the attribute 'Local'
getXReference_Opposite() - Method in class org.eclipse.emf.ecore.xcore.impl.XcorePackageImpl
 
getXReference_Opposite() - Method in interface org.eclipse.emf.ecore.xcore.XcorePackage
Returns the meta object for the reference 'Opposite'
getXReference_ResolveProxies() - Method in class org.eclipse.emf.ecore.xcore.impl.XcorePackageImpl
 
getXReference_ResolveProxies() - Method in interface org.eclipse.emf.ecore.xcore.XcorePackage
Returns the meta object for the attribute 'Resolve Proxies'
getXReferenceAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXReferenceAction_0() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XReferenceElements
 
getXReferenceParserRuleCall_2() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XMemberElements
 
getXReferenceRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXRelationalExpressionAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXRelationalExpressionRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXReturnExpressionAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXReturnExpressionRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXSetLiteralAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXSetLiteralRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXShortClosureAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXShortClosureRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXSISchemaLocation() - Method in class org.eclipse.emf.ecore.xml.namespace.impl.XMLNamespaceDocumentRootImpl
 
getXSISchemaLocation() - Method in interface org.eclipse.emf.ecore.xml.namespace.XMLNamespaceDocumentRoot
Returns the value of the 'XSI Schema Location' map.
getXSISchemaLocation() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeDocumentRootImpl
 
getXSISchemaLocation() - Method in interface org.eclipse.emf.ecore.xml.type.XMLTypeDocumentRoot
Returns the value of the 'XSI Schema Location' map.
getXSISchemaLocationMapFeature(EClass) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
getXSISchemaLocationMapFeature(EClass) - Method in interface org.eclipse.emf.ecore.util.ExtendedMetaData
If the given class has mixed content type, returns the "xsi:schemaLocation" feature, which is used to store namespace URI-schema location pairs.
getXSIType() - Method in class org.eclipse.emf.ecore.xmi.impl.SAXXMIHandler
 
getXSIType() - Method in class org.eclipse.emf.ecore.xmi.impl.SAXXMLHandler
 
getXSIType() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
Returns the xsi type attribute's value.
getXStringLiteralAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXStringLiteralRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXStringToStringMapEntry() - Method in class org.eclipse.emf.ecore.xcore.impl.XcorePackageImpl
 
getXStringToStringMapEntry() - Method in interface org.eclipse.emf.ecore.xcore.XcorePackage
Returns the meta object for class 'XString To String Map Entry'
getXStringToStringMapEntry_Key() - Method in class org.eclipse.emf.ecore.xcore.impl.XcorePackageImpl
 
getXStringToStringMapEntry_Key() - Method in interface org.eclipse.emf.ecore.xcore.XcorePackage
Returns the meta object for the attribute 'Key'
getXStringToStringMapEntry_Value() - Method in class org.eclipse.emf.ecore.xcore.impl.XcorePackageImpl
 
getXStringToStringMapEntry_Value() - Method in interface org.eclipse.emf.ecore.xcore.XcorePackage
Returns the meta object for the attribute 'Value'
getXStringToStringMapEntryAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXStringToStringMapEntryRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXStructuralFeature() - Method in class org.eclipse.emf.ecore.xcore.impl.XcorePackageImpl
 
getXStructuralFeature() - Method in interface org.eclipse.emf.ecore.xcore.XcorePackage
Returns the meta object for class 'XStructural Feature'
getXStructuralFeature_Derived() - Method in class org.eclipse.emf.ecore.xcore.impl.XcorePackageImpl
 
getXStructuralFeature_Derived() - Method in interface org.eclipse.emf.ecore.xcore.XcorePackage
Returns the meta object for the attribute 'Derived'
getXStructuralFeature_GetBody() - Method in class org.eclipse.emf.ecore.xcore.impl.XcorePackageImpl
 
getXStructuralFeature_GetBody() - Method in interface org.eclipse.emf.ecore.xcore.XcorePackage
Returns the meta object for the containment reference 'Get Body'
getXStructuralFeature_IsSetBody() - Method in class org.eclipse.emf.ecore.xcore.impl.XcorePackageImpl
 
getXStructuralFeature_IsSetBody() - Method in interface org.eclipse.emf.ecore.xcore.XcorePackage
Returns the meta object for the containment reference 'Is Set Body'
getXStructuralFeature_Readonly() - Method in class org.eclipse.emf.ecore.xcore.impl.XcorePackageImpl
 
getXStructuralFeature_Readonly() - Method in interface org.eclipse.emf.ecore.xcore.XcorePackage
Returns the meta object for the attribute 'Readonly'
getXStructuralFeature_SetBody() - Method in class org.eclipse.emf.ecore.xcore.impl.XcorePackageImpl
 
getXStructuralFeature_SetBody() - Method in interface org.eclipse.emf.ecore.xcore.XcorePackage
Returns the meta object for the containment reference 'Set Body'
getXStructuralFeature_Transient() - Method in class org.eclipse.emf.ecore.xcore.impl.XcorePackageImpl
 
getXStructuralFeature_Transient() - Method in interface org.eclipse.emf.ecore.xcore.XcorePackage
Returns the meta object for the attribute 'Transient'
getXStructuralFeature_UnsetBody() - Method in class org.eclipse.emf.ecore.xcore.impl.XcorePackageImpl
 
getXStructuralFeature_UnsetBody() - Method in interface org.eclipse.emf.ecore.xcore.XcorePackage
Returns the meta object for the containment reference 'Unset Body'
getXStructuralFeature_Unsettable() - Method in class org.eclipse.emf.ecore.xcore.impl.XcorePackageImpl
 
getXStructuralFeature_Unsettable() - Method in interface org.eclipse.emf.ecore.xcore.XcorePackage
Returns the meta object for the attribute 'Unsettable'
getXStructuralFeature_Volatile() - Method in class org.eclipse.emf.ecore.xcore.impl.XcorePackageImpl
 
getXStructuralFeature_Volatile() - Method in interface org.eclipse.emf.ecore.xcore.XcorePackage
Returns the meta object for the attribute 'Volatile'
getXSwitchExpressionAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXSwitchExpressionRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXSynchronizedExpressionAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXSynchronizedExpressionRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXThrowExpressionAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXThrowExpressionRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXTryCatchFinallyExpressionAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXTryCatchFinallyExpressionRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXTypedElement() - Method in class org.eclipse.emf.ecore.xcore.impl.XcorePackageImpl
 
getXTypedElement() - Method in interface org.eclipse.emf.ecore.xcore.XcorePackage
Returns the meta object for class 'XTyped Element'
getXTypedElement_Multiplicity() - Method in class org.eclipse.emf.ecore.xcore.impl.XcorePackageImpl
 
getXTypedElement_Multiplicity() - Method in interface org.eclipse.emf.ecore.xcore.XcorePackage
Returns the meta object for the attribute 'Multiplicity'
getXTypedElement_Type() - Method in class org.eclipse.emf.ecore.xcore.impl.XcorePackageImpl
 
getXTypedElement_Type() - Method in interface org.eclipse.emf.ecore.xcore.XcorePackage
Returns the meta object for the containment reference 'Type'
getXTypedElement_Unique() - Method in class org.eclipse.emf.ecore.xcore.impl.XcorePackageImpl
 
getXTypedElement_Unique() - Method in interface org.eclipse.emf.ecore.xcore.XcorePackage
Returns the meta object for the attribute 'Unique'
getXTypedElement_Unordered() - Method in class org.eclipse.emf.ecore.xcore.impl.XcorePackageImpl
 
getXTypedElement_Unordered() - Method in interface org.eclipse.emf.ecore.xcore.XcorePackage
Returns the meta object for the attribute 'Unordered'
getXTypeLiteralAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXTypeLiteralRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXTypeParameter() - Method in class org.eclipse.emf.ecore.xcore.impl.XcorePackageImpl
 
getXTypeParameter(EObject) - Method in class org.eclipse.emf.ecore.xcore.mappings.XcoreMapper
 
getXTypeParameter() - Method in interface org.eclipse.emf.ecore.xcore.XcorePackage
Returns the meta object for class 'XType Parameter'
getXTypeParameter_Bounds() - Method in class org.eclipse.emf.ecore.xcore.impl.XcorePackageImpl
 
getXTypeParameter_Bounds() - Method in interface org.eclipse.emf.ecore.xcore.XcorePackage
Returns the meta object for the containment reference list 'Bounds'
getXTypeParameterAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXTypeParameterRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXUnaryOperationAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXUnaryOperationRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXVariableDeclarationAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXVariableDeclarationRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXWhileExpressionAccess() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getXWhileExpressionRule() - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
getYear() - Method in class org.eclipse.emf.ecore.xml.type.internal.XMLCalendar
 
getYears() - Method in class org.eclipse.emf.ecore.xml.type.internal.XMLDuration
 
GIFEmitter - Class in org.eclipse.emf.codegen.util
Colourizes grey-scale icons, such as the Item.gif and CreateChild.gif icons generated with EMF.Edit item providers.
GIFEmitter(String) - Constructor for class org.eclipse.emf.codegen.util.GIFEmitter
 
GIFEmitter.ColorInformation - Class in org.eclipse.emf.codegen.util
 
GIFEmitter.ColorInformation() - Constructor for class org.eclipse.emf.codegen.util.GIFEmitter.ColorInformation
 
gifEmitters - Variable in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter
All the GIFEmitters used by this adapter.
GMONTH - Static variable in class org.eclipse.emf.ecore.xml.type.internal.XMLCalendar
 
gMonth - Variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
GMONTH - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
The meta object id for the 'GMonth' data type
GMONTH - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage.Literals
The meta object literal for the 'GMonth' data type
GMONTH_DAY - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
The meta object id for the 'GMonth Day' data type
GMONTH_DAY - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage.Literals
The meta object literal for the 'GMonth Day' data type
GMONTHDAY - Static variable in class org.eclipse.emf.ecore.xml.type.internal.XMLCalendar
 
gMonthDay - Variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
gotoMarker(IMarker) - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
 
gotoMarker(IMarker) - Method in class org.eclipse.emf.ecore.presentation.EcoreEditor
 
gotoMarker(IMarker) - Method in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryEditor
 
gotoMarker(IMarker) - Method in class org.eclipse.emf.java.presentation.JavaEditor
 
gotoMarker(IMarker) - Method in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLEditor
 
gotoMarker(IMarker) - Method in class org.eclipse.emf.mapping.presentation.MappingEditor
 
GRAYED_OUT_COLOR - Static variable in interface org.eclipse.emf.edit.provider.IItemColorProvider
An instance object used to specify a grayed out version of the viewer's current foreground color.
grayParents(TreeItem) - Method in class org.eclipse.emf.converter.util.ConverterUIUtil.TreeCheckStateManager
 
GREATER - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Escape
 
GREATER_THAN - Static variable in class org.eclipse.emf.ecore.xml.type.internal.DataValue.TypeValidator
 
GREATER_THAN - Static variable in class org.eclipse.emf.ecore.xml.type.internal.XMLCalendar
 
GREATER_THAN - Static variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeUtil
 
green - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.ColorInformation
Deprecated.
 
green - Variable in class org.eclipse.emf.codegen.util.GIFEmitter.ColorInformation
 
group - Variable in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EStructuralFeatureExtendedMetaDataImpl
 
GROUP_FEATURE - Static variable in interface org.eclipse.emf.ecore.util.ExtendedMetaData
The feature kind ID representing a repeating model group.
groupMembers - Variable in class org.eclipse.emf.ecore.util.FeatureMapUtil.BasicValidator
 
grow(int) - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Grows the capacity of the list to exactly the new size.
grow(int) - Method in class org.eclipse.emf.common.util.BasicEList
Grows the capacity of the list to ensure that no additional growth is needed until the size exceeds the specified minimum capacity.
grow(int) - Method in class org.eclipse.emf.common.util.BasicEList.UnmodifiableEList
Throws an exception.
grow(int) - Method in class org.eclipse.emf.common.util.BasicEMap
Grows the capacity of the map to ensure that no additional growth is needed until the size exceeds the specified minimum capacity.
grow(int) - Method in class org.eclipse.emf.common.util.Pool
Specialized to ensure that the exclusive write lock is held during growth.
grow(int) - Method in class org.eclipse.emf.common.util.WeakInterningHashSet
Ensures that the set has at least the specified capacity.
grow(int) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Escape
 
growArrays() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
GS - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Escape
 
GUARD - Variable in class org.eclipse.emf.common.util.Pool.AccessUnit.Queue
 
GWT_VALUE - Static variable in enum org.eclipse.emf.codegen.ecore.genmodel.GenRuntimePlatform
The 'GWT' literal value
GWTBuilder - Class in org.eclipse.emf.codegen.ecore.gwt
 
GWTBuilder() - Constructor for class org.eclipse.emf.codegen.ecore.gwt.GWTBuilder
 
GYEAR - Static variable in class org.eclipse.emf.ecore.xml.type.internal.XMLCalendar
 
gYear - Variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
GYEAR - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
The meta object id for the 'GYear' data type
GYEAR - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage.Literals
The meta object literal for the 'GYear' data type
GYEAR_MONTH - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
The meta object id for the 'GYear Month' data type
GYEAR_MONTH - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage.Literals
The meta object literal for the 'GYear Month' data type
GYEARMONTH - Static variable in class org.eclipse.emf.ecore.xml.type.internal.XMLCalendar
 
gYearMonth - Variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 

H

handleActivate() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
Handles activation of the editor or it's associated views
handleActivate() - Method in class org.eclipse.emf.ecore.presentation.EcoreEditor
 
handleActivate() - Method in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryEditor
Handles activation of the editor or it's associated views.
handleActivate() - Method in class org.eclipse.emf.java.presentation.JavaEditor
Handles activation of the editor or it's associated views.
handleActivate() - Method in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLEditor
Handles activation of the editor or it's associated views.
handleActivateGen() - Method in class org.eclipse.emf.ecore.presentation.EcoreEditor
Handles activation of the editor or it's associated views
handleAnnotations(GenBase, EModelElement) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
handleAnnotations(Collection<Runnable>, GenBase, EModelElement) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
handleAnnotations(XModelElement, EModelElement) - Method in class org.eclipse.emf.ecore.xcore.util.XcoreEcoreBuilder
 
handleAnnotations(XModelElement, EModelElement, boolean) - Method in class org.eclipse.emf.ecore.xcore.util.XcoreEcoreBuilder
 
handleAttributes(Attributes) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory.AnyTypeStackFrame
 
handleAttributes(Attributes) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory.ProcessingInstructionStackFrame
 
handleAttributes(Attributes) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory.SimpleAnyTypeStackFrame
 
handleAttributes(Attributes) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory.XMLTypeDocumentRootStackFrame
 
handleAttributes(Attributes) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.StackFrame
 
handleCDATA() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
handleChangedContents(Delta, IBuildContext, EclipseResourceFileSystemAccess2) - Method in class org.eclipse.emf.ecore.xcore.ui.builder.XcoreBuildParticipant
 
handleChangedResources() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
Handles what to do with changed resources on activation
handleChangedResources() - Method in class org.eclipse.emf.ecore.presentation.EcoreEditor
Handles what to do with changed resources on activation
handleChangedResources() - Method in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryEditor
Handles what to do with changed resources on activation.
handleChangedResources() - Method in class org.eclipse.emf.java.presentation.JavaEditor
Handles what to do with changed resources on activation.
handleChangedResources() - Method in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLEditor
Handles what to do with changed resources on activation.
handleCharData(char[]) - Method in class org.eclipse.emf.codegen.jet.JETCompiler
 
handleCharData(char[]) - Method in interface org.eclipse.emf.codegen.jet.JETParseEventListener
 
handleCharData(char[]) - Method in class org.eclipse.emf.codegen.jet.JETParser.DelegatingListener
 
handleComment(String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
handleContainment(Notification) - Method in class org.eclipse.emf.ecore.util.EContentAdapter
Handles a containment change by adding and removing the adapter as appropriate.
handleContainment(Notification) - Method in class org.eclipse.emf.ecore.util.ECrossReferenceAdapter
Handles a containment change by adding and removing the adapter as appropriate.
handleContentOutlineSelection(ISelection) - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
This deals with how we want selection in the outliner to affect the other views
handleContentOutlineSelection(ISelection) - Method in class org.eclipse.emf.ecore.presentation.EcoreEditor
This deals with how we want selection in the outliner to affect the other views
handleContentOutlineSelection(ISelection) - Method in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryEditor
This deals with how we want selection in the outliner to affect the other views
handleContentOutlineSelection(ISelection) - Method in class org.eclipse.emf.java.presentation.JavaEditor
This deals with how we want selection in the outliner to affect the other views
handleContentOutlineSelection(ISelection) - Method in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLEditor
This deals with how we want selection in the outliner to affect the other views
handleConvertDiagnostic(Diagnostic) - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterWizard
 
handleConvertDiagnostic(Diagnostic) - Method in class org.eclipse.emf.ecore.xcore.exporter.ui.XcoreExporterWizard
 
handleCreateCommand(Class<? extends Command>, CommandParameter, Command) - Method in class org.eclipse.emf.mapping.command.PersistentCommandStack
This is called by the mapping domain whenever a command (that may subsequently be executed) is created.
handleCreateCommand(Class<? extends Command>, CommandParameter, Command) - Method in class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain
This is called for every command created by the domain.
handleCreation() - Method in class org.eclipse.emf.mapping.presentation.MappingEditor
This creates the model based on the MappingEditor.modelFile.
handleCreationException(Exception) - Method in class org.eclipse.emf.mapping.presentation.MappingEditor
 
handleCrossReference(EObject) - Method in class org.eclipse.emf.ecore.util.EcoreUtil.CrossReferencer
 
handleCrossReference(EReference, Notification) - Method in class org.eclipse.emf.ecore.util.ECrossReferenceAdapter
Handles a cross reference change by adding and removing the adapter as appropriate.
handleDanglingHREF(EObject) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
handleDemandLoadException(Resource, IOException) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl
Handles the exception thrown during demand load by recording it as an error diagnostic and throwing a wrapping runtime exception.
handleDemandLoadException(Resource, IOException) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.ResourceLocator
Delegates to the resource set's ResourceSetImpl.handleDemandLoadException(Resource, IOException) or, if the resource set has a resource locator at the time this one was created, delegates to its ResourceSetImpl.ResourceLocator.handleDemandLoadException(Resource, IOException).
handleDiagnostic(Diagnostic) - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPage
 
handleDiagnostic(Diagnostic, String, String, String) - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPage
 
handleDiagnostic(Diagnostic) - Method in class org.eclipse.emf.converter.util.ConverterUIUtil.DiagnosticHandler
 
handleDiagnostic(Diagnostic, String, String, String) - Method in class org.eclipse.emf.converter.util.ConverterUIUtil.DiagnosticHandler
 
handleDiagnostic(Diagnostic) - Method in class org.eclipse.emf.edit.ui.action.ValidateAction
 
handleDiagnostic(Diagnostic) - Method in class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator
 
handleDirective(String, JETMark, JETMark, Map<String, String>) - Method in class org.eclipse.emf.codegen.jet.JETCompiler
 
handleDirective(String, JETMark, JETMark, Map<String, String>) - Method in interface org.eclipse.emf.codegen.jet.JETParseEventListener
 
handleDirective(String, JETMark, JETMark, Map<String, String>) - Method in class org.eclipse.emf.codegen.jet.JETParser.DelegatingListener
 
handleDirtyConflict() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
Shows a dialog that asks if conflicting changes should be discarded
handleDirtyConflict() - Method in class org.eclipse.emf.ecore.presentation.EcoreEditor
Shows a dialog that asks if conflicting changes should be discarded
handleDirtyConflict() - Method in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryEditor
Shows a dialog that asks if conflicting changes should be discarded.
handleDirtyConflict() - Method in class org.eclipse.emf.java.presentation.JavaEditor
Shows a dialog that asks if conflicting changes should be discarded.
handleDirtyConflict() - Method in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLEditor
Shows a dialog that asks if conflicting changes should be discarded.
handleDisplayDispose() - Method in class org.eclipse.emf.edit.ui.provider.ExtendedColorRegistry
 
handleDisplayDispose() - Method in class org.eclipse.emf.edit.ui.provider.ExtendedFontRegistry
 
handleDisplayDispose() - Method in class org.eclipse.emf.edit.ui.provider.ExtendedImageRegistry
 
handleEntity(String, String) - Method in class org.eclipse.emf.ecore.xmi.impl.ResourceEntityHandlerImpl
 
handleEntity(String, String) - Method in interface org.eclipse.emf.ecore.xmi.XMLResource.ResourceEntityHandler
Records the entity name to entity value mapping.
handleEntrySelection(ISelection) - Method in class org.eclipse.emf.edit.ui.view.ExtendedPropertySheetPage
 
handleEPackage(EPackage, boolean) - Method in class org.eclipse.emf.importer.ModelImporterApplication
 
handleError(Exception) - Method in class org.eclipse.emf.common.command.BasicCommandStack
Handles an exception thrown during command execution by logging it with the plugin.
handleErrors() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLLoadImpl
 
handleEStructuralFeature(EStructuralFeature, XStructuralFeature) - Method in class org.eclipse.emf.ecore.xcore.util.XcoreEcoreBuilder
 
handleETypedElement(ETypedElement, XTypedElement) - Method in class org.eclipse.emf.ecore.xcore.util.XcoreEcoreBuilder
 
handleETypedElement(ETypedElement, String, String, String, String) - Method in class org.eclipse.emf.importer.java.builder.JavaEcoreBuilder
 
handleEvent(Event) - Method in class org.eclipse.emf.codegen.presentation.JETPropertyPage
 
handleEvent(Event) - Method in class org.eclipse.emf.common.ui.ViewerPane
 
handleEvent(Event) - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPage
 
handleEvent(Event) - Method in class org.eclipse.emf.converter.util.ConverterUIUtil.TreeCheckStateManager
 
handleEvent(Event) - Method in class org.eclipse.emf.exporter.ui.contribution.base.ModelExporterPackagePage.ReferencedGenPackageTreeEditorHelper
 
handleEvent(Event) - Method in class org.eclipse.emf.exporter.util.ExporterUIUtil.CompositeEditorHelper
 
handleExpression(JETMark, JETMark, Map<String, String>) - Method in class org.eclipse.emf.codegen.jet.JETCompiler
 
handleExpression(JETMark, JETMark, Map<String, String>) - Method in interface org.eclipse.emf.codegen.jet.JETParseEventListener
 
handleExpression(JETMark, JETMark, Map<String, String>) - Method in class org.eclipse.emf.codegen.jet.JETParser.DelegatingListener
 
handleFeature(EStructuralFeature, EReference, Notification, EObject) - Method in class org.eclipse.emf.ecore.change.util.ChangeRecorder
 
handleFeature(String, String) - Method in class org.eclipse.emf.ecore.xmi.impl.EMOFHandler
 
handleFeature(String, String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
The XML element represents a feature.
handleForwardReferences(boolean) - Method in class org.eclipse.emf.ecore.xmi.impl.EMOFHandler
 
handleForwardReferences() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
handleForwardReferences(boolean) - 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 bidirectional reference being set).
handleGenModelPath(IPath) - Method in class org.eclipse.emf.importer.ModelImporterApplication
 
handleInstanceTypeName(char[], int, int, DiagnosticChain) - Method in class org.eclipse.emf.ecore.util.EcoreValidator.EGenericTypeBuilder
A well formed instance type name must syntactically denote a valid Java type name; names denoting keywords are considered well formed.
handleJNode(JClass) - Static method in class org.eclipse.emf.java.impl.JClassImpl.JHelper
 
handleJNode(JCompilationUnit) - Static method in class org.eclipse.emf.java.impl.JCompilationUnitImpl.JHelper
 
handleJNode(JField) - Static method in class org.eclipse.emf.java.impl.JFieldImpl.JHelper
 
handleJNode(JMethod) - Static method in class org.eclipse.emf.java.impl.JMethodImpl.JHelper
 
handleLoadResponse(Map<?, ?>, Map<?, ?>) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
Handle the processing of the response after the stream has been closed during load.
handleMissingModelFile() - Method in class org.eclipse.emf.mapping.ecore2ecore.presentation.Ecore2EcoreEditor
 
handleMissingModelFile() - Method in class org.eclipse.emf.mapping.presentation.MappingEditor
 
handleMissingPackage(String) - Method in class org.eclipse.emf.ecore.xmi.impl.GenericXMLResourceImpl.GenericSAXXMLHandler
 
handleMissingPackage(String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
handleMixedText() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
handleNamespaceAttribs() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
Deprecated.
since 2.2
handleNewSkeleton() - Method in class org.eclipse.emf.codegen.jet.JETCompiler
 
handleNewSkeleton() - Method in class org.eclipse.emf.codegen.jet.JETEmitter.MyBaseJETCompiler
 
handleNotifyChanged(Viewer, Object, int, Object, Object, Object, int) - Static method in class org.eclipse.emf.edit.ui.provider.NotifyChangedToViewerRefresh
 
handleNotOKDiagnostic(Diagnostic, ConverterUtil.DecodedAction, String, String, String) - Method in class org.eclipse.emf.converter.util.ConverterUIUtil.DiagnosticHandler
 
handleObjectAttribs(EObject) - Method in class org.eclipse.emf.ecore.xmi.impl.SAXXMIHandler
Process the XMI attributes for the newly created object.
handleObjectAttribs(EObject) - Method in class org.eclipse.emf.ecore.xmi.impl.SAXXMLHandler
Process the XML attributes for the newly created object.
handleObjectAttribs(EObject) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
Process the XML attributes for the newly created object.
handleOKDiagnostic(Diagnostic, String, String, String) - Method in class org.eclipse.emf.converter.util.ConverterUIUtil.DiagnosticHandler
 
handleOriginalGenModel() - Method in class org.eclipse.emf.ecore.xcore.importer.XcoreImporter
 
handleOriginalGenModel() - Method in class org.eclipse.emf.importer.ecore.EcoreImporter
 
handleOriginalGenModel() - Method in class org.eclipse.emf.importer.ModelImporter
Subclasses may overwrite this method to perform actions on the reloaded genmodel.
handleOriginalGenModel() - Method in class org.eclipse.emf.importer.rose.RoseImporter
 
handleOriginalModelFile() - Method in class org.eclipse.emf.importer.ui.contribution.base.ModelImporterDetailPage
 
handlePackageImport(ResourceSet, String, String) - Method in class org.eclipse.emf.java.impl.JCompilationUnitImpl
 
handlePlatformResourceOptions(String[]) - Static method in class org.eclipse.emf.ecore.plugin.EcorePlugin
Handles recognized platform resource arguments and returns the stripped result.
handleProcessingInstruction(String, String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
handleProxy(InternalEObject, String) - Method in class org.eclipse.emf.ecore.xmi.impl.EMOFHandler
 
handleProxy(InternalEObject, String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
handleQualifiedEPackageName(EPackage) - Method in class org.eclipse.emf.importer.ModelImporterApplication
 
Handler - Class in org.eclipse.emf.common.archive
A URL stream handler that can be registered to support archive access protocol.
Handler() - Constructor for class org.eclipse.emf.common.archive.Handler
Creates an instance.
handler - Variable in class org.eclipse.emf.ecore.xmi.impl.SAXWrapper
Deprecated.
 
handler - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
handleReferencedEPackages() - Method in class org.eclipse.emf.importer.ModelImporterApplication
Handles the referencedEPackages contributed by the -refPackage argument option.
handleResource(Notification) - Method in class org.eclipse.emf.ecore.change.util.ChangeRecorder
 
handleResourceDiagnostics(List<Resource>) - Method in class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator.DiagnosticAdapter
This will typically compute a diagnostic for the resource and call DiagnosticDecorator.DiagnosticAdapter.updateDiagnostic(Diagnostic).
handleResourceDiagnostics(List<Resource>) - Method in class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator.DiagnosticDecoratorAdapter
 
handleSaveResponse(Map<?, ?>, Map<?, ?>) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
Handle the processing of the response after the stream has been closed during save.
handleSchemaLocation() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
handleScriptlet(JETMark, JETMark, Map<String, String>) - Method in class org.eclipse.emf.codegen.jet.JETCompiler
 
handleScriptlet(JETMark, JETMark, Map<String, String>) - Method in interface org.eclipse.emf.codegen.jet.JETParseEventListener
 
handleScriptlet(JETMark, JETMark, Map<String, String>) - Method in class org.eclipse.emf.codegen.jet.JETParser.DelegatingListener
 
handleSelection(ISelection) - Method in class org.eclipse.emf.edit.ui.action.DelegatingCommandAction
 
handleTarget(EObject) - Method in class org.eclipse.emf.ecore.change.util.ChangeRecorder
 
handleTopLocations(String, String) - Method in class org.eclipse.emf.ecore.xmi.impl.GenericXMLResourceImpl.GenericSAXXMLHandler
 
handleTopLocations(String, String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
handleTypeArgument(char[], int, int, DiagnosticChain) - Method in class org.eclipse.emf.ecore.util.EcoreValidator.EGenericTypeBuilder
A well formed type argument must denote a valid Java type argument.
handleTypeArguments(char[], int, int, DiagnosticChain) - Method in class org.eclipse.emf.ecore.util.EcoreValidator.EGenericTypeBuilder
Well formed type arguments must syntactically denote a comma separated sequence of well formed type arguments.
handleTypeParameter(char[], int, int, DiagnosticChain) - Method in class org.eclipse.emf.ecore.util.EcoreValidator.EGenericTypeBuilder
A well formed type parameter must denote a valid Java type parameter.
handleTypeParameters(char[], int, int, DiagnosticChain) - Method in class org.eclipse.emf.ecore.util.EcoreValidator.EGenericTypeBuilder
Well formed type parameters must syntactically denote a comma separated sequence of well formed type parameters delimited by "<>".
handleUnknownFeature(String, String, boolean, EObject, String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMIHandler
 
handleUnknownFeature(String, String, boolean, EObject, String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
handleUnrecognizedArgument(String) - Method in class org.eclipse.emf.importer.ModelImporterApplication
 
handleXMLNSAttribute(String, String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
handleXSINoNamespaceSchemaLocation(String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
handleXSISchemaLocation(String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
handlingEvent - Variable in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPage
 
HAS_ABSOLUTE_PATH - Static variable in class org.eclipse.emf.common.util.URI.Hierarchical
HAS_EMPTY_PATH - Static variable in class org.eclipse.emf.common.util.URI.Hierarchical
The URI.Hierarchical.flags bit for representing URI.hasEmptyPath().
HAS_INSTANCE_CLASS - Static variable in class org.eclipse.emf.ecore.util.DelegatingEcoreEList.Generic
 
HAS_INSTANCE_CLASS - Static variable in class org.eclipse.emf.ecore.util.EcoreEList.Generic
 
HAS_MANY_INVERSE - Static variable in class org.eclipse.emf.ecore.util.DelegatingEcoreEList.Generic
 
HAS_MANY_INVERSE - Static variable in class org.eclipse.emf.ecore.util.EcoreEList.Generic
 
HAS_NAVIGABLE_INVERSE - Static variable in class org.eclipse.emf.ecore.util.DelegatingEcoreEList.Generic
 
HAS_NAVIGABLE_INVERSE - Static variable in class org.eclipse.emf.ecore.util.EcoreEList.Generic
 
HAS_PATH - Static variable in class org.eclipse.emf.common.util.URI.Hierarchical
The URI.Hierarchical.flags bits for representing URI.hasPath().
HAS_PROXIES - Static variable in class org.eclipse.emf.ecore.util.DelegatingEcoreEList.Generic
 
HAS_PROXIES - Static variable in class org.eclipse.emf.ecore.util.EcoreEList.Generic
 
HAS_RELATIVE_PATH - Static variable in class org.eclipse.emf.common.util.URI.Hierarchical
HAS_TRAILING_PATH_SEPARATOR - Static variable in class org.eclipse.emf.common.util.URI.Hierarchical
hasAbsolutePath() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
hasAbsolutePath() - Method in class org.eclipse.emf.common.util.URI
Returns true if this is a hierarchical URI with an absolute path, or false if it is non-hierarchical, has no path, or has a relative path.
hasAbsolutePath() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
hasAuthority() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
hasAuthority() - Method in class org.eclipse.emf.common.util.URI
Returns true if this is a hierarchical URI with an authority component; false otherwise.
hasAuthority() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
hasBody() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenOperation
 
hasBody() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
 
hasCheckedException() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenOperation
 
hasCheckedException() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
 
hasChildren(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor.ReverseAdapterFactoryContentProvider
 
hasChildren(Object) - Method in class org.eclipse.emf.ecore.presentation.EcoreEditor.ReverseAdapterFactoryContentProvider
 
hasChildren(Object) - Method in class org.eclipse.emf.edit.provider.AdapterFactoryItemDelegator
This does the same thing as ITreeContentProvider.hasChildren.
hasChildren(Object) - Method in class org.eclipse.emf.edit.provider.DelegatingWrapperItemProvider
Uses the delegate item provider to test whether the delegate value has children.
hasChildren(Object) - Method in class org.eclipse.emf.edit.provider.ItemProvider
This implements ITreeItemContentProvider.hasChildren by simply testing whether ItemProvider.children is empty.
hasChildren() - Method in class org.eclipse.emf.edit.provider.ItemProvider
This returns hasChildren(this).
hasChildren(Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This implements ITreeItemContentProvider.hasChildren by simply testing whether getChildren returns any children.
hasChildren(Object, boolean) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
hasChildren(Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderDecorator
This implements ITreeItemContentProvider.hasChildren by delegating to (ITreeItemContentProvider)ItemProviderDecorator.decoratedItemProvider.
hasChildren(Object) - Method in interface org.eclipse.emf.edit.provider.ITreeItemContentProvider
This does the same thing as ITreeContentProvider.hasChildren.
hasChildren(Object) - Method in class org.eclipse.emf.edit.provider.WrapperItemProvider
ITreeItemContentProvider.hasChildren is implemented by testing whether the collection returned by getChildren is non-empty.
hasChildren(Object) - Method in class org.eclipse.emf.edit.ui.provider.AdapterFactoryContentProvider
This implements org.eclipse.jface.viewers.ITreeContentProvider.hasChildren to forward the call to an object that implements ITreeItemContentProvider.hasChildren.
hasChildren(Object) - Method in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryEditor.ReverseAdapterFactoryContentProvider
 
hasChildren(Object) - Method in class org.eclipse.emf.java.presentation.JavaEditor.ReverseAdapterFactoryContentProvider
 
hasChildren(Object) - Method in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLEditor.ReverseAdapterFactoryContentProvider
 
hasChildren(Object) - Method in class org.eclipse.emf.mapping.provider.MappedObjectItemProvider
 
hasChildren(Object) - Method in class org.eclipse.emf.mapping.provider.MappingHelperItemProvider
 
hasChildren(Object) - Method in class org.eclipse.emf.mapping.provider.MappingItemProvider
 
hasClassifiers() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
hasClassifiers(boolean) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
hasClassifiers() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
hasClassifiers(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
hasCollapsableSegments(boolean) - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
hasCollidingAccessorOperation(GenFeature, String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
hasCollidingGetAccessorOperation(GenFeature) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
hasCollidingGetAccessorOperation(GenFeature) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
hasCollidingIsSetAccessorOperation(GenFeature) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
hasCollidingIsSetAccessorOperation(GenFeature) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
hasCollidingSetAccessorOperation(GenFeature) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
hasCollidingSetAccessorOperation(GenFeature) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
hasCollidingUnsetAccessorOperation(GenFeature) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
hasCollidingUnsetAccessorOperation(GenFeature) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
hasCompatibleMetaObjects(Collection<?>, Collection<?>) - Method in class org.eclipse.emf.mapping.impl.MappingRootImpl
 
hasCompatibleTypes(Collection<?>, Collection<?>) - Method in class org.eclipse.emf.mapping.impl.MappingRootImpl
 
hasConcreteClasses() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
hasConcreteClasses() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
hasConstraintExpression(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClassifier
 
hasConstraintExpression(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassifierImpl
 
hasConstraints() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
hasConstraints() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
hasConversionDelegate() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenDataType
 
hasConversionDelegate() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
 
hasConverterBody() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenDataType
 
hasConverterBody() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
 
hasCopyright() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenBase
 
hasCopyright() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
hasCopyrightField() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
hasCopyrightField() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
hasCreatorBody() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenDataType
 
hasCreatorBody() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
 
hasDelegateFeature() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
hasDelegateFeature() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
hasDevice() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
hasDevice() - Method in class org.eclipse.emf.common.util.URI
Returns true if this is a hierarchical URI with a device component; false otherwise.
hasDevice() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
hasDeviceOrPath() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
hasDeviceOrPath() - Method in class org.eclipse.emf.common.util.URI
 
hasDeviceOrPath() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
hasDocumentation() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenBase
 
hasDocumentation() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
hasDocumentRoot() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
hasDocumentRoot() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
hasDropDown - Variable in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
Deprecated.
 
hasDropDownEditor(Object, int) - Method in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
Deprecated.
 
hasEDefault() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
hasEDefault() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
hasEditorSupport() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
hasEditorSupport() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
hasEditSupport() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
hasEditSupport() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
hasEmptyPath() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
hasEmptyPath() - Method in class org.eclipse.emf.common.util.URI
Returns true if this is a hierarchical URI with an empty relative path; false otherwise.
hasEmptyPath() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
hasEObjectBound(ETypeParameter) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypedElementImpl
 
hasEObjectExtensionBound(ETypeParameter) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypedElementImpl
 
hasExtendedMetaData() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
hasExtendedMetaData() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
hasExtendedMetaData(EPackage) - Static method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
hasFactoryInterfaceCreateMethod() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
hasFactoryInterfaceCreateMethod() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
hasFeatureMapCreateChildFeatures() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
hasFeatureMapCreateChildFeatures() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
hasFragment() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
hasFragment() - Method in class org.eclipse.emf.common.util.URI
Returns true if this URI has a fragment component; false otherwise.
hasGenericExceptions() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenOperation
 
hasGenericExceptions() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
 
hasGenericSuperTypes() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
hasGenericSuperTypes() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
hasGenericType() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenTypedElement
 
hasGenericType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypedElementImpl
 
hasGetterBody() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
hasGetterBody() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
hash - Variable in class org.eclipse.emf.common.util.BasicEMap.EntryImpl
The cached hash code of the key.
hash - Variable in class org.eclipse.emf.ecore.change.impl.EObjectToChangesMapEntryImpl
 
hash - Variable in class org.eclipse.emf.ecore.impl.DynamicEObjectImpl.BasicEMapEntry
 
hash - Variable in class org.eclipse.emf.ecore.impl.EStringToStringMapEntryImpl
 
hash - Variable in class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container.Dynamic.BasicEMapEntry
 
hash - Variable in class org.eclipse.emf.ecore.xcore.impl.XStringToStringMapEntryImpl
 
hash - Variable in class org.eclipse.emf.mapping.ecore2xml.impl.ENamedElementToXMLInfoMapEntryImpl
 
hashCode() - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter.AttributeData.Element.Attribute
 
hashCode() - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter.AttributeData.Element.Directive
 
hashCode() - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter.AttributeData.Element
 
hashCode() - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter.AttributeData
 
hashCode() - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter.ExtensionData
 
hashCode() - Method in class org.eclipse.emf.codegen.ecore.genmodel.GenClass.ChildCreationData
 
hashCode() - Method in class org.eclipse.emf.common.ui.URIEditorInput
 
hashCode() - Method in class org.eclipse.emf.common.util.AbstractEList
Returns a hash code computed from each object's hash code.
hashCode() - Method in class org.eclipse.emf.common.util.BasicEMap.DelegatingMap
 
hashCode() - Method in class org.eclipse.emf.common.util.BasicEMap.EntryImpl
 
hashCode() - Method in class org.eclipse.emf.common.util.BasicEMap
 
hashCode() - Method in class org.eclipse.emf.common.util.DelegatingEList
Returns a hash code computed from each object's hash code.
hashCode - Variable in class org.eclipse.emf.common.util.Pool.AccessUnit
The hash code of the object being accessed.
hashCode() - Method in class org.eclipse.emf.common.util.Pool
Specialized to ensure thread safety.
hashCode - Variable in class org.eclipse.emf.common.util.SegmentSequence
The cached hash code for this instance.
hashCode() - Method in class org.eclipse.emf.common.util.SegmentSequence
Although there is an override of hash code, there is no override of Object.equals(Object) because the static methods for creation guarantee that there is at most one instance created for each unique segment sequence.
hashCode(int, int, int, String[], int) - Static method in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.AccessUnitBase
A helper utility for computing the hash code starting with a base hash code and taking the given segments into account.
hashCode(String[]) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool
Returns the Arrays.hashCode(Object[])'s value for this object.
hashCode() - Method in class org.eclipse.emf.common.util.URI.Fragment
If the hash code is 0 then most likely we've got a pending lazy LazyFragmentInitializer.
hashCode - Variable in class org.eclipse.emf.common.util.URI
The cached hash code of the URI.
hashCode() - Method in class org.eclipse.emf.common.util.URI
Returns the hash code.
hashCode - Variable in class org.eclipse.emf.common.util.WeakInterningHashSet.Entry
The cached hash code.
hashCode(E) - Method in class org.eclipse.emf.common.util.WeakInterningHashSet
Returns the hash code of the object.
hashCode() - Method in class org.eclipse.emf.databinding.internal.DelegatingSet
 
hashCode() - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.EStoreImpl.Entry
 
hashCode(InternalEObject, EStructuralFeature) - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.EStoreImpl
 
hashCode() - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.BasicFeatureMapEntry
 
hashCode(InternalEObject, EStructuralFeature) - Method in interface org.eclipse.emf.ecore.InternalEObject.EStore
Returns the hash code of the content of the object's feature.
hashCode() - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.EntryImpl
 
hashCode() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLOptionsImpl
 
hashCode() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Lookup.FeatureClassifierPair
 
hashCode() - Method in class org.eclipse.emf.ecore.xml.type.internal.DataValue.URI
 
hashCode() - Method in class org.eclipse.emf.ecore.xml.type.internal.RegEx.RegularExpression
 
hashCode() - Method in class org.eclipse.emf.ecore.xml.type.internal.XMLCalendar
 
hashCode() - Method in class org.eclipse.emf.ecore.xml.type.internal.XMLDuration
 
hashCode() - Method in class org.eclipse.emf.edit.provider.ComposedImage
 
hashOf(Object) - Method in class org.eclipse.emf.common.util.BasicEMap
Called to return the hash code of the key.
hasHover(EObject) - Method in class org.eclipse.emf.codegen.ecore.xtext.ui.GenModelHoverProvider
 
hasHover(EObject) - Method in class org.eclipse.emf.ecore.xcore.ui.hover.XcoreHoverProvider
 
hasImplementedToStringGenOperation() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
hasImplementedToStringGenOperation() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
hasImport(String) - Method in class org.eclipse.emf.codegen.util.ImportManager
Returns whether a mapping for the given short name has been reserved.
hasInPlaceEditor(Object, int) - Method in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
Deprecated.
 
hasInstanceClass() - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList.Generic
 
hasInstanceClass() - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList
 
hasInstanceClass() - Method in class org.eclipse.emf.ecore.util.EcoreEList.Generic
 
hasInstanceClass() - Method in class org.eclipse.emf.ecore.util.EcoreEList
 
hasInterfaceImplConflict() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
hasInterfaceImplConflict() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
hasInvariantExpression() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenOperation
 
hasInvariantExpression() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
 
hasInvariantExpressions() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
hasInvariantExpressions() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
hasInverse() - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Returns false.
hasInverse() - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Returns false.
hasInverse() - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleEObject
 
hasInverse() - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleEObjectContainmentWithInverse
 
hasInverse() - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleEObjectResolvingWithInverse
 
hasInverse() - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleEObjectWithInverse
 
hasInverse() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl.ContentsEList
 
hasInverse() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.ResourcesEList
 
hasInverse() - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
hasInverse() - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList.Generic
 
hasInverse() - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList
 
hasInverse() - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
hasInverse() - Method in class org.eclipse.emf.ecore.util.EcoreEList.Generic
 
hasInverse() - Method in class org.eclipse.emf.ecore.util.EObjectContainmentEList
 
hasInverse() - Method in class org.eclipse.emf.ecore.util.EObjectEList
 
hasInverse() - Method in class org.eclipse.emf.ecore.util.EObjectWithInverseEList
 
hasInverse() - Method in class org.eclipse.emf.edit.provider.ItemProvider.ItemProviderNotifyingArrayList
This has an inverse
hasInvocationDelegate() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenOperation
Returns whether this operation is implemented with a registered invocation delegate.
hasInvocationDelegate() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
 
hasJavaLangConflict() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
hasJavaLangConflict() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
hasLaunched - Variable in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
Deprecated.
 
hasLaunchedEditor(Object, int) - Method in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
Deprecated.
 
hasLaunchedOverviewSummaryColumnEditor(Object) - Method in class org.eclipse.emf.mapping.presentation.MappingEditor
 
hasLocalGenModel() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
hasLocalGenModel() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
hasManyInverse() - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList.Generic
 
hasManyInverse() - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList
 
hasManyInverse() - Method in class org.eclipse.emf.ecore.util.EcoreEList.Generic
 
hasManyInverse() - Method in class org.eclipse.emf.ecore.util.EcoreEList
 
hasManyInverse() - Method in class org.eclipse.emf.ecore.util.EObjectWithInverseEList.ManyInverse
 
hasManyInverse() - Method in class org.eclipse.emf.ecore.util.EObjectWithInverseEList.Unsettable.ManyInverse
 
hasManyInverse() - Method in class org.eclipse.emf.ecore.util.EObjectWithInverseResolvingEList.ManyInverse
 
hasManyInverse() - Method in class org.eclipse.emf.ecore.util.EObjectWithInverseResolvingEList.Unsettable.ManyInverse
 
hasMappedChildren(Mapping) - Method in class org.eclipse.emf.mapping.impl.MappingRootImpl
 
hasMappedParents(Collection<?>, Collection<?>) - Method in class org.eclipse.emf.mapping.impl.MappingRootImpl
 
hasMarkers(Object) - Method in class org.eclipse.emf.common.ui.MarkerHelper
Returns whether the a maker with id equals to the return of MarkerHelper.getMarkerID() is available in the IResource computed from the specified object.
hasMarkers(Object, boolean, int) - Method in class org.eclipse.emf.common.ui.MarkerHelper
 
hasMarkers(IResource, boolean, int) - Method in class org.eclipse.emf.common.ui.MarkerHelper
 
hasMarkers(Object, boolean, int) - Method in class org.eclipse.emf.edit.ui.util.EditUIMarkerHelper
 
hasModelContribution() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
hasModelContribution() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
hasModelContribution() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumImpl
 
hasModelContribution() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
hasModelPluginClass() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
hasModelPluginClass() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
hasModelSupport() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
hasMoreInput() - Method in class org.eclipse.emf.codegen.jet.JETReader
Returns whether more input is available.
hasNavigableInverse() - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList.Generic
 
hasNavigableInverse() - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList
 
hasNavigableInverse() - Method in class org.eclipse.emf.ecore.util.EcoreEList.Generic
 
hasNavigableInverse() - Method in class org.eclipse.emf.ecore.util.EcoreEList
 
hasNavigableInverse() - Method in class org.eclipse.emf.ecore.util.EcoreEMap.DelegateEObjectContainmentWithInverseEList
 
hasNavigableInverse() - Method in class org.eclipse.emf.ecore.util.EObjectContainmentEList
 
hasNavigableInverse() - Method in class org.eclipse.emf.ecore.util.EObjectContainmentWithInverseEList
 
hasNavigableInverse() - Method in class org.eclipse.emf.ecore.util.EObjectWithInverseEList
 
hasNext() - Method in class org.eclipse.emf.common.util.AbstractEList.EIterator
Returns whether there are more objects.
hasNext() - Method in class org.eclipse.emf.common.util.AbstractTreeIterator
Returns whether there are more elements.
hasNext() - Method in class org.eclipse.emf.common.util.BasicEMap.BasicEMapIterator
Returns whether there are more objects.
hasNext() - Method in class org.eclipse.emf.ecore.util.EContentsEList.FeatureIteratorImpl
 
hasNext() - Method in class org.eclipse.emf.ecore.util.EcoreUtil.AbstractFilteredSettingsIterator
 
hasNext() - Method in class org.eclipse.emf.ecore.util.EcoreUtil.ContentTreeIterator
Returns the next object and advances the iterator.
hasNext() - Method in class org.eclipse.emf.ecore.util.EcoreUtil.ContentTreeIterator.ResourcesIterator
Returns whether there might be resources left by the time we next check.
hasNext() - Method in class org.eclipse.emf.ecore.util.EcoreUtil.ProperContentIterator
 
hasNext() - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.BasicFeatureEIterator
 
hasNext() - Method in class org.eclipse.emf.ecore.xmi.impl.StringSegment.SegmentIterator
 
hasOffsetCorrection() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
hasOffsetCorrection() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
hasOnlyDefaultConstraints() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClassifier
 
hasOnlyDefaultConstraints() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassifierImpl
 
hasOnlyDefaultConstraints() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
hasOpaquePart() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
hasOpaquePart() - Method in class org.eclipse.emf.common.util.URI
Returns true if this is a non-hierarchical URI with an opaque part component; false otherwise.
hasOpaquePart() - Method in class org.eclipse.emf.common.util.URI.Opaque
 
hasParameterDocumentation() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenOperation
 
hasParameterDocumentation() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
 
hasPath() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
hasPath() - Method in class org.eclipse.emf.common.util.URI
Returns true if this is a hierarchical URI with an absolute or relative path; false otherwise.
hasPath() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
hasPluginSupport() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
hasPluginSupport() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
hasPrevious() - Method in class org.eclipse.emf.common.util.AbstractEList.EListIterator
Returns whether there are more objects for AbstractEList.EListIterator.previous().
hasPrevious() - Method in class org.eclipse.emf.ecore.util.EContentsEList.FeatureIteratorImpl
 
hasPrevious() - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.BasicFeatureEIterator
 
hasPrevious() - Method in class org.eclipse.emf.ecore.xmi.impl.StringSegment.SegmentIterator
 
hasProxies() - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList.Generic
 
hasProxies() - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList
 
hasProxies() - Method in class org.eclipse.emf.ecore.util.EcoreEList.Generic
 
hasProxies() - Method in class org.eclipse.emf.ecore.util.EcoreEList
 
hasProxies() - Method in class org.eclipse.emf.ecore.util.EObjectContainmentEList.Resolving
 
hasProxies() - Method in class org.eclipse.emf.ecore.util.EObjectContainmentEList.Unsettable.Resolving
 
hasProxies() - Method in class org.eclipse.emf.ecore.util.EObjectContainmentWithInverseEList.Resolving
 
hasProxies() - Method in class org.eclipse.emf.ecore.util.EObjectContainmentWithInverseEList.Unsettable.Resolving
 
hasProxies() - Method in class org.eclipse.emf.ecore.util.EObjectResolvingEList
 
hasProxies() - Method in class org.eclipse.emf.ecore.util.EObjectResolvingEList.Unsettable
 
hasProxies() - Method in class org.eclipse.emf.ecore.util.EObjectWithInverseResolvingEList
 
hasProxies() - Method in class org.eclipse.emf.ecore.util.EObjectWithInverseResolvingEList.Unsettable
 
hasQuery() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
hasQuery() - Method in class org.eclipse.emf.common.util.URI
Returns true if this is a hierarchical URI with a query component; false otherwise.
hasQuery() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
hasReferenceToClassifierWithInstanceTypeName(List<? extends EGenericType>) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
hasReferenceToClassifierWithInstanceTypeName(EGenericType) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
hasRelativePath() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
hasRelativePath() - Method in class org.eclipse.emf.common.util.URI
Returns true if this is a hierarchical URI with a relative path, or false if it is non-hierarchical, has no path, or has an absolute path.
hasRelativePath() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
hasRoseGenPackageProperties(EPackage) - Method in class org.eclipse.emf.importer.rose.RoseImporter
Returns whether the Rose model properties includes genmodel information about a given ePackage.
hasSettingDelegate() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
Returns whether this feature is implemented with a registered setting delegate.
hasSettingDelegate() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
hasSettings() - Method in interface org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder
 
hasSettings() - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl
 
hasSettings() - Method in class org.eclipse.emf.ecore.impl.DynamicEObjectImpl.DynamicEPropertiesHolderImpl
 
hasSettings() - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.EStoreEPropertiesHolderImpl
 
hasShadow() - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Returns false.
hasShadow() - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Returns false.
hasShadow() - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
hasShadow() - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
hasStatefulProvider() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
hasStatefulProvider() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
hasStaticFeatures() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
hasStaticFeatures() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
hasSubstitution(String) - Static method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
hasTargetNamespace() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
hasTargetNamespace() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
hasTests() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
hasTests() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
hasTests() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
hasTests() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
hasTestSuiteClass() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
hasTestSuiteClass() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
hasTestSupport() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
hasTestSupport() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
hasTrailingNewLine() - Method in class org.eclipse.emf.codegen.jet.JETReader
Tests whether the current stream has at least one trailing newline, optionally followed by spaces.
hasTrailingPathSeparator() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
hasTrailingPathSeparator() - Method in class org.eclipse.emf.common.util.URI
Returns true if this is a hierarchical URI that has a path that ends with a trailing separator; false otherwise.
hasTrailingPathSeparator() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
hasTypeMappings(Collection<?>) - Method in class org.eclipse.emf.mapping.impl.MappingRootImpl
 
hasUnsavedEditors() - Method in class org.eclipse.emf.ecore.xcore.ui.refactoring.XcoreRenameElementProcessor
 
hasValidData() - Method in class org.eclipse.emf.oda.ecore.ui.impl.EcoreDataSetWizardPage
Indicates whether the custom page has valid data to proceed with defining a data set.
hasXMLDependency() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
hasXMLDependency() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
hasXMLMap() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
hasXMLMap() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
haveEqualAttribute(EObject, EObject, EAttribute) - Method in class org.eclipse.emf.ecore.util.EcoreUtil.EqualityHelper
Returns whether the two objects have equal values for the attribute.
haveEqualFeature(EObject, EObject, EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.EcoreUtil.EqualityHelper
Returns whether the two objects have equal isSet states and values for the feature.
haveEqualReference(EObject, EObject, EReference) - Method in class org.eclipse.emf.ecore.util.EcoreUtil.EqualityHelper
Returns whether the two objects have equal values for the reference.
HEADER_PATTERN - Static variable in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter
A pattern for matching manifest attribute headers.
HEADER_PATTERN - Static variable in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJCompilationUnit
Pattern to extract and replace header.
headerString - Variable in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJCompilationUnit
Header of the compilation unit to be set during rewrite.
height - Variable in class org.eclipse.emf.edit.provider.ComposedImage.Size
 
HEIGHT - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
helpedObject - Variable in class org.eclipse.emf.mapping.impl.MappingHelperImpl
The cached value of the 'Helped Object' reference
helper - Variable in class org.eclipse.emf.common.EMFPlugin.EclipsePlugin
The EMF plug-in APIs are all delegated to this helper, so that code can be shared by plug-in implementations with a different platform base class (e.g.
helper - Variable in class org.eclipse.emf.common.ui.EclipseUIPlugin
The EMF plug-in APIs are all delegated to this helper, so that code can be shared by plug-in implementations with a different platform base class (e.g.
helper - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
helper - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLLoadImpl
 
helper - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
helper - Variable in class org.eclipse.emf.edit.command.CreateChildCommand
This is the helper object, usually the item provider for CreateChildCommand.owner, to which parts of this command's functionality are delegated.
helper(DropTargetEvent) - Method in class org.eclipse.emf.edit.ui.dnd.EditingDomainViewerDropAdapter
This method is called the same way for each of the org.eclipse.swt.dnd.DropTargetListener methods, except for leave and drop.
helper - Variable in class org.eclipse.emf.mapping.impl.MappingImpl
The cached value of the 'Helper' containment reference
HEX_BINARY - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
The meta object id for the 'Hex Binary' data type
HEX_BINARY - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage.Literals
The meta object literal for the 'Hex Binary' data type
HEX_DIGITS - Static variable in class org.eclipse.emf.common.util.URI
 
HEX_DIGITS - Static variable in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
 
HEX_HI - Static variable in class org.eclipse.emf.common.util.URI
 
HEX_LO - Static variable in class org.eclipse.emf.common.util.URI
 
hexBinary - Variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
hexCharToByte(char) - Static method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
 
hideTabs() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
If there is just one page in the multi-page editor part, this hides the single tab at the bottom
hideTabs() - Method in class org.eclipse.emf.ecore.presentation.EcoreEditor
If there is just one page in the multi-page editor part, this hides the single tab at the bottom
hideTabs() - Method in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryEditor
If there is just one page in the multi-page editor part, this hides the single tab at the bottom
hideTabs() - Method in class org.eclipse.emf.java.presentation.JavaEditor
If there is just one page in the multi-page editor part, this hides the single tab at the bottom
hideTabs() - Method in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLEditor
If there is just one page in the multi-page editor part, this hides the single tab at the bottom
hideTabs() - Method in class org.eclipse.emf.mapping.presentation.MappingEditor
If there is just one page in the multi-page editor part, this hides the single tab at the bottom
HIGH_PRIORITY - Static variable in interface org.eclipse.emf.ecore.resource.ContentHandler.Registry
A constant indicating a high priority content handler.
highBitmask(char) - Static method in class org.eclipse.emf.common.util.URI
 
highBitmask(char, char) - Static method in class org.eclipse.emf.common.util.URI
 
highBitmask(String) - Static method in class org.eclipse.emf.common.util.URI
 
highSurrogate(int) - Static method in class org.eclipse.emf.ecore.xml.type.internal.DataValue.XMLChar
Returns the high surrogate of a supplemental character
HomeHTML - Class in org.eclipse.emf.codegen.ecore.templates.editor
 
HomeHTML() - Constructor for class org.eclipse.emf.codegen.ecore.templates.editor.HomeHTML
 
hookControl(Control) - Method in class org.eclipse.emf.common.ui.viewer.ExtendedTableTreeViewer
Deprecated.
 
hookDisplayDispose(Display) - Method in class org.eclipse.emf.edit.ui.provider.ExtendedColorRegistry
 
hookDisplayDispose(Display) - Method in class org.eclipse.emf.edit.ui.provider.ExtendedFontRegistry
 
hookDisplayDispose(Display) - Method in class org.eclipse.emf.edit.ui.provider.ExtendedImageRegistry
 
hookFocus(Control) - Method in class org.eclipse.emf.common.ui.ViewerPane
Hook focus on a control.
hookListener(Object) - Method in class org.eclipse.emf.databinding.EObjectObservableMap
 
host() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
host() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
host() - Method in class org.eclipse.emf.common.util.URI
If this is a hierarchical URI with an authority component that has a host portion, returns it; null otherwise.
hoverInformationControlManager - Variable in class org.eclipse.emf.common.ui.viewer.ColumnViewerInformationControlToolTipSupport
 
HREF - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
 
hrefAttribute - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
HTMLExporter - Class in org.eclipse.emf.exporter.html
This example shows how the Export API and JET can be used to generate a HTML documentation for Ecore packages.
HTMLExporter() - Constructor for class org.eclipse.emf.exporter.html.HTMLExporter
 
HTMLExporterPlugin - Class in org.eclipse.emf.exporter.html
The Plugin for the HTML exporter.
HTMLExporterPlugin.Implementation - Class in org.eclipse.emf.exporter.html
The actual implementation of the Eclipse Plugin.
HTMLExporterPlugin.Implementation() - Constructor for class org.eclipse.emf.exporter.html.HTMLExporterPlugin.Implementation
Creates an instance.
HTMLExporterWizard - Class in org.eclipse.emf.exporter.html.ui
 
HTMLExporterWizard() - Constructor for class org.eclipse.emf.exporter.html.ui.HTMLExporterWizard
 

I

IChangeNotifier - Interface in org.eclipse.emf.edit.provider
This interface is implemented by something that can handle MOF-style change notifications.
IChildCreationExtender - Interface in org.eclipse.emf.edit.provider
An interface used by objects that can extend the results of IEditingDomainItemProvider.getNewChildDescriptors.
IChildCreationExtender.Descriptor - Interface in org.eclipse.emf.edit.provider
A descriptor can create a child creation extender.
IChildCreationExtender.Descriptor.Registry - Interface in org.eclipse.emf.edit.provider
A registry is an index that takes a namespace and maps it to a collection of descriptors.
IChildCreationExtender.Descriptor.Registry.Impl - Class in org.eclipse.emf.edit.provider
A simple registry implementation that supports delegation.
IChildCreationExtender.Descriptor.Registry.Impl(IChildCreationExtender.Descriptor.Registry) - Constructor for class org.eclipse.emf.edit.provider.IChildCreationExtender.Descriptor.Registry.Impl
Creates an instance.
IClassLoaderProvider - Interface in org.eclipse.emf.ecore.xcore.interpreter
Provides access to a resource-set-specific class loader.
IClassLoaderProvider.NullClassLoaderProvider - Class in org.eclipse.emf.ecore.xcore.interpreter
A default implementation that always returns null.
IClassLoaderProvider.NullClassLoaderProvider() - Constructor for class org.eclipse.emf.ecore.xcore.interpreter.IClassLoaderProvider.NullClassLoaderProvider
 
IComposedSelection - Interface in org.eclipse.emf.mapping.presentation
 
icon - Variable in class org.eclipse.emf.converter.ui.contribution.ModelConverterManager.ModelConverterDescriptorImpl
 
ID - Static variable in class org.eclipse.emf.codegen.CodeGenPlugin
The plugin ID
ID - Static variable in class org.eclipse.emf.codegen.ecore.CodeGenEcorePlugin
 
ID - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelEditPlugin
 
ID - Static variable in class org.eclipse.emf.common.ui.URIEditorInputFactory
 
ID - Static variable in class org.eclipse.emf.converter.ConverterPlugin
 
id - Variable in class org.eclipse.emf.converter.ui.contribution.ModelConverterManager.ModelConverterDescriptorImpl
 
id - Variable in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectOutputStream.EClassData
 
id - Variable in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectOutputStream.EPackageData
 
iD - Variable in class org.eclipse.emf.ecore.xcore.impl.XAttributeImpl
The cached value of the 'ID' attribute
id - Variable in class org.eclipse.emf.ecore.xml.namespace.impl.XMLNamespaceDocumentRootImpl
The cached value of the 'Id' attribute
id - Variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
ID - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
The meta object id for the 'ID' data type
ID - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage.Literals
The meta object literal for the 'ID' data type
ID - Static variable in class org.eclipse.emf.examples.generator.validator.ValidatorGeneratorPlugin
 
ID - Static variable in class org.eclipse.emf.exporter.ExporterPlugin
 
ID - Static variable in class org.eclipse.emf.importer.ImporterPlugin
 
id - Variable in class org.eclipse.emf.importer.rose.parser.RoseNode
 
ID_ATTRIB - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMIHandler
 
ID_ATTRIBUTE_NAME_EDEFAULT - Static variable in class org.eclipse.emf.mapping.ecore2xml.impl.XMLMapImpl
The default value of the 'ID Attribute Name' attribute
ID_EDEFAULT - Static variable in class org.eclipse.emf.ecore.impl.EAttributeImpl
The default value of the 'ID' attribute
ID_EDEFAULT - Static variable in class org.eclipse.emf.ecore.xcore.impl.XAttributeImpl
The default value of the 'ID' attribute
ID_EDEFAULT - Static variable in class org.eclipse.emf.ecore.xml.namespace.impl.XMLNamespaceDocumentRootImpl
The default value of the 'Id' attribute
ID_EFLAG - Static variable in class org.eclipse.emf.ecore.impl.EAttributeImpl
The flag representing the value of the 'ID' attribute
idAttribute - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
idAttributeName - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLMapImpl
 
idAttributeName - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
idAttributeNS - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
IDE_VALUE - Static variable in enum org.eclipse.emf.codegen.ecore.genmodel.GenRuntimePlatform
The 'IDE' literal value
identifier - Variable in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter.ExtensionData
 
identifiers - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
IdentityCommand - Class in org.eclipse.emf.common.command
A command that always produces the same result.
IdentityCommand() - Constructor for class org.eclipse.emf.common.command.IdentityCommand
Creates an empty instance.
IdentityCommand(Object) - Constructor for class org.eclipse.emf.common.command.IdentityCommand
Creates an instance with a result collection containing the given result object.
IdentityCommand(Collection<?>) - Constructor for class org.eclipse.emf.common.command.IdentityCommand
Creates an instance with the given result collection.
IdentityCommand(String) - Constructor for class org.eclipse.emf.common.command.IdentityCommand
Creates an instance with the given label.
IdentityCommand(String, Object) - Constructor for class org.eclipse.emf.common.command.IdentityCommand
Creates an instance with the given label and a result collection containing the given result object.
IdentityCommand(String, Collection<?>) - Constructor for class org.eclipse.emf.common.command.IdentityCommand
Creates an instance with the given label the result collection.
IdentityCommand(String, String) - Constructor for class org.eclipse.emf.common.command.IdentityCommand
Creates an instance with the given label and description.
IdentityCommand(String, String, Object) - Constructor for class org.eclipse.emf.common.command.IdentityCommand
Creates an instance with the given label, description, and a result collection containing the given result object.
IdentityCommand(String, String, Collection<?>) - Constructor for class org.eclipse.emf.common.command.IdentityCommand
Creates an instance with the given label, description, result collection.
IDisposable - Interface in org.eclipse.emf.edit.provider
This is implemented by objects that need to be disposed after they are no longer needed.
IDL - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
IDLSPECIFICATIONTYPE - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
IDLSPECSET - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
idref - Variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
IDREF - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
The meta object id for the 'IDREF' data type
IDREF - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage.Literals
The meta object literal for the 'IDREF' data type
idrefs - Variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
IDREFS - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
The meta object id for the 'IDREFS' data type
IDREFS - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage.Literals
The meta object literal for the 'IDREFS' data type
IDREFS_BASE - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
The meta object id for the 'IDREFS Base' data type
IDREFS_BASE - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage.Literals
The meta object literal for the 'IDREFS Base' data type
idrefsBase - Variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
idStack - Variable in class org.eclipse.emf.importer.rose.parser.RoseParser
 
idToEObjectMap - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
The map from ID to EObject.
idToParentMap - Variable in class org.eclipse.emf.importer.rose.builder.RoseEcoreBuilder
 
IEditingDomainItemProvider - Interface in org.eclipse.emf.edit.provider
This is the interface used by EditingDomain to impose a hierarchical relation on the model objects, and to map operations on those objects onto an underlying EMF model Commands.
IEditingDomainProvider - Interface in org.eclipse.emf.edit.domain
This is the interface specified by an object that is able to yield its EditingDomain.
IEMFEditListProperty - Interface in org.eclipse.emf.databinding.edit
PROVISIONAL: This API is subject to arbitrary change, including renaming or removal.
IEMFEditMapProperty - Interface in org.eclipse.emf.databinding.edit
PROVISIONAL: This API is subject to arbitrary change, including renaming or removal.
IEMFEditObservable - Interface in org.eclipse.emf.databinding.edit
PROVISIONAL: This API is subject to arbitrary change, including renaming or removal.
IEMFEditProperty - Interface in org.eclipse.emf.databinding.edit
PROVISIONAL: This API is subject to arbitrary change, including renaming or removal.
IEMFEditSetProperty - Interface in org.eclipse.emf.databinding.edit
An ISetProperty extension interface with convenience methods for creating nested EStructuralFeature properties.
IEMFEditValueProperty - Interface in org.eclipse.emf.databinding.edit
PROVISIONAL: This API is subject to arbitrary change, including renaming or removal.
IEMFListProperty - Interface in org.eclipse.emf.databinding
PROVISIONAL: This API is subject to arbitrary change, including renaming or removal.
IEMFListProperty.ListElementAccess<O> - Class in org.eclipse.emf.databinding
PROVISIONAL: This API is subject to arbitrary change, including renaming or removal.
IEMFListProperty.ListElementAccess() - Constructor for class org.eclipse.emf.databinding.IEMFListProperty.ListElementAccess
 
IEMFListProperty.ListElementAccess.WriteData - Class in org.eclipse.emf.databinding
PROVISIONAL: This API is subject to arbitrary change, including renaming or removal.
IEMFListProperty.ListElementAccess.WriteData(int, boolean) - Constructor for class org.eclipse.emf.databinding.IEMFListProperty.ListElementAccess.WriteData
Create new instance
IEMFMapProperty - Interface in org.eclipse.emf.databinding
PROVISIONAL: This API is subject to arbitrary change, including renaming or removal.
IEMFObservable - Interface in org.eclipse.emf.databinding
PROVISIONAL: This API is subject to arbitrary change, including renaming or removal.
IEMFProperty - Interface in org.eclipse.emf.databinding
PROVISIONAL: This API is subject to arbitrary change, including renaming or removal.
IEMFSetProperty - Interface in org.eclipse.emf.databinding
An ISetProperty extension interface with convenience methods for creating nested EStructuralFeature properties.
IEMFValueProperty - Interface in org.eclipse.emf.databinding
PROVISIONAL: This API is subject to arbitrary change, including renaming or removal.
ignorableWhitespace(char[], int, int) - Method in class org.eclipse.emf.ecore.xmi.impl.SAXWrapper
Deprecated.
 
ignorableWhitespace(char[], int, int) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
ignore - Variable in class org.eclipse.emf.mapping.presentation.MappingEditor.DelayedColumnFitter.DelayedLayout
 
IItemColorProvider - Interface in org.eclipse.emf.edit.provider
This is the interface implemented to provide a color for an item; it receives delegated calls from IColorProvider.
IItemFontProvider - Interface in org.eclipse.emf.edit.provider
This is the interface implemented to provide a font for an item; it receives delegated calls from IFontProvider.
IItemLabelProvider - Interface in org.eclipse.emf.edit.provider
This is the interface implemented to provide a label text and even a label icon for an item; it receives delegated calls from ILabelProvider.
IItemPropertyDescriptor - Interface in org.eclipse.emf.edit.provider
This interface extends IPropertyDescriptor so that the methods of IItemPropertySource can be delegated to the descriptor.
IItemPropertyDescriptor.OverrideableCommandOwner - Interface in org.eclipse.emf.edit.provider
This interface may be implemented by item property descriptors to allow an object to be provided as an override for whatever would usually be the owner of any commands created to set the property's value.
IItemPropertySource - Interface in org.eclipse.emf.edit.provider
This is the interface is needed to populate property sheet items; it is the same as IPropertySource except that the object is passed as the first parameter for each method.
IItemProviderDecorator - Interface in org.eclipse.emf.edit.provider
This is implemented by an item provider that decorates another item provider.
IItemStyledLabelProvider - Interface in org.eclipse.emf.edit.provider
This is the interface implemented to provide a styled label text for an item; it receives delegated calls from IStyledLabelProvider.
IJETNature - Interface in org.eclipse.emf.codegen.jet
 
IllegalValueException - Exception in org.eclipse.emf.ecore.xmi
 
IllegalValueException(EObject, EStructuralFeature, Object, Exception, String, int, int) - Constructor for exception org.eclipse.emf.ecore.xmi.IllegalValueException
 
image - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
The cached value of the 'Image' attribute
image - Variable in class org.eclipse.emf.edit.provider.ItemProvider
This is the image returned by getImage(Object).
IMAGE_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
The default value of the 'Image' attribute
ImageDataSynthesizer - Class in org.eclipse.emf.edit.ui.provider
 
imageDescriptorTable - Variable in class org.eclipse.emf.edit.ui.provider.ExtendedImageRegistry
 
imageLabel - Variable in class org.eclipse.emf.common.ui.editor.ProblemEditorPart
 
imagePadding - Variable in class org.eclipse.emf.common.ui.viewer.ExtendedTableTreeViewer
Deprecated.
 
imagePaddingWidth - Variable in class org.eclipse.emf.common.ui.viewer.ExtendedTableTreeViewer
Deprecated.
 
Images - Class in org.eclipse.emf.codegen.ecore.templates.edit
 
Images() - Constructor for class org.eclipse.emf.codegen.ecore.templates.edit.Images
 
images - Variable in class org.eclipse.emf.common.util.DelegatingResourceLocator
A cache of the image descriptions.
images - Variable in class org.eclipse.emf.edit.provider.ComposedImage
 
images - Static variable in class org.eclipse.emf.mapping.presentation.MappingDomainLabelProvider
 
imageSizes - Variable in class org.eclipse.emf.edit.provider.ComposedImage
 
ImageURIRegistry - Class in org.eclipse.emf.common.ui
A registry for mapping an image or image descriptor to a URI representing a local file system cached location for that image.
ImageWrapperImageDescriptor - Class in org.eclipse.emf.edit.ui.provider
 
immutableCopy(EList<? extends T>) - Static method in class org.eclipse.emf.ecore.xcore.lib.XcoreEListExtensions
Returns an immutable copy of the specified list.
IModelExporterPage - Interface in org.eclipse.emf.exporter.ui.contribution.base
 
IModelImporterPage - Interface in org.eclipse.emf.importer.ui.contribution.base
 
IModelImporterWizard - Interface in org.eclipse.emf.importer.ui.contribution
 
IMPLEMENTATIONTYPE - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
implementsAnnotationExpression - Static variable in class org.eclipse.emf.importer.java.builder.JavaEcoreBuilder
The pattern for extracting the @implements annotations.
implementsAny(Collection<GenFeature>) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
implementsAny(Collection<GenFeature>) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
IMPLICIT_ALIASES - Static variable in class org.eclipse.emf.ecore.xcore.scoping.XcoreImportedNamespaceAwareScopeProvider
 
IMPORT_ORGANIZING_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Import Organizing' attribute
IMPORT_VIEW - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
importableCrossReferences(EObject) - Static method in class org.eclipse.emf.ecore.xcore.util.XcoreUtil
 
importDirectives - Variable in class org.eclipse.emf.ecore.xcore.impl.XPackageImpl
The cached value of the 'Import Directives' containment reference list
IMPORTED_NAMESPACE_EDEFAULT - Static variable in class org.eclipse.emf.ecore.xcore.impl.XImportDirectiveImpl
The default value of the 'Imported Namespace' attribute
importedNamespace - Variable in class org.eclipse.emf.ecore.xcore.impl.XImportDirectiveImpl
The cached value of the 'Imported Namespace' attribute
importedObject - Variable in class org.eclipse.emf.ecore.xcore.impl.XImportDirectiveImpl
The cached value of the 'Imported Object' reference
importedPackages - Variable in class org.eclipse.emf.codegen.util.ImportManager
The set of packages that have been imported with wildcards.
importedPackages - Variable in class org.eclipse.emf.java.impl.JCompilationUnitImpl
The cached value of the 'Imported Packages' reference list
importedTypes - Variable in class org.eclipse.emf.java.impl.JCompilationUnitImpl
The cached value of the 'Imported Types' reference list
IMPORTER_ID_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Importer ID' attribute
importerID - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Importer ID' attribute
ImporterPlugin - Class in org.eclipse.emf.importer
The Plugin for the model importer.
ImporterPlugin.Implementation - Class in org.eclipse.emf.importer
The actual implementation of the Eclipse Plugin.
ImporterPlugin.Implementation() - Constructor for class org.eclipse.emf.importer.ImporterPlugin.Implementation
Creates an instance.
ImporterUtil - Class in org.eclipse.emf.importer.util
Utility methods and classes.
ImporterUtil() - Constructor for class org.eclipse.emf.importer.util.ImporterUtil
 
ImportingTypesProposalProvider - Class in org.eclipse.emf.ecore.xcore.ui.contentassist
 
ImportingTypesProposalProvider() - Constructor for class org.eclipse.emf.ecore.xcore.ui.contentassist.ImportingTypesProposalProvider
 
ImportingTypesProposalProvider.FQNImporter - Class in org.eclipse.emf.ecore.xcore.ui.contentassist
 
ImportingTypesProposalProvider.FQNImporter(Resource, ITextViewer, IScope, IQualifiedNameConverter, <any>, QualifiedNameValueConverter) - Constructor for class org.eclipse.emf.ecore.xcore.ui.contentassist.ImportingTypesProposalProvider.FQNImporter
 
importInsertionPoint - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
Deprecated.
In 2.5, this is stored in the import manager.
importManager - Variable in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter
The ImportManager currently being used in generating Java code.
importManager - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
Deprecated.
In 2.5, access this via GenModelImpl.getImportManager(), not directly. This may not be stored on every GenModel in later versions.
ImportManager - Class in org.eclipse.emf.codegen.util
A manager for import declarations in generated code.
ImportManager(String, String) - Constructor for class org.eclipse.emf.codegen.util.ImportManager
Creates an import manager for the given compilation unit package and short name.
ImportManager(String) - Constructor for class org.eclipse.emf.codegen.util.ImportManager
Creates an import manager for a compilation unit in the given package.
importMap - Variable in class org.eclipse.emf.codegen.jmerge.JPatternDictionary
Deprecated.
 
importMap - Variable in class org.eclipse.emf.codegen.merge.java.JPatternDictionary
 
importOrganizing - Variable in class org.eclipse.emf.ant.taskdefs.codegen.ecore.GeneratorTask
 
importOrganizing - Variable in class org.eclipse.emf.codegen.ecore.generator.Generator.Options
Whether Eclipse JDT unused import checking should be used to remove unused imports from generated Java code.
importOrganizing - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Import Organizing' attribute
importOrganizing - Variable in class org.eclipse.emf.importer.ModelImporterApplication
 
imports - Variable in class org.eclipse.emf.codegen.util.ImportManager
The set of imports to be added to the compilation unit.
imports - Variable in class org.eclipse.emf.java.impl.JCompilationUnitImpl
The cached value of the 'Imports' attribute list
importStringBuffer - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
Deprecated.
In 2.5, this is stored in the import manager.
in2out - Variable in class org.eclipse.emf.mapping.impl.ComplexTypeConverterImpl
The cached value of the 'In2out' reference
in2out - Variable in class org.eclipse.emf.mapping.impl.FunctionNamePairImpl
The cached value of the 'In2out' attribute
in2out - Variable in class org.eclipse.emf.mapping.impl.FunctionPairImpl
The cached value of the 'In2out' reference
IN2OUT_EDEFAULT - Static variable in class org.eclipse.emf.mapping.impl.FunctionNamePairImpl
The default value of the 'In2out' attribute
inBuild - Variable in class org.eclipse.emf.codegen.jet.JETCompileTemplateOperation
 
includeRoot - Variable in class org.eclipse.emf.common.util.AbstractTreeIterator
Whether the first call to next returns the initial root object or begins with the first child of the root object.
includeStack - Variable in class org.eclipse.emf.codegen.jet.JETMark
This is the stack of inclusions.
includeTrailingCommentMapper - Variable in class org.eclipse.emf.codegen.merge.java.facade.ast.CommentAwareSourceRangeComputer
Map of nodes to the trailing Comment nodes that must be included in the range for the node
incrementalBuild(IResourceDelta, IProgressMonitor) - Method in class org.eclipse.emf.codegen.jet.JETBuilder
Does an incremental build.
incrementDeferredInitializationCount() - Method in class org.eclipse.emf.edit.command.CopyCommand.Helper
 
indent(String, String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
indent(String, String, String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
indent(String, String, String, boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
indent - Variable in class org.eclipse.emf.codegen.merge.java.JControlModel
 
indentAndImport(String, String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
indentIsSet - Variable in class org.eclipse.emf.codegen.merge.java.JControlModel
 
indents - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLString
 
INDETERMINATE - Static variable in class org.eclipse.emf.ecore.xml.type.internal.DataValue.TypeValidator
 
INDETERMINATE - Static variable in class org.eclipse.emf.ecore.xml.type.internal.XMLCalendar
 
INDETERMINATE - Static variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeUtil
 
index(int, int) - Static method in class org.eclipse.emf.common.util.WeakInterningHashSet
Returns the index in the WeakInterningHashSet.entries for the given hash code and capacity.
index - Variable in class org.eclipse.emf.databinding.IEMFListProperty.ListElementAccess.WriteData
The index in the list the value is written to
index - Variable in class org.eclipse.emf.ecore.change.impl.ListChangeImpl
The cached value of the 'Index' attribute
index - Variable in class org.eclipse.emf.ecore.resource.URIConverter.ReadableInputStream.Buffer
 
index - Variable in class org.eclipse.emf.ecore.resource.URIConverter.WriteableOutputStream.Buffer
 
index - Variable in class org.eclipse.emf.ecore.util.EcoreUtil.AbstractFilteredSettingsIterator
 
index - Variable in class org.eclipse.emf.ecore.util.EcoreUtil.ContentTreeIterator.ResourcesIterator
The current index of the iterator.
index - Variable in class org.eclipse.emf.edit.command.AddCommand
This is the position at which the objects will be inserted.
index - Variable in class org.eclipse.emf.edit.command.CommandParameter
This the index (usually the position indicator) of the command.
index - Variable in class org.eclipse.emf.edit.command.CreateChildCommand
This is the index for the new object's position under the feature.
index - Variable in class org.eclipse.emf.edit.command.MoveCommand
This is the position to which the object will be moved.
index - Variable in class org.eclipse.emf.edit.command.PasteFromClipboardCommand
This is index in the feature of the owner where the clipboard copy is pasted.
index - Variable in class org.eclipse.emf.edit.command.ReplaceCommand
This is the index at which to reinsert the replaced object during an undo so as to achieve the original list order.
index - Variable in class org.eclipse.emf.edit.command.SetCommand
This is the position at which the object will be set.
index - Variable in class org.eclipse.emf.edit.provider.WrapperItemProvider
The index at which the value is located.
index - Variable in class org.eclipse.emf.mapping.command.PersistentCommandStack.Decoder
 
INDEX_EDEFAULT - Static variable in class org.eclipse.emf.ecore.change.impl.ListChangeImpl
The default value of the 'Index' attribute
INDEX_LOOKUP - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
indexOf(Object) - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Returns the position of the first occurrence of the object in the list.
indexOf(Object) - Method in class org.eclipse.emf.common.util.BasicEList
Returns the position of the first occurrence of the object in the list.
indexOf(int) - Method in class org.eclipse.emf.common.util.BasicEMap
Called to return the entry data index corresponding to the hash code.
indexOf(Object) - Method in class org.eclipse.emf.common.util.BasicEMap
indexOf(Object) - Method in class org.eclipse.emf.common.util.DelegatingEList
Returns the position of the first occurrence of the object in the list.
indexOf(List<?>, Object, int) - Static method in class org.eclipse.emf.common.util.ECollections
Searches for the first occurrence of the given argument in list starting from a specified index.
indexOf(Object) - Method in class org.eclipse.emf.databinding.internal.EWritableList
 
indexOf(InternalEObject, EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.EStoreImpl
 
indexOf(InternalEObject, EStructuralFeature, Object) - Method in interface org.eclipse.emf.ecore.InternalEObject.EStore
Returns the first index of the given value in the content of the object's feature.
indexOf(EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
indexOf(EStructuralFeature, Object, boolean) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
indexOf(Object) - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList
 
indexOf(EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
indexOf(EStructuralFeature, Object, boolean) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
indexOf(Object) - Method in class org.eclipse.emf.ecore.util.EcoreEList
 
indexOf(List<?>, Object, int) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Deprecated.
indexOf(EStructuralFeature, Object) - Method in interface org.eclipse.emf.ecore.util.FeatureMap.Internal
 
indexOf(Object) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList
 
indexOf(EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureFeatureMap
 
indexOfKey(Object) - Method in class org.eclipse.emf.common.util.BasicEMap
 
indexOfKey(Object) - Method in interface org.eclipse.emf.common.util.EMap
Returns the index in the list of the entry with the given key, or -1, if there is no such entry.
indices - Variable in class org.eclipse.emf.edit.command.RemoveCommand
These are the indices at which to reinsert the removed objects during an undo so as to achieve the original list order.
inferDeepStructure(GenModel) - Method in class org.eclipse.emf.ecore.xcore.util.XcoreJvmInferrer
 
inferDeepStructure(GenBase) - Method in class org.eclipse.emf.ecore.xcore.util.XcoreJvmInferrer
 
inferDeepStructure() - Method in class org.eclipse.emf.ecore.xcore.util.XcoreJvmInferrer.JvmElementInferrer
 
inferElements(GenModel) - Method in class org.eclipse.emf.ecore.xcore.util.XcoreJvmInferrer
 
inferName(GenBase) - Static method in class org.eclipse.emf.ecore.xcore.util.XcoreJvmInferrer
 
inferName() - Method in class org.eclipse.emf.ecore.xcore.util.XcoreJvmInferrer.JvmElementInferrer
 
inferredElement - Variable in class org.eclipse.emf.ecore.xcore.util.XcoreJvmInferrer.JvmElementInferrer
 
inferStructure() - Method in class org.eclipse.emf.ecore.xcore.util.XcoreJvmInferrer.JvmElementInferrer
 
INFO - Static variable in interface org.eclipse.emf.common.util.Diagnostic
The bit mask value 0x1 for a severity indicating there is an informational message.
informationControl - Variable in class org.eclipse.emf.ecore.xcore.ui.hover.XcoreHoverProvider.XcoreOpenDeclarationAction
 
INHERIT_VIEW - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
INHERITANCE_RELATIONSHIP - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
INHR_LIST - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
init() - Static method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelFactoryImpl
Creates the default factory implementation
init() - Static method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
init(IEditorSite, IEditorInput) - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
This is called during startup
init(IWorkbench, IStructuredSelection) - Method in class org.eclipse.emf.codegen.ecore.ui.EmptyProjectWizard
 
init(IWorkbench, IStructuredSelection) - Method in class org.eclipse.emf.codegen.presentation.ConvertToJETProjectWizard
 
init(IWorkbenchWindow) - Method in class org.eclipse.emf.common.ui.action.WorkbenchWindowActionDelegate
 
init(IEditorSite, IEditorInput) - Method in class org.eclipse.emf.common.ui.editor.ProblemEditorPart
 
init(IWorkbench, IStructuredSelection) - Method in class org.eclipse.emf.common.ui.wizard.AbstractExampleInstallerWizard
 
init(IWorkbench, IStructuredSelection) - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterWizard
 
init() - Static method in class org.eclipse.emf.ecore.change.impl.ChangeFactoryImpl
Creates the default factory implementation
init() - Static method in class org.eclipse.emf.ecore.change.impl.ChangePackageImpl
 
init() - Static method in class org.eclipse.emf.ecore.impl.EcoreFactoryImpl
Creates the default factory implementation
init() - Static method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
init(IWorkbench, IStructuredSelection) - Method in class org.eclipse.emf.ecore.presentation.DynamicModelWizard
This just records the information.
init(IEditorSite, IEditorInput) - Method in class org.eclipse.emf.ecore.presentation.EcoreEditor
This is called during startup
init(IWorkbench, IStructuredSelection) - Method in class org.eclipse.emf.ecore.presentation.EcoreModelWizard
This just records the information
init() - Static method in class org.eclipse.emf.ecore.xcore.impl.XcoreFactoryImpl
Creates the default factory implementation
init() - Static method in class org.eclipse.emf.ecore.xcore.impl.XcorePackageImpl
Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
init(IViewSite) - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractSelectionView
 
init(IWorkbench, IStructuredSelection) - Method in class org.eclipse.emf.ecore.xcore.ui.EmptyXcoreProjectWizard
 
init(XMLResource, Map<?, ?>) - Method in class org.eclipse.emf.ecore.xmi.impl.EMOFSaveImpl
 
init(XMLResource, Map<?, ?>) - Method in class org.eclipse.emf.ecore.xmi.impl.XMISaveImpl
 
init() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
 
init(XMLResource, Map<?, ?>) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
init() - Static method in class org.eclipse.emf.ecore.xml.namespace.impl.XMLNamespaceFactoryImpl
Creates the default factory implementation
init() - Static method in class org.eclipse.emf.ecore.xml.namespace.impl.XMLNamespacePackageImpl
Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
init() - Static method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
Creates the default factory implementation
init() - Static method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypePackageImpl
Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
init() - Static method in class org.eclipse.emf.edit.tree.impl.TreeFactoryImpl
Creates the default factory implementation
init() - Static method in class org.eclipse.emf.edit.tree.impl.TreePackageImpl
Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
init(IAction) - Method in class org.eclipse.emf.edit.ui.action.CommandAction
This is called immediately after this action delegate is created.
init(IViewPart) - Method in class org.eclipse.emf.edit.ui.action.CommandAction
For view actions, the framework calls this when the view is shown, so that we can connect with it.
init(IActionBars) - Method in class org.eclipse.emf.edit.ui.action.EditingDomainActionBarContributor
 
init(IActionBars) - Method in class org.eclipse.emf.examples.extlibrary.actions.EXTLibraryExtendedActionBarContributor
 
init() - Static method in class org.eclipse.emf.examples.extlibrary.impl.EXTLibraryFactoryImpl
Creates the default factory implementation
init() - Static method in class org.eclipse.emf.examples.extlibrary.impl.EXTLibraryPackageImpl
Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
init(IEditorSite, IEditorInput) - Method in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryEditor
This is called during startup
init(IWorkbench, IStructuredSelection) - Method in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryModelWizard
This just records the information
init(IWorkbench, IStructuredSelection) - Method in class org.eclipse.emf.exporter.ui.contribution.base.ModelExporterWizard
 
init(IWorkbench, IStructuredSelection) - Method in class org.eclipse.emf.exporter.ui.EMFExportWizard
 
init() - Method in class org.eclipse.emf.exporter.ui.EMFExportWizard
 
init(IWorkbench, IStructuredSelection) - Method in class org.eclipse.emf.importer.ui.EMFModelWizard
 
init() - Method in class org.eclipse.emf.importer.ui.EMFModelWizard
 
init() - Static method in class org.eclipse.emf.java.impl.JavaFactoryImpl
Creates the default factory implementation
init() - Static method in class org.eclipse.emf.java.impl.JavaPackageImpl
Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
init(IEditorSite, IEditorInput) - Method in class org.eclipse.emf.java.presentation.JavaEditor
This is called during startup
init() - Static method in class org.eclipse.emf.mapping.ecore2ecore.impl.Ecore2EcoreFactoryImpl
Creates the default factory implementation
init() - Static method in class org.eclipse.emf.mapping.ecore2ecore.impl.Ecore2EcorePackageImpl
Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
init(IWorkbench, IStructuredSelection) - Method in class org.eclipse.emf.mapping.ecore2ecore.presentation.Ecore2EcoreModelWizard
This just records the information
init() - Static method in class org.eclipse.emf.mapping.ecore2xml.impl.Ecore2XMLFactoryImpl
Creates the default factory implementation
init() - Static method in class org.eclipse.emf.mapping.ecore2xml.impl.Ecore2XMLPackageImpl
Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
init(IEditorSite, IEditorInput) - Method in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLEditor
This is called during startup
init(IWorkbench, IStructuredSelection) - Method in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLModelWizard
This just records the information
init() - Static method in class org.eclipse.emf.mapping.impl.MappingFactoryImpl
Creates the default factory implementation
init() - Static method in class org.eclipse.emf.mapping.impl.MappingPackageImpl
Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
init(IEditorSite, IEditorInput) - Method in class org.eclipse.emf.mapping.presentation.MappingEditor
 
init() - Method in class org.eclipse.emf.mapping.presentation.MappingEditor.OverviewViewer
Deprecated.
 
initCustomControl(Properties) - Method in class org.eclipse.emf.oda.ecore.ui.impl.EcoreDataSourcePageHelper
Initializes the custom control with the specified properties.
initEAttribute(EAttribute, EClassifier, String, String, int, int, boolean, boolean, boolean, boolean) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
Deprecated. 
initEAttribute(EAttribute, EClassifier, String, String, int, int, boolean, boolean, boolean, boolean, boolean) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
Deprecated. 
initEAttribute(EAttribute, EClassifier, String, String, int, int, boolean, boolean, boolean, boolean, boolean, boolean) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
Deprecated. 
initEAttribute(EAttribute, EClassifier, String, String, int, int, boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
initEAttribute(EAttribute, EClassifier, String, String, int, int, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
initEAttribute(EAttribute, EClassifier, String, String, int, int, Class<?>, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
initEAttribute(EAttribute, EGenericType, String, String, int, int, Class<?>, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
initEClass(EClass, Class<?>, String, boolean, boolean) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
initEClass(EClass, Class<?>, String, boolean, boolean, boolean) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
initEClass(EClass, Class<?>, String, boolean, boolean, boolean, String) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
initEDataType(EDataType, Class<?>, String, boolean) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
initEDataType(EDataType, Class<?>, String, boolean, boolean) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
initEDataType(EDataType, Class<?>, String, boolean, boolean, String) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
initEEnum(EEnum, Class<?>, String) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
initEOperation(EOperation, EClassifier, String) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
initEOperation(EOperation, EClassifier, String, int, int) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
initEOperation(EOperation, EClassifier, String, int, int, boolean, boolean) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
initEOperation(EOperation, EGenericType) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
initEReference(EReference, EClassifier, EReference, String, String, int, int, boolean, boolean, boolean, boolean, boolean) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
Deprecated. 
initEReference(EReference, EClassifier, EReference, String, String, int, int, boolean, boolean, boolean, boolean, boolean, boolean) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
Deprecated. 
initEReference(EReference, EClassifier, EReference, String, String, int, int, boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
Deprecated. 
initEReference(EReference, EClassifier, EReference, String, String, int, int, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
initEReference(EReference, EClassifier, EReference, String, String, int, int, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
initEReference(EReference, EClassifier, EReference, String, String, int, int, Class<?>, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
initEReference(EReference, EGenericType, EReference, String, String, int, int, Class<?>, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
initGen() - Static method in class org.eclipse.emf.ecore.change.impl.ChangePackageImpl
Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
initializationIterator() - Method in class org.eclipse.emf.edit.command.CopyCommand.Helper
 
initializationList - Variable in class org.eclipse.emf.edit.command.CopyCommand.Helper
 
initialize(Object) - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapterFactory
Performs initialization for the given model-level input object.
initialize() - Method in class org.eclipse.emf.codegen.ecore.generator.Generator
Invokes initialize(object) on each adapter factory for the input object.
initialize(Object) - Method in interface org.eclipse.emf.codegen.ecore.generator.GeneratorAdapterFactory
Performs initialization for the given model-level input object.
initialize(EClass) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
initialize(EDataType) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenDataType
 
initialize(EEnum) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenEnum
 
initialize(EEnumLiteral) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenEnumLiteral
 
initialize(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenModelGeneratorAdapterFactory
Performs initialization for the given input GenModel.
initialize(EStructuralFeature) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
initialize(Collection<? extends EPackage>) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
initialize(boolean) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Set up reasonable initial defaults.
initialize(EOperation) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenOperation
 
initialize(EPackage) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
initialize(EParameter) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenParameter
 
initialize(ETypeParameter) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenTypeParameter
 
initialize(Point, Point) - Method in class org.eclipse.emf.codegen.ecore.genmodel.handler.GenerateHandler.GenModelGenerationDialog
 
initialize(Point, Point) - Method in class org.eclipse.emf.codegen.ecore.genmodel.handler.GenerateHandler.GenModelSelectionDialog
 
initialize(EClass) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
initialize(EDataType) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
 
initialize(EEnum) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumImpl
 
initialize(EEnumLiteral) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumLiteralImpl
 
initialize(EStructuralFeature) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
initialize(Collection<? extends EPackage>) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
initialize(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
initialize(boolean, boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
initialize(EOperation) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
 
initialize(EPackage) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
initialize(EParameter) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenParameterImpl
 
initialize(ETypeParameter) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypeParameterImpl
 
initialize(GenModel) - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
 
initialize(IProgressMonitor) - Method in class org.eclipse.emf.codegen.jet.JETEmitter
Compiles the template to set the method will be invoked to generate template results.
initialize(Element) - Method in class org.eclipse.emf.codegen.merge.java.JControlModel.DictionaryPattern
 
initialize(String, Class<?>[]) - Method in class org.eclipse.emf.codegen.merge.java.JControlModel.Feature
 
initialize(FacadeHelper, String) - Method in class org.eclipse.emf.codegen.merge.java.JControlModel
 
initialize(String) - Method in class org.eclipse.emf.codegen.merge.java.JControlModel
 
initialize(Element) - Method in class org.eclipse.emf.codegen.merge.java.JControlModel
 
initialize(Element) - Method in class org.eclipse.emf.codegen.merge.java.JControlModel.MatchRule
 
initialize(Element) - Method in class org.eclipse.emf.codegen.merge.java.JControlModel.PullRule
 
initialize(Element) - Method in class org.eclipse.emf.codegen.merge.java.JControlModel.PushRule
 
initialize(Element) - Method in class org.eclipse.emf.codegen.merge.java.JControlModel.SortRule
 
initialize(Element) - Method in class org.eclipse.emf.codegen.merge.java.JControlModel.SweepRule
 
initialize(Diagnostic) - Method in class org.eclipse.emf.common.ui.DiagnosticComposite
 
initialize(EPackage) - Method in class org.eclipse.emf.ecore.impl.EPackageRegistryImpl
Creates a delegating instance.
initialize(XBlockExpression, XBlockExpression, EDataType, XcoreInterpreter) - Method in class org.eclipse.emf.ecore.xcore.interpreter.XcoreConversionDelegate
 
initialize(XBlockExpression, EOperation, XcoreInterpreter) - Method in class org.eclipse.emf.ecore.xcore.interpreter.XcoreInvocationDelegate
 
initialize(XBlockExpression, XBlockExpression, XBlockExpression, XBlockExpression, EStructuralFeature, XcoreInterpreter) - Method in class org.eclipse.emf.ecore.xcore.interpreter.XcoreSettingDelegate
 
initialize(GenModel) - Method in class org.eclipse.emf.ecore.xcore.util.EcoreXcoreBuilder
 
initialize(GenModel, boolean) - Method in class org.eclipse.emf.ecore.xcore.util.XcoreGenModelInitializer
 
initializeCombo(CCombo, GenPackage) - Method in class org.eclipse.emf.exporter.ui.contribution.base.ModelExporterPackagePage.ReferencedGenPackageTreeEditorHelper
 
initializeCommand - Variable in class org.eclipse.emf.mapping.command.InitializeCopyOverrideCommand
This is command we're overriding
initializeControl() - Method in class org.eclipse.emf.oda.ecore.ui.impl.EcoreDataSetWizardPage
Initializes the page control with the last edited data set design.
InitializeCopyCommand - Class in org.eclipse.emf.edit.command
The initialize copy command is implemented to set the values of an object copy based on those of the original (copied) object.
InitializeCopyCommand(EditingDomain, EObject, CopyCommand.Helper) - Constructor for class org.eclipse.emf.edit.command.InitializeCopyCommand
This constructs an instance that will copy the attribute values of value to those of owner.
InitializeCopyOverrideCommand - Class in org.eclipse.emf.mapping.command
This command overrides the InitializeCopyCommand for cross-domain copies.
InitializeCopyOverrideCommand(MappingDomain, InitializeCopyCommand) - Constructor for class org.eclipse.emf.mapping.command.InitializeCopyOverrideCommand
This creates a command instance that initializes a copied object
initializeDelegateEList() - Method in class org.eclipse.emf.common.util.BasicEMap
Initializes the BasicEMap.delegateEList.
initializeDelegateEList() - Method in class org.eclipse.emf.ecore.util.EcoreEMap
 
initializedWizards - Variable in class org.eclipse.emf.converter.ui.ModelConverterDescriptorSelectionPage
 
initializeEditingDomain() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
This sets up the editing domain for the model editor
initializeEditingDomain() - Method in class org.eclipse.emf.ecore.presentation.EcoreEditor
This sets up the editing domain for the model editor
initializeEditingDomain() - Method in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryEditor
This sets up the editing domain for the model editor
initializeEditingDomain() - Method in class org.eclipse.emf.java.presentation.JavaEditor
This sets up the editing domain for the model editor
initializeEditingDomain() - Method in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLEditor
This sets up the editing domain for the model editor
initializeFromLoadedEPackage(EPackage, EPackage) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
initializeFromPlugin(String) - Method in class org.eclipse.emf.mapping.domain.PluginAdapterFactoryMappingDomain
 
initializeMappedObjectStates() - Method in class org.eclipse.emf.mapping.impl.MappingRootImpl
 
initializeNeeded - Variable in class org.eclipse.emf.codegen.ecore.generator.Generator
Whether the adapter factories for the input need to be called to initialize before generating code.
initializeNewMapping(Mapping, Collection<?>, Collection<?>) - Method in class org.eclipse.emf.mapping.impl.MappingRootImpl
 
initializePackageContents() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelPackageImpl
Complete the initialization of the package and its meta-model.
initializePackageContents() - Method in class org.eclipse.emf.ecore.change.impl.ChangePackageImpl
Complete the initialization of the package and its meta-model.
initializePackageContents() - Method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
Complete the initialization of the package and its meta-model.
initializePackageContents() - Method in class org.eclipse.emf.ecore.xcore.impl.XcorePackageImpl
Complete the initialization of the package and its meta-model.
initializePackageContents() - Method in class org.eclipse.emf.ecore.xml.namespace.impl.XMLNamespacePackageImpl
Complete the initialization of the package and its meta-model.
initializePackageContents() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypePackageImpl
Complete the initialization of the package and its meta-model.
initializePackageContents() - Method in class org.eclipse.emf.edit.tree.impl.TreePackageImpl
Complete the initialization of the package and its meta-model.
initializePackageContents() - Method in class org.eclipse.emf.examples.extlibrary.impl.EXTLibraryPackageImpl
Complete the initialization of the package and its meta-model.
initializePackageContents() - Method in class org.eclipse.emf.java.impl.JavaPackageImpl
Complete the initialization of the package and its meta-model.
initializePackageContents() - Method in class org.eclipse.emf.mapping.ecore2ecore.impl.Ecore2EcorePackageImpl
Complete the initialization of the package and its meta-model.
initializePackageContents() - Method in class org.eclipse.emf.mapping.ecore2xml.impl.Ecore2XMLPackageImpl
Complete the initialization of the package and its meta-model.
initializePackageContents() - Method in class org.eclipse.emf.mapping.impl.MappingPackageImpl
Complete the initialization of the package and its meta-model.
initializer - Variable in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJField
Cached value of initializer of this field.
initializer - Variable in class org.eclipse.emf.java.impl.JFieldImpl
The cached value of the 'Initializer' attribute
INITIALIZER_EDEFAULT - Static variable in class org.eclipse.emf.java.impl.JFieldImpl
The default value of the 'Initializer' attribute
initializerMap - Variable in class org.eclipse.emf.codegen.jmerge.JPatternDictionary
Deprecated.
 
initializerMap - Variable in class org.eclipse.emf.codegen.merge.java.JPatternDictionary
 
initializeUsedGenPackages(GenModel) - Method in class org.eclipse.emf.ecore.xcore.util.XcoreGenModelBuilder
 
initialName - Variable in class org.eclipse.emf.oda.ecore.ui.impl.EcoreDataSetWizardPage.VariableSpecificationDialog
 
initialObjectCreationPage - Variable in class org.eclipse.emf.ecore.presentation.EcoreModelWizard
This is the initial object creation page
initialObjectCreationPage - Variable in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryModelWizard
This is the initial object creation page
initialObjectCreationPage - Variable in class org.eclipse.emf.mapping.ecore2ecore.presentation.Ecore2EcoreModelWizard
This is the initial object creation page
initialObjectCreationPage - Variable in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLModelWizard
This is the initial object creation page
initialObjectField - Variable in class org.eclipse.emf.ecore.presentation.EcoreModelWizard.EcoreModelWizardInitialObjectCreationPage
 
initialObjectField - Variable in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryModelWizard.EXTLibraryModelWizardInitialObjectCreationPage
 
initialObjectField - Variable in class org.eclipse.emf.mapping.ecore2ecore.presentation.Ecore2EcoreModelWizard.Ecore2EcoreModelWizardInitialObjectCreationPage
 
initialObjectField - Variable in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLModelWizard.Ecore2XMLModelWizardInitialObjectCreationPage
 
initialObjectNames - Variable in class org.eclipse.emf.ecore.presentation.EcoreModelWizard
Caches the names of the types that can be created as the root object
initialObjectNames - Variable in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryModelWizard
Caches the names of the types that can be created as the root object
initialObjectNames - Variable in class org.eclipse.emf.mapping.ecore2ecore.presentation.Ecore2EcoreModelWizard
Caches the names of the types that can be created as the root object
initialObjectNames - Variable in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLModelWizard
Caches the names of the types that can be created as the root object
initialProjectName - Variable in class org.eclipse.emf.codegen.ecore.ui.EmptyProjectWizard
 
initJavaSourceContainer(IProgressMonitor) - Method in class org.eclipse.emf.codegen.jet.JETNature
Initializes the Java Source Container
initTemplateContainer(IProgressMonitor) - Method in class org.eclipse.emf.codegen.jet.JETNature
Initializes the template container.
INITV - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
inLayout - Variable in class org.eclipse.emf.mapping.presentation.MappingEditor.DelayedColumnFitter
 
innerIndex - Variable in class org.eclipse.emf.ecore.xmi.impl.StringSegment.SegmentIterator
 
INotifyChangedListener - Interface in org.eclipse.emf.edit.provider
This interface is implemented by something that can handle MOF-style change notifications.
input - Variable in class org.eclipse.emf.codegen.ecore.generator.Generator
 
input - Variable in class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator
 
input - Variable in class org.eclipse.emf.edit.ui.view.ExtendedPropertySheetPage
 
inputChanged(Viewer, Object, Object) - Method in class org.eclipse.emf.edit.ui.provider.AdapterFactoryContentProvider
The given Viewer will start (oldInput == null) or stop (newInput == null) listening for domain events.
InputDialog - Class in org.eclipse.emf.edit.ui.provider
A simple input dialog for soliciting an input string from the user.
inputFile - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.GIFEmitter
Deprecated.
 
inputFile - Variable in class org.eclipse.emf.codegen.util.GIFEmitter
 
inputObjects - Variable in class org.eclipse.emf.mapping.command.CopyToClipboardOverrideCommand
This is the collection of read-only (input) objects that don't need to actually be copied.
inputs - Variable in class org.eclipse.emf.mapping.command.CreateMappingCommand
This keeps track of the input objects that are to be mapped.
inputs - Variable in class org.eclipse.emf.mapping.impl.MappingImpl
The cached value of the 'Inputs' reference list
inputStream - Variable in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectInputStream
 
inputStreamRequest(URI) - Method in class org.eclipse.emf.ecore.xcore.generator.XcoreGenModelGeneratorAdapterFactory
 
insert(ASTJNode<?>, ChildListPropertyDescriptor, ASTJNode<?>, boolean) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJNode
Inserts AST node wrapped by new node beside target node in the list defined by given property.
insert - Variable in class org.eclipse.emf.databinding.IEMFListProperty.ListElementAccess.WriteData
true if the given value should be inserted at the given position
insertAdapterFactory(AdapterFactory) - Method in class org.eclipse.emf.edit.provider.ComposedAdapterFactory
 
insertClone(IDOMNode) - Method in class org.eclipse.emf.codegen.jmerge.JMerger
Deprecated.
 
insertClone(JNode) - Method in class org.eclipse.emf.codegen.merge.java.JMerger
 
insertFirst(ASTJNode<?>, ChildListPropertyDescriptor) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJNode
Inserts AST node wrapped by new node at the beginning of the list of nodes defined by given property.
insertLast(ASTJNode<?>, ChildListPropertyDescriptor) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJNode
Inserts AST node wrapped by new node at the end of the list of nodes defined by given property.
insertLastAnnotation(ASTJAnnotation) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJMember
Insert annotation after the last annotation of the given body declaration.
insertSibling(JNode, JNode, boolean) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTFacadeHelper
 
insertSibling(ASTJNode<?>, ASTJNode<?>, boolean) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJAbstractType
 
insertSibling(ASTJNode<?>, ASTJNode<?>, boolean) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJCompilationUnit
 
insertSibling(ASTJNode<?>, ASTJNode<?>, boolean) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJEnum
 
insertSibling(ASTJNode<?>, ASTJNode<?>, boolean) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJField
 
insertSibling(ASTJNode<?>, ASTJNode<?>, boolean) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJMember
 
insertSibling(ASTJNode<?>, ASTJNode<?>, boolean) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJNode
Inserts newSibling as a child of this node before or after the given node.
insertSibling(JNode, JNode, boolean) - Method in class org.eclipse.emf.codegen.merge.java.facade.FacadeHelper
Inserts the given orphan node as a sibling of the specified node, immediately before or after it.
insertSibling(JNode, JNode, boolean) - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMFacadeHelper
 
installDerivedState(DerivedStateAwareResource, boolean) - Method in class org.eclipse.emf.ecore.xcore.resource.XcoreModelAssociator
 
installExample(IProgressMonitor) - Method in class org.eclipse.emf.common.ui.wizard.AbstractExampleInstallerWizard
Installs the projects described by AbstractExampleInstallerWizard.getProjectDescriptors().
installProject(AbstractExampleInstallerWizard.ProjectDescriptor, ImportOperation, IProgressMonitor) - Method in class org.eclipse.emf.common.ui.wizard.AbstractExampleInstallerWizard
Creates the project described by the given projectDescriptor and imports its contents using the given importOperation.
installProject(AbstractExampleInstallerWizard.ProjectDescriptor, IProgressMonitor) - Method in class org.eclipse.emf.common.ui.wizard.AbstractExampleInstallerWizard
Installs the project described by the given projectDescriptor.
installProjectFromDirectory(AbstractExampleInstallerWizard.ProjectDescriptor, IProgressMonitor) - Method in class org.eclipse.emf.common.ui.wizard.AbstractExampleInstallerWizard
Installs the project described by the given projectDescriptor from a directory.
installProjectFromFile(AbstractExampleInstallerWizard.ProjectDescriptor, IProgressMonitor) - Method in class org.eclipse.emf.common.ui.wizard.AbstractExampleInstallerWizard
Installs the project described by the given projectDescriptor from a file.
installProxyURI(URI, EObject, QualifiedName) - Method in class org.eclipse.emf.ecore.xcore.scoping.LazyCreationProxyURIConverter
 
INSTANCE - Static variable in class org.eclipse.emf.codegen.CodeGenPlugin
The singleton instance of the plugin.
INSTANCE - Static variable in class org.eclipse.emf.codegen.ecore.CodeGenEcorePlugin
The singleton instance of the plugin.
INSTANCE - Static variable in interface org.eclipse.emf.codegen.ecore.generator.GeneratorAdapterFactory.Descriptor.Registry
The global generator adapter factory descriptor registry.
instance - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.ColorInformation
Deprecated.
 
INSTANCE - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelEditPlugin
Keep track of the singleton
INSTANCE - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelValidator
The cached model package
instance - Static variable in class org.eclipse.emf.codegen.util.GIFEmitter.ColorInformation
 
INSTANCE - Static variable in class org.eclipse.emf.common.command.IdentityCommand
An empty instance of this object.
INSTANCE - Static variable in class org.eclipse.emf.common.command.UnexecutableCommand
The one instance of this object.
INSTANCE - Static variable in class org.eclipse.emf.common.CommonPlugin
The singleton instance of the plugin.
INSTANCE - Static variable in class org.eclipse.emf.common.ui.CommonUIPlugin
The singleton instance of the plugin.
INSTANCE - Static variable in class org.eclipse.emf.common.ui.ImageURIRegistry
The static instance for this registry.
INSTANCE - Static variable in class org.eclipse.emf.converter.ConverterPlugin
The singleton instance of the plugin.
INSTANCE - Static variable in class org.eclipse.emf.databinding.DataBindingPlugin
Keep track of the singleton.
INSTANCE - Static variable in class org.eclipse.emf.databinding.edit.DataBindingEditPlugin
Keep track of the singleton.
INSTANCE - Static variable in class org.eclipse.emf.ecore.change.ChangePlugin
Keep track of the singleton
INSTANCE - Static variable in class org.eclipse.emf.ecore.change.provider.ChangeEditPlugin
Keep track of the singleton
INSTANCE - Static variable in interface org.eclipse.emf.ecore.EDataType.Internal.ConversionDelegate.Factory.Registry
 
INSTANCE - Static variable in interface org.eclipse.emf.ecore.EOperation.Internal.InvocationDelegate.Factory.Registry
 
INSTANCE - Static variable in interface org.eclipse.emf.ecore.EPackage.Registry
 
INSTANCE - Static variable in interface org.eclipse.emf.ecore.EStructuralFeature.Internal.SettingDelegate.Factory.Registry
 
INSTANCE - Static variable in interface org.eclipse.emf.ecore.EValidator.Registry
The global instance of a validator registry.
INSTANCE - Static variable in interface org.eclipse.emf.ecore.EValidator.ValidationDelegate.Registry
The global instance of a validation delegate registry.
instance - Variable in class org.eclipse.emf.ecore.impl.EEnumLiteralImpl
The cached value of the 'Instance' attribute
INSTANCE - Static variable in class org.eclipse.emf.ecore.plugin.EcorePlugin
The singleton instance of the plugin.
INSTANCE - Static variable in class org.eclipse.emf.ecore.presentation.EcoreEditorPlugin
Keep track of the singleton
INSTANCE - Static variable in class org.eclipse.emf.ecore.provider.EcoreEditPlugin
Keep track of the singleton
INSTANCE - Static variable in interface org.eclipse.emf.ecore.resource.ContentHandler.Registry
The global static content handler registry instance.
INSTANCE - Static variable in class org.eclipse.emf.ecore.resource.impl.URIMappingRegistryImpl
The implementation of the global mapping registry.
INSTANCE - Static variable in interface org.eclipse.emf.ecore.resource.Resource.Factory.Registry
The global static resource factory registry.
INSTANCE - Static variable in interface org.eclipse.emf.ecore.resource.URIConverter
The global static URI converter instance.
INSTANCE - Static variable in class org.eclipse.emf.ecore.util.Diagnostician
 
INSTANCE - Static variable in class org.eclipse.emf.ecore.util.EcoreUtil.EGenericTypeConverter
A default instance of the converter.
INSTANCE - Static variable in class org.eclipse.emf.ecore.util.EcoreValidator.EGenericTypeBuilder
A singleton instance of the generic type build.
INSTANCE - Static variable in class org.eclipse.emf.ecore.util.EcoreValidator
The cached model package
INSTANCE - Static variable in class org.eclipse.emf.ecore.util.EObjectValidator
 
INSTANCE - Static variable in interface org.eclipse.emf.ecore.util.ExtendedMetaData
The default ExtendedMetaData instance, which obtains packages from the global package registry, EPackage.Registry.INSTANCE.
INSTANCE - Static variable in interface org.eclipse.emf.ecore.util.QueryDelegate.Factory.Registry
 
INSTANCE - Static variable in class org.eclipse.emf.ecore.xcore.exporter.XcoreExporterPlugin
The singleton instance of the plugin.
INSTANCE - Static variable in class org.eclipse.emf.ecore.xcore.importer.XcoreImporterPlugin
The singleton instance of the plugin.
INSTANCE - Static variable in class org.eclipse.emf.ecore.xcore.provider.XcoreEditPlugin
Keep track of the singleton
INSTANCE - Static variable in class org.eclipse.emf.ecore.xcore.XcorePlugin
Keep track of the singleton
INSTANCE - Static variable in class org.eclipse.emf.ecore.xmi.impl.ConfigurationCache
 
INSTANCE - Static variable in class org.eclipse.emf.ecore.xmi.XMIPlugin
The singleton instance of the plugin.
INSTANCE - Static variable in class org.eclipse.emf.ecore.xml.namespace.util.XMLNamespaceValidator
The cached model package
INSTANCE - Static variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
INSTANCE - Static variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
The cached model package
INSTANCE - Static variable in class org.eclipse.emf.edit.EMFEditPlugin
The singleton instance of the plugin.
INSTANCE - Static variable in interface org.eclipse.emf.edit.provider.ComposedAdapterFactory.Descriptor.Registry
The global registry typically populated by plugin registration.
INSTANCE - Static variable in interface org.eclipse.emf.edit.provider.IChildCreationExtender.Descriptor.Registry
The global registry typically populated by plugin registration.
instance - Static variable in class org.eclipse.emf.edit.ui.dnd.LocalTransfer
This is initialized and returned by LocalTransfer.getInstance().
INSTANCE - Static variable in class org.eclipse.emf.edit.ui.EMFEditUIPlugin
The singleton instance of the plugin.
INSTANCE - Static variable in class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator.StyledError.ErrorStyler
 
INSTANCE - Static variable in class org.eclipse.emf.edit.ui.provider.ExtendedColorRegistry
 
INSTANCE - Static variable in class org.eclipse.emf.edit.ui.provider.ExtendedFontRegistry
 
INSTANCE - Static variable in class org.eclipse.emf.edit.ui.provider.ExtendedImageRegistry
 
INSTANCE - Static variable in interface org.eclipse.emf.edit.ui.util.QueryDelegateTextViewer.Factory.Registry
 
INSTANCE - Static variable in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryEditorPlugin
Keep track of the singleton
INSTANCE - Static variable in class org.eclipse.emf.examples.extlibrary.provider.EXTLibraryEditPlugin
Keep track of the singleton
INSTANCE - Static variable in class org.eclipse.emf.examples.generator.validator.ValidatorGeneratorPlugin
The singleton instance of the plugin.
INSTANCE - Static variable in class org.eclipse.emf.exporter.ExporterPlugin
The singleton instance of the plugin.
INSTANCE - Static variable in class org.eclipse.emf.exporter.html.HTMLExporterPlugin
The singleton instance of the plugin.
INSTANCE - Static variable in class org.eclipse.emf.exporter.ui.contribution.ModelExporterManager
 
INSTANCE - Static variable in class org.eclipse.emf.importer.ecore.EcoreImporterPlugin
The singleton instance of the plugin.
INSTANCE - Static variable in class org.eclipse.emf.importer.ImporterPlugin
The singleton instance of the plugin.
INSTANCE - Static variable in class org.eclipse.emf.importer.java.JavaImporterPlugin
The singleton instance of the plugin.
INSTANCE - Static variable in class org.eclipse.emf.importer.rose.RoseImporterPlugin
The singleton instance of the plugin.
INSTANCE - Static variable in class org.eclipse.emf.importer.ui.contribution.ModelImporterManager
 
INSTANCE - Static variable in class org.eclipse.emf.java.JavaPlugin
Keep track of the singleton
INSTANCE - Static variable in class org.eclipse.emf.java.presentation.JavaEditorPlugin
Keep track of the singleton
INSTANCE - Static variable in class org.eclipse.emf.java.provider.JavaEditPlugin
Keep track of the singleton
INSTANCE - Static variable in class org.eclipse.emf.mapping.ecore2ecore.Ecore2EcorePlugin
Keep track of the singleton
INSTANCE - Static variable in class org.eclipse.emf.mapping.ecore2ecore.presentation.Ecore2EcoreEditorPlugin
Keep track of the singleton
INSTANCE - Static variable in interface org.eclipse.emf.mapping.ecore2xml.Ecore2XMLRegistry
 
INSTANCE - Static variable in class org.eclipse.emf.mapping.ecore2xml.ui.Ecore2XMLUIPlugin
Keep track of the singleton
INSTANCE - Static variable in interface org.eclipse.emf.mapping.ecore2xml.util.Ecore2XMLResource.Factory
 
INSTANCE - Static variable in class org.eclipse.emf.mapping.MappingPlugin
Keep track of the singleton
instance - Static variable in class org.eclipse.emf.mapping.presentation.MappingUIPlugin
Keep track of the singleton.
INSTANCE - Static variable in class org.eclipse.emf.oda.ecore.ODAEcorePlugin
Keep track of the singleton.
INSTANCE - Static variable in class org.eclipse.emf.oda.ecore.ui.ODAEcoreUIPlugin
Keep track of the singleton.
INSTANCE_CLASS_EDEFAULT - Static variable in class org.eclipse.emf.ecore.impl.EClassifierImpl
The default value of the 'Instance Class' attribute.
INSTANCE_CLASS_NAME_EDEFAULT - Static variable in class org.eclipse.emf.ecore.impl.EClassifierImpl
The default value of the 'Instance Class Name' attribute
INSTANCE_EDEFAULT - Static variable in class org.eclipse.emf.ecore.impl.EEnumLiteralImpl
The default value of the 'Instance' attribute
instanceClass - Variable in class org.eclipse.emf.ecore.impl.EClassifierImpl
The cached value of the 'Instance Class' attribute.
instanceClassName - Variable in class org.eclipse.emf.ecore.impl.EClassifierImpl
The cached value of the 'Instance Class Name' attribute
instanceType - Variable in class org.eclipse.emf.ecore.xcore.impl.XClassifierImpl
The cached value of the 'Instance Type' containment reference
instanceType - Variable in class org.eclipse.emf.ecore.xml.type.impl.SimpleAnyTypeImpl
The cached value of the 'Instance Type' reference
instanceTypeName - Variable in class org.eclipse.emf.ecore.impl.EClassifierImpl
The cached value of the 'Instance Type Name' attribute
instanceTypeRunnables - Variable in class org.eclipse.emf.ecore.xcore.util.XcoreEcoreBuilder
 
instantiateFacadeHelper(String) - Static method in class org.eclipse.emf.codegen.util.CodeGenUtil
 
INT - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
The meta object id for the 'Int' data type
INT - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage.Literals
The meta object literal for the 'Int' data type
int_ - Variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
INT_NOTIFICATION_CREATOR - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleData.NotificationCreator
 
INT_OBJECT - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
The meta object id for the 'Int Object' data type
INT_OBJECT - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage.Literals
The meta object literal for the 'Int Object' data type
intDataArrayBuffer - Variable in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectInputStream
 
intDataArrayBufferCount - Variable in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectInputStream
 
integer - Variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
INTEGER - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
The meta object id for the 'Integer' data type
INTEGER - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage.Literals
The meta object literal for the 'Integer' data type
INTEGER_DATATYPE_IS_MANY - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
INTEGER_DATATYPE_SINGLE - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
INTEGER_IS_MANY_ADD - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
INTEGER_IS_MANY_MOVE - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
INTEGER_OTHER - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
INTEGRAL_VALUE_IMAGE - Static variable in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
 
interactorFound - Variable in class org.eclipse.emf.common.ui.viewer.ExtendedTableTreeViewer
Deprecated.
 
interactorSize - Variable in class org.eclipse.emf.common.ui.viewer.ExtendedTableTreeViewer
Deprecated.
 
INTERFACE - Static variable in class org.eclipse.emf.codegen.merge.java.facade.FacadeFlags
Interface property flag.
INTERFACE - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
interface_ - Variable in class org.eclipse.emf.ecore.xcore.impl.XClassImpl
The cached value of the 'Interface' attribute
interface_ - Variable in class org.eclipse.emf.java.impl.JClassImpl
The cached value of the 'Interface' attribute
INTERFACE_BRACE_PATTERN - Static variable in class org.eclipse.emf.codegen.jmerge.JMerger
Deprecated.
 
INTERFACE_EDEFAULT - Static variable in class org.eclipse.emf.ecore.impl.EClassImpl
The default value of the 'Interface' attribute
INTERFACE_EDEFAULT - Static variable in class org.eclipse.emf.ecore.xcore.impl.XClassImpl
The default value of the 'Interface' attribute
INTERFACE_EDEFAULT - Static variable in class org.eclipse.emf.java.impl.JClassImpl
The default value of the 'Interface' attribute
INTERFACE_EFLAG - Static variable in class org.eclipse.emf.ecore.impl.EClassImpl
The flag representing the value of the 'Interface' attribute
INTERFACE_IS_ABSTRACT - Static variable in class org.eclipse.emf.ecore.util.EcoreValidator
 
INTERFACE_NAME_PATTERN_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Interface Name Pattern' attribute
INTERFACE_PACKAGE_SUFFIX_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
The default value of the 'Interface Package Suffix' attribute
interfaceBracePattern - Static variable in class org.eclipse.emf.codegen.merge.java.JMerger
 
interfaceEmitter - 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.
interfaceNamePattern - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Interface Name Pattern' attribute
interfacePackageSuffix - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
The cached value of the 'Interface Package Suffix' attribute
interfaceTemplateName - 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.
intern(String) - Static method in class org.eclipse.emf.common.util.CommonUtil
Returns an interned value for the string.
intern(char[], int, int) - Static method in class org.eclipse.emf.common.util.CommonUtil
Returns an interned string value for the subsequence of characters.
intern(String, int, int) - Static method in class org.eclipse.emf.common.util.CommonUtil
Returns an interned string value for the subsequence of characters.
intern(CharSequence) - Static method in class org.eclipse.emf.common.util.CommonUtil
Returns an interned string value for the char sequence.
intern(E) - Method in interface org.eclipse.emf.common.util.InterningSet
Returns either the instance already contained in the set that's equal to the given object, or adds the object to the set and returns it.
intern(E) - Method in class org.eclipse.emf.common.util.Pool
Specialized to ensure thread safety.
intern(String, String) - Method in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool
Interns the string representation of a segment sequence, splitting it into appropriate segments based on the delimiter.
intern(boolean, boolean, String, String[], int) - Method in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool
Interns the segments, taking into account the delimiter, copying the array, when needed, and interning the segments themselves, when needed.
intern(int, String, String[], String) - Method in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool
Interns the segments along with the one additional segment, taking into account the delimiter and interning the additional segment.
intern(int, String, String[], String[], boolean) - Method in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool
Interns the composed segments, taking into account the delimiter.
intern(String, boolean) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool
Intern a single segment.
intern(String, int, int, int) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool
Intern a single segment that's a substring of a larger string.
intern(String[], int, String, boolean) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool
Intern segments and one additional segment.
intern(int, String[], int, String, int, int, int) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool
Intern segments and a substring of one additional segment.
intern(String[], int, String, int, int, int) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool
Intern subsegments and a substring of one additional segment.
intern(String[], int, int) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool
Intern a range of segments.
intern(String[], int, int, int) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool
Intern a range of segments.
intern(boolean, boolean, String[], int) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool
Intern segments that may need copying or interning.
intern(String[], String[], boolean) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool
Intern the composition of two sequences of segments.
intern(String[], int, int, String[], int, int) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool
Intern the composition of two subsequences.
intern(String) - Method in class org.eclipse.emf.common.util.URI.URIPool
Intern a URI from its string representation, parsing if necessary.
intern(String, String, boolean) - Method in class org.eclipse.emf.common.util.URI.URIPool
Intern a platform URI from its path representation, parsing if necessary.
intern(boolean, int, boolean, String, String, String, boolean, String[], String) - Method in class org.eclipse.emf.common.util.URI.URIPool
Intern a URI from its component parts.
intern(boolean, boolean, String, String, String, boolean, String[], String, int) - Method in class org.eclipse.emf.common.util.URI.URIPool
Intern a URI from its component parts.
intern(String) - Method in class org.eclipse.emf.common.util.URI.URIPool.URIPoolAccessUnitBase
 
intern(boolean, String) - Method in class org.eclipse.emf.common.util.URI.URIPool.URIPoolAccessUnitBase
 
intern(String, int, int, int) - Method in class org.eclipse.emf.common.util.URI.URIPool.URIPoolAccessUnitBase
 
intern(String, int, int) - Method in class org.eclipse.emf.common.util.URI.URIPool.URIPoolAccessUnitBase
 
intern(char[], int, int) - Method in class org.eclipse.emf.common.util.URI.URIPool.URIPoolAccessUnitBase
 
intern(char[], int, int, int) - Method in class org.eclipse.emf.common.util.URI.URIPool.URIPoolAccessUnitBase
 
intern(E) - Method in class org.eclipse.emf.common.util.WeakInterningHashSet
Returns either the instance already contained in the set that's equal to the given object, or adds the object to the set and returns it.
internalBootstrap() - Static method in class org.eclipse.emf.ecore.impl.EcorePackageImpl
 
internalChange - Variable in class org.eclipse.emf.converter.util.ConverterUIUtil.TreeCheckStateManager
 
InternalEList<E> - Interface in org.eclipse.emf.ecore.util
An interface that the value of multi-valued feature is expected to implement.
InternalEList.Unsettable<E> - Interface in org.eclipse.emf.ecore.util
Additional API for unsettable lists.
InternalEObject - Interface in org.eclipse.emf.ecore
An internal interface implemented by all EObjects.
InternalEObject.EStore - Interface in org.eclipse.emf.ecore
An external backing store to which an object may delegate all access.
internalEObjectDataArrayBuffer - Variable in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.BinaryIO
 
internalEObjectDataArrayBufferCount - Variable in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.BinaryIO
 
internalEObjectList - Variable in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectInputStream
 
internalFindElementFor(JvmIdentifiableElement, boolean) - Method in class org.eclipse.emf.ecore.xcore.ui.refactoring.XcoreJavaElementFinder
 
internalFindGrammar(GrammarProvider) - Method in class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
internalGetImportedNamespaceResolvers(EObject, boolean) - Method in class org.eclipse.emf.ecore.xcore.scoping.XcoreImportedNamespaceAwareScopeProvider
 
internalGetRawPreferenceValues(Resource) - Method in class org.eclipse.emf.ecore.xcore.formatting.XcoreFormatterPreferenceValuesProvider
 
internalGetSignature(EObject, boolean) - Method in class org.eclipse.emf.ecore.xcore.ui.hover.XcoreHoverSignatureProvider
 
internalQueue - Variable in class org.eclipse.emf.common.util.WeakInterningHashSet
A queue used when creating internal entries and cleaning garbage collected references.
internalSetGenModelFileName(String) - Method in class org.eclipse.emf.importer.ui.contribution.base.ModelImporterDetailPage
 
internalWorked(double) - Method in class org.eclipse.emf.common.util.BasicMonitor.Delegating
 
internalWorked(double) - Method in class org.eclipse.emf.common.util.BasicMonitor
 
internalWorked(double) - Method in interface org.eclipse.emf.common.util.Monitor
Called by subprogress monitors to do fractional work.
InternalXcoreLexer - Class in org.eclipse.emf.ecore.xcore.parser.antlr.internal
 
InternalXcoreLexer() - Constructor for class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
InternalXcoreLexer(CharStream) - Constructor for class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
InternalXcoreLexer(CharStream, RecognizerSharedState) - Constructor for class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
InternalXcoreLexer - Class in org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal
 
InternalXcoreLexer() - Constructor for class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
InternalXcoreLexer(CharStream) - Constructor for class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
InternalXcoreLexer(CharStream, RecognizerSharedState) - Constructor for class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
InternalXcoreParser - Class in org.eclipse.emf.ecore.xcore.parser.antlr.internal
 
InternalXcoreParser(TokenStream) - Constructor for class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
InternalXcoreParser(TokenStream, RecognizerSharedState) - Constructor for class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
InternalXcoreParser(TokenStream, XcoreGrammarAccess) - Constructor for class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
InternalXcoreParser - Class in org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal
 
InternalXcoreParser(TokenStream) - Constructor for class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
InternalXcoreParser(TokenStream, RecognizerSharedState) - Constructor for class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
internArray(String, int, int, int) - Method in class org.eclipse.emf.common.util.URI.URIPool.StringAccessUnit
 
internArray(int, String[], int, String, int, int, int) - Method in class org.eclipse.emf.common.util.URI.URIPool.StringAccessUnit
 
internArray(String[], int) - Method in class org.eclipse.emf.common.util.URI.URIPool.URIComponentsAccessUnit
 
internArray(String[], int, int, int) - Method in class org.eclipse.emf.common.util.URI.URIPool.URIPoolAccessUnitBase
 
internFile(String) - Method in class org.eclipse.emf.common.util.URI.URIPool
Intern a file URI from its path representation, parsing if necessary.
InterningSet<E> - Interface in org.eclipse.emf.common.util
A set that supports intern and get.
internString(char[], int, int, int) - Method in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.StringAccessUnit
 
internString(String) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.AccessUnitBase
 
internString(String, int, int, int) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.AccessUnitBase
 
internToLowerCase(String) - Static method in class org.eclipse.emf.common.util.CommonUtil
Returns the interned version of the lower case version of this string.
internToUpperCase(String) - Static method in class org.eclipse.emf.common.util.CommonUtil
Returns the interned version of the upper case version of this string.
interpreter - Variable in class org.eclipse.emf.ecore.xcore.util.XcoreEcoreBuilder
 
intObject - Variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
INTRINSIC_CONSTRAINTS - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
Deprecated.
since 2.5
intrinsicDefaultValue - Variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleData
 
intrinsicIDToEObjectMap - Variable in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
A map to retrieve the EObject based on the value of its ID feature.
INVALID_CONTENT_DESCRIPTION - Static variable in interface org.eclipse.emf.ecore.resource.ContentHandler
An unmodifiable content description indicating that the content is invalid.
InvalidDatatypeValueException - Exception in org.eclipse.emf.ecore.xml.type
Data type exception for invalid values.
InvalidDatatypeValueException(String) - Constructor for exception org.eclipse.emf.ecore.xml.type.InvalidDatatypeValueException
 
INVERSE - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateMany
 
INVERSE_DYNAMIC - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateMany
 
INVERSE_RESOLVE - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateMany
 
INVERSE_RESOLVE_DYNAMIC - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateMany
 
INVERSE_RESOLVE_UNSETTABLE - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateMany
 
INVERSE_RESOLVE_UNSETTABLE_DYNAMIC - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateMany
 
INVERSE_UNSETTABLE - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateMany
 
INVERSE_UNSETTABLE_DYNAMIC - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateMany
 
inverseAdd(E, NotificationChain) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Does nothing and returns the notifications.
inverseAdd(E, NotificationChain) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Does nothing and returns the notifications.
inverseAdd(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.ecore.change.impl.FeatureMapEntryImpl
 
inverseAdd(InternalEObject, Object, int, NotificationChain) - Method in class org.eclipse.emf.ecore.change.impl.FeatureMapEntryImpl
 
inverseAdd(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.ContainmentUpdatingFeatureMapEntry
 
inverseAdd(InternalEObject, Object, int, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.ContainmentUpdatingFeatureMapEntry
 
inverseAdd(InternalEObject, InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.ContainmentUpdatingFeatureMapEntry
 
inverseAdd(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InverseUpdatingFeatureMapEntry
 
inverseAdd(InternalEObject, Object, int, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InverseUpdatingFeatureMapEntry
 
inverseAdd(InternalEObject, InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InverseUpdatingFeatureMapEntry
 
inverseAdd(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.SimpleContentFeatureMapEntry
 
inverseAdd(InternalEObject, Object, int, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.SimpleContentFeatureMapEntry
 
inverseAdd(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.SimpleFeatureMapEntry
 
inverseAdd(InternalEObject, Object, int, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.SimpleFeatureMapEntry
 
inverseAdd(E, NotificationChain) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl.ContentsEList
 
inverseAdd(E, NotificationChain) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.ResourcesEList
 
inverseAdd(FeatureMap.Entry, NotificationChain) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
inverseAdd(FeatureMap.Entry.Internal, NotificationChain) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
inverseAdd(InternalEObject, InternalEObject, NotificationChain) - Method in class org.eclipse.emf.ecore.util.BasicSettingDelegate.Stateless
Adds the object at the other end of a bidirectional reference to this delegate's feature and returns accumulated notifications.
inverseAdd(E, NotificationChain) - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList
 
inverseAdd(FeatureMap.Entry, NotificationChain) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
inverseAdd(E, NotificationChain) - Method in class org.eclipse.emf.ecore.util.EcoreEList
 
inverseAdd(InternalEObject, int, NotificationChain) - Method in interface org.eclipse.emf.ecore.util.FeatureMap.Entry.Internal
 
inverseAdd(InternalEObject, Object, int, NotificationChain) - Method in interface org.eclipse.emf.ecore.util.FeatureMap.Entry.Internal
 
inverseAdd(Object, NotificationChain) - Method in class org.eclipse.emf.edit.provider.ItemProvider.ItemProviderNotifyingArrayList
This implementation will call IUpdateableItemParent.setParent, if appropriate.
inverseCrossReferencer - Variable in class org.eclipse.emf.ecore.util.ECrossReferenceAdapter
 
inverseFeature - Variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateMany
 
inverseFeature - Variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleContainer
 
inverseFeature - Variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleEObject
 
inverseFeatureID - Variable in class org.eclipse.emf.ecore.util.EcoreEMap.DelegateEObjectContainmentWithInverseEList
 
inverseFeatureID - Variable in class org.eclipse.emf.ecore.util.EObjectContainmentWithInverseEList
 
inverseFeatureID - Variable in class org.eclipse.emf.ecore.util.EObjectWithInverseEList
 
inverseRemove(E, NotificationChain) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Does nothing and returns the notifications.
inverseRemove(E, NotificationChain) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Does nothing and returns the notifications.
inverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.ecore.change.impl.FeatureMapEntryImpl
 
inverseRemove(InternalEObject, Object, int, NotificationChain) - Method in class org.eclipse.emf.ecore.change.impl.FeatureMapEntryImpl
 
inverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.ContainmentUpdatingFeatureMapEntry
 
inverseRemove(InternalEObject, Object, int, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.ContainmentUpdatingFeatureMapEntry
 
inverseRemove(InternalEObject, InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.ContainmentUpdatingFeatureMapEntry
 
inverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InverseUpdatingFeatureMapEntry
 
inverseRemove(InternalEObject, Object, int, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InverseUpdatingFeatureMapEntry
 
inverseRemove(InternalEObject, InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InverseUpdatingFeatureMapEntry
 
inverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.SimpleContentFeatureMapEntry
 
inverseRemove(InternalEObject, Object, int, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.SimpleContentFeatureMapEntry
 
inverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.SimpleFeatureMapEntry
 
inverseRemove(InternalEObject, Object, int, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.SimpleFeatureMapEntry
 
inverseRemove(E, NotificationChain) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl.ContentsEList
 
inverseRemove(E, NotificationChain) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.ResourcesEList
 
inverseRemove(FeatureMap.Entry, NotificationChain) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
inverseRemove(FeatureMap.Entry.Internal, NotificationChain) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
inverseRemove(InternalEObject, InternalEObject, NotificationChain) - Method in class org.eclipse.emf.ecore.util.BasicSettingDelegate.Stateless
Remove the object at the other end of a bidirectional reference from this delegate's feature and returns accumulated notifications.
inverseRemove(E, NotificationChain) - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList
 
inverseRemove(FeatureMap.Entry, NotificationChain) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
inverseRemove(E, NotificationChain) - Method in class org.eclipse.emf.ecore.util.EcoreEList
 
inverseRemove(InternalEObject, int, NotificationChain) - Method in interface org.eclipse.emf.ecore.util.FeatureMap.Entry.Internal
 
inverseRemove(InternalEObject, Object, int, NotificationChain) - Method in interface org.eclipse.emf.ecore.util.FeatureMap.Entry.Internal
 
inverseRemove(Object, NotificationChain) - Method in class org.eclipse.emf.edit.provider.ItemProvider.ItemProviderNotifyingArrayList
This implementation will call IUpdateableItemParent.setParent, if appropriate.
inverseTouch(Object, NotificationChain) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
inverseTouch(Object, NotificationChain) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
INVOCATION_DELEGATE_PPID - Static variable in class org.eclipse.emf.ecore.plugin.EcorePlugin
 
invocationDelegate - Variable in class org.eclipse.emf.ecore.impl.EOperationImpl
 
invokeCompiler(JETCompiler) - Method in class org.eclipse.emf.ant.taskdefs.codegen.JETCompilerTask
 
invokeEmitter(JETEmitter) - Method in class org.eclipse.emf.ant.taskdefs.codegen.JETEmitterTask
 
invokeMerger(JMerger) - Method in class org.eclipse.emf.ant.taskdefs.codegen.JMergerTask
 
invokeOperation(JvmOperation, Object, List<Object>) - Method in class org.eclipse.emf.ecore.xcore.interpreter.XcoreInterpreter
 
is - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLLoadImpl
 
IS_ABSTRACT - Static variable in class org.eclipse.emf.ecore.impl.EPackageImpl
 
IS_AGGREGATE - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
IS_ARCHIVE - Static variable in class org.eclipse.emf.common.util.URI.Hierarchical
The URI.Hierarchical.flags bit for representing URI.isArchive().
IS_CHANGEABLE - Static variable in class org.eclipse.emf.ecore.impl.EPackageImpl
 
IS_COMPOSITE - Static variable in class org.eclipse.emf.ecore.impl.EPackageImpl
 
IS_CONTAINER - Static variable in class org.eclipse.emf.ecore.util.DelegatingEcoreEList.Generic
 
IS_CONTAINER - Static variable in class org.eclipse.emf.ecore.util.EcoreEList.Generic
 
IS_CONTAINMENT - Static variable in class org.eclipse.emf.ecore.util.DelegatingEcoreEList.Generic
 
IS_CONTAINMENT - Static variable in class org.eclipse.emf.ecore.util.EcoreEList.Generic
 
IS_CURRENT_DOCUMENT_REFERENCE - Static variable in class org.eclipse.emf.common.util.URI.Hierarchical
IS_DERIVED - Static variable in class org.eclipse.emf.ecore.impl.EPackageImpl
 
IS_ECLIPSE_RUNNING - Static variable in class org.eclipse.emf.common.EMFPlugin
 
IS_ENUM - Static variable in class org.eclipse.emf.ecore.util.DelegatingEcoreEList.Generic
 
IS_ENUM - Static variable in class org.eclipse.emf.ecore.util.EcoreEList.Generic
 
IS_EOBJECT - Static variable in class org.eclipse.emf.ecore.util.DelegatingEcoreEList.Generic
 
IS_EOBJECT - Static variable in class org.eclipse.emf.ecore.util.EcoreEList.Generic
 
IS_FILE - Static variable in class org.eclipse.emf.common.util.URI.Hierarchical
The URI.Hierarchical.flags bit for representing URI.isFile().
IS_GENERATED_INSTANCE_CLASS - Static variable in class org.eclipse.emf.ecore.impl.EPackageImpl
 
IS_ID - Static variable in class org.eclipse.emf.ecore.impl.EPackageImpl
 
IS_INTERFACE - Static variable in class org.eclipse.emf.ecore.impl.EPackageImpl
 
IS_LOADED - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
IS_MANY_ADD - Static variable in interface org.eclipse.emf.ecore.xmi.XMLHelper
 
IS_MANY_MOVE - Static variable in interface org.eclipse.emf.ecore.xmi.XMLHelper
 
IS_MOTIF - Static variable in class org.eclipse.emf.edit.ui.dnd.EditingDomainViewerDropAdapter
This indicates whether the current platform is motif, which needs special treatment, since it cannot do early data transfer, but doesn't cleanly return null either.
IS_NAVIGABLE - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
IS_ORDERED - Static variable in class org.eclipse.emf.ecore.impl.EPackageImpl
 
IS_PLATFORM - Static variable in class org.eclipse.emf.common.util.URI.Hierarchical
The URI.Hierarchical.flags bit for representing URI.isPlatform().
IS_PLATFORM_PLUGIN - Static variable in class org.eclipse.emf.common.util.URI.Hierarchical
IS_PLATFORM_RESOURCE - Static variable in class org.eclipse.emf.common.util.URI.Hierarchical
IS_PREFIX - Static variable in class org.eclipse.emf.common.util.URI.Hierarchical
The URI.Hierarchical.flags bit for representing URI.isPrefix().
IS_PRIMITIVE - Static variable in class org.eclipse.emf.ecore.util.DelegatingEcoreEList.Generic
 
IS_PRIMITIVE - Static variable in class org.eclipse.emf.ecore.util.EcoreEList.Generic
 
IS_RESOLVABLE - Static variable in class org.eclipse.emf.ecore.impl.EPackageImpl
 
IS_RESOLVE_PROXIES - Static variable in class org.eclipse.emf.ecore.impl.EPackageImpl
 
IS_RESOURCES_BUNDLE_AVAILABLE - Static variable in class org.eclipse.emf.common.EMFPlugin
 
IS_SERIALIZABLE - Static variable in class org.eclipse.emf.ecore.impl.EPackageImpl
 
IS_SET - Static variable in class org.eclipse.emf.ecore.util.DelegatingEcoreEList.Generic
 
IS_SET - Static variable in class org.eclipse.emf.ecore.util.EcoreEList.Generic
 
IS_SET - Static variable in class org.eclipse.emf.ecore.util.EcoreUtil
Identifier for the isSet accessor.
IS_SET_CHANGE_INDEX - Static variable in class org.eclipse.emf.common.notify.impl.NotificationImpl
A position value which indicates that NotificationImpl.isTouch() should return false.
IS_TRANSIENT - Static variable in class org.eclipse.emf.ecore.impl.EPackageImpl
 
IS_UNIQUE - Static variable in class org.eclipse.emf.ecore.impl.EPackageImpl
 
IS_UNIQUE - Static variable in class org.eclipse.emf.ecore.util.DelegatingEcoreEList.Generic
 
IS_UNIQUE - Static variable in class org.eclipse.emf.ecore.util.EcoreEList.Generic
 
IS_UNIT - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
IS_UNSETTABLE - Static variable in class org.eclipse.emf.ecore.impl.EPackageImpl
 
IS_UNSETTABLE - Static variable in class org.eclipse.emf.ecore.util.DelegatingEcoreEList.Generic
 
IS_UNSETTABLE - Static variable in class org.eclipse.emf.ecore.util.EcoreEList.Generic
 
IS_VOLATILE - Static variable in class org.eclipse.emf.ecore.impl.EPackageImpl
 
isAbsoluteFile - Variable in class org.eclipse.emf.common.util.URI.URIPool.FileAccessUnit
Whether the file path represents an absolute file.
isAbsolutePath - Variable in class org.eclipse.emf.common.util.URI.URIPool.FileAccessUnit
Whether the path itself is absolute.
isAbstract() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
isAbstract() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
isAbstract(int) - Static method in class org.eclipse.emf.codegen.merge.java.facade.FacadeFlags
Returns whether the given integer includes the abstract modifier.
isAbstract() - Method in interface org.eclipse.emf.ecore.EClass
Returns the value of the 'Abstract' attribute
isAbstract() - Method in class org.eclipse.emf.ecore.impl.EClassImpl
 
isAbstract() - Method in class org.eclipse.emf.ecore.xcore.impl.XClassImpl
 
isAbstract() - Method in interface org.eclipse.emf.ecore.xcore.XClass
Returns the value of the 'Abstract' attribute
isAbstract() - Method in class org.eclipse.emf.importer.rose.parser.RoseNode
 
isAbstract() - Method in class org.eclipse.emf.java.impl.JClassImpl
 
isAbstract() - Method in class org.eclipse.emf.java.impl.JMethodImpl
 
isAbstract() - Method in interface org.eclipse.emf.java.JClass
Returns the value of the 'Abstract' attribute
isAbstract() - Method in interface org.eclipse.emf.java.JMethod
Returns the value of the 'Abstract' attribute
isAdapterFactory() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
Returns the value of the 'Adapter Factory' attribute.
isAdapterFactory() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
isAdapterForType(Object) - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter
Returns true when the type is this adapter's factory.
isAdapterForType(Object) - Method in interface org.eclipse.emf.common.notify.Adapter
Returns whether the adapter is of the given type.
isAdapterForType(Object) - Method in class org.eclipse.emf.common.notify.impl.AdapterImpl
Returns false
isAdapterForType(Object) - Method in class org.eclipse.emf.common.notify.impl.SingletonAdapterImpl
Returns false
isAdapterForType(Object) - Method in class org.eclipse.emf.ecore.change.util.ChangeRecorder
 
isAdapterForType(Object) - Method in class org.eclipse.emf.ecore.impl.ESuperAdapter
 
isAdapterForType(Object) - Method in class org.eclipse.emf.ecore.util.ECrossReferenceAdapter
 
isAdapterForType(Object) - Method in class org.eclipse.emf.ecore.xcore.mappings.AbstractMapping
 
isAdapterForType(Object) - Method in class org.eclipse.emf.ecore.xcore.util.XcoreJvmInferrer.InferenceAdapter
 
isAdapterForType(Object) - Method in class org.eclipse.emf.ecore.xcore.XcoreStandaloneSetup.XcoreStandaloneRuntimeModule.XcoreResourceSetInitializer.AllContainerAdapter
 
isAdapterForType(Object) - Method in class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain.EditingDomainProvider
 
isAdapterForType(Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
The adapter factory is used as the type key.
isAdapterForType(Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderDecorator
This returns true, only if this adapter was created by the given factory; the adapter factory is used as the type key.
isAdapterForType(Object) - Method in class org.eclipse.emf.mapping.impl.MappingRootImpl.MappedObjectStateAdapter
isAggregate() - Method in class org.eclipse.emf.importer.rose.parser.RoseNode
 
isAllAttributesCollectionModified() - Method in class org.eclipse.emf.ecore.impl.ESuperAdapter
 
isAllContainmentsCollectionModified() - Method in class org.eclipse.emf.ecore.impl.ESuperAdapter
 
isAllOperationsCollectionModified() - Method in class org.eclipse.emf.ecore.impl.ESuperAdapter
 
isAllowed - Variable in class org.eclipse.emf.importer.rose.parser.RoseParser
 
isAllReferencesCollectionModified() - Method in class org.eclipse.emf.ecore.impl.ESuperAdapter
 
isAllStructuralFeaturesCollectionModified() - Method in class org.eclipse.emf.ecore.impl.ESuperAdapter
 
isAllSuperCollectionModified() - Method in class org.eclipse.emf.ecore.impl.ESuperAdapter
 
isAncestor(EObject, EObject) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Returns whether the second object is directly or indirectly contained by the first object, i.e., whether the second object is in the content tree of the first.
isAncestor(Resource, EObject) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Returns whether the given resource is that of the object, i.e., whether the object is in the content tree of the resource.
isAncestor(ResourceSet, EObject) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Returns whether the given resource set is that of the object, i.e., whether the object is in the content tree of the resource set.
isAncestor(Collection<?>, EObject) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Returns whether any EObject, Resource, or ResourceSet in the collection is an ancestor of the EObject.
isAnnotation(int) - Static method in class org.eclipse.emf.codegen.merge.java.facade.FacadeFlags
Returns whether the given integer has the AccAnnotation bit set.
isAnonymous(EClassifier) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
isAnonymous(EClassifier) - Method in interface org.eclipse.emf.ecore.util.ExtendedMetaData
Returns whether the given classifier's XML name contains "_._", which is used to indicate an anonymous type declaration.
isArchive() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
isArchive() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
isArchive() - Method in class org.eclipse.emf.common.util.URI
Returns true if this is an archive URI.
isArchiveScheme(String) - Static method in class org.eclipse.emf.common.util.URI
Returns true if the specified value would be valid as the scheme of an archive URI; false otherwise.
isArchiveScheme(String) - Method in class org.eclipse.emf.ecore.resource.impl.URIConverterImpl
Deprecated.
Returns whether the scheme is one that this implementation should treat as an archive.
isArrayAccessors() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Array Accessors' attribute
isArrayAccessors() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
isArrayType() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenDataType
 
isArrayType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
 
isAttached() - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterWizard.PageHelper
 
isAttachedDetachedHelperRequired() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
 
isAttachedDetachedHelperRequired() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
 
isAttachedObject(Object) - Method in class org.eclipse.emf.mapping.impl.MappingRootImpl
 
isAttachedObject(Object) - Method in interface org.eclipse.emf.mapping.MappingRoot
This returns whether the given object descends from one of the root's input or output objects.
isBase() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
isBase() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
isBase() - Method in class org.eclipse.emf.common.util.URI
 
isBase64(char) - Static method in class org.eclipse.emf.ecore.xml.type.internal.DataValue.Base64
 
isBasicGet() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
isBasicGet() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
isBasicSet() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
isBasicSet() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
isBasicUnset() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
isBasicUnset() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
isBidirectional() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
isBidirectional() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
isBidirectional() - Method in class org.eclipse.emf.ecore.impl.EReferenceImpl
 
isBigModel() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
isBinaryCompatibleReflectiveMethods() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Binary Compatible Reflective Methods' attribute
isBinaryCompatibleReflectiveMethods() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
isBlank(String) - Static method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
isBlocked - Variable in class org.eclipse.emf.codegen.jmerge.JMerger
Deprecated.
 
isBlocked - Variable in class org.eclipse.emf.codegen.merge.java.JMerger
 
isBooleanFlagsEnabled() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
isBooleanFlagsEnabled() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
isBooleanType() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenTypedElement
 
isBooleanType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypedElementImpl
 
isBottomObject(Object) - Method in class org.eclipse.emf.mapping.impl.MappingRootImpl
 
isBottomObject(Object) - Method in interface org.eclipse.emf.mapping.MappingRoot
This returns whether the given object is a bottom domain object.
isBounded(EGenericType, EGenericType, Map<? extends ETypeParameter, ? extends EGenericType>) - Static method in class org.eclipse.emf.ecore.util.EcoreValidator
Returns whether the first generic type is bounded by the second.
isBridge(int) - Static method in class org.eclipse.emf.codegen.merge.java.facade.FacadeFlags
Returns whether the given integer has the AccBridge bit set.
isBuiltinEDataType(EDataType) - Method in class org.eclipse.emf.ecore.util.EcoreValidator
 
isBundleManifest() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Bundle Manifest' attribute.
isBundleManifest() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
isCanceled() - Method in class org.eclipse.emf.common.util.BasicMonitor.Delegating
 
isCanceled() - Method in class org.eclipse.emf.common.util.BasicMonitor
 
isCanceled() - Method in interface org.eclipse.emf.common.util.Monitor
Returns whether the activity has been canceled.
isCDATA(FeatureMap.Entry) - Static method in class org.eclipse.emf.ecore.util.FeatureMapUtil
 
isCDATA(EStructuralFeature) - Static method in class org.eclipse.emf.ecore.util.FeatureMapUtil
 
isCellEditing - Variable in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPackagePage
 
isCellEditing - Variable in class org.eclipse.emf.importer.rose.ui.RoseDetailPage
 
isChangeable() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
isChangeable() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
isChangeable() - Method in interface org.eclipse.emf.ecore.EStructuralFeature
Returns the value of the 'Changeable' attribute.
isChangeable() - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
 
isChangeable() - Method in class org.eclipse.emf.importer.rose.parser.RoseNode
 
isChanged(V, V) - Method in class org.eclipse.emf.ecore.xcore.ui.editor.XcoreEditor.DelayedProcessor
 
isChildCreationExtenders() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
Returns the value of the 'Child Creation Extenders' attribute
isChildCreationExtenders() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
isChildren() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
Returns the value of the 'Children' attribute
isChildren() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
isCleanup() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Cleanup' attribute
isCleanup() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
isCodeFormatting() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Code Formatting' attribute
isCodeFormatting() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
isColorProviders() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Color Providers' attribute
isColorProviders() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
isComment(FeatureMap.Entry) - Static method in class org.eclipse.emf.ecore.util.FeatureMapUtil
 
isComment(EStructuralFeature) - Static method in class org.eclipse.emf.ecore.util.FeatureMapUtil
 
isCommentedOut - Variable in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJNode
true if the node is commented out, false otherwise
isCommentFormatting() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Comment Formatting' attribute
isCommentFormatting() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
isCompatibleArgument(EGenericType, EGenericType) - Static method in class org.eclipse.emf.ecore.impl.EGenericTypeImpl
 
isCompatibleWith(Object, Object, IItemPropertyDescriptor) - Method in interface org.eclipse.emf.edit.provider.IItemPropertyDescriptor
Returns whether this property descriptor and the given one are compatible.
isCompatibleWith(Object, Object, IItemPropertyDescriptor) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
This indicates whether these two property descriptors are equal.
isCompatibleWith(Object, Object, IItemPropertyDescriptor) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptorDecorator
This indicates whether these two property descriptors are equal.
isCompatibleWith(IPropertyDescriptor) - Method in class org.eclipse.emf.edit.ui.provider.PropertyDescriptor
 
isConformantSchemeName(String) - Static method in class org.eclipse.emf.ecore.xml.type.internal.DataValue.URI
Determine whether a scheme conforms to the rules for a scheme name.
isConstructor() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJMethod
 
isConstructor() - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMJMethod
 
isConstructor() - Method in interface org.eclipse.emf.codegen.merge.java.facade.JMethod
Returns whether this method is a constructor.
isConstructor() - Method in class org.eclipse.emf.java.impl.JMethodImpl
 
isConstructor() - Method in interface org.eclipse.emf.java.JMethod
Returns the value of the 'Constructor' attribute
isContainer() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
isContainer() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
isContainer() - Method in interface org.eclipse.emf.ecore.EReference
Returns the value of the 'Container' attribute
isContainer() - Method in interface org.eclipse.emf.ecore.EStructuralFeature.Internal
Returns whether this is a reference that is a container.
isContainer() - Method in class org.eclipse.emf.ecore.impl.EReferenceImpl
 
isContainer() - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
 
isContainer() - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList.Generic
 
isContainer() - Method in class org.eclipse.emf.ecore.util.EcoreEList.Generic
 
isContainer() - Method in class org.eclipse.emf.ecore.xcore.impl.XReferenceImpl
 
isContainer() - Method in interface org.eclipse.emf.ecore.xcore.XReference
Returns the value of the 'Container' attribute
isContainment() - Method in interface org.eclipse.emf.ecore.EReference
Returns the value of the 'Containment' attribute
isContainment() - Method in interface org.eclipse.emf.ecore.EStructuralFeature.Internal
Returns whether this is a reference that is a containment.
isContainment() - Method in class org.eclipse.emf.ecore.impl.EReferenceImpl
 
isContainment() - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleEObject
 
isContainment() - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleEObjectContainment
 
isContainment() - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
 
isContainment() - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList.Generic
 
isContainment() - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList
 
isContainment() - Method in class org.eclipse.emf.ecore.util.EcoreEList.Generic
 
isContainment() - Method in class org.eclipse.emf.ecore.util.EcoreEList
 
isContainment() - Method in class org.eclipse.emf.ecore.util.EObjectContainmentEList
 
isContainment() - Method in class org.eclipse.emf.ecore.xcore.impl.XReferenceImpl
 
isContainment() - Method in interface org.eclipse.emf.ecore.xcore.XReference
Returns the value of the 'Containment' attribute
isContainmentProxies() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Containment Proxies' attribute
isContainmentProxies() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
isContains() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
isContains() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
isContent(int) - Static method in class org.eclipse.emf.ecore.xml.type.internal.DataValue.XMLChar
Returns true if the specified character can be considered content.
isContentCreated() - Method in class org.eclipse.emf.converter.ui.contribution.ModelConverterManager.ModelConverterDescriptorWizardNode
 
isContentRefresh - Variable in class org.eclipse.emf.edit.provider.ItemProvider.ItemProviderNotification
 
isContentRefresh() - Method in class org.eclipse.emf.edit.provider.ItemProvider.ItemProviderNotification
 
isContentRefresh() - Method in interface org.eclipse.emf.edit.provider.IViewerNotification
Whether the content under the element should be structurally refreshed.
isContentRefresh() - Method in class org.eclipse.emf.edit.provider.ViewerNotification
Returns whether the content under the element should be structurally refreshed.
isContentType() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
Returns whether the package should define a content type.
isContentType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
isContentZipEntry(ZipEntry) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
Returns whether the given entry is the content entry for this resource.
isControllable(Object) - Method in class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain
This returns whether or not the domain allows the given object to be moved to a different resource from its container.
isControllable(Object) - Method in interface org.eclipse.emf.edit.domain.EditingDomain
This returns whether or not the domain allows the given object to be moved to a different resource from its container.
isControlled(Object) - Static method in class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain
This returns whether or not an object has been moved to a different resource from its container.
isConvert() - Method in class org.eclipse.emf.converter.ModelConverter.EPackageConvertInfo
 
isCopyrightFields() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Copyright Fields' attribute.
isCopyrightFields() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
isCorrect(Object) - Method in class org.eclipse.emf.edit.ui.provider.PropertyDescriptor.EDataTypeCellEditor
 
isCreateChild() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
Returns the value of the 'Create Child' attribute
isCreateChild() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
isCreateChildGen() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
isCreationCommands() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Creation Commands' attribute.
isCreationCommands() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
isCreationIcons() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Creation Icons' attribute.
isCreationIcons() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
isCreationSubmenus() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Creation Submenus' attribute
isCreationSubmenus() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
isCrossDomain() - Method in class org.eclipse.emf.edit.command.DragAndDropCommand
 
isCurrentDocumentReference() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
isCurrentDocumentReference() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
isCurrentDocumentReference() - Method in class org.eclipse.emf.common.util.URI
Returns true if this is a current document reference; that is, if it is a relative hierarchical URI with no authority, device or query components, and no path segments; false is returned otherwise.
isDamaged() - Method in interface org.eclipse.emf.examples.extlibrary.AudioVisualItem
Returns the value of the 'Damaged' attribute
isDamaged() - Method in class org.eclipse.emf.examples.extlibrary.impl.AudioVisualItemImpl
 
isData(char) - Static method in class org.eclipse.emf.ecore.xml.type.internal.DataValue.Base64
 
isDataTypeConverters() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
Returns the value of the 'Data Type Converters' attribute
isDataTypeConverters() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
isDelegateRuleCall(EObject) - Method in class org.eclipse.emf.ecore.xcore.conversion.XcoreQualifiedNameValueConverter
 
isDelimiter() - Method in class org.eclipse.emf.codegen.jet.JETReader
Parse utilities - Is current character a token delimiter ?
isDeprecated(int) - Static method in class org.eclipse.emf.codegen.merge.java.facade.FacadeFlags
Returns whether the given integer includes the indication that the element is deprecated (@deprecated tag in Javadoc comment).
isDerived() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
isDerived() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
isDerived() - Method in interface org.eclipse.emf.ecore.EStructuralFeature
Returns the value of the 'Derived' attribute
isDerived() - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
 
isDerived() - Method in class org.eclipse.emf.ecore.xcore.impl.XStructuralFeatureImpl
 
isDerived() - Method in interface org.eclipse.emf.ecore.xcore.XStructuralFeature
Returns the value of the 'Derived' attribute
isDerived() - Method in class org.eclipse.emf.importer.rose.parser.RoseNode
 
isDerivedType(EDataType, String, String, Collection<String>) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
isDevelopmentTimeVersion - Variable in class org.eclipse.emf.ecore.presentation.EcoreActionBarContributor.ExtendedLoadResourceAction.RegisteredPackageDialog
 
isDevelopmentTimeVersion() - Method in class org.eclipse.emf.ecore.presentation.EcoreActionBarContributor.ExtendedLoadResourceAction.RegisteredPackageDialog
 
isDigit(char) - Static method in class org.eclipse.emf.ecore.xml.type.internal.DataValue.TypeValidator
 
isDirty() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
This is for implementing IEditorPart and simply tests the command stack
isDirty() - Method in class org.eclipse.emf.common.ui.editor.ProblemEditorPart
 
isDirty() - Method in class org.eclipse.emf.ecore.presentation.EcoreEditor
This is for implementing IEditorPart and simply tests the command stack
isDirty() - Method in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryEditor
This is for implementing IEditorPart and simply tests the command stack
isDirty() - Method in class org.eclipse.emf.java.presentation.JavaEditor
This is for implementing IEditorPart and simply tests the command stack
isDirty() - Method in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLEditor
This is for implementing IEditorPart and simply tests the command stack
isDirty() - Method in class org.eclipse.emf.mapping.impl.MappingRootImpl
 
isDirty() - Method in interface org.eclipse.emf.mapping.MappingRoot
This method returns true if the mapping tree needs to be saved.
isDirty() - Method in class org.eclipse.emf.mapping.presentation.MappingEditor
This is for implementing IEditorPart and simply tests the command stack.
isDisposableProviderFactory() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
Returns the value of the 'Disposable Provider Factory' attribute
isDisposableProviderFactory() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
isDisposed() - Method in class org.eclipse.emf.codegen.merge.java.facade.AbstractJNode
 
isDisposed() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJNode
 
isDisposed(JNode) - Method in class org.eclipse.emf.codegen.merge.java.facade.FacadeHelper
Returns true if a node is disposed.
isDisposed() - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMJNode
 
isDocumentRoot() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
isDocumentRoot() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
isDocumentRoot(EClass) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
isDocumentRoot(EClass) - Method in interface org.eclipse.emf.ecore.util.ExtendedMetaData
Returns whether the given class is a document root, i.e., whether it has an empty string as its XML Name.
isDown - Variable in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
Deprecated.
 
isDown() - Method in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
Deprecated.
 
isDragCommandExecuted - Variable in class org.eclipse.emf.edit.command.DragAndDropCommand
This keeps track of whether execute has been called on the DragAndDropCommand.dragCommand.
isDuplicateURI(String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMISaveImpl
 
isDuplicateURI(String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
isDynamic() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
Returns the value of the 'Dynamic' attribute
isDynamic() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
isDynamicDelegation() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
isDynamicDelegation() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
isDynamicTemplates() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Dynamic Templates' attribute
isDynamicTemplates() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
isEagerProxyResolution - Variable in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectInputStream
 
isEcoreConstraint(Diagnostic) - Method in class org.eclipse.emf.ecore.xcore.validation.XcoreDiagnosticConverter
 
isEcorePackage() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
isEcorePackage() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
isEcoreString(String) - Method in class org.eclipse.emf.ecore.util.EObjectValidator
 
isEffectiveContains() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
isEffectiveContains() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
isEffectiveSuppressEMFTypes() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenTypedElement
 
isEffectiveSuppressEMFTypes() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
isEffectiveSuppressEMFTypes() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypedElementImpl
 
isEFSScheme(String) - Method in class org.eclipse.emf.ecore.resource.impl.URIConverterImpl
Deprecated.
Returns whether the scheme is one that this implementation should treat as a supported Eclipse File System scheme.
isElement - Variable in class org.eclipse.emf.ecore.util.FeatureMapUtil.BasicValidator
 
isEmpty() - Method in class org.eclipse.emf.common.command.CompoundCommand
Returns whether there are commands in the list.
isEmpty() - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Returns whether the list has zero size.
isEmpty() - Method in class org.eclipse.emf.common.util.BasicEList
Returns whether the list has zero size.
isEmpty() - Method in class org.eclipse.emf.common.util.BasicEMap.DelegatingMap
 
isEmpty() - Method in class org.eclipse.emf.common.util.BasicEMap
Returns whether the map has zero size.
isEmpty() - Method in class org.eclipse.emf.common.util.DelegatingEList
Returns whether the list has zero size.
isEmpty() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
isEmpty() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
isEmpty() - Method in class org.eclipse.emf.common.util.URI
Returns true if this is a current document reference with no fragment component; false otherwise.
isEmpty() - Method in class org.eclipse.emf.databinding.internal.DelegatingSet
 
isEmpty() - Method in class org.eclipse.emf.databinding.internal.EWritableList
 
isEmpty() - Method in class org.eclipse.emf.ecore.impl.EPackageRegistryImpl.Delegator
 
isEmpty(InternalEObject, EStructuralFeature) - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.EStoreImpl
 
isEmpty(InternalEObject, EStructuralFeature) - Method in interface org.eclipse.emf.ecore.InternalEObject.EStore
Returns whether the content of the object's feature is empty.
isEmpty(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
isEmpty(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
isEmpty() - Method in class org.eclipse.emf.ecore.util.EContentsEList
 
isEmpty(EStructuralFeature) - Method in interface org.eclipse.emf.ecore.util.FeatureMap.Internal
 
isEmpty() - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList
 
isEmpty(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureFeatureMap
 
isEmpty(String) - Method in class org.eclipse.emf.ecore.xcore.XcoreStandaloneSetup.XcoreStandaloneRuntimeModule.XcoreResourceSetInitializer.AllContainerAdapter
 
isEmpty(EObject, EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
isEmpty() - Method in class org.eclipse.emf.mapping.presentation.ComposedSelection
 
isEmpty(String) - Static method in class org.eclipse.emf.oda.ecore.util.StringUtil
Indicates whether the specified text is null or has a length of zero.
isEnabled() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelActionBarContributor.GenerateAction
 
isEntryAttribute() - Method in class org.eclipse.emf.edit.provider.FeatureMapEntryWrapperItemProvider
Returns whether the feature of the wrapped feature map entry is an attribute.
isEnum(int) - Static method in class org.eclipse.emf.codegen.merge.java.facade.FacadeFlags
Returns whether the given integer has the AccEnum bit set.
isEnumBasedType() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenTypedElement
 
isEnumBasedType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypedElementImpl
 
isEnumType() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenTypedElement
 
isEnumType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypedElementImpl
 
isEObject() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
isEObject() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
isEObject() - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList.Generic
 
isEObject() - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList
 
isEObject() - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
isEObject() - Method in class org.eclipse.emf.ecore.util.EcoreEList.Generic
 
isEObject() - Method in class org.eclipse.emf.ecore.util.EcoreEList
 
isEObject() - Method in class org.eclipse.emf.ecore.util.EDataTypeEList
 
isEObject() - Method in class org.eclipse.emf.ecore.util.EObjectEList
 
isEObjectConstraint(Diagnostic) - Method in class org.eclipse.emf.ecore.xcore.validation.XcoreDiagnosticConverter
 
isEObjectExtension() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
isEObjectExtension() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
isEObjectExtensionType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
isEObjectExtensionType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypedElementImpl
 
isEObjectType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
isEObjectType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypedElementImpl
 
isEqualArgument(EGenericType, EGenericType) - Static method in class org.eclipse.emf.ecore.impl.EGenericTypeImpl
 
isEqualArguments(EList<EGenericType>, EList<EGenericType>) - Static method in class org.eclipse.emf.ecore.impl.EGenericTypeImpl
 
isEquivalentValue(Object, Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
Returns whether the given value is to be considered equivalent to the given reference value.
isError() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
Returns true if there was an error in the last XML element; false otherwise.
isEscaped(String, int) - Static method in class org.eclipse.emf.common.util.URI
 
isESetField(GenFeature) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
isESetField() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
isESetField(GenFeature) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
isESetField() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
isESetFlag(GenFeature) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
isESetFlag() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
isESetFlag(GenFeature) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
isESetFlag() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
isExcluded(EObject) - Method in class org.eclipse.emf.ecore.xcore.ui.outline.XcoreOutlineTreeProvider
 
isExecutable - Variable in class org.eclipse.emf.common.command.AbstractCommand
Keeps track of whether the command is executable.
isExtensibleProviderFactory() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
Returns the value of the 'Extensible Provider Factory' attribute
isExtensibleProviderFactory() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
isExternalInterface() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
This indicates that there is already an existing interface for this class or interface, so none will be generated.
isExternalInterface() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
isFactoryForType(Object) - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapterFactory
Returns true when the type is GeneratorAdapter.class.
isFactoryForType(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenModelGeneratorAdapterFactory
Returns true when the type is GeneratorAdapter.class.
isFactoryForType(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProviderAdapterFactory
 
isFactoryForType(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelAdapterFactory
Returns whether this factory is applicable for the type of the object
isFactoryForType(Object) - Method in interface org.eclipse.emf.common.notify.AdapterFactory
Returns whether this factory supports adapters for the given type.
isFactoryForType(Object) - Method in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
Returns false.
isFactoryForType(Object) - Method in class org.eclipse.emf.ecore.change.provider.ChangeItemProviderAdapterFactory
 
isFactoryForType(Object) - Method in class org.eclipse.emf.ecore.change.util.ChangeAdapterFactory
Returns whether this factory is applicable for the type of the object
isFactoryForType(Object) - Method in class org.eclipse.emf.ecore.provider.EcoreItemProviderAdapterFactory
 
isFactoryForType(Object) - Method in class org.eclipse.emf.ecore.util.EcoreAdapterFactory
Returns whether this factory is applicable for the type of the object
isFactoryForType(Object) - Method in class org.eclipse.emf.ecore.xcore.provider.XcoreItemProviderAdapterFactory
 
isFactoryForType(Object) - Method in class org.eclipse.emf.ecore.xcore.util.XcoreAdapterFactory
Returns whether this factory is applicable for the type of the object
isFactoryForType(Object) - Method in class org.eclipse.emf.edit.provider.ComposedAdapterFactory
 
isFactoryForType(Object) - Method in class org.eclipse.emf.edit.provider.DecoratorAdapterFactory
isFactoryForType(Object) - Method in class org.eclipse.emf.edit.provider.ReflectiveItemProviderAdapterFactory
Returns whether this factory is applicable for the type of the object.
isFactoryForType(Object) - Method in class org.eclipse.emf.edit.provider.resource.ResourceItemProviderAdapterFactory
Returns whether this factory is applicable for the type of the object
isFactoryForType(Object) - Method in class org.eclipse.emf.edit.tree.provider.TreeItemProviderAdapterFactory
This also check if the type is one of the supported types.
isFactoryForType(Object) - Method in class org.eclipse.emf.edit.tree.util.TreeAdapterFactory
Returns whether this factory is applicable for the type of the object
isFactoryForType(Object) - Method in class org.eclipse.emf.examples.extlibrary.provider.EXTLibraryItemProviderAdapterFactory
 
isFactoryForType(Object) - Method in class org.eclipse.emf.examples.extlibrary.util.EXTLibraryAdapterFactory
Returns whether this factory is applicable for the type of the object
isFactoryForType(Object) - Method in class org.eclipse.emf.java.provider.JavaItemProviderAdapterFactory
 
isFactoryForType(Object) - Method in class org.eclipse.emf.java.util.JavaAdapterFactory
Returns whether this factory is applicable for the type of the object
isFactoryForType(Object) - Method in class org.eclipse.emf.mapping.ecore2ecore.provider.Ecore2EcoreItemProviderAdapterFactory
 
isFactoryForType(Object) - Method in class org.eclipse.emf.mapping.ecore2ecore.util.Ecore2EcoreAdapterFactory
Returns whether this factory is applicable for the type of the object
isFactoryForType(Object) - Method in class org.eclipse.emf.mapping.ecore2xml.provider.Ecore2XMLItemProviderAdapterFactory
 
isFactoryForType(Object) - Method in class org.eclipse.emf.mapping.ecore2xml.util.Ecore2XMLAdapterFactory
Returns whether this factory is applicable for the type of the object
isFactoryForType(Object) - Method in class org.eclipse.emf.mapping.impl.MappingRootImpl.MappedObjectStateAdapterFactory
 
isFactoryForType(Object) - Method in class org.eclipse.emf.mapping.presentation.MappingEditor.MyDecoratorAdapterFactory
 
isFactoryForType(Object) - Method in class org.eclipse.emf.mapping.provider.MappingItemProviderAdapterFactory
 
isFactoryForType(Object) - Method in class org.eclipse.emf.mapping.util.MappingAdapterFactory
Returns whether this factory is applicable for the type of the object
isFeatureKindSpecific() - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
isFeatureKindSpecific() - Method in class org.eclipse.emf.mapping.ecore2xml.util.Ecore2XMLExtendedMetaData
 
isFeatureMap() - Method in interface org.eclipse.emf.ecore.EStructuralFeature.Internal
Returns whether the type is a feature map.
isFeatureMap() - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
 
isFeatureMap - Variable in class org.eclipse.emf.ecore.util.FeatureMapUtil.BasicFeatureEIterator
 
isFeatureMap(EStructuralFeature) - Static method in class org.eclipse.emf.ecore.util.FeatureMapUtil
 
isFeatureMapEntry(String) - Static method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypedElementImpl
 
isFeatureMapEntry(EClassifier) - Static method in class org.eclipse.emf.ecore.util.FeatureMapUtil
 
isFeatureMapType() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenTypedElement
 
isFeatureMapType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
 
isFeatureMapType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypedElementImpl
 
isFeatureMapWrapped() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenTypedElement
Deprecated.
As of EMF 2.1, replaced by GenTypedElement.isWrappedFeatureMapType().
isFeatureMapWrapped() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypedElementImpl
Deprecated.
isFeatureNamespaceMatchingLax() - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
isFeatureUnsettable() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
isFeatureUnsettable() - Method in class org.eclipse.emf.ecore.impl.ENotificationImpl
 
isField(GenFeature) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
isField() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
isField(GenFeature) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
isField() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
isFile() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
isFile() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
isFile() - Method in class org.eclipse.emf.common.util.URI
Returns true if this is a hierarchical URI that may refer directly to a locally accessible file.
isFinal(int) - Static method in class org.eclipse.emf.codegen.merge.java.facade.FacadeFlags
Returns whether the given integer includes the final modifier.
isFinal() - Method in class org.eclipse.emf.java.impl.JClassImpl
 
isFinal() - Method in class org.eclipse.emf.java.impl.JFieldImpl
 
isFinal() - Method in class org.eclipse.emf.java.impl.JMethodImpl
 
isFinal() - Method in class org.eclipse.emf.java.impl.JParameterImpl
 
isFinal() - Method in interface org.eclipse.emf.java.JClass
Returns the value of the 'Final' attribute
isFinal() - Method in interface org.eclipse.emf.java.JField
Returns the value of the 'Final' attribute
isFinal() - Method in interface org.eclipse.emf.java.JMethod
Returns the value of the 'Final' attribute
isFinal() - Method in interface org.eclipse.emf.java.JParameter
Returns the value of the 'Final' attribute
isFireLabelUpdateNotifications - Variable in class org.eclipse.emf.edit.ui.provider.AdapterFactoryLabelProvider
Whether label update notifications are fired.
isFireLabelUpdateNotifications() - Method in class org.eclipse.emf.edit.ui.provider.AdapterFactoryLabelProvider
Returns whether this label provider fires update notifications.
isFixInterfaceBrace() - Method in class org.eclipse.emf.codegen.jmerge.JMerger
Deprecated.
 
isFixInterfaceBrace() - Method in class org.eclipse.emf.codegen.merge.java.JMerger
 
isFlag(GenFeature) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
isFlag() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
Deprecated.
use GenClass.isFlag(org.eclipse.emf.codegen.ecore.genmodel.GenFeature) to correctly determine whether a feature is a flag
isFlag(GenFeature) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
isFlag() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
isFontProviders() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Font Providers' attribute
isFontProviders() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
isForcedSourceCompatibility() - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMFacadeHelper
 
isForceOverwrite() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Force Overwrite' attribute
isForceOverwrite() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
ISFROMMODEL - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
isFrozen() - Method in class org.eclipse.emf.ecore.impl.EClassImpl
 
isFrozen() - Method in class org.eclipse.emf.ecore.impl.EModelElementImpl
 
isFrozen() - Method in interface org.eclipse.emf.ecore.impl.ESuperAdapter.Holder
 
isGenerateExampleClass() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
Returns the value of the 'Generate Example Class' attribute.
isGenerateExampleClass() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
isGenerateModelWizard() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
Returns the value of the 'Generate Model Wizard' attribute.
isGenerateModelWizard() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
isGenerateSchema() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Generate Schema' attribute
isGenerateSchema() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
isGenericFeature(Object) - Method in class org.eclipse.emf.ecore.presentation.EcoreActionBarContributor
 
isGenericURI() - Method in class org.eclipse.emf.ecore.xml.type.internal.DataValue.URI
Get the indicator as to whether this URI uses the "generic URI" syntax.
isGet() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
isGet() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
isGTK() - Static method in class org.eclipse.emf.common.ui.viewer.ExtendedTableTreeViewer
Deprecated.
Returns whether GTK is the current platform.
isHandlingEvent() - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPage
 
isHandlingFeatureMap - Variable in class org.eclipse.emf.ecore.util.EContentsEList.FeatureIteratorImpl
 
isHierarchical() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
isHierarchical() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
isHierarchical() - Method in class org.eclipse.emf.common.util.URI
Returns true if this a a hierarchical URI, or false if it is of the generic form.
isHighSurrogate(int) - Static method in class org.eclipse.emf.ecore.xml.type.internal.DataValue.XMLChar
Returns whether the given character is a high surrogate
isID() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
isID() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
isID() - Method in interface org.eclipse.emf.ecore.EAttribute
Returns the value of the 'ID' attribute
isID() - Method in interface org.eclipse.emf.ecore.EStructuralFeature.Internal
Returns whether this is an attribute that is an ID.
isID() - Method in class org.eclipse.emf.ecore.impl.EAttributeImpl
 
isID() - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
 
isID() - Method in class org.eclipse.emf.ecore.xcore.impl.XAttributeImpl
 
isID() - Method in interface org.eclipse.emf.ecore.xcore.XAttribute
Returns the value of the 'ID' attribute
isID() - Method in class org.eclipse.emf.importer.rose.parser.RoseNode
 
isIdentifierPart(int) - Method in class org.eclipse.emf.ecore.util.EcoreValidator.EGenericTypeBuilder
Returns whether this code point is a valid part of an identifier, i.e., whether it's valid after the first character.
isIdentifierStart(int) - Method in class org.eclipse.emf.ecore.util.EcoreValidator.EGenericTypeBuilder
Returns whether this code point is a valid start of an identifier.
isIDREF - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
isImage() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
Returns the value of the 'Image' attribute.
isImage() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
isImportOrganizing() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Import Organizing' attribute
isImportOrganizing() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
isInBuild() - Method in class org.eclipse.emf.codegen.jet.JETCompileTemplateOperation
 
isIncluded(EStructuralFeature) - Method in interface org.eclipse.emf.ecore.util.EContentsEList.FeatureFilter
 
isIncluded(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.EContentsEList.FeatureIteratorImpl
 
isIncluded(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.EContentsEList
 
isIncluded(EStructuralFeature.Setting) - Method in class org.eclipse.emf.ecore.util.EcoreUtil.AbstractFilteredSettingsIterator
 
isIncluded(EReference) - Method in class org.eclipse.emf.ecore.util.ECrossReferenceAdapter
 
isIncluded(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.ECrossReferenceEList
 
isIncluded(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.BasicValidator
 
isIncludedEntry(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.EContentsEList.FeatureIteratorImpl
 
isIncludedEntry(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.EContentsEList
 
isIncludedEntry(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.ECrossReferenceEList.FeatureIteratorImpl
 
isIncludedEntry(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.ECrossReferenceEList
 
ISINCLUDEDINCH - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
ISINCLUDEDINDO - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
isInitialized() - Method in class org.eclipse.emf.common.ui.DiagnosticComposite
 
isInitialized - Variable in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EPackageExtendedMetaDataImpl
 
isInJavaOutput(IResource) - Static method in class org.eclipse.emf.codegen.util.CodeGenUtil.EclipseUtil
 
isInJavaOutput(IResource) - Static method in class org.eclipse.emf.codegen.util.CodeGenUtil
Deprecated.
isInput - Variable in class org.eclipse.emf.mapping.impl.MappingRootImpl.MappedObjectStateAdapter
This indicates whether the mapped object is an input.
isInput() - Method in class org.eclipse.emf.mapping.impl.MappingRootImpl.MappedObjectStateAdapter
 
isInput() - Method in interface org.eclipse.emf.mapping.MappedObjectState
This returns whether the mapped object is an input.
isInputObject(Object) - Method in class org.eclipse.emf.mapping.impl.MappingRootImpl
 
isInputObject(Object) - Method in interface org.eclipse.emf.mapping.MappingRoot
This returns whether the given object is an input object in the domain.
isInstance(Object) - Method in interface org.eclipse.emf.common.util.Reflect.Helper
Do an instanceof test.
isInstance(Class<?>, Object) - Static method in class org.eclipse.emf.common.util.Reflect
Do an instanceof test.
isInstance(Object) - Method in interface org.eclipse.emf.ecore.EClassifier
Returns whether the object is an instance of this classifier.
isInstance(Object) - Method in interface org.eclipse.emf.ecore.EGenericType
Returns whether the object is an instance of this generic type.
isInstance(Object) - Method in class org.eclipse.emf.ecore.impl.EClassifierImpl
Returns whether the object is an instance of this classifier.
isInstance(Object) - Method in class org.eclipse.emf.ecore.impl.EEnumImpl
Determines if the specified Object is an instance of this.
isInstance(Object) - Method in class org.eclipse.emf.ecore.impl.EGenericTypeImpl
 
isInstance(Object) - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList
 
isInstance(Object) - Method in class org.eclipse.emf.ecore.util.EcoreEList.Generic
 
isInstance(Object) - Method in class org.eclipse.emf.ecore.util.EcoreEList
 
isInterface() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
isInterface() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
isInterface(int) - Static method in class org.eclipse.emf.codegen.merge.java.facade.FacadeFlags
Returns whether the given integer includes the interface modifier.
isInterface() - Method in interface org.eclipse.emf.ecore.EClass
Returns the value of the 'Interface' attribute
isInterface() - Method in class org.eclipse.emf.ecore.impl.EClassImpl
 
isInterface() - Method in class org.eclipse.emf.ecore.xcore.impl.XClassImpl
 
isInterface() - Method in interface org.eclipse.emf.ecore.xcore.XClass
Returns the value of the 'Interface' attribute
isInterface() - Method in class org.eclipse.emf.java.impl.JClassImpl
 
isInterface() - Method in interface org.eclipse.emf.java.JClass
Returns the value of the 'Interface' attribute
isInvalid(int) - Static method in class org.eclipse.emf.ecore.xml.type.internal.DataValue.XMLChar
Returns true if the specified character is invalid.
isInvariant() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenOperation
 
isInvariant() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
 
isInvariant(EOperation) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
 
isIsSet() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
isIsSet() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
isJavaDefaultType(String) - Static method in class org.eclipse.emf.codegen.util.CodeGenUtil
Tests whether the given string is the name of a primitive or java.lang type.
isJavaIOSerializable() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
isJavaIOSerializable() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
isJavaLangType(String) - Static method in class org.eclipse.emf.codegen.util.CodeGenUtil
Tests whether the given string is the name of a java.lang type.
isJavaPrimitiveType(String) - Static method in class org.eclipse.emf.codegen.util.CodeGenUtil
Tests whether the given string is the name of a primitive type.
isJavaReservedWord(String) - Static method in class org.eclipse.emf.codegen.util.CodeGenUtil
Tests whether a given string is a Java reserved word.
isJavaUtilMapEntry(String) - Static method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
isJETProject(IProject) - Static method in class org.eclipse.emf.codegen.presentation.JETPropertyPage
Return whether this is a JET project.
isLabelProperty(Object, String) - Method in class org.eclipse.emf.edit.ui.provider.AdapterFactoryLabelProvider
This always returns true right now.
isLabelProperty(Object, String) - Method in class org.eclipse.emf.edit.ui.provider.DecoratingColumLabelProvider
 
isLabelUpdate - Variable in class org.eclipse.emf.edit.provider.ItemProvider.ItemProviderNotification
 
isLabelUpdate() - Method in class org.eclipse.emf.edit.provider.ItemProvider.ItemProviderNotification
 
isLabelUpdate() - Method in interface org.eclipse.emf.edit.provider.IViewerNotification
Whether the label and icon for the element should be updated.
isLabelUpdate() - Method in class org.eclipse.emf.edit.provider.ViewerNotification
Returns whether the label and icon for the element should be updated.
isLeaf(EObject) - Method in class org.eclipse.emf.ecore.xcore.ui.outline.XcoreOutlineTreeProvider
 
isList - Variable in class org.eclipse.emf.importer.rose.parser.RoseLexer
 
isListDataType() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenTypedElement
 
isListDataType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypedElementImpl
 
isListMapping - Variable in class org.eclipse.emf.importer.rose.parser.RoseParser
 
isListType() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenTypedElement
 
isListType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypedElementImpl
 
isListType(String) - Method in class org.eclipse.emf.importer.java.builder.JavaEcoreBuilder
 
isLiteralsInterface() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
Returns the value of the 'Literals Interface' attribute.
isLiteralsInterface() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
isLoaded - Variable in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
The loaded flag.
isLoaded() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
 
isLoaded() - Method in interface org.eclipse.emf.ecore.resource.Resource
Returns whether the resource is loaded.
isLoaded() - Method in class org.eclipse.emf.importer.rose.parser.RoseNode
 
isLoadedInitialization() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
Returns true if this package's root, which may be itself, requires, or has a subpackage that requires, load initialization.
isLoadedInitialization() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
isLoading - Variable in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
The loading flag.
isLoading() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
 
isLoading() - Method in interface org.eclipse.emf.ecore.resource.Resource.Internal
Indicates whether the resource is currently being loaded.
isLoadingInitialization() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
Returns true if this is a root package that requires, or has a direct or indirect subpackage that requires, load initialization.
isLoadingInitialization() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
isLoadInitialization() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
Returns the value of the 'Load Initialization' attribute
isLoadInitialization() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
isLocal() - Method in class org.eclipse.emf.ecore.xcore.impl.XReferenceImpl
 
isLocal() - Method in interface org.eclipse.emf.ecore.xcore.XReference
Returns the value of the 'Local' attribute
isLowSurrogate(int) - Static method in class org.eclipse.emf.ecore.xml.type.internal.DataValue.XMLChar
Returns whether the given character is a low surrogate
isMainGenModel() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
isMany() - Method in interface org.eclipse.emf.ecore.ETypedElement
Returns the value of the 'Many' attribute
isMany() - Method in class org.eclipse.emf.ecore.impl.EAttributeImpl
 
isMany() - Method in class org.eclipse.emf.ecore.impl.ETypedElementImpl
 
isMany(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
isMany(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
isMany(EObject, EStructuralFeature) - Static method in class org.eclipse.emf.ecore.util.FeatureMapUtil
 
isMany(Object) - Method in interface org.eclipse.emf.edit.provider.IItemPropertyDescriptor
Returns whether this property represents multiple values.
isMany(Object) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
Returns whether this property represents multiple values.
isMany(Object) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptorDecorator
This does the delegated job of determining whether the property represents multiple values.
isMany(Object) - Method in class org.eclipse.emf.edit.provider.WrapperItemProvider.WrapperItemPropertyDescriptor
Returns false, as the property only represents a single value, even if the feature is multi-valued.
isMapEntry() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
isMapEntry() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
isMapEntryFeature() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
isMapEntryType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypedElementImpl
 
isMapped(Collection<?>, Mapping) - Method in class org.eclipse.emf.mapping.impl.MappingRootImpl
 
isMapType() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenTypedElement
 
isMapType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
isMapType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypedElementImpl
 
isMapType(String) - Method in class org.eclipse.emf.importer.java.builder.JavaEcoreBuilder
 
isMarkedUp(Pattern, IDOMNode) - Method in class org.eclipse.emf.codegen.jmerge.JPatternDictionary
Deprecated.
 
isMarkedUp(Pattern, Pattern, JNode) - Method in class org.eclipse.emf.codegen.merge.java.JPatternDictionary
Determines if the node is marked up based on the node and parent markup.
isMarkedUp(Pattern, JNode) - Method in class org.eclipse.emf.codegen.merge.java.JPatternDictionary
 
isMarkup(int) - Static method in class org.eclipse.emf.ecore.xml.type.internal.DataValue.XMLChar
Returns true if the specified character can be considered markup.
isMatch(int, JvmType, String, QualifiedName) - Method in class org.eclipse.emf.ecore.xcore.scoping.types.KnownTypesScope
 
isMatching(EGenericType, EGenericType, Map<? extends ETypeParameter, ? extends EGenericType>) - Static method in class org.eclipse.emf.ecore.util.EcoreValidator
 
isMatchingNamespace(String) - Method in class org.eclipse.emf.ecore.xmi.impl.RootXMLContentHandlerImpl
Returns whether the given root element's namespace matches the namespace expected for the content type.
isMaxInclusive() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenDataType
 
isMaxInclusive() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
 
isMinimalReflectiveMethods() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Minimal Reflective Methods' attribute.
isMinimalReflectiveMethods() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
isMinInclusive() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenDataType
 
isMinInclusive() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
 
isMixed() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
isMixed - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLString
 
isModelRoot() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
isModelRoot() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
isModified() - Method in class org.eclipse.emf.ecore.impl.ESuperAdapter
 
isModified - Variable in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
The modified flag.
isModified() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
 
isModified() - Method in interface org.eclipse.emf.ecore.resource.Resource
Returns whether this resource has been modified.
isMulti() - Method in class org.eclipse.emf.common.ui.dialogs.ResourceDialog
 
isMultiLine(Object) - Method in interface org.eclipse.emf.edit.provider.IItemPropertyDescriptor
Returns whether this property's value will consist of multi-line text.
isMultiLine(Object) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
 
isMultiLine(Object) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptorDecorator
This does the delegated job of determining whether the property's value consists of multi-line text.
isMultipleEditorPages() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
Returns the value of the 'Multiple Editor Pages' attribute.
isMultipleEditorPages() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
isMultipleFileExtensions() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
Returns whether the model supports multiple file extensions, based both on the specified extensions and the use of a content type.
isMultipleFileExtensions() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
isName(int) - Static method in class org.eclipse.emf.ecore.xml.type.internal.DataValue.XMLChar
Returns true if the specified character is a valid name character as defined by production [4] in the XML 1.0 specification.
isNamePart(int) - Static method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeUtil
Returns whether the code point is a valid part of an XML Name.
isNamespaceAware - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
isNameStart(int) - Static method in class org.eclipse.emf.ecore.xml.type.internal.DataValue.XMLChar
Returns true if the specified character is a valid name start character as defined by production [5] in the XML 1.0 specification.
isNameStart(int) - Static method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeUtil
Returns whether the code point is the valid start of an XML Name.
isNative(int) - Static method in class org.eclipse.emf.codegen.merge.java.facade.FacadeFlags
Returns whether the given integer includes the native modifier.
isNative() - Method in class org.eclipse.emf.java.impl.JMethodImpl
 
isNative() - Method in interface org.eclipse.emf.java.JMethod
Returns the value of the 'Native' attribute
isNavigable() - Method in class org.eclipse.emf.importer.rose.parser.RoseNode
 
isNCName(int) - Static method in class org.eclipse.emf.ecore.xml.type.internal.DataValue.XMLChar
Returns true if the specified character is a valid NCName character as defined by production [5] in Namespaces in XML recommendation.
isNCNamePart(int) - Static method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeUtil
Returns whether the code point is a valid part of an XML NCName.
isNCNameStart(int) - Static method in class org.eclipse.emf.ecore.xml.type.internal.DataValue.XMLChar
Returns true if the specified character is a valid NCName start character as defined by production [4] in Namespaces in XML recommendation.
isNCNameStart(int) - Static method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeUtil
Returns whether the code point is the valid start of an XML NCName.
isNil(EObject, EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
isNoImport(IDOMImport) - Method in class org.eclipse.emf.codegen.jmerge.JPatternDictionary
Deprecated.
 
isNoImport(JImport) - Method in class org.eclipse.emf.codegen.merge.java.JPatternDictionary
 
isNonContainment(EStructuralFeature) - Method in class org.eclipse.emf.edit.command.DragAndDropCommand
 
isNonNLSMarkers() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Non NLS Markers' attribute.
isNonNLSMarkers() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
isNoQualify() - Method in class org.eclipse.emf.importer.rose.RoseImporter
 
isNotificationEnabled - Variable in class org.eclipse.emf.mapping.presentation.MappingEditor
 
isNotificationEnabled() - Method in class org.eclipse.emf.mapping.presentation.MappingEditor
 
isNotificationRequired() - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Returns false.
isNotificationRequired() - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Returns false.
isNotificationRequired() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl.ContentsEList
 
isNotificationRequired() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.ResourcesEList
 
isNotificationRequired() - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList
 
isNotificationRequired() - Method in class org.eclipse.emf.ecore.util.EcoreEList
 
isNotificationRequired() - Method in class org.eclipse.emf.edit.provider.ItemProvider.ItemProviderNotifyingArrayList
This always notifies.
isNotify() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
Returns the value of the 'Notify' attribute.
isNotify() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
isNull() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
Returns true if the xsi:nil attribute is in the list of attributes.
isNullable(EClassifier) - Static method in class org.eclipse.emf.oda.ecore.impl.DataTypes
Returns whether null values are allowed for the specified type.
isNullable(int) - Method in class org.eclipse.emf.oda.ecore.impl.ParameterMetaData
 
isNullable(int) - Method in class org.eclipse.emf.oda.ecore.impl.ResultSetMetaData
 
isObjectType() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenDataType
 
isObjectType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
 
isOnClassPath(IJavaProject, IStorage) - Method in class org.eclipse.emf.ecore.xcore.ui.builder.XcoreWorkingCopyOwnerProvider
 
isOnDemand() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJImport
Return true if original import was an "on demand" import.
isOnDemand() - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMJImport
 
isOnDemand() - Method in interface org.eclipse.emf.codegen.merge.java.facade.JImport
Returns whether this import declaration ends with ".
isOpen() - Method in class org.eclipse.emf.oda.ecore.impl.Connection
 
isOperationReflection() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Operation Reflection' attribute.
isOperationReflection() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
isOperationReflectionGen() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
isOptimizedHasChildren() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Optimized Has Children' attribute
isOptimizedHasChildren() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
isOrdered() - Method in interface org.eclipse.emf.ecore.ETypedElement
Returns the value of the 'Ordered' attribute.
isOrdered() - Method in class org.eclipse.emf.ecore.impl.ETypedElementImpl
 
isOrdered() - Method in class org.eclipse.emf.importer.rose.parser.RoseNode
 
isOrphan(EObject) - Method in class org.eclipse.emf.ecore.change.util.ChangeRecorder
 
isOSGiCompatible() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'OS Gi Compatible' attribute
isOSGiCompatible() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
isOutput - Variable in class org.eclipse.emf.mapping.impl.MappingRootImpl.MappedObjectStateAdapter
This indicates whether the object is an output.
isOutput() - Method in class org.eclipse.emf.mapping.impl.MappingRootImpl.MappedObjectStateAdapter
 
isOutput() - Method in interface org.eclipse.emf.mapping.MappedObjectState
This returns whether the mapped object is an output.
isOutputDirty() - Method in class org.eclipse.emf.mapping.impl.MappingRootImpl
 
isOutputDirty() - Method in interface org.eclipse.emf.mapping.MappingRoot
This method returns true if the mapping output needs to be saved.
isOutputObject(Object) - Method in class org.eclipse.emf.mapping.impl.MappingRootImpl
 
isOutputObject(Object) - Method in interface org.eclipse.emf.mapping.MappingRoot
This returns whether the given object is an output object in the domain.
isOutputReadOnly() - Method in class org.eclipse.emf.mapping.impl.MappingRootImpl
 
isOutputReadOnly() - Method in interface org.eclipse.emf.mapping.MappingRoot
Returns the value of the 'Output Read Only' attribute
isOverrideOf(GenClass, GenOperation) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenOperation
 
isOverrideOf(GenOperation) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenOperation
Deprecated. 
isOverrideOf(GenOperation) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
 
isOverrideOf(GenClass, GenOperation) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
 
isOverrideOf(EOperation) - Method in interface org.eclipse.emf.ecore.EOperation
Returns whether this operation is an override of some other operation.
isOverrideOf(EOperation) - Method in class org.eclipse.emf.ecore.impl.EOperationImpl
 
isPackedEnums() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Packed Enums' attribute
isPackedEnums() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
isPad(char) - Static method in class org.eclipse.emf.ecore.xml.type.internal.DataValue.Base64
 
isPageComplete() - Method in class org.eclipse.emf.codegen.presentation.ConvertToJETProjectWizard.ConversionPage
 
isPageComplete() - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPackagePage
 
isPageComplete() - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPage
 
isPageComplete() - Method in class org.eclipse.emf.converter.ui.ModelConverterDescriptorSelectionPage
 
isPageComplete() - Method in class org.eclipse.emf.exporter.ui.contribution.base.ModelExporterDirectoryURIPage
 
isPageComplete() - Method in class org.eclipse.emf.importer.rose.ui.RoseDetailPage
 
isPageComplete() - Method in class org.eclipse.emf.importer.ui.contribution.base.ModelImporterDetailPage
 
isPath(String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
 
isPersisted(Resource) - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
This returns whether something has been persisted to the URI of the specified resource.
isPersisted(Resource) - Method in class org.eclipse.emf.ecore.presentation.EcoreEditor
This returns whether something has been persisted to the URI of the specified resource.
isPersisted(Resource) - Method in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryEditor
This returns whether something has been persisted to the URI of the specified resource.
isPersisted(Resource) - Method in class org.eclipse.emf.java.presentation.JavaEditor
This returns whether something has been persisted to the URI of the specified resource.
isPersisted(Resource) - Method in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLEditor
This returns whether something has been persisted to the URI of the specified resource.
isPessimistic - Variable in class org.eclipse.emf.common.command.StrictCompoundCommand
Whether commands that have been tentatively executed need to be undone.
isPlatform() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
isPlatform() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
isPlatform() - Method in class org.eclipse.emf.common.util.URI
Returns true if this is a platform URI, that is, an absolute, hierarchical URI, with "platform" scheme, no authority, and at least two segments; false is returned otherwise.
isPlatformPlugin() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
isPlatformPlugin() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
isPlatformPlugin() - Method in class org.eclipse.emf.common.util.URI
Returns true if this is a platform plug-in URI, that is, a platform URI whose first segment is "plugin"; false is returned otherwise.
isPlatformResource() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
isPlatformResource() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
isPlatformResource() - Method in class org.eclipse.emf.common.util.URI
Returns true if this is a platform resource URI, that is, a platform URI whose first segment is "resource"; false is returned otherwise.
isPrefix() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
isPrefix() - Method in class org.eclipse.emf.common.util.URI
Returns true if this is a hierarchical URI that ends in a slash; that is, it has a trailing path separator or is the root absolute path, and has no query and no fragment; false is returned otherwise.
isPrefixMapEntry - Variable in class org.eclipse.emf.ecore.resource.impl.URIMappingRegistryImpl.MappingEntryImpl
The indicator whether this entry represents a folder to folder mapping.
isPrefixOf(String, String) - Static method in class org.eclipse.emf.java.util.JavaUtil
Returns whether the name is a prefix of the fullName.
isPrepared - Variable in class org.eclipse.emf.common.command.AbstractCommand
Keeps track of whether prepare needs to be called.
isPrimaryJvmElement(EObject) - Method in class org.eclipse.emf.ecore.xcore.resource.XcoreModelAssociator
 
isPrimaryMappedObject(MappingRoot, Object) - Method in class org.eclipse.emf.mapping.presentation.MappingEditor.OverviewViewer
Deprecated.
 
isPrimitive(QualifiedName) - Method in class org.eclipse.emf.ecore.xcore.scoping.types.PrimitiveAwareScope
 
isPrimitiveReturnType() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenOperation
Deprecated.
As of EMF 2.1, use isPrimitiveType instead.
isPrimitiveReturnType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
Deprecated.
As of EMF 2.1, use isPrimitiveType instead.
isPrimitiveType() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenDataType
 
isPrimitiveType() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenTypedElement
 
isPrimitiveType(EClassifier) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
isPrimitiveType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
 
isPrimitiveType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
 
isPrimitiveType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypedElementImpl
 
isPrivate(int) - Static method in class org.eclipse.emf.codegen.merge.java.facade.FacadeFlags
Returns whether the given integer includes the private modifier.
isProcessAnyXML() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLOptionsImpl
 
isProcessAnyXML() - Method in interface org.eclipse.emf.ecore.xmi.XMLOptions
 
isProcessingInstruction(FeatureMap.Entry) - Static method in class org.eclipse.emf.ecore.util.FeatureMapUtil
 
isProcessingInstruction(EStructuralFeature) - Static method in class org.eclipse.emf.ecore.util.FeatureMapUtil
 
isProcessSchemaLocations() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLOptionsImpl
 
isProcessSchemaLocations() - Method in interface org.eclipse.emf.ecore.xmi.XMLOptions
 
isProperty() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
isProperty() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
isPropertyMultiLine() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
Returns the value of the 'Property Multi Line' attribute
isPropertyMultiLine() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
isPropertyMultiLine() - Method in class org.eclipse.emf.edit.provider.WrapperItemProvider
Returns whether value's single property consists of multi-line text.
isPropertyResettable(Object) - Method in class org.eclipse.emf.edit.ui.provider.PropertySource
isPropertySet(Object) - Method in interface org.eclipse.emf.edit.provider.IItemPropertyDescriptor
This determines whether this descriptor's property for the object is set.
isPropertySet(Object) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
This does the delegated job of determine whether the property value from the given object is set.
isPropertySet(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 is set.
isPropertySet(Object, String) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This implements PropertySource by delegating to the descriptor, which is assumed to support the IItemPropertyDescriptor interface
isPropertySet(Object) - Method in class org.eclipse.emf.edit.provider.WrapperItemProvider.WrapperItemPropertyDescriptor
Returns true, as the property of a value wrapper is always considered to be set.
isPropertySet(Object) - Method in class org.eclipse.emf.edit.ui.provider.PropertySource
isPropertySettable() - Method in class org.eclipse.emf.edit.provider.FeatureMapEntryWrapperItemProvider
Returns whether the entry attribute is changeable.
isPropertySettable() - Method in class org.eclipse.emf.edit.provider.WrapperItemProvider
Returns whether a value's single property is settable.
isPropertySortChoices() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
Returns the value of the 'Property Sort Choices' attribute
isPropertySortChoices() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
isPropertySortChoices() - Method in class org.eclipse.emf.edit.provider.WrapperItemProvider
Returns whether value's single property should sort its choices for selection.
isProtected(int) - Static method in class org.eclipse.emf.codegen.merge.java.facade.FacadeFlags
Returns whether the given integer includes the protected modifier.
isProviderSingleton() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
isProviderSingleton() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
isProxyTransient - Variable in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectOutputStream.EStructuralFeatureData
 
isPubid(int) - Static method in class org.eclipse.emf.ecore.xml.type.internal.DataValue.XMLChar
Returns true if the specified character is a valid Pubid character as defined by production [13] in the XML 1.0 specification.
isPublic(int) - Static method in class org.eclipse.emf.codegen.merge.java.facade.FacadeFlags
Returns whether the given integer includes the public modifier.
isPublicConstructors() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Public Constructors' attribute
isPublicConstructors() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
isPushMarkedUp(JNode) - Method in class org.eclipse.emf.codegen.merge.java.JMerger
Checks if the node is marked up for pushing.
isQualified() - Method in interface org.eclipse.emf.ecore.util.BasicExtendedMetaData.EPackageExtendedMetaData
 
isQualified - Variable in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EPackageExtendedMetaDataImpl
 
isQualified() - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EPackageExtendedMetaDataImpl
 
isQualified(EPackage) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
isQualified(EPackage) - Method in interface org.eclipse.emf.ecore.util.ExtendedMetaData
Returns whether model instance serializations of the specified package should use namespace qualification.
ISQUERYABLE - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
isRawBaseClass(GenClass) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
isRawBaseClass(GenClass) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
isReadOnly(URI) - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter
Determines whether a given workspace path URI represents a read-only file.
isReadOnly(String) - Static method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.EclipseUtil
Deprecated.
 
isReadOnly(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.
isReadonly() - Method in class org.eclipse.emf.ecore.xcore.impl.XStructuralFeatureImpl
 
isReadonly() - Method in interface org.eclipse.emf.ecore.xcore.XStructuralFeature
Returns the value of the 'Readonly' attribute
isReadOnly(Resource) - Method in class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain
This returns whether the resource is read only.
isReadOnly(Resource) - Method in interface org.eclipse.emf.edit.domain.EditingDomain
This returns whether the resource is read only in editing domain.
ISREADONLY - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
isReadOnlyURI(URI) - Method in class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain
Deprecated.
this method is no longer called by AdapterFactoryEditingDomain.isReadOnly(Resource)
isReconciling - Variable in class org.eclipse.emf.java.impl.JModelElementImpl
 
isRecording() - Method in class org.eclipse.emf.ecore.change.util.BasicChangeRecorder
 
isRecordingTransientFeatures() - Method in class org.eclipse.emf.ecore.change.util.BasicChangeRecorder
 
isReferenceType() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
isReferenceType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
isReflectiveDelegation() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Reflective Delegation' attribute
isReflectiveDelegation() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
isReifiedType(GenClass, EGenericType) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
isRelative() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
isRelative() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
isRelative() - Method in class org.eclipse.emf.common.util.URI
Returns true if this is a relative URI, or false if it is an absolute URI.
isRemappedXMLType(EClassifier) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
isRequestedProperty(String, Map<?, ?>) - Method in class org.eclipse.emf.ecore.resource.impl.ContentHandlerImpl
Returns whether the named property is one requested in the options.
isRequired() - Method in interface org.eclipse.emf.ecore.ETypedElement
Returns the value of the 'Required' attribute
isRequired() - Method in class org.eclipse.emf.ecore.impl.ETypedElementImpl
 
isReset() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
isReset() - Method in interface org.eclipse.emf.common.notify.Notification
Returns true if the notification's feature has been set to its default value.
isReset() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the isReset method of the notification.
isResolveProxies() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
isResolveProxies() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
isResolveProxies() - Method in class org.eclipse.emf.ecore.change.util.ChangeRecorder
 
isResolveProxies() - Method in interface org.eclipse.emf.ecore.EReference
Returns the value of the 'Resolve Proxies' attribute.
isResolveProxies() - Method in interface org.eclipse.emf.ecore.EStructuralFeature.Internal
Returns whether this is a reference that resolves proxies.
isResolveProxies() - Method in class org.eclipse.emf.ecore.impl.EReferenceImpl
 
isResolveProxies() - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleContainer
 
isResolveProxies() - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleContainerResolving
 
isResolveProxies() - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleEObject
 
isResolveProxies() - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleEObjectContainmentResolving
 
isResolveProxies() - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleEObjectContainmentUnsettableResolving
 
isResolveProxies() - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleEObjectContainmentWithInverseResolving
 
isResolveProxies() - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleEObjectContainmentWithInverseUnsettableResolving
 
isResolveProxies() - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleEObjectResolving
 
isResolveProxies() - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
 
isResolveProxies(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
isResolveProxies(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
isResolveProxies - Variable in class org.eclipse.emf.ecore.util.EcoreUtil.ContentTreeIterator
Whether proxies should be resolved.
isResolveProxies() - Method in class org.eclipse.emf.ecore.util.EcoreUtil.ContentTreeIterator
Returns whether proxies should resolve.
isResolveProxies() - Method in class org.eclipse.emf.ecore.xcore.impl.XReferenceImpl
 
isResolveProxies() - Method in interface org.eclipse.emf.ecore.xcore.XReference
Returns the value of the 'Resolve Proxies' attribute
isResolveProxies() - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
Returns whether proxies should be resolved when reflectively fetching values of features.
isResolveProxies() - Method in class org.eclipse.emf.importer.rose.parser.RoseNode
 
isReverse() - Method in class org.eclipse.emf.mapping.impl.MappingImpl
 
isReverse() - Method in interface org.eclipse.emf.mapping.Mapping
This method is delegated to the containing mapping if one exists, or returns false otherwise.
isRichAjaxPlatform() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Rich Ajax Platform' attribute
isRichAjaxPlatform() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
isRichClientPlatform() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Rich Client Platform' attribute
isRichClientPlatform() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
isRoot - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
isRoot - Variable in class org.eclipse.emf.importer.rose.parser.RoseParser
 
isRuntimeCompatibility() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Runtime Compatibility' attribute
isRuntimeCompatibility() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
isRuntimeJar() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Runtime Jar' attribute
isRuntimeJar() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
isSameEditingDomainAdapterFactory - Variable in class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain
 
isSave() - Method in class org.eclipse.emf.common.ui.dialogs.ResourceDialog
 
isSaveAsAllowed() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
This always returns true because it is not currently supported
isSaveAsAllowed() - Method in class org.eclipse.emf.common.ui.editor.ProblemEditorPart
 
isSaveAsAllowed() - Method in class org.eclipse.emf.ecore.presentation.EcoreEditor
This always returns true because it is not currently supported
isSaveAsAllowed() - Method in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryEditor
This always returns true because it is not currently supported
isSaveAsAllowed() - Method in class org.eclipse.emf.java.presentation.JavaEditor
This always returns true because it is not currently supported
isSaveAsAllowed() - Method in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLEditor
This always returns true because it is not currently supported
isSaveAsAllowed() - Method in class org.eclipse.emf.mapping.presentation.MappingEditor
This always returns false because it is not currently supported.
isSaveEPackageArtifactURI() - Method in class org.eclipse.emf.exporter.ModelExporter
 
isSaveExporter() - Method in class org.eclipse.emf.exporter.ModelExporter
 
isSaveNeeded() - Method in class org.eclipse.emf.common.command.BasicCommandStack
Returns whether the model has changes since BasicCommandStack.saveIsDone() was call the last.
isSecondaryMappedObject(MappingRoot, Object) - Method in class org.eclipse.emf.mapping.presentation.MappingEditor.OverviewViewer
Deprecated.
 
isSerializable() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenDataType
 
isSerializable() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
 
isSerializable() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumImpl
 
isSerializable() - Method in interface org.eclipse.emf.ecore.EDataType
Returns the value of the 'Serializable' attribute.
isSerializable() - Method in class org.eclipse.emf.ecore.impl.EDataTypeImpl
 
isSerializable() - Method in class org.eclipse.emf.ecore.xcore.impl.XDataTypeImpl
 
isSerializable() - Method in interface org.eclipse.emf.ecore.xcore.XDataType
Returns the value of the 'Serializable' attribute.
isSet() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
isSet() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
isSet() - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Returns whether the list is considered set, i.e., whether it's not empty.
isSet() - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Returns whether the list is considered set, i.e., whether it's not empty.
isSet() - Method in interface org.eclipse.emf.ecore.change.FeatureChange
Returns the value of the 'Set' attribute.
isSet() - Method in class org.eclipse.emf.ecore.change.impl.FeatureChangeImpl
 
isSet() - Method in interface org.eclipse.emf.ecore.EStructuralFeature.Setting
Returns whether a value is held by the feature of the object.
isSet() - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.BasicEStoreEList
 
isSet(InternalEObject, EStructuralFeature) - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.EStoreImpl
 
isSet() - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.SettingMany
 
isSet(InternalEObject, EStructuralFeature) - Method in interface org.eclipse.emf.ecore.InternalEObject.EStore
Returns whether the object's feature is considered set.
isSet(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
isSet - Variable in class org.eclipse.emf.ecore.util.BasicInternalEList.Unsettable
 
isSet() - Method in class org.eclipse.emf.ecore.util.BasicInternalEList.Unsettable
 
isSet(InternalEObject) - Method in class org.eclipse.emf.ecore.util.BasicSettingDelegate.Stateless
Returns whether the value of this delegate's feature is considered set for the owner.
isSet() - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList.Generic
 
isSet() - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList
 
isSet() - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList.UnmodifiableEList
 
isSet - Variable in class org.eclipse.emf.ecore.util.DelegatingEcoreEList.Unsettable
 
isSet() - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList.Unsettable
 
isSet(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
isSet() - Method in class org.eclipse.emf.ecore.util.EcoreEList.Generic
 
isSet() - Method in class org.eclipse.emf.ecore.util.EcoreEList
 
isSet() - Method in class org.eclipse.emf.ecore.util.EcoreEList.UnmodifiableEList
 
isSet() - Method in class org.eclipse.emf.ecore.util.EcoreEMap
 
isSet - Variable in class org.eclipse.emf.ecore.util.EcoreEMap.Unsettable.UnsettableDelegateEObjectContainmentEList
 
isSet() - Method in class org.eclipse.emf.ecore.util.EcoreEMap.Unsettable.UnsettableDelegateEObjectContainmentEList
 
isSet - Variable in class org.eclipse.emf.ecore.util.EcoreEMap.Unsettable.UnsettableDelegateEObjectContainmentWithInverseEList
 
isSet() - Method in class org.eclipse.emf.ecore.util.EcoreEMap.Unsettable.UnsettableDelegateEObjectContainmentWithInverseEList
 
isSet - Variable in class org.eclipse.emf.ecore.util.EDataTypeEList.Unsettable
 
isSet() - Method in class org.eclipse.emf.ecore.util.EDataTypeEList.Unsettable
 
isSet - Variable in class org.eclipse.emf.ecore.util.EObjectContainmentEList.Unsettable
 
isSet() - Method in class org.eclipse.emf.ecore.util.EObjectContainmentEList.Unsettable
 
isSet - Variable in class org.eclipse.emf.ecore.util.EObjectContainmentWithInverseEList.Unsettable
 
isSet() - Method in class org.eclipse.emf.ecore.util.EObjectContainmentWithInverseEList.Unsettable
 
isSet - Variable in class org.eclipse.emf.ecore.util.EObjectEList.Unsettable
 
isSet() - Method in class org.eclipse.emf.ecore.util.EObjectEList.Unsettable
 
isSet - Variable in class org.eclipse.emf.ecore.util.EObjectWithInverseEList.Unsettable
 
isSet() - Method in class org.eclipse.emf.ecore.util.EObjectWithInverseEList.Unsettable
 
isSet(EStructuralFeature) - Method in interface org.eclipse.emf.ecore.util.FeatureMap
 
isSet() - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList
 
isSet(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureFeatureMap
 
isSet() - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureValue
 
isSet() - Method in interface org.eclipse.emf.ecore.util.InternalEList.Unsettable
Returns whether a value is held by the feature of the object.
isSet(DatatypeConstants.Field) - Method in class org.eclipse.emf.ecore.xml.type.internal.XMLDuration
 
isSetAccessorOperations - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
isSetBody - Variable in class org.eclipse.emf.ecore.xcore.impl.XStructuralFeatureImpl
The cached value of the 'Is Set Body' containment reference
isSetCategory() - Method in interface org.eclipse.emf.examples.extlibrary.Book
Returns whether the value of the 'Category' attribute is set
isSetCategory() - Method in class org.eclipse.emf.examples.extlibrary.impl.BookImpl
 
isSetCreateChild() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
Returns whether the value of the 'Create Child' attribute is set
isSetCreateChild() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
Set from children if necessary, and return true.
isSetCreateChildGen() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
isSetDefaultValue() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
isSetDefaultValue() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
isSetEditDirectory() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns whether the value of the 'Edit Directory' attribute is set
isSetEditDirectory() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
isSetEditorDirectory() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns whether the value of the 'Editor Directory' attribute is set
isSetEditorDirectory() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
isSetEditorPluginClass() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns whether the value of the 'Editor Plugin Class' attribute is set
isSetEditorPluginClass() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
isSetEditPluginClass() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns whether the value of the 'Edit Plugin Class' attribute is set
isSetEditPluginClass() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
isSetEExceptions() - Method in class org.eclipse.emf.ecore.impl.EOperationImpl
 
isSetEGenericExceptions() - Method in class org.eclipse.emf.ecore.impl.EOperationImpl
 
isSetEGenericSuperTypes() - Method in class org.eclipse.emf.ecore.impl.EClassImpl
 
isSetEGenericType() - Method in class org.eclipse.emf.ecore.impl.ETypedElementImpl
 
isSetESuperTypes() - Method in class org.eclipse.emf.ecore.impl.EClassImpl
 
isSetEType() - Method in class org.eclipse.emf.ecore.impl.ETypedElementImpl
 
isSetExceptions() - Method in class org.eclipse.emf.ecore.xcore.impl.XOperationImpl
 
isSetFeature() - Method in interface org.eclipse.emf.ecore.change.FeatureChange
Returns whether the value of the 'Feature' reference is set
isSetFeature() - Method in interface org.eclipse.emf.ecore.change.FeatureMapEntry
Returns whether the value of the 'Feature' reference is set
isSetFeature() - Method in class org.eclipse.emf.ecore.change.impl.FeatureChangeImpl
 
isSetFeature() - Method in class org.eclipse.emf.ecore.change.impl.FeatureMapEntryImpl
 
isSetFeatureName() - Method in interface org.eclipse.emf.ecore.change.FeatureChange
Returns whether the value of the 'Feature Name' attribute is set
isSetFeatureName() - Method in interface org.eclipse.emf.ecore.change.FeatureMapEntry
Returns whether the value of the 'Feature Name' attribute is set
isSetFeatureName() - Method in class org.eclipse.emf.ecore.change.impl.FeatureChangeImpl
 
isSetFeatureName() - Method in class org.eclipse.emf.ecore.change.impl.FeatureMapEntryImpl
 
isSetInstanceClassName() - Method in class org.eclipse.emf.ecore.impl.EClassifierImpl
 
isSetInstanceTypeName() - Method in class org.eclipse.emf.ecore.impl.EClassifierImpl
 
isSetRuntimeVersion() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns whether the value of the 'Runtime Version' attribute is set
isSetRuntimeVersion() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
isSetSpace() - Method in class org.eclipse.emf.ecore.xml.namespace.impl.XMLNamespaceDocumentRootImpl
 
isSetSpace() - Method in interface org.eclipse.emf.ecore.xml.namespace.XMLNamespaceDocumentRoot
Returns whether the value of the 'Space' attribute is set
isSetSuperTypes() - Method in class org.eclipse.emf.ecore.xcore.impl.XClassImpl
 
isSettable - Variable in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
isSetTestsDirectory() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns whether the value of the 'Tests Directory' attribute is set
isSetTestsDirectory() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
isSetTestSuiteClass() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns whether the value of the 'Test Suite Class' attribute is set
isSetTestSuiteClass() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
isSetType() - Method in class org.eclipse.emf.ecore.xcore.impl.XTypedElementImpl
 
isShowBackButton() - Method in class org.eclipse.emf.codegen.ecore.genmodel.handler.GenerateHandler.GenModelGenerationDialog
 
isShowFileControl() - Method in class org.eclipse.emf.common.ui.dialogs.WorkspaceResourceDialog
 
isShowNewFolderControl() - Method in class org.eclipse.emf.common.ui.dialogs.WorkspaceResourceDialog
 
isShowRootDiagnostic() - Method in class org.eclipse.emf.common.ui.DiagnosticComposite
 
isSibilingTraversalExpensive() - Method in class org.eclipse.emf.codegen.merge.java.facade.FacadeHelper
Returns whether using the FacadeHelper.getPrevious(JNode) and FacadeHelper.getNext(JNode) methods is slower than using JNode.getChildren() directly.
isSibilingTraversalExpensive() - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMFacadeHelper
 
isSimpleFeature - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
isSortChoices(Object) - Method in interface org.eclipse.emf.edit.provider.IItemPropertyDescriptor
Returns whether the choices for this property should be sorted for display.
isSortChoices(Object) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
 
isSortChoices(Object) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptorDecorator
This does the delegated job of determining the choices for this property should be sorted for display.
isSpace() - Method in class org.eclipse.emf.codegen.jet.JETReader
 
isSpace(int) - Static method in class org.eclipse.emf.ecore.xml.type.internal.DataValue.XMLChar
Returns true if the specified character is a space character as defined by production [3] in the XML 1.0 specification.
isSpace(char) - Static method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeUtil
 
isStale() - Method in class org.eclipse.emf.databinding.internal.EWritableList
 
isStale(V) - Method in class org.eclipse.emf.ecore.xcore.ui.editor.XcoreEditor.DelayedProcessor
 
isStale(Object) - Static method in class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain
Returns whether the object is, contains, or wraps something that likely represents a stale unloaded object.
isStatic(int) - Static method in class org.eclipse.emf.codegen.merge.java.facade.FacadeFlags
Returns whether the given integer includes the static modifier.
isStatic() - Method in class org.eclipse.emf.java.impl.JMemberImpl
 
isStatic() - Method in interface org.eclipse.emf.java.JMember
Returns the value of the 'Static' attribute
isStopMatching() - Method in class org.eclipse.emf.codegen.merge.java.JControlModel.MatchRule
 
isStrictfp(int) - Static method in class org.eclipse.emf.codegen.merge.java.facade.FacadeFlags
Returns whether the given integer includes the strictfp modifier.
isStrikedout() - Method in class org.eclipse.emf.edit.provider.StyledString.Style
 
isStringBasedType() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenTypedElement
 
isStringBasedType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
 
isStringBasedType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypedElementImpl
 
isStringType() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenTypedElement
 
isStringType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
 
isStringType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypedElementImpl
 
isStyleProviders() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Style Providers' attribute
isStyleProviders() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
ISSUE_CODE_PREFIX - Static variable in class org.eclipse.emf.ecore.xcore.validation.XcoreIssueCodes
 
ISSUES_PER_YEAR_EDEFAULT - Static variable in class org.eclipse.emf.examples.extlibrary.impl.PeriodicalImpl
The default value of the 'Issues Per Year' attribute
issuesPerYear - Variable in class org.eclipse.emf.examples.extlibrary.impl.PeriodicalImpl
The cached value of the 'Issues Per Year' attribute
isSuperTypeOf(EClass) - Method in interface org.eclipse.emf.ecore.EClass
Returns whether this class is the same as, or a super type of, some other class.
isSuperTypeOf(EClass) - Method in class org.eclipse.emf.ecore.impl.EClassImpl
Determines if the class or interface represented by this Class object is either the same as, or is a super class or super interface of, the class or interface represented by the specified someClass parameter.
isSupplemental(int) - Static method in class org.eclipse.emf.ecore.xml.type.internal.DataValue.XMLChar
Returns true if the specified character is a supplemental character.
isSupported(EObject) - Method in class org.eclipse.emf.ecore.xcore.scoping.LazyCreationProxyURIConverter
 
isSupportedAction(Object) - Method in class org.eclipse.emf.codegen.action.CompileTemplateAction
 
isSuppressContainment() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Suppress Containment' attribute
isSuppressContainment() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
isSuppressedAnnotation(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
isSuppressedAnnotation(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
isSuppressedGetVisibility() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
isSuppressedGetVisibility() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
isSuppressedIsSetVisibility() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
isSuppressedIsSetVisibility() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
isSuppressedSetVisibility() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
isSuppressedSetVisibility() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
isSuppressedUnsetVisibility() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
isSuppressedUnsetVisibility() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
isSuppressedVisibility() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenOperation
 
isSuppressedVisibility() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
 
isSuppressedVisibility(EStructuralFeature, int) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Tests whether the given structural feature has been annotated to prevent generation of accessor methods in its interface.
isSuppressedVisibility(EOperation) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Tests whether the given operation has been annotated to prevent generation of a method declaration in its interface.
isSuppressEMFMetaData() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Suppress EMF Meta Data' attribute
isSuppressEMFMetaData() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
isSuppressEMFModelTags() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Suppress EMF Model Tags' attribute
isSuppressEMFModelTags() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
isSuppressEMFTypes() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Suppress EMF Types' attribute
isSuppressEMFTypes() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
isSuppressGenModelAnnotations() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Suppress Gen Model Annotations' attribute.
isSuppressGenModelAnnotations() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
isSuppressInterfaces() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Suppress Interfaces' attribute
isSuppressInterfaces() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
isSuppressNotification() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Suppress Notification' attribute
isSuppressNotification() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
isSuppressUnsettable() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Suppress Unsettable' attribute
isSuppressUnsettable() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
isSwitchFor(EPackage) - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelSwitch
Checks whether this is a switch for the given package
isSwitchFor(EPackage) - Method in class org.eclipse.emf.ecore.change.util.ChangeSwitch
Checks whether this is a switch for the given package
isSwitchFor(EPackage) - Method in class org.eclipse.emf.ecore.util.ComposedSwitch
 
isSwitchFor(EPackage) - Method in class org.eclipse.emf.ecore.util.EcoreSwitch
Checks whether this is a switch for the given package
isSwitchFor(EPackage) - Method in class org.eclipse.emf.ecore.util.Switch
Indicates whether the receiver is a switch for the specified package.
isSwitchFor(EPackage) - Method in class org.eclipse.emf.ecore.xcore.util.XcoreSwitch
Checks whether this is a switch for the given package
isSwitchFor(EPackage) - Method in class org.eclipse.emf.edit.tree.util.TreeSwitch
Checks whether this is a switch for the given package
isSwitchFor(EPackage) - Method in class org.eclipse.emf.mapping.ecore2ecore.util.Ecore2EcoreSwitch
Checks whether this is a switch for the given package
isSwitchFor(EPackage) - Method in class org.eclipse.emf.mapping.ecore2xml.util.Ecore2XMLSwitch
Checks whether this is a switch for the given package
isSwitchFor(EPackage) - Method in class org.eclipse.emf.mapping.util.MappingSwitch
Checks whether this is a switch for the given package
isSynchronized(int) - Static method in class org.eclipse.emf.codegen.merge.java.facade.FacadeFlags
Returns whether the given integer includes the synchronized modifier.
isSynchronized() - Method in class org.eclipse.emf.java.impl.JMethodImpl
 
isSynchronized() - Method in interface org.eclipse.emf.java.JMethod
Returns the value of the 'Synchronized' attribute
isSynthetic(int) - Static method in class org.eclipse.emf.codegen.merge.java.facade.FacadeFlags
Returns whether the given integer includes the indication that the element is synthetic.
isTableProviders() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Table Providers' attribute
isTableProviders() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
isTabulated() - Method in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.DataConverter
 
isTested() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
Returns whether the test case will test this feature.
isTested() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
isText(FeatureMap.Entry) - Static method in class org.eclipse.emf.ecore.util.FeatureMapUtil
 
isText(EStructuralFeature) - Static method in class org.eclipse.emf.ecore.util.FeatureMapUtil
 
isTextFeatureValue(Object) - Method in class org.eclipse.emf.ecore.xmi.impl.XMIHandler
 
isTextFeatureValue(Object) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
isThrowable() - Method in class org.eclipse.emf.java.impl.JClassImpl
 
isThrowable() - Method in interface org.eclipse.emf.java.JClass
Returns the value of the 'Throwable' attribute
isTop - Variable in class org.eclipse.emf.mapping.presentation.MappingEditor.MyViewerPane
 
isTop - Variable in class org.eclipse.emf.mapping.presentation.SimpleMappedObjectViewer
 
isTopObject(Object) - Method in class org.eclipse.emf.mapping.impl.MappingRootImpl
 
isTopObject(Object) - Method in interface org.eclipse.emf.mapping.MappingRoot
This returns whether the given object is a top domain object.
isTopToBottom() - Method in class org.eclipse.emf.mapping.impl.MappingRootImpl
 
isTopToBottom() - Method in interface org.eclipse.emf.mapping.MappingRoot
Returns the value of the 'Top To Bottom' attribute
isTouch() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
isTouch() - Method in interface org.eclipse.emf.common.notify.Notification
Returns true if this notification represents an event that did not change the state of the notifying object.
isTouch() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the isTouch method of the notification.
isTrackingModification() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
 
isTrackingModification() - Method in interface org.eclipse.emf.ecore.resource.Resource
Returns whether modification tracking is enabled.
isTransient(int) - Static method in class org.eclipse.emf.codegen.merge.java.facade.FacadeFlags
Returns whether the given integer includes the transient modifier.
isTransient() - Method in interface org.eclipse.emf.ecore.EStructuralFeature
Returns the value of the 'Transient' attribute
isTransient() - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
 
isTransient - Variable in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectOutputStream.EStructuralFeatureData
 
isTransient() - Method in class org.eclipse.emf.ecore.xcore.impl.XStructuralFeatureImpl
 
isTransient() - Method in interface org.eclipse.emf.ecore.xcore.XStructuralFeature
Returns the value of the 'Transient' attribute
isTransient() - Method in class org.eclipse.emf.importer.rose.parser.RoseNode
 
isTransient() - Method in class org.eclipse.emf.java.impl.JFieldImpl
 
isTransient() - Method in interface org.eclipse.emf.java.JField
Returns the value of the 'Transient' attribute
isTreeOnly - Variable in class org.eclipse.emf.importer.rose.parser.RoseParser
 
IStructuredItemContentProvider - Interface in org.eclipse.emf.edit.provider
This is the interface needed to populate the top level items in a TreeViewer, the items of a ListViewer, or the rows of a TableViewer.
IStyledLabelDecorator - Interface in org.eclipse.emf.common.ui.viewer
An extended ILabelDecorator to decorate a StyledString.
isTypeSafeEnumCompatible() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenEnum
Returns the value of the 'Type Safe Enum Compatible' attribute.
isTypeSafeEnumCompatible() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumImpl
 
isUncheckedCast() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClassifier
 
isUncheckedCast() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenTypedElement
 
isUncheckedCast(GenClass) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenTypedElement
 
isUncheckedCast() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassifierImpl
 
isUncheckedCast() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypedElementImpl
 
isUncheckedCast(GenClass) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypedElementImpl
 
isUncheckedCast(String) - Static method in class org.eclipse.emf.codegen.util.CodeGenUtil
Return true if the string representing a type contains type arguments that specify anything other than unbounded wildcards.
isUndoable - Variable in class org.eclipse.emf.common.command.StrictCompoundCommand
The result for Command.canUndo().
isUnformatted - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLString
 
isUnique() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenTypedElement
 
isUnique() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypedElementImpl
 
isUnique() - Method in class org.eclipse.emf.common.util.AbstractEList
Returns whether objects are constrained to appear at most once in the list.
isUnique() - Method in class org.eclipse.emf.common.util.UniqueEList
Returns true because this list requires uniqueness.
isUnique() - Method in interface org.eclipse.emf.ecore.ETypedElement
Returns the value of the 'Unique' attribute.
isUnique() - Method in class org.eclipse.emf.ecore.impl.ETypedElementImpl
 
isUnique() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl.ContentsEList
 
isUnique() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.ResourcesEList
 
isUnique() - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList.Generic
 
isUnique() - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList
 
isUnique() - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
isUnique() - Method in class org.eclipse.emf.ecore.util.EcoreEList.Generic
 
isUnique() - Method in class org.eclipse.emf.ecore.util.EDataTypeUniqueEList
 
isUnique() - Method in class org.eclipse.emf.ecore.util.EDataTypeUniqueEList.Unsettable
 
isUnique() - Method in class org.eclipse.emf.ecore.util.EObjectEList
 
isUnique() - Method in class org.eclipse.emf.ecore.xcore.impl.XTypedElementImpl
 
isUnique() - Method in interface org.eclipse.emf.ecore.xcore.XTypedElement
Returns the value of the 'Unique' attribute
isUnique() - Method in class org.eclipse.emf.importer.rose.parser.RoseNode
 
isUnnecessaryElse() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
isUnnecessaryElse() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
isUnordered() - Method in class org.eclipse.emf.ecore.xcore.impl.XTypedElementImpl
 
isUnordered() - Method in interface org.eclipse.emf.ecore.xcore.XTypedElement
Returns the value of the 'Unordered' attribute
isUnset() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
isUnset() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
isUnsettable() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
isUnsettable() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
isUnsettable() - Method in interface org.eclipse.emf.ecore.EStructuralFeature
Returns the value of the 'Unsettable' attribute
isUnsettable() - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleEObject
 
isUnsettable() - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleEObjectContainmentUnsettable
 
isUnsettable() - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleEObjectContainmentWithInverseUnsettable
 
isUnsettable() - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleEObjectResolvingUnsettable
 
isUnsettable() - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleEObjectResolvingWithInverseUnsettable
 
isUnsettable() - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleEObjectUnsettable
 
isUnsettable() - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleEObjectWithInverseUnsettable
 
isUnsettable() - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
 
isUnsettable() - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList.Generic
 
isUnsettable() - Method in class org.eclipse.emf.ecore.util.EcoreEList.Generic
 
isUnsettable() - Method in class org.eclipse.emf.ecore.xcore.impl.XStructuralFeatureImpl
 
isUnsettable() - Method in interface org.eclipse.emf.ecore.xcore.XStructuralFeature
Returns the value of the 'Unsettable' attribute
isUnsettable() - Method in class org.eclipse.emf.importer.rose.parser.RoseNode
 
isUnsettablePrimitive() - Method in class org.eclipse.emf.importer.rose.RoseImporter
 
isUpdateClasspath() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Returns the value of the 'Update Classpath' attribute.
isUpdateClasspath() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
isUsed() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenTypeParameter
 
isUsed() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypeParameterImpl
 
isUserElement(EStructuralFeature) - Method in class org.eclipse.emf.edit.command.AddCommand
 
isValid(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.BasicValidator
 
isValid(EStructuralFeature) - Method in interface org.eclipse.emf.ecore.util.FeatureMapUtil.Validator
 
isValid(int) - Static method in class org.eclipse.emf.ecore.xml.type.internal.DataValue.XMLChar
Returns true if the specified character is valid.
isValid() - Method in class org.eclipse.emf.ecore.xml.type.internal.XMLCalendar
 
isValid(Object) - Method in class org.eclipse.emf.edit.ui.provider.PropertyDescriptor.EDataTypeValueHandler
 
isValid(String) - Method in class org.eclipse.emf.edit.ui.provider.PropertyDescriptor.EDataTypeValueHandler
 
isValid() - Method in class org.eclipse.emf.importer.rose.parser.RoseLoader
 
isValidateModel() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
isValidateModel() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
isValidEPackage(GenPackage) - Method in class org.eclipse.emf.exporter.ModelExporter
Returns whether the EPackage associated with the specified GenPackage should be added to the ePackage list.
isValidIANAEncoding(String) - Static method in class org.eclipse.emf.ecore.xml.type.internal.DataValue.XMLChar
Returns true if the encoding name is a valid IANA encoding.
isValidJavaEncoding(String) - Static method in class org.eclipse.emf.ecore.xml.type.internal.DataValue.XMLChar
Returns true if the encoding name is a valid Java encoding.
isValidName(String) - Static method in class org.eclipse.emf.ecore.xml.type.internal.DataValue.XMLChar
Check to see if a string is a valid Name according to [5] in the XML 1.0 Recommendation
isValidNCName(String) - Static method in class org.eclipse.emf.ecore.xml.type.internal.DataValue.XMLChar
Check to see if a string is a valid NCName according to [4] from the XML Namespaces 1.0 Recommendation
isValidNewValue(Object, Object) - Method in class org.eclipse.emf.importer.ui.EMFModelWizard
 
isValidNmtoken(String) - Static method in class org.eclipse.emf.ecore.xml.type.internal.DataValue.XMLChar
Check to see if a string is a valid Nmtoken according to [7] in the XML 1.0 Recommendation
isValidPath(String) - Static method in class org.eclipse.emf.importer.rose.parser.Util
 
isValidReference(GenPackage) - Method in class org.eclipse.emf.converter.ModelConverter.ReferencedEPackageFilter
 
isValidReference() - Method in class org.eclipse.emf.converter.ModelConverter.ReferencedGenPackageConvertInfo
 
isValidReferencedGenPackage(GenPackage) - Method in class org.eclipse.emf.exporter.ModelExporter
Returns whether the specified GenPackage should be added to the referenced GenPackage list.
isValidSelection(Object) - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractSelectionView
 
isValidSelection(Object) - Method in class org.eclipse.emf.ecore.xcore.ui.EOperationInvocationView
 
isValidSubstitution(EGenericType, ETypeParameter, Map<ETypeParameter, EGenericType>) - Method in class org.eclipse.emf.ecore.util.EcoreValidator
Returns whether the generic type argument is a valid substitution for the type parameter.
isValidValue(Object, Object, EStructuralFeature) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This returns whether the given value is an appropriate instance for the given feature of the given object.
isValidWorkspaceResource(IResource) - Method in class org.eclipse.emf.importer.ui.contribution.base.ModelImporterDetailPage
 
isVarargs(int) - Static method in class org.eclipse.emf.codegen.merge.java.facade.FacadeFlags
Returns whether the given integer has the AccVarargs bit set.
isVirtualDelegation() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
isVirtualDelegation() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
isVoid() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenOperation
 
isVoid() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
 
isVolatile() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
isVolatile() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
isVolatile(int) - Static method in class org.eclipse.emf.codegen.merge.java.facade.FacadeFlags
Returns whether the given integer includes the volatile modifier.
isVolatile() - Method in interface org.eclipse.emf.ecore.EStructuralFeature
Returns the value of the 'Volatile' attribute
isVolatile() - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
 
isVolatile() - Method in class org.eclipse.emf.ecore.xcore.impl.XStructuralFeatureImpl
 
isVolatile() - Method in interface org.eclipse.emf.ecore.xcore.XStructuralFeature
Returns the value of the 'Volatile' attribute
isVolatile() - Method in class org.eclipse.emf.importer.rose.parser.RoseNode
 
isVolatile() - Method in class org.eclipse.emf.java.impl.JFieldImpl
 
isVolatile() - Method in interface org.eclipse.emf.java.JField
Returns the value of the 'Volatile' attribute
isWellFormedAddress(String) - Static method in class org.eclipse.emf.ecore.xml.type.internal.DataValue.URI
Determine whether a string is syntactically capable of representing a valid IPv4 address, IPv6 reference or the domain name of a network host.
isWellFormedIPv4Address(String) - Static method in class org.eclipse.emf.ecore.xml.type.internal.DataValue.URI
Determines whether a string is an IPv4 address as defined by RFC 2373, and under the further constraint that it must be a 32-bit address.
isWellFormedIPv6Reference(String) - Static method in class org.eclipse.emf.ecore.xml.type.internal.DataValue.URI
Determines whether a string is an IPv6 reference as defined by RFC 2732, where IPv6address is defined in RFC 2373.
isWellFormedURI(String) - Static method in class org.eclipse.emf.ecore.util.EcoreValidator
A well formed URI string must have a non-zero length, and must encode any special characters such as the space character.
isWhitespace(int, int) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJCompilationUnit.NodeCommenter.LineBreakInserter
Determines if there are only whitespace characters in the given range in char array.
isWhitespace(int, int) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.CommentAwareSourceRangeComputer
 
isWhiteSpace(char) - Static method in class org.eclipse.emf.ecore.xml.type.internal.DataValue.Base64
 
isWrappedFeatureMapType() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenTypedElement
 
isWrappedFeatureMapType() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypedElementImpl
 
isWrappingNeeded(Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
Returns whether this item provider may need to use wrappers for some or all of the values it returns as children.
isWrappingNeeded(Object) - Method in class org.eclipse.emf.edit.provider.ReflectiveItemProvider
 
isXMINameAndNamespace(String, String) - Static method in class org.eclipse.emf.ecore.xmi.impl.XMLContentHandlerImpl
Returns whether the given name and namespace represents a specialize XMI root element tag.
isXMINamespace(String) - Static method in class org.eclipse.emf.ecore.xmi.impl.XMLContentHandlerImpl
Returns whether the given namespace represents an XMI namespace.
isXMIResource() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
Returns whether the package's resource produces an XMI serialization.
isXMIResource() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
isXMLBoolean() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
 
isXMLCalendar() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenDataType
 
isXMLCalendar() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
 
isXMLDuration() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenDataType
 
isXMLDuration() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
 
isZipFile(File) - Method in class org.eclipse.emf.common.ui.wizard.AbstractExampleInstallerWizard
Deprecated.
Use AbstractExampleInstallerWizard.createZipFile(java.io.File), which doesn't require creating another ZipFile.
ITableItemColorProvider - Interface in org.eclipse.emf.edit.provider
This is the interface needed to provide color for items in a TableViewer.
ITableItemFontProvider - Interface in org.eclipse.emf.edit.provider
This is the interface needed to provide color for items in a TableViewer.
ITableItemLabelProvider - Interface in org.eclipse.emf.edit.provider
This is the interface needed to provide labels for items in a TableViewer.
ITALIC_FONT - Static variable in interface org.eclipse.emf.edit.provider.IItemFontProvider
An instance object used to specify an italic version of the viwer's font: font:////italic
ITEM - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The meta object id for the 'Item' class
ITEM - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage.Literals
The meta object literal for the 'Item' class
Item - Interface in org.eclipse.emf.examples.extlibrary
A representation of the model object 'Item'
ITEM__PUBLICATION_DATE - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The feature id for the 'Publication Date' attribute
ITEM__PUBLICATION_DATE - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage.Literals
The meta object literal for the 'Publication Date' attribute feature
ITEM_FEATURE_COUNT - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The number of structural features of the 'Item' class
ITEM_ICON_ID - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenClassGeneratorAdapter
 
ITEM_ID - Static variable in class org.eclipse.emf.common.ui.viewer.ExtendedTableTreeViewer
Deprecated.
 
ITEM_PROVIDER_ADAPTER_FACTORY_ID - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenPackageGeneratorAdapter
 
ITEM_PROVIDER_ID - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenClassGeneratorAdapter
 
itemDelegator - Variable in class org.eclipse.emf.ecore.change.provider.EObjectToChangesMapEntryItemProvider
 
itemDelegator - Variable in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
This is a convenient wrapper of the ItemPropertyDescriptor.adapterFactory.
itemDelegator - Variable in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor.PropertyValueWrapper
 
itemDelegator - Variable in class org.eclipse.emf.edit.tree.provider.TreeNodeItemProvider
 
itemDelegator - Variable in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
Deprecated.
 
itemGIFEmitter - 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.
itemGIFName - 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.
ItemImpl - Class in org.eclipse.emf.examples.extlibrary.impl
An implementation of the model object 'Item'
ItemImpl() - Constructor for class org.eclipse.emf.examples.extlibrary.impl.ItemImpl
 
ItemItemProvider - Class in org.eclipse.emf.examples.extlibrary.provider
This is the item provider adapter for a Item object
ItemItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.examples.extlibrary.provider.ItemItemProvider
This constructs an instance from a factory and a notifier
ITEMLABEL - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
ItemPropertyDescriptor - Class in org.eclipse.emf.edit.provider
This implementation of an item property descriptor supports delegating of the IItemPropertySource interface to the IItemPropertyDescriptor interface.
ItemPropertyDescriptor(AdapterFactory, String, String, EStructuralFeature) - Constructor for class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
This creates an instance that does not use a resource locator and determines the cell editor from the type of the structural feature.
ItemPropertyDescriptor(AdapterFactory, ResourceLocator, String, String, EStructuralFeature) - Constructor for class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
This creates an instance that uses a resource locator and determines the cell editor from the type of the structural feature.
ItemPropertyDescriptor(AdapterFactory, String, String, EStructuralFeature, boolean) - Constructor for class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
This creates an instance that does not use a resource locator and determines the cell editor from the type of the structural feature.
ItemPropertyDescriptor(AdapterFactory, ResourceLocator, String, String, EStructuralFeature, boolean) - Constructor for class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
This creates an instance that uses a resource locator and determines the cell editor from the type of the structural feature.
ItemPropertyDescriptor(AdapterFactory, String, String, EStructuralFeature, boolean, Object) - Constructor for class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
This creates an instance that does not use a resource locator, specifies a static image, and determines the cell editor from the type of the structural feature.
ItemPropertyDescriptor(AdapterFactory, ResourceLocator, String, String, EStructuralFeature, boolean, Object) - Constructor for class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
This creates an instance that uses a resource locator, specifies a static image, and determines the cell editor from the type of the structural feature.
ItemPropertyDescriptor(AdapterFactory, String, String, EStructuralFeature, boolean, String) - Constructor for class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
This creates an instance that does not use a resource locator, specifies a category, and determines the cell editor from the type of the structural feature.
ItemPropertyDescriptor(AdapterFactory, ResourceLocator, String, String, EStructuralFeature, boolean, String) - Constructor for class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
This creates an instance that uses a resource locator, specifies a category, and determines the cell editor from the type of the structural feature.
ItemPropertyDescriptor(AdapterFactory, String, String, EStructuralFeature, boolean, Object, String) - Constructor for class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
This creates an instance that does not use a resource locator, specifies a static image and category, and determines the cell editor from the type of the structural feature.
ItemPropertyDescriptor(AdapterFactory, ResourceLocator, String, String, EStructuralFeature, boolean, Object, String) - Constructor for class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
This creates an instance that uses a resource locator, specifies a static image and category, and determines the cell editor from the type of the structural feature.
ItemPropertyDescriptor(AdapterFactory, String, String, EStructuralFeature, boolean, String, String[]) - Constructor for class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
This creates an instance that does not use a resource locator, specifies a category and filter flags, and determines the cell editor from the type of the structural feature.
ItemPropertyDescriptor(AdapterFactory, ResourceLocator, String, String, EStructuralFeature, boolean, String, String[]) - Constructor for class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
This creates an instance that uses a resource locator, specifies a category and filter flags, and determines the cell editor from the type of the structural feature.
ItemPropertyDescriptor(AdapterFactory, String, String, EStructuralFeature, boolean, Object, String, String[]) - Constructor for class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
This creates an instance that does not use a resource locator; specifies a static image, a category, and filter flags; and determines the cell editor from the type of the structural feature.
ItemPropertyDescriptor(AdapterFactory, ResourceLocator, String, String, EStructuralFeature, boolean, Object, String, String[]) - Constructor for class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
This creates an instance 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.
ItemPropertyDescriptor(AdapterFactory, ResourceLocator, String, String, EStructuralFeature, boolean, boolean, boolean, Object, String, String[]) - Constructor for class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
This 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.
ItemPropertyDescriptor(AdapterFactory, String, String, EReference[]) - Constructor for class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
This creates an instance that does not use a resource locator and determines the cell editor from the parent references.
ItemPropertyDescriptor(AdapterFactory, ResourceLocator, String, String, EReference[]) - Constructor for class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
This creates an instance that uses a resource locator and determines the cell editor from the parent references.
ItemPropertyDescriptor(AdapterFactory, String, String, EReference[], boolean) - Constructor for class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
This creates an instance that does not use a resource locator and determines the cell editor from the parent references.
ItemPropertyDescriptor(AdapterFactory, ResourceLocator, String, String, EReference[], boolean) - Constructor for class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
This creates an instance that uses a resource locator and determines the cell editor from the parent references.
ItemPropertyDescriptor(AdapterFactory, String, String, EReference[], boolean, String) - Constructor for class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
This creates an instance that does not use a resource locator, specifies a category, and determines the cell editor from the parent references.
ItemPropertyDescriptor(AdapterFactory, ResourceLocator, String, String, EReference[], boolean, String) - Constructor for class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
This creates an instance that uses a resource locator, specifies a category, and determines the cell editor from the parent references.
ItemPropertyDescriptor(AdapterFactory, String, String, EReference[], boolean, String, String[]) - Constructor for class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
This creates an instance that does not use a resource locator, specifies a category and filter flags, and determines the cell editor from the parent references.
ItemPropertyDescriptor(AdapterFactory, ResourceLocator, String, String, EReference[], boolean, String, String[]) - Constructor for class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
This creates an instance that uses a resource locator, specifies a category and filter flags, and determines the cell editor from the parent references.
itemPropertyDescriptor - Variable in class org.eclipse.emf.edit.provider.ItemPropertyDescriptorDecorator
 
itemPropertyDescriptor - Variable in class org.eclipse.emf.edit.ui.provider.PropertyDescriptor
This is the descriptor to which we will delegate all the org.eclipse.ui.views.properties.IPropertyDescriptor methods.
ItemPropertyDescriptor.ItemDelegator - Class in org.eclipse.emf.edit.provider
This class uses a static image
ItemPropertyDescriptor.ItemDelegator(AdapterFactory) - Constructor for class org.eclipse.emf.edit.provider.ItemPropertyDescriptor.ItemDelegator
 
ItemPropertyDescriptor.ItemDelegator(AdapterFactory, ResourceLocator) - Constructor for class org.eclipse.emf.edit.provider.ItemPropertyDescriptor.ItemDelegator
 
ItemPropertyDescriptor.PropertyValueWrapper - Class in org.eclipse.emf.edit.provider
 
ItemPropertyDescriptor.PropertyValueWrapper(AdapterFactory, Object, Object, Object) - Constructor for class org.eclipse.emf.edit.provider.ItemPropertyDescriptor.PropertyValueWrapper
 
ItemPropertyDescriptorDecorator - Class in org.eclipse.emf.edit.provider
 
ItemPropertyDescriptorDecorator(Object, IItemPropertyDescriptor) - Constructor for class org.eclipse.emf.edit.provider.ItemPropertyDescriptorDecorator
 
itemPropertyDescriptors - Variable in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This is used to store all the property descriptors.
itemPropertySource - Variable in class org.eclipse.emf.edit.ui.provider.PropertySource
This is the descriptor to which we will delegate all the org.eclipse.ui.views.properties.IPropertySource methods.
ItemProvider - Class in org.eclipse.emf.codegen.ecore.templates.edit
 
ItemProvider() - Constructor for class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
ItemProvider - Class in org.eclipse.emf.edit.provider
This item provider implementation is a convenient reusable base that can be used for an item provider that isn't an adapter for an EMF object.
ItemProvider() - Constructor for class org.eclipse.emf.edit.provider.ItemProvider
This creates an instance with an empty text that yields no children.
ItemProvider(Collection<?>) - Constructor for class org.eclipse.emf.edit.provider.ItemProvider
This creates an instance with an empty text that yields the given children.
ItemProvider(String) - Constructor for class org.eclipse.emf.edit.provider.ItemProvider
This creates an instance with the given text that yields the no children.
ItemProvider(String, Collection<?>) - Constructor for class org.eclipse.emf.edit.provider.ItemProvider
This creates an instance with the given text that yields the given children.
ItemProvider(String, Object) - Constructor for class org.eclipse.emf.edit.provider.ItemProvider
This creates an instance with the given text and image that yields the no children.
ItemProvider(String, Object, Collection<?>) - Constructor for class org.eclipse.emf.edit.provider.ItemProvider
This creates an instance with the given text and image that yields the given children.
ItemProvider(String, Object, Object) - Constructor for class org.eclipse.emf.edit.provider.ItemProvider
This creates an instance with the given text, image, and parent that yields no children.
ItemProvider(String, Object, Object, Collection<?>) - Constructor for class org.eclipse.emf.edit.provider.ItemProvider
This creates an instance with the given text, image, and parent that yields the given children.
ItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.edit.provider.ItemProvider
This creates an instance with the given adapter factory and an empty text that yields no children.
ItemProvider(AdapterFactory, String) - Constructor for class org.eclipse.emf.edit.provider.ItemProvider
This creates an instance with the given adapter factor and text that yields no children.
ItemProvider(AdapterFactory, String, Object) - Constructor for class org.eclipse.emf.edit.provider.ItemProvider
This creates an instance with the given adapter factory, text, and image that yields no children.
ItemProvider(AdapterFactory, String, Object, Object) - Constructor for class org.eclipse.emf.edit.provider.ItemProvider
This creates an instance with the given adapter factory, text, image, and parent that yields no children.
ItemProvider(AdapterFactory, Collection<?>) - Constructor for class org.eclipse.emf.edit.provider.ItemProvider
This creates an instance with the given adapter factory that yields the given children.
ItemProvider(AdapterFactory, String, Collection<?>) - Constructor for class org.eclipse.emf.edit.provider.ItemProvider
This creates an instance with the given adapter factory and text that yields the given children.
ItemProvider(AdapterFactory, String, Object, Collection<?>) - Constructor for class org.eclipse.emf.edit.provider.ItemProvider
This creates an instance with the given adapter factory, text and image that yields the given children.
ItemProvider(AdapterFactory, String, Object, Object, Collection<?>) - Constructor for class org.eclipse.emf.edit.provider.ItemProvider
This creates an instance with the given adapter factory, notifier, text, image, and parent that yields the given children.
ItemProvider.ItemProviderNotification - Class in org.eclipse.emf.edit.provider
This class implements a Notification for an ItemProvider.
ItemProvider.ItemProviderNotification(int, Object, Object, int) - Constructor for class org.eclipse.emf.edit.provider.ItemProvider.ItemProviderNotification
 
ItemProvider.ItemProviderNotification(int, Object, Object, int, boolean) - Constructor for class org.eclipse.emf.edit.provider.ItemProvider.ItemProviderNotification
 
ItemProvider.ItemProviderNotification(int, Object, Object, int, boolean, boolean, boolean) - Constructor for class org.eclipse.emf.edit.provider.ItemProvider.ItemProviderNotification
 
ItemProvider.ItemProviderNotifyingArrayList<E> - Class in org.eclipse.emf.edit.provider
This class overrides the "notify" methods to fire INotifyChangedListener calls and it overrides the "inverse basic" methods to maintain referential integrity by calling IUpdateableItemParent.setParent.
ItemProvider.ItemProviderNotifyingArrayList() - Constructor for class org.eclipse.emf.edit.provider.ItemProvider.ItemProviderNotifyingArrayList
This constructs an empty instance.
ItemProvider.ItemProviderNotifyingArrayList(int) - Constructor for class org.eclipse.emf.edit.provider.ItemProvider.ItemProviderNotifyingArrayList
This constructs an instance with this initial capacity.
ItemProvider.ItemProviderNotifyingArrayList(Collection<? extends E>) - Constructor for class org.eclipse.emf.edit.provider.ItemProvider.ItemProviderNotifyingArrayList
This constructs an instance with the same initial content as the given collection.
ItemProviderAdapter - Class in org.eclipse.emf.edit.provider
This adapter implementation provides a convenient reusable base for adapters that will be used as item providers.
ItemProviderAdapter(AdapterFactory) - Constructor for class org.eclipse.emf.edit.provider.ItemProviderAdapter
An instance is created from an adapter factory.
ItemProviderAdapter.ChildrenStore - Class in org.eclipse.emf.edit.provider
A ChildrenStore stores a number of objects that are to be presented as the children of an object.
ItemProviderAdapter.ChildrenStore(Collection<? extends EStructuralFeature>) - Constructor for class org.eclipse.emf.edit.provider.ItemProviderAdapter.ChildrenStore
Creates a store for the children of the given features.
ItemProviderAdapter.ChildrenStore.Entry - Class in org.eclipse.emf.edit.provider
An Entry represents the children from a feature.
ItemProviderAdapter.ChildrenStore.Entry(EStructuralFeature) - Constructor for class org.eclipse.emf.edit.provider.ItemProviderAdapter.ChildrenStore.Entry
 
ItemProviderAdapter.ModifiableSingletonEList<E> - Class in org.eclipse.emf.edit.provider
A single-element implementation of EList.
ItemProviderAdapter.ResultAndAffectedObjectsWrappingCommand - Class in org.eclipse.emf.edit.provider
A ResultAndAffectedObjectsWrappingCommand wraps another command to substitute IWrapperItemProviders for their values in the command's result and affected objects.
ItemProviderAdapter.ResultAndAffectedObjectsWrappingCommand(Command) - Constructor for class org.eclipse.emf.edit.provider.ItemProviderAdapter.ResultAndAffectedObjectsWrappingCommand
 
ItemProviderAdapter.ResultAndAffectedObjectsWrappingCommand(Command, Collection<? extends IWrapperItemProvider>) - Constructor for class org.eclipse.emf.edit.provider.ItemProviderAdapter.ResultAndAffectedObjectsWrappingCommand
 
ItemProviderAdapter.ResultAndAffectedObjectsWrappingCommandActionDelegate - Class in org.eclipse.emf.edit.provider
A ResultAndAffectedObjectsWrappingCommandActionDelegate wraps another command that also implements CommandActionDelegate, to substitute IWrapperItemProviders for its values, which have been unwrapped for the command to operate on properly.
ItemProviderAdapter.ResultAndAffectedObjectsWrappingCommandActionDelegate(CommandActionDelegate) - Constructor for class org.eclipse.emf.edit.provider.ItemProviderAdapter.ResultAndAffectedObjectsWrappingCommandActionDelegate
Returns a new ResultAndAffectedObjectsWrappingCommandActionDelegate for the given command.
ItemProviderAdapter.ResultAndAffectedObjectsWrappingCommandActionDelegate(CommandActionDelegate, Collection<? extends IWrapperItemProvider>) - Constructor for class org.eclipse.emf.edit.provider.ItemProviderAdapter.ResultAndAffectedObjectsWrappingCommandActionDelegate
Returns a new ResultAndAffectedObjectsWrappingCommandActionDelegate for the given command and list of additional wrappers.
ItemProviderAdapterFactory - Class in org.eclipse.emf.codegen.ecore.templates.edit
 
ItemProviderAdapterFactory() - Constructor for class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
itemProviderAdapterFactoryEmitter - 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.
itemProviderAdapterFactoryTemplateName - 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.
ItemProviderDecorator - Class in org.eclipse.emf.edit.provider
This implementation provides a convenient reusable base for item providers that will be used as decorators of other item providers.
ItemProviderDecorator(AdapterFactory) - Constructor for class org.eclipse.emf.edit.provider.ItemProviderDecorator
An instance is created from an adapter factory.
itemProviderDecorators - Variable in class org.eclipse.emf.edit.provider.DecoratorAdapterFactory
 
itemProviderEmitter - 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.
itemProviderTemplateName - 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.
ITEMS - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
itemSelected() - Method in class org.eclipse.emf.common.ui.wizard.AbstractExampleInstallerWizard.ProjectPage
 
itemType - Variable in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EDataTypeExtendedMetaDataImpl
 
itemType - Variable in class org.eclipse.emf.ecore.util.EObjectValidator.DynamicEDataTypeValidator
 
itemURLPrefix - Static variable in class org.eclipse.emf.edit.ui.provider.ExtendedImageRegistry
 
iterator() - Method in class org.eclipse.emf.common.util.AbstractEList
Returns an iterator.
iterator() - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Returns an iterator.
iterator() - Method in class org.eclipse.emf.common.util.BasicEList.UnmodifiableEList
Returns the basic iterator.
iterator() - Method in class org.eclipse.emf.common.util.BasicEMap
iterator() - Method in class org.eclipse.emf.common.util.DelegatingEList.UnmodifiableEList
Returns the basic iterator.
iterator() - Method in class org.eclipse.emf.common.util.Pool
Callers of the iterator must ensure that they hold the shared read lock for the lifetime of the iterator's usage.
iterator() - Method in class org.eclipse.emf.common.util.WeakInterningHashSet
iterator() - Method in class org.eclipse.emf.databinding.internal.DelegatingSet
 
iterator() - Method in class org.eclipse.emf.databinding.internal.EWritableList
 
iterator(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
iterator(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
iterator() - Method in class org.eclipse.emf.ecore.util.EContentsEList
 
iterator - Variable in class org.eclipse.emf.ecore.util.EcoreUtil.AbstractFilteredSettingsIterator
 
iterator - Variable in class org.eclipse.emf.ecore.util.EcoreUtil.ProperContentIterator
 
iterator(EStructuralFeature) - Method in interface org.eclipse.emf.ecore.util.FeatureMap.Internal
 
iterator() - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList.Basic
 
iterator() - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList
 
iterator(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureFeatureMap
 
iterator() - Method in class org.eclipse.emf.ecore.xmi.impl.StringSegment
 
iterator() - Method in class org.eclipse.emf.edit.provider.StyledString
 
iterator() - Method in class org.eclipse.emf.mapping.presentation.ComposedSelection
 
ITreeItemContentProvider - Interface in org.eclipse.emf.edit.provider
This is the interface needed to populate subtrees in a TreeViewer.
IUndecoratingLabelProvider - Interface in org.eclipse.emf.common.ui.viewer
A decorating label provider that also provides access to the undecorated text and image.
IUpdateableItemParent - Interface in org.eclipse.emf.edit.provider
This is the interface implemented by an item provider if it supports an updateable parent relation.
IUpdateableItemText - Interface in org.eclipse.emf.edit.provider
This is the interface implemented by an item provider if it supports an updateable item text.
IViewerNotification - Interface in org.eclipse.emf.edit.provider
A description of viewer changes required by an EMF notification.
IViewerProvider - Interface in org.eclipse.emf.common.ui.viewer
Interface common to all objects that provide a viewer.
IViewerProvider - Class in org.eclipse.emf.common.ui.viewer
Interface common to all objects that provide a viewer.
IWrapperItemProvider - Interface in org.eclipse.emf.edit.provider
The base interface for a value wrapper that can implement item provider interfaces.

J

JAbstractType - Interface in org.eclipse.emf.codegen.merge.java.facade
Base interface for JType, JEnum, JAnnotationType.
JAnnotation - Interface in org.eclipse.emf.codegen.merge.java.facade
Annotation as defined by JLS3 9.7.
JAnnotationType - Interface in org.eclipse.emf.codegen.merge.java.facade
Annotation type declaration as defined by JLS3 9.6.
JAnnotationTypeMember - Interface in org.eclipse.emf.codegen.merge.java.facade
Annotation type element in the following format (JLS3 9.6): AbstractMethodModifiersopt Type Identifier ( ) DefaultValueopt ;
JAVA - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
JAVA_CLASS - Static variable in interface org.eclipse.emf.java.JavaPackage
The meta object id for the 'Class' data type
JAVA_CLASS - Static variable in interface org.eclipse.emf.java.JavaPackage.Literals
The meta object literal for the 'Class' data type
JAVA_CONSTRUCTOR - Static variable in interface org.eclipse.emf.java.JavaPackage
The meta object id for the 'Constructor' data type
JAVA_CONSTRUCTOR - Static variable in interface org.eclipse.emf.java.JavaPackage.Literals
The meta object literal for the 'Constructor' data type
JAVA_FIELD - Static variable in interface org.eclipse.emf.java.JavaPackage
The meta object id for the 'Field' data type
JAVA_FIELD - Static variable in interface org.eclipse.emf.java.JavaPackage.Literals
The meta object literal for the 'Field' data type
JAVA_FIELD_EDEFAULT - Static variable in class org.eclipse.emf.java.impl.JFieldImpl
The default value of the 'Java Field' attribute
JAVA_METHOD - Static variable in interface org.eclipse.emf.java.JavaPackage
The meta object id for the 'Method' data type
JAVA_METHOD - Static variable in interface org.eclipse.emf.java.JavaPackage.Literals
The meta object literal for the 'Method' data type
JAVA_METHOD_EDEFAULT - Static variable in class org.eclipse.emf.java.impl.JMethodImpl
The default value of the 'Java Method' attribute
JAVA_PACKAGE - Static variable in interface org.eclipse.emf.java.JavaPackage
The meta object id for the 'Package' data type
JAVA_PACKAGE - Static variable in interface org.eclipse.emf.java.JavaPackage.Literals
The meta object literal for the 'Package' data type
JAVA_PACKAGE_EDEFAULT - Static variable in class org.eclipse.emf.java.impl.JPackageImpl
The default value of the 'Java Package' attribute
JAVA_PACKAGE_RESOURCE - Static variable in class org.eclipse.emf.java.util.JavaUtil
 
JAVA_PACKAGE_RESOURCE_URI - Static variable in class org.eclipse.emf.java.util.JavaUtil
 
JavaActionBarContributor - Class in org.eclipse.emf.java.presentation
This is the action bar contributor for the Java model editor
JavaActionBarContributor() - Constructor for class org.eclipse.emf.java.presentation.JavaActionBarContributor
This creates an instance of the contributor
JavaAdapterFactory - Class in org.eclipse.emf.java.util
The Adapter Factory for the model.
JavaAdapterFactory() - Constructor for class org.eclipse.emf.java.util.JavaAdapterFactory
Creates an instance of the adapter factory
JAVACAT - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
javaClass - Variable in class org.eclipse.emf.java.impl.JClassImpl
The cached value of the 'Java Class' attribute
javaConstructor - Variable in class org.eclipse.emf.java.impl.JMethodImpl
The cached value of the 'Java Constructor' attribute
javaCoreOptions - Variable in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTFacadeHelper
Map of options set by default from JavaCore.getOptions()
JavaEcoreBuilder - Class in org.eclipse.emf.importer.java.builder
 
JavaEcoreBuilder(IFile) - Constructor for class org.eclipse.emf.importer.java.builder.JavaEcoreBuilder
Creates a builder for the given file.
JavaEcoreBuilder(IFile, GenModel) - Constructor for class org.eclipse.emf.importer.java.builder.JavaEcoreBuilder
 
JavaEcoreBuilder(IFile, GenModel, GenModel) - Constructor for class org.eclipse.emf.importer.java.builder.JavaEcoreBuilder
 
JavaEcoreBuilder.RequiredClassifierType - Enum in org.eclipse.emf.importer.java.builder
 
JavaEditor - Class in org.eclipse.emf.java.presentation
This is an example of a Java model editor
JavaEditor() - Constructor for class org.eclipse.emf.java.presentation.JavaEditor
This creates a model editor
JavaEditor.ReverseAdapterFactoryContentProvider - Class in org.eclipse.emf.java.presentation
 
JavaEditor.ReverseAdapterFactoryContentProvider(AdapterFactory) - Constructor for class org.eclipse.emf.java.presentation.JavaEditor.ReverseAdapterFactoryContentProvider
 
JavaEditorPlugin - Class in org.eclipse.emf.java.presentation
This is the central singleton for the Java editor plugin
JavaEditorPlugin() - Constructor for class org.eclipse.emf.java.presentation.JavaEditorPlugin
Create the instance
JavaEditorPlugin.Implementation - Class in org.eclipse.emf.java.presentation
The actual implementation of the Eclipse Plugin
JavaEditorPlugin.Implementation() - Constructor for class org.eclipse.emf.java.presentation.JavaEditorPlugin.Implementation
Creates an instance
JavaEditPlugin - Class in org.eclipse.emf.java.provider
This is the central singleton for the Java edit plugin
JavaEditPlugin() - Constructor for class org.eclipse.emf.java.provider.JavaEditPlugin
Create the instance
JavaEditPlugin.Implementation - Class in org.eclipse.emf.java.provider
The actual implementation of the Eclipse Plugin
JavaEditPlugin.Implementation() - Constructor for class org.eclipse.emf.java.provider.JavaEditPlugin.Implementation
Creates an instance
javaElementFinder - Variable in class org.eclipse.emf.ecore.xcore.ui.hover.XcoreHoverProvider
 
JavaFactory - Interface in org.eclipse.emf.java
The Factory for the model.
JavaFactoryImpl - Class in org.eclipse.emf.java.impl
An implementation of the model Factory
JavaFactoryImpl() - Constructor for class org.eclipse.emf.java.impl.JavaFactoryImpl
Creates an instance of the factory
javaField - Variable in class org.eclipse.emf.java.impl.JFieldImpl
The cached value of the 'Java Field' attribute
JavaGeneratorTask - Class in org.eclipse.emf.importer.java.taskdefs
Generates source code from models specified using Annotated Java.
JavaGeneratorTask() - Constructor for class org.eclipse.emf.importer.java.taskdefs.JavaGeneratorTask
 
javaIdentifier(String, Locale) - Static method in class org.eclipse.emf.codegen.util.CodeGenUtil
This method breaks sourceName into words delimited by mixed-case naming, the separators '_' and '$', and non-Java identifier characters.
JavaImporter - Class in org.eclipse.emf.importer.java
 
JavaImporter() - Constructor for class org.eclipse.emf.importer.java.JavaImporter
 
javaImporter - Variable in class org.eclipse.emf.importer.java.taskdefs.JavaGeneratorTask
 
JavaImporterApplication - Class in org.eclipse.emf.importer.java
 
JavaImporterApplication() - Constructor for class org.eclipse.emf.importer.java.JavaImporterApplication
 
JavaImporterApplication.PackageInfo - Class in org.eclipse.emf.importer.java
 
JavaImporterApplication.PackageInfo() - Constructor for class org.eclipse.emf.importer.java.JavaImporterApplication.PackageInfo
 
JavaImporterPlugin - Class in org.eclipse.emf.importer.java
The Plugin for the EMF.CodeGen.Ecore.Rose library.
JavaImporterPlugin.Implementation - Class in org.eclipse.emf.importer.java
The actual implementation of the Eclipse Plugin.
JavaImporterPlugin.Implementation() - Constructor for class org.eclipse.emf.importer.java.JavaImporterPlugin.Implementation
Creates an instance.
JavaImporterWizard - Class in org.eclipse.emf.importer.java.ui
 
JavaImporterWizard() - Constructor for class org.eclipse.emf.importer.java.ui.JavaImporterWizard
 
javaIntern(String) - Static method in class org.eclipse.emf.common.util.CommonUtil
Returns an interned value for the string.
JavaItemProviderAdapterFactory - Class in org.eclipse.emf.java.provider
This is the factory that is used to provide the interfaces needed to support Viewers.
JavaItemProviderAdapterFactory() - Constructor for class org.eclipse.emf.java.provider.JavaItemProviderAdapterFactory
This constructs an instance
javaLangImports - Variable in class org.eclipse.emf.codegen.util.ImportManager
The set of short names from java.lang for which explicit import declarations are desired.
javaMethod - Variable in class org.eclipse.emf.java.impl.JMethodImpl
The cached value of the 'Java Method' attribute
javaOptions - Variable in class org.eclipse.emf.codegen.jet.JETEmitter
 
javaPackage - Variable in class org.eclipse.emf.java.impl.JPackageImpl
The cached value of the 'Java Package' attribute
JavaPackage - Interface in org.eclipse.emf.java
The Package for the model.
JavaPackage.Literals - Interface in org.eclipse.emf.java
Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
JavaPackageImpl - Class in org.eclipse.emf.java.impl
An implementation of the model Package
JavaPackagePage - Class in org.eclipse.emf.importer.java.ui
 
JavaPackagePage(ModelImporter, String) - Constructor for class org.eclipse.emf.importer.java.ui.JavaPackagePage
 
JavaPackageResourceFactoryImpl - Class in org.eclipse.emf.java.util
 
JavaPackageResourceFactoryImpl() - Constructor for class org.eclipse.emf.java.util.JavaPackageResourceFactoryImpl
 
JavaPackageResourceImpl - Class in org.eclipse.emf.java.util
 
JavaPackageResourceImpl(URI) - Constructor for class org.eclipse.emf.java.util.JavaPackageResourceImpl
 
JavaPlugin - Class in org.eclipse.emf.java
This is the central singleton for the Java model plugin
JavaPlugin() - Constructor for class org.eclipse.emf.java.JavaPlugin
Create the instance
JavaPlugin.Implementation - Class in org.eclipse.emf.java
The actual implementation of the Eclipse Plugin
JavaPlugin.Implementation() - Constructor for class org.eclipse.emf.java.JavaPlugin.Implementation
Creates an instance
JavaResourceFactoryImpl - Class in org.eclipse.emf.java.util
 
JavaResourceFactoryImpl() - Constructor for class org.eclipse.emf.java.util.JavaResourceFactoryImpl
 
JavaResourceImpl - Class in org.eclipse.emf.java.util
 
JavaResourceImpl(URI) - Constructor for class org.eclipse.emf.java.util.JavaResourceImpl
 
javaSourceField - Variable in class org.eclipse.emf.codegen.presentation.JETPropertyPage
 
JavaSwitch<T> - Class in org.eclipse.emf.java.util
The Switch for the model's inheritance hierarchy.
JavaSwitch() - Constructor for class org.eclipse.emf.java.util.JavaSwitch
Creates an instance of the switch
javaToNative(Object, TransferData) - Method in class org.eclipse.emf.edit.ui.dnd.LocalTransfer
This records the object and current time and encodes only the current time into the transfer data.
JavaUtil - Class in org.eclipse.emf.java.util
This class contains some convenient static functions for working with Java objects.
JavaUtil() - Constructor for class org.eclipse.emf.java.util.JavaUtil
 
JavaUtil.StandAloneTest - Class in org.eclipse.emf.java.util
 
JavaUtil.StandAloneTest() - Constructor for class org.eclipse.emf.java.util.JavaUtil.StandAloneTest
 
JCLASS - Static variable in interface org.eclipse.emf.java.JavaPackage
The meta object id for the 'JClass' class
JCLASS - Static variable in interface org.eclipse.emf.java.JavaPackage.Literals
The meta object literal for the 'JClass' class
JClass - Interface in org.eclipse.emf.java
A representation of the model object 'JClass'
JCLASS__ABSTRACT - Static variable in interface org.eclipse.emf.java.JavaPackage
The feature id for the 'Abstract' attribute
JCLASS__ABSTRACT - Static variable in interface org.eclipse.emf.java.JavaPackage.Literals
The meta object literal for the 'Abstract' attribute feature
JCLASS__ALL_FIELDS - Static variable in interface org.eclipse.emf.java.JavaPackage
The feature id for the 'All Fields' reference list
JCLASS__ALL_FIELDS - Static variable in interface org.eclipse.emf.java.JavaPackage.Literals
The meta object literal for the 'All Fields' reference list feature
JCLASS__ALL_METHODS - Static variable in interface org.eclipse.emf.java.JavaPackage
The feature id for the 'All Methods' reference list
JCLASS__ALL_METHODS - Static variable in interface org.eclipse.emf.java.JavaPackage.Literals
The meta object literal for the 'All Methods' reference list feature
JCLASS__ALL_SUPER_TYPES - Static variable in interface org.eclipse.emf.java.JavaPackage
The feature id for the 'All Super Types' reference list
JCLASS__ALL_SUPER_TYPES - Static variable in interface org.eclipse.emf.java.JavaPackage.Literals
The meta object literal for the 'All Super Types' reference list feature
JCLASS__ALL_TYPES - Static variable in interface org.eclipse.emf.java.JavaPackage
The feature id for the 'All Types' reference list
JCLASS__ALL_TYPES - Static variable in interface org.eclipse.emf.java.JavaPackage.Literals
The meta object literal for the 'All Types' reference list feature
JCLASS__ARRAY_TYPE - Static variable in interface org.eclipse.emf.java.JavaPackage
The feature id for the 'Array Type' containment reference
JCLASS__ARRAY_TYPE - Static variable in interface org.eclipse.emf.java.JavaPackage.Literals
The meta object literal for the 'Array Type' containment reference feature
JCLASS__COMMENT - Static variable in interface org.eclipse.emf.java.JavaPackage
The feature id for the 'Comment' attribute
JCLASS__COMPONENT_TYPE - Static variable in interface org.eclipse.emf.java.JavaPackage
The feature id for the 'Component Type' container reference
JCLASS__COMPONENT_TYPE - Static variable in interface org.eclipse.emf.java.JavaPackage.Literals
The meta object literal for the 'Component Type' container reference feature
JCLASS__CONTAINING_TYPE - Static variable in interface org.eclipse.emf.java.JavaPackage
The feature id for the 'Containing Type' container reference
JCLASS__FIELDS - Static variable in interface org.eclipse.emf.java.JavaPackage
The feature id for the 'Fields' reference list
JCLASS__FIELDS - Static variable in interface org.eclipse.emf.java.JavaPackage.Literals
The meta object literal for the 'Fields' reference list feature
JCLASS__FINAL - Static variable in interface org.eclipse.emf.java.JavaPackage
The feature id for the 'Final' attribute
JCLASS__FINAL - Static variable in interface org.eclipse.emf.java.JavaPackage.Literals
The meta object literal for the 'Final' attribute feature
JCLASS__INTERFACE - Static variable in interface org.eclipse.emf.java.JavaPackage
The feature id for the 'Interface' attribute
JCLASS__INTERFACE - Static variable in interface org.eclipse.emf.java.JavaPackage.Literals
The meta object literal for the 'Interface' attribute feature
JCLASS__JAVA_CLASS - Static variable in interface org.eclipse.emf.java.JavaPackage
The feature id for the 'Java Class' attribute
JCLASS__JAVA_CLASS - Static variable in interface org.eclipse.emf.java.JavaPackage.Literals
The meta object literal for the 'Java Class' attribute feature
JCLASS__JNODE - Static variable in interface org.eclipse.emf.java.JavaPackage
The feature id for the 'JNode' attribute
JCLASS__MEMBERS - Static variable in interface org.eclipse.emf.java.JavaPackage
The feature id for the 'Members' containment reference list
JCLASS__MEMBERS - Static variable in interface org.eclipse.emf.java.JavaPackage.Literals
The meta object literal for the 'Members' containment reference list feature
JCLASS__METHODS - Static variable in interface org.eclipse.emf.java.JavaPackage
The feature id for the 'Methods' reference list
JCLASS__METHODS - Static variable in interface org.eclipse.emf.java.JavaPackage.Literals
The meta object literal for the 'Methods' reference list feature
JCLASS__NAME - Static variable in interface org.eclipse.emf.java.JavaPackage
The feature id for the 'Name' attribute
JCLASS__PACKAGE - Static variable in interface org.eclipse.emf.java.JavaPackage
The feature id for the 'Package' reference
JCLASS__PACKAGE - Static variable in interface org.eclipse.emf.java.JavaPackage.Literals
The meta object literal for the 'Package' reference feature
JCLASS__STATIC - Static variable in interface org.eclipse.emf.java.JavaPackage
The feature id for the 'Static' attribute
JCLASS__SUPER_TYPES - Static variable in interface org.eclipse.emf.java.JavaPackage
The feature id for the 'Super Types' reference list
JCLASS__SUPER_TYPES - Static variable in interface org.eclipse.emf.java.JavaPackage.Literals
The meta object literal for the 'Super Types' reference list feature
JCLASS__THROWABLE - Static variable in interface org.eclipse.emf.java.JavaPackage
The feature id for the 'Throwable' attribute
JCLASS__THROWABLE - Static variable in interface org.eclipse.emf.java.JavaPackage.Literals
The meta object literal for the 'Throwable' attribute feature
JCLASS__TYPES - Static variable in interface org.eclipse.emf.java.JavaPackage
The feature id for the 'Types' reference list
JCLASS__TYPES - Static variable in interface org.eclipse.emf.java.JavaPackage.Literals
The meta object literal for the 'Types' reference list feature
JCLASS__UNIT - Static variable in interface org.eclipse.emf.java.JavaPackage
The feature id for the 'Unit' container reference
JCLASS__UNIT - Static variable in interface org.eclipse.emf.java.JavaPackage.Literals
The meta object literal for the 'Unit' container reference feature
JCLASS__VISIBILITY - Static variable in interface org.eclipse.emf.java.JavaPackage
The feature id for the 'Visibility' attribute
JCLASS_FEATURE_COUNT - Static variable in interface org.eclipse.emf.java.JavaPackage
The number of structural features of the 'JClass' class
JClassImpl - Class in org.eclipse.emf.java.impl
An implementation of the model object 'JClass'
JClassImpl() - Constructor for class org.eclipse.emf.java.impl.JClassImpl
 
JClassImpl.JHelper - Class in org.eclipse.emf.java.impl
 
JClassImpl.JHelper() - Constructor for class org.eclipse.emf.java.impl.JClassImpl.JHelper
 
jClassItemProvider - Variable in class org.eclipse.emf.java.provider.JavaItemProviderAdapterFactory
This keeps track of the one adapter used for all JClass instances
JClassItemProvider - Class in org.eclipse.emf.java.provider
This is the item provider adapter for a JClass object
JClassItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.java.provider.JClassItemProvider
This constructs an instance from a factory and a notifier
JCOMPILATION_UNIT - Static variable in interface org.eclipse.emf.java.JavaPackage
The meta object id for the 'JCompilation Unit' class
JCOMPILATION_UNIT - Static variable in interface org.eclipse.emf.java.JavaPackage.Literals
The meta object literal for the 'JCompilation Unit' class
JCOMPILATION_UNIT__COMMENT - Static variable in interface org.eclipse.emf.java.JavaPackage
The feature id for the 'Comment' attribute
JCOMPILATION_UNIT__COMMENT - Static variable in interface org.eclipse.emf.java.JavaPackage.Literals
The meta object literal for the 'Comment' attribute feature
JCOMPILATION_UNIT__IMPORTED_PACKAGES - Static variable in interface org.eclipse.emf.java.JavaPackage
The feature id for the 'Imported Packages' reference list
JCOMPILATION_UNIT__IMPORTED_PACKAGES - Static variable in interface org.eclipse.emf.java.JavaPackage.Literals
The meta object literal for the 'Imported Packages' reference list feature
JCOMPILATION_UNIT__IMPORTED_TYPES - Static variable in interface org.eclipse.emf.java.JavaPackage
The feature id for the 'Imported Types' reference list
JCOMPILATION_UNIT__IMPORTED_TYPES - Static variable in interface org.eclipse.emf.java.JavaPackage.Literals
The meta object literal for the 'Imported Types' reference list feature
JCOMPILATION_UNIT__IMPORTS - Static variable in interface org.eclipse.emf.java.JavaPackage
The feature id for the 'Imports' attribute list
JCOMPILATION_UNIT__IMPORTS - Static variable in interface org.eclipse.emf.java.JavaPackage.Literals
The meta object literal for the 'Imports' attribute list feature
JCOMPILATION_UNIT__JNODE - Static variable in interface org.eclipse.emf.java.JavaPackage
The feature id for the 'JNode' attribute
JCOMPILATION_UNIT__NAME - Static variable in interface org.eclipse.emf.java.JavaPackage
The feature id for the 'Name' attribute
JCOMPILATION_UNIT__PACKAGE - Static variable in interface org.eclipse.emf.java.JavaPackage
The feature id for the 'Package' reference
JCOMPILATION_UNIT__PACKAGE - Static variable in interface org.eclipse.emf.java.JavaPackage.Literals
The meta object literal for the 'Package' reference feature
JCOMPILATION_UNIT__TYPES - Static variable in interface org.eclipse.emf.java.JavaPackage
The feature id for the 'Types' containment reference list
JCOMPILATION_UNIT__TYPES - Static variable in interface org.eclipse.emf.java.JavaPackage.Literals
The meta object literal for the 'Types' containment reference list feature
JCOMPILATION_UNIT_FEATURE_COUNT - Static variable in interface org.eclipse.emf.java.JavaPackage
The number of structural features of the 'JCompilation Unit' class
JCompilationUnit - Interface in org.eclipse.emf.codegen.merge.java.facade
Represents an entire Java compilation unit (.java source file).
JCompilationUnit - Interface in org.eclipse.emf.java
A representation of the model object 'JCompilation Unit'
JCompilationUnitImpl - Class in org.eclipse.emf.java.impl
An implementation of the model object 'JCompilation Unit'
JCompilationUnitImpl() - Constructor for class org.eclipse.emf.java.impl.JCompilationUnitImpl
 
JCompilationUnitImpl.JHelper - Class in org.eclipse.emf.java.impl
 
JCompilationUnitImpl.JHelper() - Constructor for class org.eclipse.emf.java.impl.JCompilationUnitImpl.JHelper
 
jCompilationUnitItemProvider - Variable in class org.eclipse.emf.java.provider.JavaItemProviderAdapterFactory
This keeps track of the one adapter used for all JCompilationUnit instances
JCompilationUnitItemProvider - Class in org.eclipse.emf.java.provider
This is the item provider adapter for a JCompilationUnit object
JCompilationUnitItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.java.provider.JCompilationUnitItemProvider
This constructs an instance from a factory and a notifier
jControlModel - Variable in class org.eclipse.emf.codegen.ecore.generator.Generator
 
jControlModel - 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.
JControlModel - Class in org.eclipse.emf.codegen.jmerge
Deprecated.
in 2.2.0. Use JControlModel instead.
JControlModel(String) - Constructor for class org.eclipse.emf.codegen.jmerge.JControlModel
Deprecated.
This creates an instance.
JControlModel(Element) - Constructor for class org.eclipse.emf.codegen.jmerge.JControlModel
Deprecated.
 
jControlModel - Variable in class org.eclipse.emf.codegen.jmerge.JMerger
Deprecated.
 
JControlModel - Class in org.eclipse.emf.codegen.merge.java
A control model that provides dictionaries and rules to drive a merge process.
JControlModel() - Constructor for class org.eclipse.emf.codegen.merge.java.JControlModel
 
JControlModel.DictionaryPattern - Class in org.eclipse.emf.codegen.jmerge
Deprecated.
in 2.2.0. Use JControlModel.DictionaryPattern instead.
JControlModel.DictionaryPattern() - Constructor for class org.eclipse.emf.codegen.jmerge.JControlModel.DictionaryPattern
Deprecated.
 
JControlModel.DictionaryPattern(Element) - Constructor for class org.eclipse.emf.codegen.jmerge.JControlModel.DictionaryPattern
Deprecated.
 
JControlModel.DictionaryPattern - Class in org.eclipse.emf.codegen.merge.java
 
JControlModel.DictionaryPattern(String) - Constructor for class org.eclipse.emf.codegen.merge.java.JControlModel.DictionaryPattern
 
JControlModel.DictionaryPattern(String, Element) - Constructor for class org.eclipse.emf.codegen.merge.java.JControlModel.DictionaryPattern
 
JControlModel.Feature - Class in org.eclipse.emf.codegen.jmerge
Deprecated.
in 2.2.0. Use JControlModel.Feature instead.
JControlModel.Feature(String, Class<?>[]) - Constructor for class org.eclipse.emf.codegen.jmerge.JControlModel.Feature
Deprecated.
 
JControlModel.Feature - Class in org.eclipse.emf.codegen.merge.java
 
JControlModel.Feature(String) - Constructor for class org.eclipse.emf.codegen.merge.java.JControlModel.Feature
 
JControlModel.Feature(String, String, Class<?>[]) - Constructor for class org.eclipse.emf.codegen.merge.java.JControlModel.Feature
 
JControlModel.MatchRule - Class in org.eclipse.emf.codegen.merge.java
During the merge, the current state of the nodes of a tree is applied to the nodes of another tree.
JControlModel.MatchRule(String) - Constructor for class org.eclipse.emf.codegen.merge.java.JControlModel.MatchRule
 
JControlModel.MatchRule(String, Element) - Constructor for class org.eclipse.emf.codegen.merge.java.JControlModel.MatchRule
 
JControlModel.PullRule - Class in org.eclipse.emf.codegen.jmerge
Deprecated.
in 2.2.0. Use JControlModel.PullRule instead.
JControlModel.PullRule() - Constructor for class org.eclipse.emf.codegen.jmerge.JControlModel.PullRule
Deprecated.
 
JControlModel.PullRule(Element) - Constructor for class org.eclipse.emf.codegen.jmerge.JControlModel.PullRule
Deprecated.
 
JControlModel.PullRule - Class in org.eclipse.emf.codegen.merge.java
 
JControlModel.PullRule(String) - Constructor for class org.eclipse.emf.codegen.merge.java.JControlModel.PullRule
 
JControlModel.PullRule(String, Element) - Constructor for class org.eclipse.emf.codegen.merge.java.JControlModel.PullRule
 
JControlModel.PushRule - Class in org.eclipse.emf.codegen.merge.java
A push rule restricts what elements are pushed from the source to the target.
JControlModel.PushRule(String) - Constructor for class org.eclipse.emf.codegen.merge.java.JControlModel.PushRule
 
JControlModel.PushRule(String, Element) - Constructor for class org.eclipse.emf.codegen.merge.java.JControlModel.PushRule
 
JControlModel.SortRule - Class in org.eclipse.emf.codegen.jmerge
Deprecated.
in 2.2.0. Use JControlModel.SortRule instead.
JControlModel.SortRule() - Constructor for class org.eclipse.emf.codegen.jmerge.JControlModel.SortRule
Deprecated.
 
JControlModel.SortRule(Element) - Constructor for class org.eclipse.emf.codegen.jmerge.JControlModel.SortRule
Deprecated.
 
JControlModel.SortRule - Class in org.eclipse.emf.codegen.merge.java
The sort rule is used to ensure that the order of the attributes as declared on the source is respected As usual you need to specify a Dictionary Pattern to identify the attributes that should be treated.
JControlModel.SortRule(String) - Constructor for class org.eclipse.emf.codegen.merge.java.JControlModel.SortRule
 
JControlModel.SortRule(String, Element) - Constructor for class org.eclipse.emf.codegen.merge.java.JControlModel.SortRule
 
JControlModel.SweepRule - Class in org.eclipse.emf.codegen.jmerge
Deprecated.
in 2.2.0. Use JControlModel.SweepRule instead.
JControlModel.SweepRule() - Constructor for class org.eclipse.emf.codegen.jmerge.JControlModel.SweepRule
Deprecated.
 
JControlModel.SweepRule(Element) - Constructor for class org.eclipse.emf.codegen.jmerge.JControlModel.SweepRule
Deprecated.
 
JControlModel.SweepRule - Class in org.eclipse.emf.codegen.merge.java
A sweep rule removes elements from the target if they are NOT available in the source.
JControlModel.SweepRule(String) - Constructor for class org.eclipse.emf.codegen.merge.java.JControlModel.SweepRule
 
JControlModel.SweepRule(String, Element) - Constructor for class org.eclipse.emf.codegen.merge.java.JControlModel.SweepRule
 
JControlModel.SweepRule.Action - Enum in org.eclipse.emf.codegen.merge.java
 
jControlModelName - 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.
JDK14 - Static variable in enum org.eclipse.emf.codegen.ecore.genmodel.GenJDKLevel
The 'JDK14' literal value
JDK50 - Static variable in enum org.eclipse.emf.codegen.ecore.genmodel.GenJDKLevel
The 'JDK50' literal value
JDK60 - Static variable in enum org.eclipse.emf.codegen.ecore.genmodel.GenJDKLevel
The 'JDK60' literal value
JDK70 - Static variable in enum org.eclipse.emf.codegen.ecore.genmodel.GenJDKLevel
The 'JDK70' literal value
JDK80 - Static variable in enum org.eclipse.emf.codegen.ecore.genmodel.GenJDKLevel
The 'JDK80' literal value
jdkLevel - Variable in class org.eclipse.emf.ant.taskdefs.codegen.ecore.GeneratorTask
 
JDOMFacadeHelper - Class in org.eclipse.emf.codegen.merge.java.facade.jdom
 
JDOMFacadeHelper() - Constructor for class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMFacadeHelper
 
jdomFactory - Variable in class org.eclipse.emf.codegen.jet.JETSkeleton
 
jdomFactory - Variable in class org.eclipse.emf.codegen.jmerge.JMerger
Deprecated.
 
jdomFactory - Variable in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMFacadeHelper
 
JDOMJCompilationUnit - Class in org.eclipse.emf.codegen.merge.java.facade.jdom
 
JDOMJCompilationUnit(IDOMCompilationUnit) - Constructor for class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMJCompilationUnit
 
JDOMJField - Class in org.eclipse.emf.codegen.merge.java.facade.jdom
 
JDOMJField(IDOMField) - Constructor for class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMJField
 
JDOMJImport - Class in org.eclipse.emf.codegen.merge.java.facade.jdom
 
JDOMJImport(IDOMImport) - Constructor for class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMJImport
 
JDOMJInitializer - Class in org.eclipse.emf.codegen.merge.java.facade.jdom
 
JDOMJInitializer(IDOMInitializer) - Constructor for class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMJInitializer
 
JDOMJMember - Class in org.eclipse.emf.codegen.merge.java.facade.jdom
 
JDOMJMember(IDOMMember) - Constructor for class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMJMember
 
JDOMJMethod - Class in org.eclipse.emf.codegen.merge.java.facade.jdom
 
JDOMJMethod(IDOMMethod) - Constructor for class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMJMethod
 
JDOMJNode - Class in org.eclipse.emf.codegen.merge.java.facade.jdom
 
JDOMJNode(IDOMNode) - Constructor for class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMJNode
 
JDOMJPackage - Class in org.eclipse.emf.codegen.merge.java.facade.jdom
 
JDOMJPackage(IDOMPackage) - Constructor for class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMJPackage
 
JDOMJType - Class in org.eclipse.emf.codegen.merge.java.facade.jdom
 
JDOMJType(IDOMType) - Constructor for class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMJType
 
JEnum - Interface in org.eclipse.emf.codegen.merge.java.facade
Enumeration declaration as described in JLS3 8.9.
JEnumConstant - Interface in org.eclipse.emf.codegen.merge.java.facade
Enum constant as described in JLS3 8.9.
JET_EMITTER_DESCRIPTORS - Static variable in class org.eclipse.emf.examples.generator.validator.GenClassValidatorGeneratorAdapter
 
JET_EMITTER_DESCRIPTORS - Static variable in class org.eclipse.emf.examples.generator.validator.GenModelValidatorGeneratorAdapter
 
JET_EXTENSION - Static variable in class org.eclipse.emf.codegen.jet.JETCompileTemplateOperation
 
JET_NATURE_PROPERTIES_FILE - Static variable in class org.eclipse.emf.codegen.jet.JETNature
 
JET_SETTINGS_NODE - Static variable in class org.eclipse.emf.codegen.jet.JETNature
 
JETAddNatureOperation - Class in org.eclipse.emf.codegen.jet
 
JETAddNatureOperation(Collection<?>) - Constructor for class org.eclipse.emf.codegen.jet.JETAddNatureOperation
Creates an instance from the given collection of projects.
JETBuilder - Class in org.eclipse.emf.codegen.jet
 
JETBuilder() - Constructor for class org.eclipse.emf.codegen.jet.JETBuilder
Creates a new instances.
JETCharDataGenerator - Class in org.eclipse.emf.codegen.jet
The JETCharDataGenerator generates strings for the character data present in the template file.
JETCharDataGenerator(char[]) - Constructor for class org.eclipse.emf.codegen.jet.JETCharDataGenerator
 
JETCompiler - Class in org.eclipse.emf.codegen.jet
 
JETCompiler(String) - Constructor for class org.eclipse.emf.codegen.jet.JETCompiler
 
JETCompiler(String, String) - Constructor for class org.eclipse.emf.codegen.jet.JETCompiler
 
JETCompiler(String, InputStream, String) - Constructor for class org.eclipse.emf.codegen.jet.JETCompiler
 
JETCompiler(String[], String) - Constructor for class org.eclipse.emf.codegen.jet.JETCompiler
 
JETCompiler(String[], String, String) - Constructor for class org.eclipse.emf.codegen.jet.JETCompiler
 
JETCompilerTask - Class in org.eclipse.emf.ant.taskdefs.codegen
Exposes some functionalities available on the JETCompiler class.
JETCompilerTask() - Constructor for class org.eclipse.emf.ant.taskdefs.codegen.JETCompilerTask
 
JETCompileTemplateOperation - Class in org.eclipse.emf.codegen.jet
 
JETCompileTemplateOperation(IProject, Collection<?>) - Constructor for class org.eclipse.emf.codegen.jet.JETCompileTemplateOperation
Creates an instance given the collection of resources.
JETCompileTemplateOperation(IProject, Collection<?>, Collection<?>) - Constructor for class org.eclipse.emf.codegen.jet.JETCompileTemplateOperation
Creates an instance given the collection of resources.
JETConstantDataGenerator - Class in org.eclipse.emf.codegen.jet
The JETConstantDataGenerator generates constant declaration of the strings.
JETConstantDataGenerator(char[], String) - Constructor for class org.eclipse.emf.codegen.jet.JETConstantDataGenerator
 
JETCoreElement - Interface in org.eclipse.emf.codegen.jet
The core elements we recognize; these are stateless abstractions that represent the parsing action for a core tag.
JETEmitter - Class in org.eclipse.emf.codegen.jet
A convenience class for compiling and invoking a template dynamically.
JETEmitter(String) - Constructor for class org.eclipse.emf.codegen.jet.JETEmitter
Creates an instance with the specified template URI.
JETEmitter(String[], String) - Constructor for class org.eclipse.emf.codegen.jet.JETEmitter
Creates an instance with the specified template URI path and relative template URI.
JETEmitter(String, ClassLoader) - Constructor for class org.eclipse.emf.codegen.jet.JETEmitter
Creates an instance with the specified template URI and class loader.
JETEmitter(String[], String, ClassLoader) - Constructor for class org.eclipse.emf.codegen.jet.JETEmitter
Creates an instance with the specified template URI path, relative template URI, and class loader.
JETEmitter(String[], String, ClassLoader, String) - Constructor for class org.eclipse.emf.codegen.jet.JETEmitter
Creates an instance with the specified template URI path, relative template URI, class loader, and encoding.
JETEmitter.MyBaseJETCompiler - Class in org.eclipse.emf.codegen.jet
 
JETEmitter.MyBaseJETCompiler(String, ClassLoader) - Constructor for class org.eclipse.emf.codegen.jet.JETEmitter.MyBaseJETCompiler
 
JETEmitter.MyBaseJETCompiler(String, String, ClassLoader) - Constructor for class org.eclipse.emf.codegen.jet.JETEmitter.MyBaseJETCompiler
 
JETEmitter.MyBaseJETCompiler(String[], String, ClassLoader) - Constructor for class org.eclipse.emf.codegen.jet.JETEmitter.MyBaseJETCompiler
 
JETEmitter.MyBaseJETCompiler(String[], String, String, ClassLoader) - Constructor for class org.eclipse.emf.codegen.jet.JETEmitter.MyBaseJETCompiler
 
JETEmitter.MyJETCompiler - Class in org.eclipse.emf.codegen.jet
 
JETEmitter.MyJETCompiler(String) - Constructor for class org.eclipse.emf.codegen.jet.JETEmitter.MyJETCompiler
 
JETEmitter.MyJETCompiler(String, String) - Constructor for class org.eclipse.emf.codegen.jet.JETEmitter.MyJETCompiler
 
JETEmitter.MyJETCompiler(String[], String) - Constructor for class org.eclipse.emf.codegen.jet.JETEmitter.MyJETCompiler
 
JETEmitter.MyJETCompiler(String[], String, String) - Constructor for class org.eclipse.emf.codegen.jet.JETEmitter.MyJETCompiler
 
jetEmitters - Variable in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter
All the JETEmitters used by this adapter.
JETEmitterTask - Class in org.eclipse.emf.ant.taskdefs.codegen
Exposes some functionalities available on the JETEmitter class.
JETEmitterTask() - Constructor for class org.eclipse.emf.ant.taskdefs.codegen.JETEmitterTask
 
JETEmitterTask.Variable - Class in org.eclipse.emf.ant.taskdefs.codegen
 
JETEmitterTask.Variable() - Constructor for class org.eclipse.emf.ant.taskdefs.codegen.JETEmitterTask.Variable
 
JETException - Exception in org.eclipse.emf.codegen.jet
Base class for all exceptions generated by the JET engine.
JETException(String) - Constructor for exception org.eclipse.emf.codegen.jet.JETException
 
JETException(String, Throwable) - Constructor for exception org.eclipse.emf.codegen.jet.JETException
Creates a JETException with the embedded exception and the reason for throwing a JETException.
JETException(Throwable) - Constructor for exception org.eclipse.emf.codegen.jet.JETException
Creates a JETException with the embedded exception.
JETExpressionGenerator - Class in org.eclipse.emf.codegen.jet
Generator to deal with JSP expressions: <%= ... %> stuff.
JETExpressionGenerator(char[]) - Constructor for class org.eclipse.emf.codegen.jet.JETExpressionGenerator
 
JETGenerator - Interface in org.eclipse.emf.codegen.jet
The interface that all generators implement.
jetJavaSourceContainer - Variable in class org.eclipse.emf.codegen.jet.JETNature
 
JETMark - Class in org.eclipse.emf.codegen.jet
A mark represents a point in the JET input.
JETNature - Class in org.eclipse.emf.codegen.jet
 
JETNature() - Constructor for class org.eclipse.emf.codegen.jet.JETNature
Constructor for JETNature.
JETParseEventListener - Interface in org.eclipse.emf.codegen.jet
The interface for the JET code generation back-end.
JETParser - Class in org.eclipse.emf.codegen.jet
This class and all those in this package is work derived from contributions of multiple authors as listed below.
JETParser(JETReader, JETParseEventListener, JETCoreElement[]) - Constructor for class org.eclipse.emf.codegen.jet.JETParser
 
JETParser.Action - Interface in org.eclipse.emf.codegen.jet
 
JETParser.DelegatingListener - Class in org.eclipse.emf.codegen.jet
 
JETParser.DelegatingListener(JETParseEventListener, JETParser.Action) - Constructor for class org.eclipse.emf.codegen.jet.JETParser.DelegatingListener
 
JETParser.Directive - Class in org.eclipse.emf.codegen.jet
 
JETParser.Directive() - Constructor for class org.eclipse.emf.codegen.jet.JETParser.Directive
 
JETParser.Expression - Class in org.eclipse.emf.codegen.jet
 
JETParser.Expression() - Constructor for class org.eclipse.emf.codegen.jet.JETParser.Expression
 
JETParser.QuoteEscape - Class in org.eclipse.emf.codegen.jet
Quoting in template text.
JETParser.QuoteEscape() - Constructor for class org.eclipse.emf.codegen.jet.JETParser.QuoteEscape
 
JETParser.Scriptlet - Class in org.eclipse.emf.codegen.jet
 
JETParser.Scriptlet() - Constructor for class org.eclipse.emf.codegen.jet.JETParser.Scriptlet
 
jetProject - Variable in class org.eclipse.emf.codegen.jet.JETNature
 
JETPropertyPage - Class in org.eclipse.emf.codegen.presentation
 
JETPropertyPage() - Constructor for class org.eclipse.emf.codegen.presentation.JETPropertyPage
 
JETReader - Class in org.eclipse.emf.codegen.jet
JETReader is an input buffer for the JSP parser.
JETReader(String, String, InputStream, String) - Constructor for class org.eclipse.emf.codegen.jet.JETReader
 
JETReader(String, InputStream, String) - Constructor for class org.eclipse.emf.codegen.jet.JETReader
 
JETScriptletGenerator - Class in org.eclipse.emf.codegen.jet
Generator for <% .... %> stuff.
JETScriptletGenerator(char[]) - Constructor for class org.eclipse.emf.codegen.jet.JETScriptletGenerator
 
JETSkeleton - Class in org.eclipse.emf.codegen.jet
 
JETSkeleton() - Constructor for class org.eclipse.emf.codegen.jet.JETSkeleton
 
JETTask - Class in org.eclipse.emf.ant.taskdefs.codegen
Super class of the Jet Ant tasks
JETTask() - Constructor for class org.eclipse.emf.ant.taskdefs.codegen.JETTask
 
jetTemplateContainers - Variable in class org.eclipse.emf.codegen.jet.JETNature
 
jetTemplateSourceContainers - Variable in class org.eclipse.emf.codegen.jet.JETNature
 
JField - Interface in org.eclipse.emf.codegen.merge.java.facade
Represents a field declaration.
JFIELD - Static variable in interface org.eclipse.emf.java.JavaPackage
The meta object id for the 'JField' class
JFIELD - Static variable in interface org.eclipse.emf.java.JavaPackage.Literals
The meta object literal for the 'JField' class
JField - Interface in org.eclipse.emf.java
A representation of the model object 'JField'
JFIELD__COMMENT - Static variable in interface org.eclipse.emf.java.JavaPackage
The feature id for the 'Comment' attribute
JFIELD__CONTAINING_TYPE - Static variable in interface org.eclipse.emf.java.JavaPackage
The feature id for the 'Containing Type' container reference
JFIELD__FINAL - Static variable in interface org.eclipse.emf.java.JavaPackage
The feature id for the 'Final' attribute
JFIELD__FINAL - Static variable in interface org.eclipse.emf.java.JavaPackage.Literals
The meta object literal for the 'Final' attribute feature
JFIELD__INITIALIZER - Static variable in interface org.eclipse.emf.java.JavaPackage
The feature id for the 'Initializer' attribute
JFIELD__INITIALIZER - Static variable in interface org.eclipse.emf.java.JavaPackage.Literals
The meta object literal for the 'Initializer' attribute feature
JFIELD__JAVA_FIELD - Static variable in interface org.eclipse.emf.java.JavaPackage
The feature id for the 'Java Field' attribute
JFIELD__JAVA_FIELD - Static variable in interface org.eclipse.emf.java.JavaPackage.Literals
The meta object literal for the 'Java Field' attribute feature
JFIELD__JNODE - Static variable in interface org.eclipse.emf.java.JavaPackage
The feature id for the 'JNode' attribute
JFIELD__NAME - Static variable in interface org.eclipse.emf.java.JavaPackage
The feature id for the 'Name' attribute
JFIELD__STATIC - Static variable in interface org.eclipse.emf.java.JavaPackage
The feature id for the 'Static' attribute
JFIELD__TRANSIENT - Static variable in interface org.eclipse.emf.java.JavaPackage
The feature id for the 'Transient' attribute
JFIELD__TRANSIENT - Static variable in interface org.eclipse.emf.java.JavaPackage.Literals
The meta object literal for the 'Transient' attribute feature
JFIELD__TYPE - Static variable in interface org.eclipse.emf.java.JavaPackage
The feature id for the 'Type' reference
JFIELD__TYPE - Static variable in interface org.eclipse.emf.java.JavaPackage.Literals
The meta object literal for the 'Type' reference feature
JFIELD__VISIBILITY - Static variable in interface org.eclipse.emf.java.JavaPackage
The feature id for the 'Visibility' attribute
JFIELD__VOLATILE - Static variable in interface org.eclipse.emf.java.JavaPackage
The feature id for the 'Volatile' attribute
JFIELD__VOLATILE - Static variable in interface org.eclipse.emf.java.JavaPackage.Literals
The meta object literal for the 'Volatile' attribute feature
JFIELD_FEATURE_COUNT - Static variable in interface org.eclipse.emf.java.JavaPackage
The number of structural features of the 'JField' class
JFieldImpl - Class in org.eclipse.emf.java.impl
An implementation of the model object 'JField'
JFieldImpl() - Constructor for class org.eclipse.emf.java.impl.JFieldImpl
 
JFieldImpl.JHelper - Class in org.eclipse.emf.java.impl
 
JFieldImpl.JHelper() - Constructor for class org.eclipse.emf.java.impl.JFieldImpl.JHelper
 
jFieldItemProvider - Variable in class org.eclipse.emf.java.provider.JavaItemProviderAdapterFactory
This keeps track of the one adapter used for all JField instances
JFieldItemProvider - Class in org.eclipse.emf.java.provider
This is the item provider adapter for a JField object
JFieldItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.java.provider.JFieldItemProvider
This constructs an instance from a factory and a notifier
JImport - Interface in org.eclipse.emf.codegen.merge.java.facade
Represents an import declaration in Java compilation unit.
JInitializer - Interface in org.eclipse.emf.codegen.merge.java.facade
Represents an initializer.
JINITIALIZER - Static variable in interface org.eclipse.emf.java.JavaPackage
The meta object id for the 'JInitializer' class
JINITIALIZER - Static variable in interface org.eclipse.emf.java.JavaPackage.Literals
The meta object literal for the 'JInitializer' class
JInitializer - Interface in org.eclipse.emf.java
A representation of the model object 'JInitializer'
JINITIALIZER__BODY - Static variable in interface org.eclipse.emf.java.JavaPackage
The feature id for the 'Body' attribute
JINITIALIZER__BODY - Static variable in interface org.eclipse.emf.java.JavaPackage.Literals
The meta object literal for the 'Body' attribute feature
JINITIALIZER__COMMENT - Static variable in interface org.eclipse.emf.java.JavaPackage
The feature id for the 'Comment' attribute
JINITIALIZER__CONTAINING_TYPE - Static variable in interface org.eclipse.emf.java.JavaPackage
The feature id for the 'Containing Type' container reference
JINITIALIZER__JNODE - Static variable in interface org.eclipse.emf.java.JavaPackage
The feature id for the 'JNode' attribute
JINITIALIZER__NAME - Static variable in interface org.eclipse.emf.java.JavaPackage
The feature id for the 'Name' attribute
JINITIALIZER__STATIC - Static variable in interface org.eclipse.emf.java.JavaPackage
The feature id for the 'Static' attribute
JINITIALIZER__VISIBILITY - Static variable in interface org.eclipse.emf.java.JavaPackage
The feature id for the 'Visibility' attribute
JINITIALIZER_FEATURE_COUNT - Static variable in interface org.eclipse.emf.java.JavaPackage
The number of structural features of the 'JInitializer' class
JInitializerImpl - Class in org.eclipse.emf.java.impl
An implementation of the model object 'JInitializer'
JInitializerImpl() - Constructor for class org.eclipse.emf.java.impl.JInitializerImpl
 
jInitializerItemProvider - Variable in class org.eclipse.emf.java.provider.JavaItemProviderAdapterFactory
This keeps track of the one adapter used for all JInitializer instances
JInitializerItemProvider - Class in org.eclipse.emf.java.provider
This is the item provider adapter for a JInitializer object
JInitializerItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.java.provider.JInitializerItemProvider
This constructs an instance from a factory and a notifier
JMember - Interface in org.eclipse.emf.codegen.merge.java.facade
An JMember defines functionality common to nodes, which can be members of types.
JMEMBER - Static variable in interface org.eclipse.emf.java.JavaPackage
The meta object id for the 'JMember' class
JMEMBER - Static variable in interface org.eclipse.emf.java.JavaPackage.Literals
The meta object literal for the 'JMember' class
JMember - Interface in org.eclipse.emf.java
A representation of the model object 'JMember'
JMEMBER__COMMENT - Static variable in interface org.eclipse.emf.java.JavaPackage
The feature id for the 'Comment' attribute
JMEMBER__COMMENT - Static variable in interface org.eclipse.emf.java.JavaPackage.Literals
The meta object literal for the 'Comment' attribute feature
JMEMBER__CONTAINING_TYPE - Static variable in interface org.eclipse.emf.java.JavaPackage
The feature id for the 'Containing Type' container reference
JMEMBER__CONTAINING_TYPE - Static variable in interface org.eclipse.emf.java.JavaPackage.Literals
The meta object literal for the 'Containing Type' container reference feature
JMEMBER__JNODE - Static variable in interface org.eclipse.emf.java.JavaPackage
The feature id for the 'JNode' attribute
JMEMBER__NAME - Static variable in interface org.eclipse.emf.java.JavaPackage
The feature id for the 'Name' attribute
JMEMBER__STATIC - Static variable in interface org.eclipse.emf.java.JavaPackage
The feature id for the 'Static' attribute
JMEMBER__STATIC - Static variable in interface org.eclipse.emf.java.JavaPackage.Literals
The meta object literal for the 'Static' attribute feature
JMEMBER__VISIBILITY - Static variable in interface org.eclipse.emf.java.JavaPackage
The feature id for the 'Visibility' attribute
JMEMBER__VISIBILITY - Static variable in interface org.eclipse.emf.java.JavaPackage.Literals
The meta object literal for the 'Visibility' attribute feature
JMEMBER_FEATURE_COUNT - Static variable in interface org.eclipse.emf.java.JavaPackage
The number of structural features of the 'JMember' class
JMemberImpl - Class in org.eclipse.emf.java.impl
An implementation of the model object 'JMember'
JMemberImpl() - Constructor for class org.eclipse.emf.java.impl.JMemberImpl
 
JMemberItemProvider - Class in org.eclipse.emf.java.provider
This is the item provider adapter for a JMember object
JMemberItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.java.provider.JMemberItemProvider
This constructs an instance from a factory and a notifier
JMerger - Class in org.eclipse.emf.codegen.jmerge
Deprecated.
in 2.2.0. Use JMerger instead.
JMerger() - Constructor for class org.eclipse.emf.codegen.jmerge.JMerger
Deprecated.
This creates an empty instances, an when used as a runnable.
JMerger(JControlModel, IDOMCompilationUnit, IDOMCompilationUnit) - Constructor for class org.eclipse.emf.codegen.jmerge.JMerger
Deprecated.
 
JMerger - Class in org.eclipse.emf.codegen.merge.java
This implements the method JMerger.run(java.lang.Object), which is called just like main during headless workbench invocation.
JMerger() - Constructor for class org.eclipse.emf.codegen.merge.java.JMerger
This creates an empty instances, an when used as a runnable.
JMerger(JControlModel) - Constructor for class org.eclipse.emf.codegen.merge.java.JMerger
 
JMerger.PlatformRunnable - Class in org.eclipse.emf.codegen.jmerge
Deprecated. 
JMerger.PlatformRunnable() - Constructor for class org.eclipse.emf.codegen.jmerge.JMerger.PlatformRunnable
Deprecated.
 
JMerger.PullTargetVisitor - Class in org.eclipse.emf.codegen.merge.java
 
JMerger.PullTargetVisitor() - Constructor for class org.eclipse.emf.codegen.merge.java.JMerger.PullTargetVisitor
 
JMerger.PushSourceVisitor - Class in org.eclipse.emf.codegen.merge.java
 
JMerger.PushSourceVisitor() - Constructor for class org.eclipse.emf.codegen.merge.java.JMerger.PushSourceVisitor
 
JMergerTask - Class in org.eclipse.emf.ant.taskdefs.codegen
Exposes some functionalities available on the JMerger class.
JMergerTask() - Constructor for class org.eclipse.emf.ant.taskdefs.codegen.JMergerTask
 
JMethod - Interface in org.eclipse.emf.codegen.merge.java.facade
Represents a method declaration.
JMETHOD - Static variable in interface org.eclipse.emf.java.JavaPackage
The meta object id for the 'JMethod' class
JMETHOD - Static variable in interface org.eclipse.emf.java.JavaPackage.Literals
The meta object literal for the 'JMethod' class
JMethod - Interface in org.eclipse.emf.java
A representation of the model object 'JMethod'
JMETHOD__ABSTRACT - Static variable in interface org.eclipse.emf.java.JavaPackage
The feature id for the 'Abstract' attribute
JMETHOD__ABSTRACT - Static variable in interface org.eclipse.emf.java.JavaPackage.Literals
The meta object literal for the 'Abstract' attribute feature
JMETHOD__BODY - Static variable in interface org.eclipse.emf.java.JavaPackage
The feature id for the 'Body' attribute
JMETHOD__BODY - Static variable in interface org.eclipse.emf.java.JavaPackage.Literals
The meta object literal for the 'Body' attribute feature
JMETHOD__COMMENT - Static variable in interface org.eclipse.emf.java.JavaPackage
The feature id for the 'Comment' attribute
JMETHOD__CONSTRUCTOR - Static variable in interface org.eclipse.emf.java.JavaPackage
The feature id for the 'Constructor' attribute
JMETHOD__CONSTRUCTOR - Static variable in interface org.eclipse.emf.java.JavaPackage.Literals
The meta object literal for the 'Constructor' attribute feature
JMETHOD__CONTAINING_TYPE - Static variable in interface org.eclipse.emf.java.JavaPackage
The feature id for the 'Containing Type' container reference
JMETHOD__EXCEPTIONS - Static variable in interface org.eclipse.emf.java.JavaPackage
The feature id for the 'Exceptions' reference list
JMETHOD__EXCEPTIONS - Static variable in interface org.eclipse.emf.java.JavaPackage.Literals
The meta object literal for the 'Exceptions' reference list feature
JMETHOD__FINAL - Static variable in interface org.eclipse.emf.java.JavaPackage
The feature id for the 'Final' attribute
JMETHOD__FINAL - Static variable in interface org.eclipse.emf.java.JavaPackage.Literals
The meta object literal for the 'Final' attribute feature
JMETHOD__JAVA_CONSTRUCTOR - Static variable in interface org.eclipse.emf.java.JavaPackage
The feature id for the 'Java Constructor' attribute
JMETHOD__JAVA_CONSTRUCTOR - Static variable in interface org.eclipse.emf.java.JavaPackage.Literals
The meta object literal for the 'Java Constructor' attribute feature
JMETHOD__JAVA_METHOD - Static variable in interface org.eclipse.emf.java.JavaPackage
The feature id for the 'Java Method' attribute
JMETHOD__JAVA_METHOD - Static variable in interface org.eclipse.emf.java.JavaPackage.Literals
The meta object literal for the 'Java Method' attribute feature
JMETHOD__JNODE - Static variable in interface org.eclipse.emf.java.JavaPackage
The feature id for the 'JNode' attribute
JMETHOD__NAME - Static variable in interface org.eclipse.emf.java.JavaPackage
The feature id for the 'Name' attribute
JMETHOD__NATIVE - Static variable in interface org.eclipse.emf.java.JavaPackage
The feature id for the 'Native' attribute
JMETHOD__NATIVE - Static variable in interface org.eclipse.emf.java.JavaPackage.Literals
The meta object literal for the 'Native' attribute feature
JMETHOD__PARAMETERS - Static variable in interface org.eclipse.emf.java.JavaPackage
The feature id for the 'Parameters' containment reference list
JMETHOD__PARAMETERS - Static variable in interface org.eclipse.emf.java.JavaPackage.Literals
The meta object literal for the 'Parameters' containment reference list feature
JMETHOD__RETURN_TYPE - Static variable in interface org.eclipse.emf.java.JavaPackage
The feature id for the 'Return Type' reference
JMETHOD__RETURN_TYPE - Static variable in interface org.eclipse.emf.java.JavaPackage.Literals
The meta object literal for the 'Return Type' reference feature
JMETHOD__STATIC - Static variable in interface org.eclipse.emf.java.JavaPackage
The feature id for the 'Static' attribute
JMETHOD__SYNCHRONIZED - Static variable in interface org.eclipse.emf.java.JavaPackage
The feature id for the 'Synchronized' attribute
JMETHOD__SYNCHRONIZED - Static variable in interface org.eclipse.emf.java.JavaPackage.Literals
The meta object literal for the 'Synchronized' attribute feature
JMETHOD__VISIBILITY - Static variable in interface org.eclipse.emf.java.JavaPackage
The feature id for the 'Visibility' attribute
JMETHOD_FEATURE_COUNT - Static variable in interface org.eclipse.emf.java.JavaPackage
The number of structural features of the 'JMethod' class
JMethodImpl - Class in org.eclipse.emf.java.impl
An implementation of the model object 'JMethod'
JMethodImpl() - Constructor for class org.eclipse.emf.java.impl.JMethodImpl
 
JMethodImpl.JHelper - Class in org.eclipse.emf.java.impl
 
JMethodImpl.JHelper() - Constructor for class org.eclipse.emf.java.impl.JMethodImpl.JHelper
 
jMethodItemProvider - Variable in class org.eclipse.emf.java.provider.JavaItemProviderAdapterFactory
This keeps track of the one adapter used for all JMethod instances
JMethodItemProvider - Class in org.eclipse.emf.java.provider
This is the item provider adapter for a JMethod object
JMethodItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.java.provider.JMethodItemProvider
This constructs an instance from a factory and a notifier
JMODEL_ELEMENT - Static variable in interface org.eclipse.emf.java.JavaPackage
The meta object id for the 'JModel Element' class
JMODEL_ELEMENT - Static variable in interface org.eclipse.emf.java.JavaPackage.Literals
The meta object literal for the 'JModel Element' class
JMODEL_ELEMENT__JNODE - Static variable in interface org.eclipse.emf.java.JavaPackage
The feature id for the 'JNode' attribute
JMODEL_ELEMENT__JNODE - Static variable in interface org.eclipse.emf.java.JavaPackage.Literals
The meta object literal for the 'JNode' attribute feature
JMODEL_ELEMENT__NAME - Static variable in interface org.eclipse.emf.java.JavaPackage
The feature id for the 'Name' attribute
JMODEL_ELEMENT__NAME - Static variable in interface org.eclipse.emf.java.JavaPackage.Literals
The meta object literal for the 'Name' attribute feature
JMODEL_ELEMENT_FEATURE_COUNT - Static variable in interface org.eclipse.emf.java.JavaPackage
The number of structural features of the 'JModel Element' class
JModelElement - Interface in org.eclipse.emf.java
A representation of the model object 'JModel Element'
JModelElementImpl - Class in org.eclipse.emf.java.impl
An implementation of the model object 'JModel JNode'
JModelElementImpl() - Constructor for class org.eclipse.emf.java.impl.JModelElementImpl
 
JModelElementItemProvider - Class in org.eclipse.emf.java.provider
This is the item provider adapter for a JModelElement object
JModelElementItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.java.provider.JModelElementItemProvider
This constructs an instance from a factory and a notifier
JNode - Interface in org.eclipse.emf.codegen.merge.java.facade
Represents an entire Java compilation unit (.java source file).
jNode - Variable in class org.eclipse.emf.java.impl.JModelElementImpl
The cached value of the 'JNode' attribute
JNODE - Static variable in interface org.eclipse.emf.java.JavaPackage
The meta object id for the 'JNode' data type
JNODE - Static variable in interface org.eclipse.emf.java.JavaPackage.Literals
The meta object literal for the 'JNode' data type
JNODE_EDEFAULT - Static variable in class org.eclipse.emf.java.impl.JModelElementImpl
The default value of the 'JNode' attribute
jPackage - Variable in class org.eclipse.emf.codegen.jmerge.JPatternDictionary
Deprecated.
 
jPackage - Variable in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMJType
 
JPackage - Interface in org.eclipse.emf.codegen.merge.java.facade
Represents a package declaration.
jPackage - Variable in class org.eclipse.emf.codegen.merge.java.JPatternDictionary
 
JPACKAGE - Static variable in interface org.eclipse.emf.java.JavaPackage
The meta object id for the 'JPackage' class
JPACKAGE - Static variable in interface org.eclipse.emf.java.JavaPackage.Literals
The meta object literal for the 'JPackage' class
JPackage - Interface in org.eclipse.emf.java
A representation of the model object 'JPackage'
JPACKAGE__JAVA_PACKAGE - Static variable in interface org.eclipse.emf.java.JavaPackage
The feature id for the 'Java Package' attribute
JPACKAGE__JAVA_PACKAGE - Static variable in interface org.eclipse.emf.java.JavaPackage.Literals
The meta object literal for the 'Java Package' attribute feature
JPACKAGE__JNODE - Static variable in interface org.eclipse.emf.java.JavaPackage
The feature id for the 'JNode' attribute
JPACKAGE__NAME - Static variable in interface org.eclipse.emf.java.JavaPackage
The feature id for the 'Name' attribute
JPACKAGE__TYPES - Static variable in interface org.eclipse.emf.java.JavaPackage
The feature id for the 'Types' reference list
JPACKAGE__TYPES - Static variable in interface org.eclipse.emf.java.JavaPackage.Literals
The meta object literal for the 'Types' reference list feature
JPACKAGE_FEATURE_COUNT - Static variable in interface org.eclipse.emf.java.JavaPackage
The number of structural features of the 'JPackage' class
JPackageImpl - Class in org.eclipse.emf.java.impl
An implementation of the model object 'JPackage'
JPackageImpl() - Constructor for class org.eclipse.emf.java.impl.JPackageImpl
 
jPackageItemProvider - Variable in class org.eclipse.emf.java.provider.JavaItemProviderAdapterFactory
This keeps track of the one adapter used for all JPackage instances
JPackageItemProvider - Class in org.eclipse.emf.java.provider
This is the item provider adapter for a JPackage object
JPackageItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.java.provider.JPackageItemProvider
This constructs an instance from a factory and a notifier
JPARAMETER - Static variable in interface org.eclipse.emf.java.JavaPackage
The meta object id for the 'JParameter' class
JPARAMETER - Static variable in interface org.eclipse.emf.java.JavaPackage.Literals
The meta object literal for the 'JParameter' class
JParameter - Interface in org.eclipse.emf.java
A representation of the model object 'JParameter'
JPARAMETER__FINAL - Static variable in interface org.eclipse.emf.java.JavaPackage
The feature id for the 'Final' attribute
JPARAMETER__FINAL - Static variable in interface org.eclipse.emf.java.JavaPackage.Literals
The meta object literal for the 'Final' attribute feature
JPARAMETER__JNODE - Static variable in interface org.eclipse.emf.java.JavaPackage
The feature id for the 'JNode' attribute
JPARAMETER__METHOD - Static variable in interface org.eclipse.emf.java.JavaPackage
The feature id for the 'Method' container reference
JPARAMETER__METHOD - Static variable in interface org.eclipse.emf.java.JavaPackage.Literals
The meta object literal for the 'Method' container reference feature
JPARAMETER__NAME - Static variable in interface org.eclipse.emf.java.JavaPackage
The feature id for the 'Name' attribute
JPARAMETER__TYPE - Static variable in interface org.eclipse.emf.java.JavaPackage
The feature id for the 'Type' reference
JPARAMETER__TYPE - Static variable in interface org.eclipse.emf.java.JavaPackage.Literals
The meta object literal for the 'Type' reference feature
JPARAMETER_FEATURE_COUNT - Static variable in interface org.eclipse.emf.java.JavaPackage
The number of structural features of the 'JParameter' class
JParameterImpl - Class in org.eclipse.emf.java.impl
An implementation of the model object 'JParameter'
JParameterImpl() - Constructor for class org.eclipse.emf.java.impl.JParameterImpl
 
jParameterItemProvider - Variable in class org.eclipse.emf.java.provider.JavaItemProviderAdapterFactory
This keeps track of the one adapter used for all JParameter instances
JParameterItemProvider - Class in org.eclipse.emf.java.provider
This is the item provider adapter for a JParameter object
JParameterItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.java.provider.JParameterItemProvider
This constructs an instance from a factory and a notifier
JPatternDictionary - Class in org.eclipse.emf.codegen.jmerge
Deprecated.
in 2.2.0. Use JPatternDictionary instead.
JPatternDictionary(IDOMCompilationUnit, JControlModel) - Constructor for class org.eclipse.emf.codegen.jmerge.JPatternDictionary
Deprecated.
This creates an instance.
JPatternDictionary - Class in org.eclipse.emf.codegen.merge.java
A dictionary of signatures and JNodes.
JPatternDictionary(JCompilationUnit, JControlModel) - Constructor for class org.eclipse.emf.codegen.merge.java.JPatternDictionary
 
JType - Interface in org.eclipse.emf.codegen.merge.java.facade
Represents a source type in a compilation unit, either as a top-level type or a member type.
justIndex - Variable in class org.eclipse.emf.importer.rose.parser.RoseWriter
 
JVISIBILITY - Static variable in interface org.eclipse.emf.java.JavaPackage
The meta object id for the 'JVisibility' enum
JVISIBILITY - Static variable in interface org.eclipse.emf.java.JavaPackage.Literals
The meta object literal for the 'JVisibility' enum
JVisibility - Enum in org.eclipse.emf.java
A representation of the literals of the enumeration 'JVisibility', and utility methods for working with them
jvmElementInferrers - Variable in class org.eclipse.emf.ecore.xcore.util.XcoreJvmInferrer.InferenceAdapter
 
jvmInferrer - Variable in class org.eclipse.emf.ecore.xcore.resource.XcoreModelAssociator
 

K

keepDefaults - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
keepHistory - Variable in class org.eclipse.emf.ecore.resource.impl.PlatformResourceURIHandlerImpl.PlatformResourceOutputStream
 
key - Variable in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter.AttributeData.Element.Attribute
 
key - Variable in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter.AttributeData.Element.Directive
 
key - Variable in class org.eclipse.emf.common.util.BasicEMap.EntryImpl
The key.
key - Variable in class org.eclipse.emf.ecore.change.impl.EObjectToChangesMapEntryImpl
The cached value of the 'Key' reference
key - Variable in class org.eclipse.emf.ecore.impl.EStringToStringMapEntryImpl
The cached value of the 'Key' attribute
key - Variable in class org.eclipse.emf.ecore.resource.impl.DESCipherImpl
 
key - Variable in class org.eclipse.emf.ecore.xcore.impl.XStringToStringMapEntryImpl
The cached value of the 'Key' attribute
KEY - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
key - Variable in class org.eclipse.emf.importer.rose.parser.RoseNode
 
KEY - Static variable in class org.eclipse.emf.importer.rose.parser.RoseToken
 
key - Variable in class org.eclipse.emf.mapping.ecore2xml.impl.ENamedElementToXMLInfoMapEntryImpl
The cached value of the 'Key' reference
KEY_EDEFAULT - Static variable in class org.eclipse.emf.ecore.impl.EStringToStringMapEntryImpl
The default value of the 'Key' attribute
KEY_EDEFAULT - Static variable in class org.eclipse.emf.ecore.xcore.impl.XStringToStringMapEntryImpl
The default value of the 'Key' attribute
keyFeature - Variable in class org.eclipse.emf.ecore.impl.DynamicEObjectImpl.BasicEMapEntry
 
keyFeature - Variable in class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container.Dynamic.BasicEMapEntry
 
keyListener - Variable in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
Deprecated.
 
keyPressed(KeyEvent) - Method in class org.eclipse.emf.common.ui.celleditor.ExtendedComboBoxCellEditor.FilteringAdapter
 
keyPressed(KeyEvent) - Method in class org.eclipse.emf.common.ui.celleditor.ExtendedTableEditor
Deprecated.
 
keyPressed(KeyEvent) - Method in class org.eclipse.emf.common.ui.celleditor.ExtendedTableTreeEditor
Deprecated.
 
keyPressed(KeyEvent) - Method in class org.eclipse.emf.common.ui.celleditor.ExtendedTreeEditor
 
keyPressed(KeyEvent) - Method in class org.eclipse.emf.common.ui.celleditor.MultiColumnTableEditor
 
keyReleased(KeyEvent) - Method in class org.eclipse.emf.common.ui.celleditor.ExtendedComboBoxCellEditor.FilteringAdapter
 
keyReleased(KeyEvent) - Method in class org.eclipse.emf.common.ui.celleditor.ExtendedTableEditor
Deprecated.
 
keyReleased(KeyEvent) - Method in class org.eclipse.emf.common.ui.celleditor.ExtendedTableTreeEditor
Deprecated.
 
keyReleased(KeyEvent) - Method in class org.eclipse.emf.common.ui.celleditor.ExtendedTreeEditor
 
keyReleased(KeyEvent) - Method in class org.eclipse.emf.common.ui.celleditor.MultiColumnTableEditor
 
keys - Variable in class org.eclipse.emf.ecore.xcore.impl.XReferenceImpl
The cached value of the 'Keys' reference list
KEYS - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
keySet() - Method in class org.eclipse.emf.common.util.BasicEMap.DelegatingMap
 
keySet() - Method in class org.eclipse.emf.common.util.BasicEMap
 
keySet - Variable in class org.eclipse.emf.common.util.BasicEMap.View
The map key set view.
keySet() - Method in interface org.eclipse.emf.common.util.EMap
Returns a set view of the keys of the entries.
keySet() - Method in class org.eclipse.emf.ecore.impl.EPackageRegistryImpl.Delegator
 
keyTraversed(TraverseEvent) - Method in class org.eclipse.emf.common.ui.celleditor.SingleColumnTableEditor
 
KEYVALUE - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
kind - Variable in class org.eclipse.emf.ecore.change.impl.ListChangeImpl
The cached value of the 'Kind' attribute
kind - Variable in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectInputStream.EStructuralFeatureData
 
kind - Variable in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectOutputStream.EStructuralFeatureData
 
kind - Variable in class org.eclipse.emf.ecore.util.DelegatingEcoreEList.Generic
 
kind(EStructuralFeature) - Static method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList.Generic
 
kind - Variable in class org.eclipse.emf.ecore.util.EcoreEList.Generic
 
kind(EStructuralFeature) - Static method in class org.eclipse.emf.ecore.util.EcoreEList.Generic
 
kind - Variable in class org.eclipse.emf.ecore.xmi.impl.RootXMLContentHandlerImpl
The kind of content that's expected; XMI content has special handling.
KIND - Static variable in class org.eclipse.emf.ecore.xmi.impl.RootXMLContentHandlerImpl
The key in the constructor's parameter map representing the kind of resource being processed; only the value xmi is recognized.
KIND_EDEFAULT - Static variable in class org.eclipse.emf.ecore.change.impl.ListChangeImpl
The default value of the 'Kind' attribute
KnownTypesScope - Class in org.eclipse.emf.ecore.xcore.scoping.types
 
KnownTypesScope(List<? extends JvmType>, AbstractXcoreScope) - Constructor for class org.eclipse.emf.ecore.xcore.scoping.types.KnownTypesScope
 

L

label - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelActionBarContributor.CreateAction
 
label - Variable in class org.eclipse.emf.codegen.jet.JETConstantDataGenerator
 
label - Variable in class org.eclipse.emf.common.command.AbstractCommand
Holds the label of the command as returned by AbstractCommand.getLabel() and set by AbstractCommand.setLabel(java.lang.String).
LABEL - Static variable in class org.eclipse.emf.edit.command.AddCommand
This caches the label.
LABEL - Static variable in class org.eclipse.emf.edit.command.CopyCommand
This caches the label.
LABEL - Static variable in class org.eclipse.emf.edit.command.CopyToClipboardCommand
This caches the label.
LABEL - Static variable in class org.eclipse.emf.edit.command.CreateCopyCommand
This caches the label.
LABEL - Static variable in class org.eclipse.emf.edit.command.CutToClipboardCommand
This caches the label.
LABEL - Static variable in class org.eclipse.emf.edit.command.DeleteCommand
This caches the label.
LABEL - Static variable in class org.eclipse.emf.edit.command.DragAndDropCommand
This caches the label.
LABEL - Static variable in class org.eclipse.emf.edit.command.InitializeCopyCommand
This caches the label.
LABEL - Static variable in class org.eclipse.emf.edit.command.MoveCommand
This caches the label.
LABEL - Static variable in class org.eclipse.emf.edit.command.PasteFromClipboardCommand
This caches the label.
LABEL - Static variable in class org.eclipse.emf.edit.command.RemoveCommand
This caches the label.
LABEL - Static variable in class org.eclipse.emf.edit.command.ReplaceCommand
This caches the label.
LABEL - Static variable in class org.eclipse.emf.edit.command.SetCommand
This caches the label.
LABEL - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
LABEL - Static variable in class org.eclipse.emf.mapping.command.AddMappingCommand
This caches the label.
LABEL - Static variable in class org.eclipse.emf.mapping.command.CreateMappingCommand
This caches the label.
LABEL - Static variable in class org.eclipse.emf.mapping.command.MatchMappingCommand
This caches the label.
LABEL - Static variable in class org.eclipse.emf.mapping.command.RemoveMappingCommand
This caches the label.
LABEL - Static variable in class org.eclipse.emf.mapping.command.RestoreInitialStateCommand
This caches the label.
LABEL_LOWER - Static variable in class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain
 
LABEL_MIXED - Static variable in class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain
 
LABEL_NO_SEPARATOR - Static variable in class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain
 
LABEL_UPPER - Static variable in class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain
 
labelDecorator - Variable in class org.eclipse.emf.edit.ui.provider.DecoratingColumLabelProvider
 
labelFeature - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
The cached value of the 'Label Feature' reference
labelProvider - Variable in class org.eclipse.emf.common.ui.celleditor.ExtendedComboBoxCellEditor
 
labelProvider - Variable in class org.eclipse.emf.common.ui.celleditor.ExtendedDialogCellEditor
 
labelProvider - Variable in class org.eclipse.emf.edit.ui.celleditor.FeatureEditorDialog
 
labelProvider - Variable in class org.eclipse.emf.edit.ui.provider.DecoratingColumLabelProvider
 
labelProvider - Variable in class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator.LiveValidator
 
labelProviderListeners - Variable in class org.eclipse.emf.edit.ui.provider.AdapterFactoryLabelProvider
This keeps track of the label provider listeners.
labelUpdate - Variable in class org.eclipse.emf.edit.provider.ViewerNotification
Whether the label and icon for the element should be updated.
lang - Variable in class org.eclipse.emf.ecore.xml.namespace.impl.XMLNamespaceDocumentRootImpl
The cached value of the 'Lang' attribute
LANG_EDEFAULT - Static variable in class org.eclipse.emf.ecore.xml.namespace.impl.XMLNamespaceDocumentRootImpl
The default value of the 'Lang' attribute
LANG_TYPE - Static variable in interface org.eclipse.emf.ecore.xml.namespace.XMLNamespacePackage
The meta object id for the 'Lang Type' data type
LANG_TYPE - Static variable in interface org.eclipse.emf.ecore.xml.namespace.XMLNamespacePackage.Literals
The meta object literal for the 'Lang Type' data type
LANG_TYPE_NULL - Static variable in interface org.eclipse.emf.ecore.xml.namespace.XMLNamespacePackage
The meta object id for the 'Lang Type Null' data type
LANG_TYPE_NULL - Static variable in interface org.eclipse.emf.ecore.xml.namespace.XMLNamespacePackage.Literals
The meta object literal for the 'Lang Type Null' data type
language - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Language' attribute
language - Variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
LANGUAGE - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
The meta object id for the 'Language' data type
LANGUAGE - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage.Literals
The meta object literal for the 'Language' data type
LANGUAGE - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
LANGUAGE__PATTERN__VALUES - Static variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
 
LANGUAGE_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Language' attribute
LAST_COMMAND_ALL - Static variable in class org.eclipse.emf.common.command.CompoundCommand
When CompoundCommand.resultIndex is set to this, CompoundCommand.getResult() and CompoundCommand.getAffectedObjects() are delegated to the last command, if any, in the list.
LAST_ESUPER_ADAPTER_MODIFIED - Static variable in class org.eclipse.emf.ecore.impl.ESuperAdapter
 
LAST_NAME_EDEFAULT - Static variable in class org.eclipse.emf.examples.extlibrary.impl.PersonImpl
The default value of the 'Last Name' attribute
lastCursor - Variable in class org.eclipse.emf.common.util.AbstractEList.EIterator
The previous position of the iterator.
lastCursor - Variable in class org.eclipse.emf.common.util.BasicEMap.BasicEMapIterator
The last cursor in the entry data.
lastCursor - Variable in class org.eclipse.emf.ecore.util.FeatureMapUtil.BasicFeatureEIterator
 
lastElementIsStart - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLString
 
lastEntryCursor - Variable in class org.eclipse.emf.common.util.BasicEMap.BasicEMapIterator
The cursor in the list of entries.
lastFinalFieldUsed - Variable in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTNodeConverter.EnumToTypeConverter
Last field used in the initializer string of the fields converted from enum constants.
lastIndexOf(Object) - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Returns the position of the last occurrence of the object in the list.
lastIndexOf(Object) - Method in class org.eclipse.emf.common.util.BasicEList
Returns the position of the last occurrence of the object in the list.
lastIndexOf(Object) - Method in class org.eclipse.emf.common.util.BasicEMap
lastIndexOf(Object) - Method in class org.eclipse.emf.common.util.DelegatingEList
Returns the position of the last occurrence of the object in the list.
lastIndexOf(Object) - Method in class org.eclipse.emf.databinding.internal.EWritableList
 
lastIndexOf(InternalEObject, EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.EStoreImpl
 
lastIndexOf(InternalEObject, EStructuralFeature, Object) - Method in interface org.eclipse.emf.ecore.InternalEObject.EStore
Returns the last index of the given value in the content of the object's feature.
lastIndexOf(EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
lastIndexOf(EStructuralFeature, Object, boolean) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
lastIndexOf(Object) - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList
 
lastIndexOf(EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
lastIndexOf(EStructuralFeature, Object, boolean) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
lastIndexOf(Object) - Method in class org.eclipse.emf.ecore.util.EcoreEList
 
lastIndexOf(EStructuralFeature, Object) - Method in interface org.eclipse.emf.ecore.util.FeatureMap.Internal
 
lastIndexOf(Object) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList
 
lastIndexOf(EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureFeatureMap
 
lastListenerRemoved() - Method in class org.eclipse.emf.databinding.EObjectObservableList
 
lastListenerRemoved() - Method in class org.eclipse.emf.databinding.EObjectObservableValue
 
lastListenerRemoved() - Method in class org.eclipse.emf.databinding.internal.EWritableList
 
lastName - Variable in class org.eclipse.emf.examples.extlibrary.impl.PersonImpl
The cached value of the 'Last Name' attribute
lastSegment() - Method in class org.eclipse.emf.common.util.SegmentSequence
Returns the last segment of the segment sequence, or null if there are no segments.
lastSegment() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
lastSegment() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
lastSegment() - Method in class org.eclipse.emf.common.util.URI
Returns the last segment in the segment array, or null.
lastSelectionChangedEvent - Variable in class org.eclipse.emf.ecore.presentation.EcoreActionBarContributor
 
LAX_PROCESSING - Static variable in interface org.eclipse.emf.ecore.util.ExtendedMetaData
The processing kind ID for lax processing.
laxFeatureProcessing - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
laxWildcardProcessing - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
layout - Variable in class org.eclipse.emf.mapping.presentation.MappingEditor.DelayedColumnFitter.DelayedLayout
 
lazyCreateMapping(EObject, Class<T>) - Method in class org.eclipse.emf.ecore.xcore.mappings.XcoreMapper
 
LazyCreationProxyURIConverter - Class in org.eclipse.emf.ecore.xcore.scoping
 
LazyCreationProxyURIConverter() - Constructor for class org.eclipse.emf.ecore.xcore.scoping.LazyCreationProxyURIConverter
 
LEADING_PADDING - Static variable in class org.eclipse.emf.codegen.ecore.xtext.ui.GenModelHoverProvider
 
LEFT_PAREN - Static variable in class org.eclipse.emf.importer.rose.parser.RoseToken
 
leftGradient - Variable in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
Deprecated.
 
leftSelectionFactory - Variable in class org.eclipse.emf.mapping.presentation.MappingEditor
 
leftSelectionViewer - Variable in class org.eclipse.emf.mapping.presentation.MappingEditor
This is the viewer that shadows the selection in the content outline.
LENDABLE - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The meta object id for the 'Lendable' class
LENDABLE - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage.Literals
The meta object literal for the 'Lendable' class
Lendable - Interface in org.eclipse.emf.examples.extlibrary
A representation of the model object 'Lendable'
LENDABLE__BORROWERS - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The feature id for the 'Borrowers' reference list
LENDABLE__BORROWERS - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage.Literals
The meta object literal for the 'Borrowers' reference list feature
LENDABLE__COPIES - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The feature id for the 'Copies' attribute
LENDABLE__COPIES - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage.Literals
The meta object literal for the 'Copies' attribute feature
LENDABLE_FEATURE_COUNT - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The number of structural features of the 'Lendable' class
length() - Method in class org.eclipse.emf.common.util.SegmentSequence
Returns the number of characters in the string representation.
LENGTH - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
length - Variable in class org.eclipse.emf.importer.rose.parser.RoseLoader
 
length() - Method in class org.eclipse.emf.oda.ecore.impl.ResultSet.Blob
 
length() - Method in class org.eclipse.emf.oda.ecore.impl.ResultSet.Clob
 
LESS - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Escape
 
LESS_THAN - Static variable in class org.eclipse.emf.ecore.xml.type.internal.DataValue.TypeValidator
 
LESS_THAN - Static variable in class org.eclipse.emf.ecore.xml.type.internal.XMLCalendar
 
LESS_THAN - Static variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeUtil
 
lexer - Variable in class org.eclipse.emf.importer.rose.parser.RoseParser
 
LF - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Escape
 
LIBRARY - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The meta object id for the 'Library' class
LIBRARY - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage.Literals
The meta object literal for the 'Library' class
Library - Interface in org.eclipse.emf.examples.extlibrary
A representation of the model object 'Library'
LIBRARY__ADDRESS - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The feature id for the 'Address' attribute
LIBRARY__BOOKS - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The feature id for the 'Books' reference list
LIBRARY__BOOKS - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage.Literals
The meta object literal for the 'Books' reference list feature
LIBRARY__BORROWERS - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The feature id for the 'Borrowers' containment reference list
LIBRARY__BORROWERS - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage.Literals
The meta object literal for the 'Borrowers' containment reference list feature
LIBRARY__BRANCHES - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The feature id for the 'Branches' containment reference list
LIBRARY__BRANCHES - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage.Literals
The meta object literal for the 'Branches' containment reference list feature
LIBRARY__EMPLOYEES - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The feature id for the 'Employees' containment reference list
LIBRARY__EMPLOYEES - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage.Literals
The meta object literal for the 'Employees' containment reference list feature
LIBRARY__NAME - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The feature id for the 'Name' attribute
LIBRARY__NAME - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage.Literals
The meta object literal for the 'Name' attribute feature
LIBRARY__PARENT_BRANCH - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The feature id for the 'Parent Branch' container reference
LIBRARY__PARENT_BRANCH - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage.Literals
The meta object literal for the 'Parent Branch' container reference feature
LIBRARY__PEOPLE - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The feature id for the 'People' attribute list
LIBRARY__PEOPLE - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage.Literals
The meta object literal for the 'People' attribute list feature
LIBRARY__STOCK - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The feature id for the 'Stock' containment reference list
LIBRARY__STOCK - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage.Literals
The meta object literal for the 'Stock' containment reference list feature
LIBRARY__WRITERS - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The feature id for the 'Writers' containment reference list
LIBRARY__WRITERS - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage.Literals
The meta object literal for the 'Writers' containment reference list feature
LIBRARY_FEATURE_COUNT - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The number of structural features of the 'Library' class
LibraryImpl - Class in org.eclipse.emf.examples.extlibrary.impl
An implementation of the model object 'Library'
LibraryImpl() - Constructor for class org.eclipse.emf.examples.extlibrary.impl.LibraryImpl
 
libraryItemProvider - Variable in class org.eclipse.emf.examples.extlibrary.provider.EXTLibraryItemProviderAdapterFactory
This keeps track of the one adapter used for all Library instances
LibraryItemProvider - Class in org.eclipse.emf.examples.extlibrary.provider
This is the item provider adapter for a Library object
LibraryItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.examples.extlibrary.provider.LibraryItemProvider
This constructs an instance from a factory and a notifier
line - Variable in class org.eclipse.emf.codegen.jet.JETMark
This is the line index.
line - Variable in exception org.eclipse.emf.ecore.xmi.XMIException
 
LINE_COMMENT_STRING - Static variable in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJCompilationUnit.NodeCommenter
String to be inserted at the beginning of lines to indicate the line comment
LINE_DELIMITER - Static variable in class org.eclipse.emf.ecore.resource.impl.ContentHandlerImpl.Describer
An property that, in addition to IContentDescription#CHARSET and IContentDescription#BYTE_ORDER_MARK, is supported by all EMF's content describers.
LINE_DELIMITER_PROPERTY - Static variable in interface org.eclipse.emf.ecore.resource.ContentHandler
A content description property describing the line delimiter used by the characters of the content, as determined from the bytes of the content interpreted using appropriate character set.
LINE_FEED - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Escape
 
lineBreakInserter - Variable in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJCompilationUnit.NodeCommenter
Responsible for inserting line breaks at the beginning and the end of the commented out nodes
lineCounter - Variable in class org.eclipse.emf.importer.rose.parser.RoseLexer
 
lineDelimiter - Variable in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter.AttributeData
 
lineDelimiter - Variable in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter
The line delimiter currently being used in generating textual results.
lineDelimiter - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
Deprecated.
In 2.5, access this via GenModelImpl.getLineDelimiter(), not directly. This may not be stored on every GenModel in later versions.
lineFeed - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Escape
 
lineNum - Variable in class org.eclipse.emf.importer.rose.parser.RoseToken
 
lineSeparator - Variable in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter.ExtensionData
 
lineSeparator - Variable in class org.eclipse.emf.ecore.xmi.impl.StringSegment
 
lineWidth - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLString
 
link() - Method in class org.eclipse.emf.ecore.xcore.util.EcoreXcoreBuilder
 
link() - Method in class org.eclipse.emf.ecore.xcore.util.XcoreEcoreBuilder
 
linkInstanceTypes() - Method in class org.eclipse.emf.ecore.xcore.util.XcoreEcoreBuilder
 
list - Variable in class org.eclipse.emf.common.ui.celleditor.ExtendedComboBoxCellEditor
 
list(EditingDomain, EStructuralFeature) - Static method in class org.eclipse.emf.databinding.edit.EMFEditProperties
Returns a list property for the given EStructuralFeature
list(EditingDomain, FeaturePath) - Static method in class org.eclipse.emf.databinding.edit.EMFEditProperties
Returns a list property for the given FeaturePath
list(EStructuralFeature) - Method in interface org.eclipse.emf.databinding.edit.IEMFEditValueProperty
Returns a master-detail combination of this property and the specified list feature.
list(IEMFEditListProperty) - Method in interface org.eclipse.emf.databinding.edit.IEMFEditValueProperty
Returns a master-detail combination of this property and the specified list property.
list(IEMFListProperty) - Method in interface org.eclipse.emf.databinding.edit.IEMFEditValueProperty
 
list(EStructuralFeature) - Method in class org.eclipse.emf.databinding.edit.internal.EMFEditValuePropertyDecorator
 
list(IEMFEditListProperty) - Method in class org.eclipse.emf.databinding.edit.internal.EMFEditValuePropertyDecorator
 
list(IEMFListProperty) - Method in class org.eclipse.emf.databinding.edit.internal.EMFEditValuePropertyDecorator
 
list(EStructuralFeature) - Static method in class org.eclipse.emf.databinding.EMFProperties
Returns a list property for the given EStructuralFeature
list(FeaturePath) - Static method in class org.eclipse.emf.databinding.EMFProperties
Returns a list property for the given FeaturePath
list(EStructuralFeature) - Method in interface org.eclipse.emf.databinding.IEMFValueProperty
Returns a master-detail combination of this property and the specified list feature.
list(IEMFListProperty) - Method in interface org.eclipse.emf.databinding.IEMFValueProperty
Returns a master-detail combination of this property and the specified list property.
list(EStructuralFeature) - Method in class org.eclipse.emf.databinding.internal.EMFValuePropertyDecorator
 
list(IEMFListProperty) - Method in class org.eclipse.emf.databinding.internal.EMFValuePropertyDecorator
 
list - Variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.SettingMany
 
list(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
list(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
list - Variable in class org.eclipse.emf.ecore.util.EcoreUtil.AbstractFilteredSettingsIterator
 
list(EStructuralFeature) - Method in interface org.eclipse.emf.ecore.util.FeatureMap
 
list(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureFeatureMap
 
list - Variable in class org.eclipse.emf.edit.provider.ItemProviderAdapter.ChildrenStore.Entry
 
LIST - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
LIST - Static variable in class org.eclipse.emf.importer.rose.parser.RoseNode
 
LIST - Static variable in class org.eclipse.emf.importer.rose.parser.RoseToken
 
LIST_CHANGE - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage
The meta object id for the 'List Change' class
LIST_CHANGE - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage.Literals
The meta object literal for the 'List Change' class
LIST_CHANGE__DATA_VALUES - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage
The feature id for the 'Data Values' attribute list
LIST_CHANGE__DATA_VALUES - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage.Literals
The meta object literal for the 'Data Values' attribute list feature
LIST_CHANGE__FEATURE - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage
The feature id for the 'Feature' reference
LIST_CHANGE__FEATURE - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage.Literals
The meta object literal for the 'Feature' reference feature
LIST_CHANGE__FEATURE_MAP_ENTRY_VALUES - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage
The feature id for the 'Feature Map Entry Values' containment reference list
LIST_CHANGE__FEATURE_MAP_ENTRY_VALUES - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage.Literals
The meta object literal for the 'Feature Map Entry Values' containment reference list feature
LIST_CHANGE__INDEX - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage
The feature id for the 'Index' attribute
LIST_CHANGE__INDEX - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage.Literals
The meta object literal for the 'Index' attribute feature
LIST_CHANGE__KIND - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage
The feature id for the 'Kind' attribute
LIST_CHANGE__KIND - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage.Literals
The meta object literal for the 'Kind' attribute feature
LIST_CHANGE__MOVE_TO_INDEX - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage
The feature id for the 'Move To Index' attribute
LIST_CHANGE__MOVE_TO_INDEX - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage.Literals
The meta object literal for the 'Move To Index' attribute feature
LIST_CHANGE__REFERENCE_VALUES - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage
The feature id for the 'Reference Values' reference list
LIST_CHANGE__REFERENCE_VALUES - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage.Literals
The meta object literal for the 'Reference Values' reference list feature
LIST_CHANGE__VALUES - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage
The feature id for the 'Values' attribute list
LIST_CHANGE__VALUES - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage.Literals
The meta object literal for the 'Values' attribute list feature
LIST_CHANGE_FEATURE_COUNT - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage
The number of structural features of the 'List Change' class
LIST_DERIVATION - Static variable in interface org.eclipse.emf.ecore.util.ExtendedMetaData
The derivation kind ID for list.
LIST_SIZE - Static variable in class org.eclipse.emf.ecore.xmi.impl.StringSegment
 
ListChange - Interface in org.eclipse.emf.ecore.change
A representation of the model object 'List Change'
ListChangeImpl - Class in org.eclipse.emf.ecore.change.impl
An implementation of the model object 'List Change'
ListChangeImpl() - Constructor for class org.eclipse.emf.ecore.change.impl.ListChangeImpl
 
listChangeItemProvider - Variable in class org.eclipse.emf.ecore.change.provider.ChangeItemProviderAdapterFactory
This keeps track of the one adapter used for all ListChange instances
ListChangeItemProvider - Class in org.eclipse.emf.ecore.change.provider
This is the item provider adapter for a ListChange object
ListChangeItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.ecore.change.provider.ListChangeItemProvider
This constructs an instance from a factory and a notifier
listChanges - Variable in class org.eclipse.emf.ecore.change.impl.FeatureChangeImpl
The cached value of the 'List Changes' containment reference list
listChanges - Variable in class org.eclipse.emf.ecore.change.impl.ResourceChangeImpl
The cached value of the 'List Changes' containment reference list
ListDifferenceAnalyzer - Class in org.eclipse.emf.ecore.change.util
Abstract class implementing the methods required to compute differences between lists.
ListDifferenceAnalyzer() - Constructor for class org.eclipse.emf.ecore.change.util.ListDifferenceAnalyzer
 
listener - Variable in class org.eclipse.emf.codegen.jet.JETParser
The backend that is notified of constructs recognized in the input...
listener - Variable in class org.eclipse.emf.databinding.EObjectObservableList
The listener attached
listener - Variable in class org.eclipse.emf.databinding.EObjectObservableValue
The listener
listeners - Variable in class org.eclipse.emf.common.command.BasicCommandStack
listeners - Variable in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
listeners - Variable in class org.eclipse.emf.edit.ui.provider.UnwrappingSelectionProvider
 
listeners - Variable in class org.eclipse.emf.importer.rose.parser.RoseComponent
 
listeningItemProviderDecorators - Variable in class org.eclipse.emf.mapping.presentation.MappingEditor.MyDecoratorAdapterFactory
 
listFactory(Realm, EditingDomain, EStructuralFeature) - Static method in class org.eclipse.emf.databinding.edit.EMFEditObservables
Returns a factory for creating observable lists tracking the value of the given feature of a particular object.
listFactory() - Method in class org.eclipse.emf.databinding.edit.internal.EMFEditListPropertyDecorator
 
listFactory(Realm) - Method in class org.eclipse.emf.databinding.edit.internal.EMFEditListPropertyDecorator
 
listFactory(Realm, EStructuralFeature) - Static method in class org.eclipse.emf.databinding.EMFObservables
Returns a factory for creating observable lists tracking the value of the given feature of a particular object.
listFactory() - Method in class org.eclipse.emf.databinding.internal.EMFListPropertyDecorator
 
listFactory(Realm) - Method in class org.eclipse.emf.databinding.internal.EMFListPropertyDecorator
 
listFeatures(EClass) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Lookup
 
listIterator() - Method in class org.eclipse.emf.common.util.AbstractEList
Returns a list iterator.
listIterator(int) - Method in class org.eclipse.emf.common.util.AbstractEList
Returns a list iterator advanced to the given index.
listIterator() - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Returns a list iterator.
listIterator(int) - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Returns a list iterator advanced to the given index.
listIterator() - Method in class org.eclipse.emf.common.util.BasicEList.UnmodifiableEList
Returns the basic list iterator.
listIterator(int) - Method in class org.eclipse.emf.common.util.BasicEList.UnmodifiableEList
Returns the basic list iterator advanced to the index.
listIterator() - Method in class org.eclipse.emf.common.util.BasicEMap
listIterator(int) - Method in class org.eclipse.emf.common.util.BasicEMap
listIterator() - Method in class org.eclipse.emf.common.util.DelegatingEList.UnmodifiableEList
Returns the basic list iterator.
listIterator(int) - Method in class org.eclipse.emf.common.util.DelegatingEList.UnmodifiableEList
Returns the basic list iterator advanced to the index.
listIterator() - Method in class org.eclipse.emf.databinding.internal.EWritableList
 
listIterator(int) - Method in class org.eclipse.emf.databinding.internal.EWritableList
 
listIterator(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
listIterator(EStructuralFeature, int) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
listIterator(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
listIterator(EStructuralFeature, int) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
listIterator(int) - Method in class org.eclipse.emf.ecore.util.EContentsEList
 
listIterator(EStructuralFeature) - Method in interface org.eclipse.emf.ecore.util.FeatureMap.Internal
 
listIterator(EStructuralFeature, int) - Method in interface org.eclipse.emf.ecore.util.FeatureMap.Internal
 
listIterator() - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList.Basic
 
listIterator(int) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList.Basic
 
listIterator() - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList
 
listIterator(int) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList
 
listIterator(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureFeatureMap
 
listIterator(EStructuralFeature, int) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureFeatureMap
 
listIterator() - Method in class org.eclipse.emf.ecore.xmi.impl.StringSegment
 
listKinds(EStructuralFeature[]) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Lookup
 
listViewer - Variable in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryEditor
This shows how a list view works.
listViewer - Variable in class org.eclipse.emf.java.presentation.JavaEditor
This shows how a list view works.
listViewer - Variable in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLEditor
This shows how a list view works.
literal - Variable in class org.eclipse.emf.ecore.impl.EEnumLiteralImpl
The cached value of the 'Literal' attribute
literal - Variable in class org.eclipse.emf.ecore.xcore.impl.XEnumLiteralImpl
The cached value of the 'Literal' attribute
LITERAL_EDEFAULT - Static variable in class org.eclipse.emf.ecore.impl.EEnumLiteralImpl
The default value of the 'Literal' attribute
LITERAL_EDEFAULT - Static variable in class org.eclipse.emf.ecore.xcore.impl.XEnumLiteralImpl
The default value of the 'Literal' attribute
Literals - Class in org.eclipse.emf.codegen.ecore.genmodel.impl
Utility class for converting primitive values, strings, and classes to literals that could appear in code.
literals - Variable in class org.eclipse.emf.ecore.xcore.impl.XEnumImpl
The cached value of the 'Literals' containment reference list
LITERALS_INTERFACE_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
The default value of the 'Literals Interface' attribute
literalsInterface - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
The cached value of the 'Literals Interface' attribute
LIVE_VALIDATOR_DIALOG_SETTINGS_KEY - Static variable in class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator.LiveValidator.LiveValidationAction
 
LIVE_VALUE - Static variable in enum org.eclipse.emf.codegen.ecore.genmodel.GenDecoration
The 'Live' literal value
liveValidationAction - Variable in class org.eclipse.emf.edit.ui.action.EditingDomainActionBarContributor
This is the action used to perform validation.
liveValidator - Variable in class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator
 
load(Map<?, ?>) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
 
load(InputStream, Map<?, ?>) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
 
load(Map<?, ?>) - Method in interface org.eclipse.emf.ecore.resource.Resource
Loads the resource using the specified options.
load(InputStream, Map<?, ?>) - Method in interface org.eclipse.emf.ecore.resource.Resource
Loads the resource from the input stream using the specified options.
load(URI, InputStream, Map<?, ?>, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLContentHandlerImpl
Returns the XML resource loaded from the input stream.
load(XMLResource, InputStream, Map<?, ?>) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLLoadImpl
Start parsing with the default handler; either XMI or XML.
load(XMLResource, InputSource, Map<?, ?>) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLLoadImpl
 
load(XMLResource, Node, Map<?, ?>) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLLoadImpl
 
load(Node, Map<?, ?>) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
 
load(InputSource, Map<?, ?>) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
 
load(String, Map<?, ?>) - Method in class org.eclipse.emf.ecore.xmi.util.XMLProcessor
Given a system identifier and option, this methods creates an EMF Resource (using URI#createURI method) and loads the resource data.
load(InputStream, Map<?, ?>) - Method in class org.eclipse.emf.ecore.xmi.util.XMLProcessor
 
load(InputSource, Map<?, ?>) - Method in class org.eclipse.emf.ecore.xmi.util.XMLProcessor
 
load(Node, Map<?, ?>) - Method in class org.eclipse.emf.ecore.xmi.util.XMLProcessor
 
load(XMLResource, InputStream, Map<?, ?>) - Method in interface org.eclipse.emf.ecore.xmi.XMLLoad
 
load(XMLResource, InputSource, Map<?, ?>) - Method in interface org.eclipse.emf.ecore.xmi.XMLLoad
 
load(XMLResource, Node, Map<?, ?>) - Method in interface org.eclipse.emf.ecore.xmi.XMLLoad
 
load(Node, Map<?, ?>) - Method in interface org.eclipse.emf.ecore.xmi.XMLResource
Loads the resource from the DOM node, either an Element or Document, using the specified options.
load(InputSource, Map<?, ?>) - Method in interface org.eclipse.emf.ecore.xmi.XMLResource
 
LOAD_INITIALIZATION_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
The default value of the 'Load Initialization' attribute
loadButton - Variable in class org.eclipse.emf.importer.ui.contribution.base.ModelImporterDetailPage
 
loadClass(String, String) - Static method in class org.eclipse.emf.common.CommonPlugin.Implementation
Use the platform to load the named class using the right class loader.
loadClass(String, String) - Static method in class org.eclipse.emf.common.CommonPlugin
Use the platform, if available, to load the named class using the right class loader.
loadContents() - Method in class org.eclipse.emf.common.ui.dialogs.WorkspaceResourceDialog
 
loaded() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl.ContentsEList
 
loadEObject() - Method in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectInputStream
 
loadEObjects(InternalEList<InternalEObject>) - Method in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectInputStream
 
loadFeatureMap(FeatureMap.Internal) - Method in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectInputStream
 
loadFeatureMapEntry() - Method in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectInputStream
 
loadFeatureValue(InternalEObject, BinaryResourceImpl.EObjectInputStream.EStructuralFeatureData) - Method in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectInputStream
 
loadFromExtensionPoints() - Method in class org.eclipse.emf.common.ui.wizard.ExampleInstallerWizard
 
loadGenModel(URI) - Method in class org.eclipse.emf.exporter.ModelExporter
 
loadGenModels(IProgressMonitor, List<URI>, Shell) - Static method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GeneratorUIUtil
 
loadingTargets - Variable in class org.eclipse.emf.ecore.change.util.ChangeRecorder
 
loadInitialization - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
The cached value of the 'Load Initialization' attribute
loadOptions - Variable in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl
The load options.
loadOptions - Variable in class org.eclipse.emf.ecore.xmi.util.XMLProcessor
 
loadOriginalGenModel(URI) - Method in class org.eclipse.emf.importer.ModelImporter
 
loadPathMap(Monitor) - Method in class org.eclipse.emf.importer.rose.RoseImporter
 
loadPathMapSymbols() - Method in class org.eclipse.emf.importer.rose.ui.RoseDetailPage
 
loadPathMapSymbolsButton - Variable in class org.eclipse.emf.importer.rose.ui.RoseDetailPage
 
loadResource(Resource) - Method in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectInputStream
 
loadResource(Resource) - Method in interface org.eclipse.emf.ecore.resource.URIConverter.Loadable
Load the contents of the resource directly from the backing store for which the stream implementing this interface is a facade.
loadResource(String) - Method in class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain
This is a convenience method to load a resource, you could use the resource set returned by AdapterFactoryEditingDomain.getResourceSet() directly.
loadResource(String) - Method in interface org.eclipse.emf.edit.domain.EditingDomain
This loads the specified resource into this editing domain's resource set.
loadResourceAction - Variable in class org.eclipse.emf.edit.ui.action.EditingDomainActionBarContributor
This is the action used to load a resource.
LoadResourceAction - Class in org.eclipse.emf.edit.ui.action
An action to load a resource into an editing domain's resource set.
LoadResourceAction - Class in org.eclipse.emf.edit.ui.action
An action to load a resource into an editing domain's resource set.
LoadResourceAction(EditingDomain) - Constructor for class org.eclipse.emf.edit.ui.action.LoadResourceAction
 
LoadResourceAction() - Constructor for class org.eclipse.emf.edit.ui.action.LoadResourceAction
 
LoadResourceAction.LoadResourceDialog - Class in org.eclipse.emf.edit.ui.action
 
LoadResourceAction.LoadResourceDialog(Shell) - Constructor for class org.eclipse.emf.edit.ui.action.LoadResourceAction.LoadResourceDialog
 
LoadResourceAction.LoadResourceDialog(Shell, EditingDomain) - Constructor for class org.eclipse.emf.edit.ui.action.LoadResourceAction.LoadResourceDialog
 
loadState(IMemento) - Method in class org.eclipse.emf.common.ui.URIEditorInput
 
loadTree(RoseNode, UnitTreeNode) - Method in class org.eclipse.emf.importer.rose.builder.RoseUtil
 
local - Variable in class org.eclipse.emf.ecore.xcore.impl.XReferenceImpl
The cached value of the 'Local' attribute
LOCAL_EDEFAULT - Static variable in class org.eclipse.emf.ecore.xcore.impl.XReferenceImpl
The default value of the 'Local' attribute
locale - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
localPart - Variable in class org.eclipse.emf.ecore.xmi.impl.NameInfoImpl
 
LocalTransfer - Class in org.eclipse.emf.edit.ui.dnd
This derived implementation of a byte array transfer short circuits the transfer process so that a local transfer does not serialize the object and hence can and will return the original object, not just a clone.
LocalTransfer - Class in org.eclipse.emf.edit.ui.dnd
This derived implementation of a byte array transfer short circuits the transfer process so that a local transfer does not serialize the object and hence can and will return the original object, not just a clone.
LocalTransfer() - Constructor for class org.eclipse.emf.edit.ui.dnd.LocalTransfer
This creates an instance; typically you get one from LocalTransfer.getInstance().
locateValueAction - Variable in class org.eclipse.emf.edit.ui.view.ExtendedPropertySheetPage
 
location - Variable in class org.eclipse.emf.codegen.ecore.genmodel.handler.GenerateHandler.GenModelGenerationDialog
 
location - Variable in class org.eclipse.emf.codegen.ecore.genmodel.handler.GenerateHandler.GenModelSelectionDialog
 
location - Variable in class org.eclipse.emf.common.ui.wizard.AbstractExampleInstallerWizard.FileToOpen
 
location - Variable in exception org.eclipse.emf.ecore.xmi.XMIException
 
location - Variable in class org.eclipse.emf.edit.command.DragAndDropCommand.Detail
 
location - Variable in class org.eclipse.emf.edit.command.DragAndDropCommand
This keeps track of the location of the drag and drop.
location - Variable in class org.eclipse.emf.edit.ui.dnd.EditingDomainViewerDropAdapter.DragAndDropCommandInformation
 
LOCATION - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
locationListener - Variable in class org.eclipse.emf.common.ui.viewer.ColumnViewerInformationControlToolTipSupport
 
locator - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
log(Object) - Method in class org.eclipse.emf.common.EMFPlugin.EclipsePlugin
 
log(Object) - Method in class org.eclipse.emf.common.EMFPlugin.InternalHelper
 
log(Object) - Method in class org.eclipse.emf.common.EMFPlugin
 
log(Object) - Method in class org.eclipse.emf.common.ui.EclipseUIPlugin
 
log(Object) - Method in interface org.eclipse.emf.common.util.Logger
Logs an entry.
logError(String) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTFacadeHelper
Adds a new entry to the log using ERROR level.
logError(String, Exception) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTFacadeHelper
Adds a new entry to the log using ERROR level.
logError(IConfigurationElement, String) - Method in class org.eclipse.emf.ecore.plugin.RegistryReader
Logs the error in the desktop log using the provided text and the information in the configuration element.
Logger - Interface in org.eclipse.emf.common.util
A logger of log entries.
LOGICAL_MODELS - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
LOGICAL_PRESENTATIONS - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
LOGICAL_VIEW - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
logInfo(String) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTFacadeHelper
Adds a new entry to the log using INFO level.
logMissingAttribute(IConfigurationElement, String) - Method in class org.eclipse.emf.ecore.plugin.RegistryReader
Logs a very common registry error when a required attribute is missing.
LONG - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage.Literals
The meta object literal for the 'Long' data type
LONG - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
The meta object id for the 'Long' data type
long_ - Variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
LONG_NOTIFICATION_CREATOR - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleData.NotificationCreator
 
LONG_OBJECT - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage.Literals
The meta object literal for the 'Long Object' data type
LONG_OBJECT - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
The meta object id for the 'Long Object' data type
longObject - Variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
lookupCrossReference(CrossReference, EReference, ContentAssistContext, ICompletionProposalAcceptor, <any>) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.XcoreProposalProvider
 
LOW_PRIORITY - Static variable in interface org.eclipse.emf.ecore.resource.ContentHandler.Registry
A constant indicating a low priority content handler.
lowBitmask(char) - Static method in class org.eclipse.emf.common.util.URI
 
lowBitmask(char, char) - Static method in class org.eclipse.emf.common.util.URI
 
lowBitmask(String) - Static method in class org.eclipse.emf.common.util.URI
 
lower - Variable in class org.eclipse.emf.importer.rose.parser.RoseLoader
 
lower - Variable in class org.eclipse.emf.importer.rose.parser.RoseWriter
 
LOWER_BOUND_EDEFAULT - Static variable in class org.eclipse.emf.ecore.impl.ETypedElementImpl
The default value of the 'Lower Bound' attribute
lowerBound - Variable in class org.eclipse.emf.ecore.impl.ETypedElementImpl
The cached value of the 'Lower Bound' attribute
lowerBound - Variable in class org.eclipse.emf.ecore.xcore.impl.XGenericTypeImpl
The cached value of the 'Lower Bound' containment reference
lowerLocationBound - Variable in class org.eclipse.emf.edit.command.DragAndDropCommand
This keeps track of the lower range of locations in which the effect of this command remains unchanged.
lowSurrogate(int) - Static method in class org.eclipse.emf.ecore.xml.type.internal.DataValue.XMLChar
Returns the low surrogate of a supplemental character

M

main(String[]) - Static method in class org.eclipse.emf.codegen.ecore.Generator
Deprecated.
It is not possible to generate code without using Eclipse. If you are invoking this method, you should instantiate a Generator and call Generator.run(Object). This method will be removed in a future release.
main(String[]) - Static method in class org.eclipse.emf.common.archive.Handler
Registers this handler and interprets each argument as URL to be opened, read in, and written out to System.out.
main(String[]) - Static method in class org.eclipse.emf.common.EMFPlugin
 
main(String[]) - Static method in class org.eclipse.emf.ecore.xml.type.internal.RegEx.REUtil
Sample entry.
main(String[]) - Static method in class org.eclipse.emf.java.util.JavaUtil.StandAloneTest
Executes a stand-alone test.
mainGenModel - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
MAJOR_SEPARATOR_HI - Static variable in class org.eclipse.emf.common.util.URI
 
MAJOR_SEPARATOR_LO - Static variable in class org.eclipse.emf.common.util.URI
 
makeAbsolute(URI, URI) - Method in class org.eclipse.emf.importer.ModelImporter
 
makeContributions(IMenuManager, IToolBarManager, IStatusLineManager) - Method in class org.eclipse.emf.edit.ui.view.ExtendedPropertySheetPage
 
makeContributions(IMenuManager, IToolBarManager, IStatusLineManager) - Method in class org.eclipse.emf.mapping.presentation.MappingEditor.OverviewViewer
Deprecated.
 
makeContributions(IMenuManager, IToolBarManager, IStatusLineManager) - Method in class org.eclipse.emf.mapping.presentation.SimpleMappedObjectViewer
 
makeDefaultHandler() - Method in class org.eclipse.emf.ecore.xmi.impl.EMOFLoadImpl
 
makeDefaultHandler() - Method in class org.eclipse.emf.ecore.xmi.impl.GenericXMLResourceImpl.GenericXMLLoadImpl
 
makeDefaultHandler() - Method in class org.eclipse.emf.ecore.xmi.impl.XMILoadImpl
 
makeDefaultHandler() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLLoadImpl
 
makeEPackageConvertDataUnique() - Method in class org.eclipse.emf.converter.ModelConverter
Changes the existing EPackage Infos so that no duplicated convert data is used.
makeID(EObject) - Method in class org.eclipse.emf.ecore.xmi.impl.EMOFResourceImpl
 
makeParser() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLLoadImpl
Make either a validating or non-validating parser; throw an if one could not be made.
makeParser(Map<String, Boolean>, Map<String, ?>) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLParserPoolImpl
 
makeRelative(URI, URI) - Method in class org.eclipse.emf.importer.ModelImporter
 
MANAGEDCAT - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
manager - Variable in class org.eclipse.emf.examples.extlibrary.impl.EmployeeImpl
The cached value of the 'Manager' reference
MANIFEST_ENCODING - Static variable in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter
 
ManifestMF - Class in org.eclipse.emf.codegen.ecore.templates.edit
 
ManifestMF() - Constructor for class org.eclipse.emf.codegen.ecore.templates.edit.ManifestMF
 
ManifestMF - Class in org.eclipse.emf.codegen.ecore.templates.editor
 
ManifestMF() - Constructor for class org.eclipse.emf.codegen.ecore.templates.editor.ManifestMF
 
ManifestMF - Class in org.eclipse.emf.codegen.ecore.templates.model
 
ManifestMF() - Constructor for class org.eclipse.emf.codegen.ecore.templates.model.ManifestMF
 
ManifestMF - Class in org.eclipse.emf.codegen.ecore.templates.model.tests
 
ManifestMF() - Constructor for class org.eclipse.emf.codegen.ecore.templates.model.tests.ManifestMF
 
manifestMFEmitter - 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.
manifestMFTemplateName - 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.
MANUAL_VALUE - Static variable in enum org.eclipse.emf.codegen.ecore.genmodel.GenDecoration
The 'Manual' literal value
MANY_EDEFAULT - Static variable in class org.eclipse.emf.ecore.impl.ETypedElementImpl
The default value of the 'Many' attribute
MANY_INVERSE - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateMany
 
MANY_INVERSE_DYNAMIC - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateMany
 
MANY_INVERSE_RESOLVE - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateMany
 
MANY_INVERSE_RESOLVE_DYNAMIC - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateMany
 
MANY_INVERSE_RESOLVE_UNSETTABLE - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateMany
 
MANY_INVERSE_RESOLVE_UNSETTABLE_DYNAMIC - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateMany
 
MANY_INVERSE_UNSETTABLE - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateMany
 
MANY_INVERSE_UNSETTABLE_DYNAMIC - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateMany
 
map - Variable in class org.eclipse.emf.codegen.ecore.generator.GeneratorAdapterFactory.Descriptor.DelegatingRegistry
 
map(IDOMNode, IDOMNode) - Method in class org.eclipse.emf.codegen.jmerge.JMerger
Deprecated.
 
map(JNode, JNode) - Method in class org.eclipse.emf.codegen.merge.java.JMerger
Maps the specified source and target nodes.
map() - Method in class org.eclipse.emf.common.util.BasicEMap
 
map - Variable in class org.eclipse.emf.common.util.BasicEMap.View
The map view.
map() - Method in interface org.eclipse.emf.common.util.EMap
Returns a map view.
map(EditingDomain, EStructuralFeature) - Static method in class org.eclipse.emf.databinding.edit.EMFEditProperties
Returns a map property for the given EStructuralFeature.
map(EStructuralFeature) - Method in interface org.eclipse.emf.databinding.edit.IEMFEditValueProperty
Returns a master-detail combination of this property and the specified map feature.
map(IEMFEditMapProperty) - Method in interface org.eclipse.emf.databinding.edit.IEMFEditValueProperty
Returns a master-detail combination of this property and the specified map property.
map(IEMFMapProperty) - Method in interface org.eclipse.emf.databinding.edit.IEMFEditValueProperty
 
map(EStructuralFeature) - Method in class org.eclipse.emf.databinding.edit.internal.EMFEditValuePropertyDecorator
 
map(IEMFEditMapProperty) - Method in class org.eclipse.emf.databinding.edit.internal.EMFEditValuePropertyDecorator
 
map(IEMFMapProperty) - Method in class org.eclipse.emf.databinding.edit.internal.EMFEditValuePropertyDecorator
 
map(EStructuralFeature) - Static method in class org.eclipse.emf.databinding.EMFProperties
Returns a map property for the given EStructuralFeature.
map(EStructuralFeature) - Method in interface org.eclipse.emf.databinding.IEMFValueProperty
Returns a master-detail combination of this property and the specified map feature.
map(IEMFMapProperty) - Method in interface org.eclipse.emf.databinding.IEMFValueProperty
Returns a master-detail combination of this property and the specified map property.
map(EStructuralFeature) - Method in class org.eclipse.emf.databinding.internal.EMFValuePropertyDecorator
 
map(IEMFMapProperty) - Method in class org.eclipse.emf.databinding.internal.EMFValuePropertyDecorator
 
map - Variable in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.EStoreImpl
 
map(URI, Resource) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.MappedResourceLocator
Creates a resource map entry for the resource with the given normalized URI.
map() - Method in class org.eclipse.emf.ecore.resource.impl.URIMappingRegistryImpl
Returns a map view that implements ExtensibleURIConverterImpl.URIMap.
map(EList<T>, <any>) - Static method in class org.eclipse.emf.ecore.xcore.lib.XcoreEListExtensions
Returns a transformed view of the given list.
map - Variable in class org.eclipse.emf.ecore.xcore.resource.XcoreResource.FragmentCache
 
map - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Lookup
 
map - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
MAP_ENTRY_CLASS_CONTAINER_ANNOTATION_SOURCE - Static variable in class org.eclipse.emf.importer.java.builder.JavaEcoreBuilder
 
MAPASOBJECTRELATIONSHIP - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
mapChildren(IDOMNode, IDOMNode) - Method in class org.eclipse.emf.codegen.jmerge.JMerger
Deprecated.
 
mapChildren(JNode, JNode) - Method in class org.eclipse.emf.codegen.merge.java.JMerger
 
mapCommand - Variable in class org.eclipse.emf.mapping.command.AddOverrideCommand
This keeps track of the create mapping command(s) used to implement this command.
mapCommand - Variable in class org.eclipse.emf.mapping.command.RemoveOverrideCommand
This keeps track of the remove mapping command(s) used to implement this command.
mapCommand - Variable in class org.eclipse.emf.mapping.command.SetOverrideCommand
This keeps track of the set mapping command(s) used to implement this command.
mapFactory(EditingDomain, EStructuralFeature) - Static method in class org.eclipse.emf.databinding.edit.EMFEditObservables
Returns a factory for creating observable maps tracking the value of the given feature of a particular object.
mapFactory() - Method in class org.eclipse.emf.databinding.edit.internal.EMFEditMapPropertyDecorator
 
mapFactory(Realm) - Method in class org.eclipse.emf.databinding.edit.internal.EMFEditMapPropertyDecorator
 
mapFactory(EStructuralFeature) - Static method in class org.eclipse.emf.databinding.EMFObservables
Returns a factory for creating observable maps tracking the value of the given feature of a particular object.
mapFactory() - Method in class org.eclipse.emf.databinding.internal.EMFMapPropertyDecorator
 
mapFactory(Realm) - Method in class org.eclipse.emf.databinding.internal.EMFMapPropertyDecorator
 
mapOutputObject(Object, Object, CompoundCommand) - Method in class org.eclipse.emf.mapping.command.AddOverrideCommand
 
mappableLimit - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Escape
 
MAPPED_ECORE_EDATATYPES - Static variable in class org.eclipse.emf.ecore.xmi.impl.EMOFExtendedMetaData
 
MAPPED_EMOF_EDATATYPE_HREF_PREFIX - Static variable in class org.eclipse.emf.ecore.xmi.impl.EMOFExtendedMetaData
 
MAPPED_EMOF_EDATATYPE_HREF_PREFIX_2_0 - Static variable in class org.eclipse.emf.ecore.xmi.impl.EMOFExtendedMetaData
 
MAPPED_EMOF_EDATATYPES - Static variable in class org.eclipse.emf.ecore.xmi.impl.EMOFExtendedMetaData
 
mappedInputs - Variable in class org.eclipse.emf.mapping.command.MatchMappingCommand
This is the collection of inputs that have been matched by this command
mappedObject - Variable in class org.eclipse.emf.mapping.provider.MappedObjectItemProvider
 
MappedObjectItemProvider - Class in org.eclipse.emf.mapping.provider
This is the item provider adpater for a Mapping object.
MappedObjectItemProvider(AdapterFactory, EObject, Mapping) - Constructor for class org.eclipse.emf.mapping.provider.MappedObjectItemProvider
This constructs an instance from a factory and a notifier.
mappedObjectItemProviderList - Variable in class org.eclipse.emf.mapping.provider.MappingItemProvider
 
mappedObjectListener - Variable in class org.eclipse.emf.mapping.impl.MappingRootImpl
This allows this listen for changes to inputs or outputs.
MappedObjectState - Interface in org.eclipse.emf.mapping
This interface represents that state information that is available for each mapped object, i.e., each input or output object in the domain.
mappedObjectState - Variable in class org.eclipse.emf.mapping.provider.MappedObjectItemProvider
 
mappedObjectStateAdapterFactory - Variable in class org.eclipse.emf.mapping.impl.MappingRootImpl
This keeps track of the factory for creating the MappedObjectState.
mapper - Variable in class org.eclipse.emf.ecore.xcore.resource.XcoreModelAssociator
 
mapper - Variable in class org.eclipse.emf.ecore.xcore.scoping.XcoreScopeProvider
 
mapper - Variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.OppositeReplacementTextApplier
 
mapping - Variable in class org.eclipse.emf.mapping.command.MatchMappingCommand
This is the mapping that is being recursively matched.
Mapping - Interface in org.eclipse.emf.mapping
A representation of the model object 'Mapping'
MAPPING - Static variable in interface org.eclipse.emf.mapping.MappingPackage.Literals
The meta object literal for the 'Mapping' class
MAPPING - Static variable in interface org.eclipse.emf.mapping.MappingPackage
The meta object id for the 'Mapping' class
mapping - Variable in class org.eclipse.emf.mapping.provider.MappedObjectItemProvider
 
mapping - Variable in class org.eclipse.emf.mapping.provider.MappingItemProvider.TypeMappingHelperWrapper
 
MAPPING__HELPER - Static variable in interface org.eclipse.emf.mapping.MappingPackage.Literals
The meta object literal for the 'Helper' containment reference feature
MAPPING__HELPER - Static variable in interface org.eclipse.emf.mapping.MappingPackage
The feature id for the 'Helper' containment reference
MAPPING__INPUTS - Static variable in interface org.eclipse.emf.mapping.MappingPackage.Literals
The meta object literal for the 'Inputs' reference list feature
MAPPING__INPUTS - Static variable in interface org.eclipse.emf.mapping.MappingPackage
The feature id for the 'Inputs' reference list
MAPPING__NESTED - Static variable in interface org.eclipse.emf.mapping.MappingPackage.Literals
The meta object literal for the 'Nested' containment reference list feature
MAPPING__NESTED - Static variable in interface org.eclipse.emf.mapping.MappingPackage
The feature id for the 'Nested' containment reference list
MAPPING__NESTED_IN - Static variable in interface org.eclipse.emf.mapping.MappingPackage.Literals
The meta object literal for the 'Nested In' container reference feature
MAPPING__NESTED_IN - Static variable in interface org.eclipse.emf.mapping.MappingPackage
The feature id for the 'Nested In' container reference
MAPPING__OUTPUTS - Static variable in interface org.eclipse.emf.mapping.MappingPackage.Literals
The meta object literal for the 'Outputs' reference list feature
MAPPING__OUTPUTS - Static variable in interface org.eclipse.emf.mapping.MappingPackage
The feature id for the 'Outputs' reference list
MAPPING__TYPE_MAPPING - Static variable in interface org.eclipse.emf.mapping.MappingPackage.Literals
The meta object literal for the 'Type Mapping' reference feature
MAPPING__TYPE_MAPPING - Static variable in interface org.eclipse.emf.mapping.MappingPackage
The feature id for the 'Type Mapping' reference
MAPPING_EXTENSION_POINT_ID - Variable in class org.eclipse.emf.mapping.domain.PluginAdapterFactoryMappingDomain
 
MAPPING_FEATURE_COUNT - Static variable in interface org.eclipse.emf.mapping.MappingPackage
The number of structural features of the 'Mapping' class
MAPPING_HELPER - Static variable in interface org.eclipse.emf.mapping.MappingPackage.Literals
The meta object literal for the 'Helper' class
MAPPING_HELPER - Static variable in interface org.eclipse.emf.mapping.MappingPackage
The meta object id for the 'Helper' class
MAPPING_HELPER__HELPED_OBJECT - Static variable in interface org.eclipse.emf.mapping.MappingPackage.Literals
The meta object literal for the 'Helped Object' reference feature
MAPPING_HELPER__HELPED_OBJECT - Static variable in interface org.eclipse.emf.mapping.MappingPackage
The feature id for the 'Helped Object' reference
MAPPING_HELPER__MAPPER - Static variable in interface org.eclipse.emf.mapping.MappingPackage.Literals
The meta object literal for the 'Mapper' container reference feature
MAPPING_HELPER__MAPPER - Static variable in interface org.eclipse.emf.mapping.MappingPackage
The feature id for the 'Mapper' container reference
MAPPING_HELPER__NESTED - Static variable in interface org.eclipse.emf.mapping.MappingPackage.Literals
The meta object literal for the 'Nested' containment reference list feature
MAPPING_HELPER__NESTED - Static variable in interface org.eclipse.emf.mapping.MappingPackage
The feature id for the 'Nested' containment reference list
MAPPING_HELPER__NESTED_IN - Static variable in interface org.eclipse.emf.mapping.MappingPackage.Literals
The meta object literal for the 'Nested In' container reference feature
MAPPING_HELPER__NESTED_IN - Static variable in interface org.eclipse.emf.mapping.MappingPackage
The feature id for the 'Nested In' container reference
MAPPING_HELPER_FEATURE_COUNT - Static variable in interface org.eclipse.emf.mapping.MappingPackage
The number of structural features of the 'Helper' class
MAPPING_ROOT - Static variable in interface org.eclipse.emf.mapping.MappingPackage.Literals
The meta object literal for the 'Root' class
MAPPING_ROOT - Static variable in interface org.eclipse.emf.mapping.MappingPackage
The meta object id for the 'Root' class
MAPPING_ROOT__COMMAND_STACK - Static variable in interface org.eclipse.emf.mapping.MappingPackage.Literals
The meta object literal for the 'Command Stack' attribute feature
MAPPING_ROOT__COMMAND_STACK - Static variable in interface org.eclipse.emf.mapping.MappingPackage
The feature id for the 'Command Stack' attribute
MAPPING_ROOT__HELPER - Static variable in interface org.eclipse.emf.mapping.MappingPackage
The feature id for the 'Helper' containment reference
MAPPING_ROOT__INPUTS - Static variable in interface org.eclipse.emf.mapping.MappingPackage
The feature id for the 'Inputs' reference list
MAPPING_ROOT__NESTED - Static variable in interface org.eclipse.emf.mapping.MappingPackage
The feature id for the 'Nested' containment reference list
MAPPING_ROOT__NESTED_IN - Static variable in interface org.eclipse.emf.mapping.MappingPackage
The feature id for the 'Nested In' container reference
MAPPING_ROOT__OUTPUT_READ_ONLY - Static variable in interface org.eclipse.emf.mapping.MappingPackage.Literals
The meta object literal for the 'Output Read Only' attribute feature
MAPPING_ROOT__OUTPUT_READ_ONLY - Static variable in interface org.eclipse.emf.mapping.MappingPackage
The feature id for the 'Output Read Only' attribute
MAPPING_ROOT__OUTPUTS - Static variable in interface org.eclipse.emf.mapping.MappingPackage
The feature id for the 'Outputs' reference list
MAPPING_ROOT__TOP_TO_BOTTOM - Static variable in interface org.eclipse.emf.mapping.MappingPackage.Literals
The meta object literal for the 'Top To Bottom' attribute feature
MAPPING_ROOT__TOP_TO_BOTTOM - Static variable in interface org.eclipse.emf.mapping.MappingPackage
The feature id for the 'Top To Bottom' attribute
MAPPING_ROOT__TYPE_MAPPING - Static variable in interface org.eclipse.emf.mapping.MappingPackage
The feature id for the 'Type Mapping' reference
MAPPING_ROOT_FEATURE_COUNT - Static variable in interface org.eclipse.emf.mapping.MappingPackage
The number of structural features of the 'Root' class
MAPPING_STRATEGY - Static variable in interface org.eclipse.emf.mapping.MappingPackage.Literals
The meta object literal for the 'Strategy' class
MAPPING_STRATEGY - Static variable in interface org.eclipse.emf.mapping.MappingPackage
The meta object id for the 'Strategy' class
MAPPING_STRATEGY__HELPED_OBJECT - Static variable in interface org.eclipse.emf.mapping.MappingPackage
The feature id for the 'Helped Object' reference
MAPPING_STRATEGY__MAPPER - Static variable in interface org.eclipse.emf.mapping.MappingPackage
The feature id for the 'Mapper' container reference
MAPPING_STRATEGY__NESTED - Static variable in interface org.eclipse.emf.mapping.MappingPackage
The feature id for the 'Nested' containment reference list
MAPPING_STRATEGY__NESTED_IN - Static variable in interface org.eclipse.emf.mapping.MappingPackage
The feature id for the 'Nested In' container reference
MAPPING_STRATEGY_FEATURE_COUNT - Static variable in interface org.eclipse.emf.mapping.MappingPackage
The number of structural features of the 'Strategy' class
MappingAdapterFactory - Class in org.eclipse.emf.mapping.util
The Adapter Factory for the model.
MappingAdapterFactory() - Constructor for class org.eclipse.emf.mapping.util.MappingAdapterFactory
Creates an instance of the adapter factory
mappingDomain - Variable in class org.eclipse.emf.mapping.action.CreateMappingAction.DelegateCommand
 
mappingDomain - Variable in class org.eclipse.emf.mapping.action.CreateOneSidedMappingAction.DelegateCommand
 
mappingDomain - Variable in class org.eclipse.emf.mapping.action.NameMatchMappingAction.DelegateCommand
 
mappingDomain - Variable in class org.eclipse.emf.mapping.action.RemoveMappingAction.CommandDelegate
 
mappingDomain - Variable in class org.eclipse.emf.mapping.action.TypeMatchMappingAction.DelegateCommand
 
mappingDomain - Variable in class org.eclipse.emf.mapping.command.AddOverrideCommand
This keeps track of the mapping domain in which the command operates.
mappingDomain - Variable in class org.eclipse.emf.mapping.command.CreateCopyOverrideCommand
This keeps track of the mapping domain in which the command operates.
mappingDomain - Variable in class org.eclipse.emf.mapping.command.InitializeCopyOverrideCommand
This keeps track of the mapping domain in which the command operates.
mappingDomain - Variable in class org.eclipse.emf.mapping.command.RemoveOverrideCommand
This keeps track of the mapping domain in which the command operates.
mappingDomain - Variable in class org.eclipse.emf.mapping.command.SetOverrideCommand
This keeps track of the mapping domain in which the command operates.
MappingDomain - Interface in org.eclipse.emf.mapping.domain
This interface extends the editing domain to provide the additional needs for editing in a mapping scenario.
mappingDomain - Variable in class org.eclipse.emf.mapping.presentation.MappingDomainLabelProvider
 
mappingDomain - Variable in class org.eclipse.emf.mapping.presentation.MappingEditor
This keeps track of the editing domain that is used to track all changes to the model.
mappingDomain - Variable in class org.eclipse.emf.mapping.presentation.MappingEditor.OverviewViewer
Deprecated.
 
mappingDomain - Variable in class org.eclipse.emf.mapping.presentation.SimpleMappedObjectViewer
 
MappingDomainLabelProvider - Class in org.eclipse.emf.mapping.presentation
 
MappingDomainLabelProvider(AdapterFactoryMappingDomain) - Constructor for class org.eclipse.emf.mapping.presentation.MappingDomainLabelProvider
 
MappingEditor - Class in org.eclipse.emf.mapping.presentation
This is an example of a model editor.
MappingEditor() - Constructor for class org.eclipse.emf.mapping.presentation.MappingEditor
This creates a model editor.
mappingEditor - Variable in class org.eclipse.emf.mapping.presentation.MappingEditor.OverviewViewer
Deprecated.
 
MappingEditor.ActionBarContributor - Class in org.eclipse.emf.mapping.presentation
This is the contributor for the mapping editor.
MappingEditor.ActionBarContributor() - Constructor for class org.eclipse.emf.mapping.presentation.MappingEditor.ActionBarContributor
This creates an instance the contributor.
MappingEditor.DelayedColumnFitter - Class in org.eclipse.emf.mapping.presentation
 
MappingEditor.DelayedColumnFitter() - Constructor for class org.eclipse.emf.mapping.presentation.MappingEditor.DelayedColumnFitter
 
MappingEditor.DelayedColumnFitter.DelayedLayout - Class in org.eclipse.emf.mapping.presentation
 
MappingEditor.DelayedColumnFitter.DelayedLayout(int) - Constructor for class org.eclipse.emf.mapping.presentation.MappingEditor.DelayedColumnFitter.DelayedLayout
 
MappingEditor.MyDecoratorAdapterFactory - Class in org.eclipse.emf.mapping.presentation
 
MappingEditor.MyDecoratorAdapterFactory(AdapterFactory, Action, boolean, Action) - Constructor for class org.eclipse.emf.mapping.presentation.MappingEditor.MyDecoratorAdapterFactory
 
MappingEditor.MyDecoratorAdapterFactory(AdapterFactory, Action, boolean) - Constructor for class org.eclipse.emf.mapping.presentation.MappingEditor.MyDecoratorAdapterFactory
 
MappingEditor.MyViewerPane - Class in org.eclipse.emf.mapping.presentation
 
MappingEditor.MyViewerPane(IWorkbenchPage, IWorkbenchPart, MappingDomain, boolean) - Constructor for class org.eclipse.emf.mapping.presentation.MappingEditor.MyViewerPane
 
MappingEditor.OverviewDecoratorAdapterFactory - Class in org.eclipse.emf.mapping.presentation
 
MappingEditor.OverviewDecoratorAdapterFactory(AdapterFactory, Action, boolean, Action) - Constructor for class org.eclipse.emf.mapping.presentation.MappingEditor.OverviewDecoratorAdapterFactory
 
MappingEditor.OverviewViewer - Class in org.eclipse.emf.mapping.presentation
Deprecated.
MappingEditor.OverviewViewer(MappingEditor, Composite) - Constructor for class org.eclipse.emf.mapping.presentation.MappingEditor.OverviewViewer
Deprecated.
 
mappingEnablementFlags - Variable in class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain
 
MappingFactory - Interface in org.eclipse.emf.mapping
The Factory for the model.
MappingFactoryImpl - Class in org.eclipse.emf.mapping.impl
An implementation of the model Factory
MappingFactoryImpl() - Constructor for class org.eclipse.emf.mapping.impl.MappingFactoryImpl
Creates an instance of the factory
MappingHelper - Interface in org.eclipse.emf.mapping
A representation of the model object 'Helper'
MappingHelperImpl - Class in org.eclipse.emf.mapping.impl
An implementation of the model object 'Helper'
MappingHelperImpl() - Constructor for class org.eclipse.emf.mapping.impl.MappingHelperImpl
 
MappingHelperItemProvider - Class in org.eclipse.emf.mapping.provider
This is the item provider adpater for a MappingHelper object.
MappingHelperItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.mapping.provider.MappingHelperItemProvider
This constructs an instance from a factory and a notifier.
mappingHelperItemProvider - Variable in class org.eclipse.emf.mapping.provider.MappingItemProviderAdapterFactory
This keeps track of the one adapter used for all MappingHelper instances.
MappingImpl - Class in org.eclipse.emf.mapping.impl
An implementation of the model object 'Mapping'
MappingImpl() - Constructor for class org.eclipse.emf.mapping.impl.MappingImpl
 
MappingImpl.MappingTreeIterator - Class in org.eclipse.emf.mapping.impl
This implements a tree iterator that will iterate over a mapping, all it's nested mappings, all their nested mappings, and so on.
MappingImpl.MappingTreeIterator(Mapping) - Constructor for class org.eclipse.emf.mapping.impl.MappingImpl.MappingTreeIterator
This creates a tree iterator that will iterate over a mapping, all it's nested mappings, all their nested mappings, and so on.
MappingImpl.MappingTreeIterator(Mapping, boolean) - Constructor for class org.eclipse.emf.mapping.impl.MappingImpl.MappingTreeIterator
This creates a tree iterator that will iterate over a mapping (but only if includeRoot is true), all it's nested mappings, all their nested mappings, and so on.
MappingItemProvider - Class in org.eclipse.emf.mapping.provider
This is the item provider adpater for a Mapping object.
MappingItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.mapping.provider.MappingItemProvider
This constructs an instance from a factory and a notifier.
mappingItemProvider - Variable in class org.eclipse.emf.mapping.provider.MappingItemProviderAdapterFactory
This keeps track of the one adapter used for all Mapping instances.
MappingItemProvider.TypeMappingHelperWrapper - Class in org.eclipse.emf.mapping.provider
 
MappingItemProvider.TypeMappingHelperWrapper(AdapterFactory, Mapping, MappingHelper) - Constructor for class org.eclipse.emf.mapping.provider.MappingItemProvider.TypeMappingHelperWrapper
 
MappingItemProviderAdapter - Class in org.eclipse.emf.mapping.provider
This is the base class for all our providers, in case we need to add common function across all our providers.
MappingItemProviderAdapter(AdapterFactory) - Constructor for class org.eclipse.emf.mapping.provider.MappingItemProviderAdapter
This creates and instance from an adapter factory and a domain notifier.
MappingItemProviderAdapterFactory - Class in org.eclipse.emf.mapping.provider
This is the factory that is used to provide the interfaces needed to support JFace viewers.
MappingItemProviderAdapterFactory() - Constructor for class org.eclipse.emf.mapping.provider.MappingItemProviderAdapterFactory
This constructs an instance from a domain notifier.
MappingPackage - Interface in org.eclipse.emf.mapping
The Package for the model.
MappingPackage.Literals - Interface in org.eclipse.emf.mapping
Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
MappingPackageImpl - Class in org.eclipse.emf.mapping.impl
An implementation of the model Package
MappingPlugin - Class in org.eclipse.emf.mapping
This is the central singleton for the Mapping edit plugin
MappingPlugin() - Constructor for class org.eclipse.emf.mapping.MappingPlugin
Create the instance
MappingPlugin.Implementation - Class in org.eclipse.emf.mapping
The actual implementation of the Eclipse Plugin
MappingPlugin.Implementation() - Constructor for class org.eclipse.emf.mapping.MappingPlugin.Implementation
Creates an instance
MappingPlugin.Implementation.Activator - Class in org.eclipse.emf.mapping
The actual implementation of the purely OSGi-compatible Bundle Activator
MappingPlugin.Implementation.Activator() - Constructor for class org.eclipse.emf.mapping.MappingPlugin.Implementation.Activator
 
mappingRoot - Variable in class org.eclipse.emf.mapping.command.PersistentCommandStack.Decoder
 
mappingRoot - Variable in class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain
 
MappingRoot - Interface in org.eclipse.emf.mapping
A representation of the model object 'Root'
mappingRoot - Variable in class org.eclipse.emf.mapping.presentation.MappingEditor
This keeps track of the root object of the model.
MappingRootImpl - Class in org.eclipse.emf.mapping.impl
An implementation of the model object 'Root'
MappingRootImpl() - Constructor for class org.eclipse.emf.mapping.impl.MappingRootImpl
 
MappingRootImpl.MappedObjectStateAdapter - Class in org.eclipse.emf.mapping.impl
This is a simple implementation of the basic information that needs to be maintained for any mapped object.
MappingRootImpl.MappedObjectStateAdapter() - Constructor for class org.eclipse.emf.mapping.impl.MappingRootImpl.MappedObjectStateAdapter
 
MappingRootImpl.MappedObjectStateAdapterFactory - Class in org.eclipse.emf.mapping.impl
This is the factory that creates adapters for the objects being mapped.
MappingRootImpl.MappedObjectStateAdapterFactory() - Constructor for class org.eclipse.emf.mapping.impl.MappingRootImpl.MappedObjectStateAdapterFactory
 
mappingRootItemProvider - Variable in class org.eclipse.emf.mapping.provider.MappingItemProviderAdapterFactory
This keeps track of the one adapter used for all MappingRoot instances.
MappingRootItemProvider - Class in org.eclipse.emf.mapping.provider
This is the item provider adpater for a MappingRoot object.
MappingRootItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.mapping.provider.MappingRootItemProvider
This constructs an instance from a factory and a notifier.
mappings - Variable in class org.eclipse.emf.mapping.impl.MappingRootImpl.MappedObjectStateAdapter
This keeps track of all the mappings that involve the mapped object.
MappingStrategy - Interface in org.eclipse.emf.mapping
A representation of the model object 'Strategy'
MappingStrategyImpl - Class in org.eclipse.emf.mapping.impl
An implementation of the model object 'Strategy'
MappingStrategyImpl() - Constructor for class org.eclipse.emf.mapping.impl.MappingStrategyImpl
 
mappingStrategyItemProvider - Variable in class org.eclipse.emf.mapping.provider.MappingItemProviderAdapterFactory
This keeps track of the one adapter used for all MappingStrategy instances.
MappingStrategyItemProvider - Class in org.eclipse.emf.mapping.provider
This is the item provider adpater for a MappingStrategy object.
MappingStrategyItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.mapping.provider.MappingStrategyItemProvider
This constructs an instance from a factory and a notifier.
MappingSwitch<T> - Class in org.eclipse.emf.mapping.util
The Switch for the model's inheritance hierarchy.
MappingSwitch() - Constructor for class org.eclipse.emf.mapping.util.MappingSwitch
Creates an instance of the switch
MappingUIPlugin - Class in org.eclipse.emf.mapping.presentation
This is the central singleton for the emf.mapping plugin.
MappingUIPlugin() - Constructor for class org.eclipse.emf.mapping.presentation.MappingUIPlugin
Create the instance.
mapProperties - Variable in class org.eclipse.emf.importer.rose.parser.RoseParser
 
MapToEcoreActionDelegate - Class in org.eclipse.emf.mapping.ecore2ecore.action
 
MapToEcoreActionDelegate() - Constructor for class org.eclipse.emf.mapping.ecore2ecore.action.MapToEcoreActionDelegate
 
mapValues(EMap<K, V1>, <any>) - Static method in class org.eclipse.emf.ecore.xcore.lib.XcoreEMapExtensions
Returns a transformed view of the map that applies the given the transformation to each value of map.
mark() - Method in class org.eclipse.emf.codegen.jet.JETReader
 
mark() - Method in class org.eclipse.emf.ecore.xmi.impl.StringSegment
 
mark() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLString
 
markedLineWidth - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLString
 
MARKER - Static variable in interface org.eclipse.emf.ecore.EValidator
This is the ID used for Eclipse markers which are based on diagnostics.
markerHelper - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
The MarkerHelper is responsible for creating workspace resource markers presented in Eclipse's Problems View
MarkerHelper - Class in org.eclipse.emf.common.ui
Provides methods to simplify the work with IMarkers.
MarkerHelper() - Constructor for class org.eclipse.emf.common.ui.MarkerHelper
 
markerHelper - Variable in class org.eclipse.emf.ecore.presentation.EcoreEditor
The MarkerHelper is responsible for creating workspace resource markers presented in Eclipse's Problems View
markerHelper - Variable in class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator
 
markerHelper - Variable in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryEditor
The MarkerHelper is responsible for creating workspace resource markers presented in Eclipse's Problems View
markerHelper - Variable in class org.eclipse.emf.java.presentation.JavaEditor
The MarkerHelper is responsible for creating workspace resource markers presented in Eclipse's Problems View
markerHelper - Variable in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLEditor
The MarkerHelper is responsible for creating workspace resource markers presented in Eclipse's Problems View
markerUtil - Variable in class org.eclipse.emf.common.ui.editor.ProblemEditorPart
 
markImportLocation(StringBuffer) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
markImportLocation(StringBuffer, GenPackage) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
markImportLocation(StringBuffer, GenPackage) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
markImportLocation(StringBuffer) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
markImportLocation(StringBuilder) - Method in class org.eclipse.emf.codegen.util.ImportManager
Records the given StringBuilder and its current length, so that computed imports can later be emitted, and adds any import declarations that the builder already contains.
markImportLocation(StringBuffer) - Method in class org.eclipse.emf.codegen.util.ImportManager
Records the given StringBuffer and its current length, so that computed imports can later be emitted, and adds any import declarations that the buffer already contains.
markNodeForRemoval(ASTNode) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.CommentAwareSourceRangeComputer
Mark this node as the node to be deleted.
markup - Variable in class org.eclipse.emf.codegen.merge.java.JControlModel.MatchRule
 
markup - Variable in class org.eclipse.emf.codegen.merge.java.JControlModel.PushRule
 
markup - Variable in class org.eclipse.emf.codegen.merge.java.JControlModel.SortRule
 
markup - Variable in class org.eclipse.emf.codegen.merge.java.JControlModel.SweepRule
 
markupMap - Variable in class org.eclipse.emf.codegen.jmerge.JPatternDictionary
Deprecated.
 
markupMap - Variable in class org.eclipse.emf.codegen.merge.java.JPatternDictionary
 
markupNode(String, JControlModel.DictionaryPattern, JNode) - Method in class org.eclipse.emf.codegen.merge.java.JPatternDictionary
Matches pattern in dictionary pattern against selection, and marks up node with all matching groups.
markupNode(String, JNode) - Method in class org.eclipse.emf.codegen.merge.java.JPatternDictionary
Marks up node with the given markup string.
MASK - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Lookup
 
MASK_CONTENT - Static variable in class org.eclipse.emf.ecore.xml.type.internal.DataValue.XMLChar
Content character mask.
MASK_NAME - Static variable in class org.eclipse.emf.ecore.xml.type.internal.DataValue.XMLChar
Name character mask.
MASK_NAME_START - Static variable in class org.eclipse.emf.ecore.xml.type.internal.DataValue.XMLChar
Name start character mask.
MASK_NCNAME - Static variable in class org.eclipse.emf.ecore.xml.type.internal.DataValue.XMLChar
NCName character mask.
MASK_NCNAME_START - Static variable in class org.eclipse.emf.ecore.xml.type.internal.DataValue.XMLChar
NCName start character mask.
MASK_PUBID - Static variable in class org.eclipse.emf.ecore.xml.type.internal.DataValue.XMLChar
Pubid character mask.
MASK_SPACE - Static variable in class org.eclipse.emf.ecore.xml.type.internal.DataValue.XMLChar
Space character mask.
MASK_VALID - Static variable in class org.eclipse.emf.ecore.xml.type.internal.DataValue.XMLChar
Valid character mask.
master - Variable in class org.eclipse.emf.codegen.jet.JETReader
 
match(IDOMNode) - Method in class org.eclipse.emf.codegen.jmerge.JPatternDictionary
Deprecated.
 
match() - Method in class org.eclipse.emf.common.util.Pool.AccessUnit
Used to return a value from among the Pool.AccessUnit.values that Pool.AccessUnit.matches(Object) the value being accessed.
match() - Method in class org.eclipse.emf.common.util.URI.URIPool.StringAccessUnit
 
match(List<EGenericType>, List<EGenericType>, List<EGenericType>) - Method in class org.eclipse.emf.importer.java.builder.JavaEcoreBuilder
 
match(Object, Object, Collection<Object>) - Method in class org.eclipse.emf.mapping.command.MatchMappingCommand
 
match(Object, Object, Collection<Object>) - Method in class org.eclipse.emf.mapping.command.NameMatchMappingCommand
 
match(Object, Object, Collection<Object>) - Method in class org.eclipse.emf.mapping.command.TypeMatchMappingCommand
 
MATCH_LINE_SEPARATOR - Static variable in class org.eclipse.emf.codegen.util.CodeGenUtil
 
matchChildren(Collection<?>, Collection<?>) - Method in class org.eclipse.emf.mapping.command.MatchMappingCommand
 
matches(String) - Method in class org.eclipse.emf.codegen.jet.JETReader
 
matches(E) - Method in class org.eclipse.emf.common.util.Pool.AccessUnit
Used to determine whether the given value from the pool is equal to the value being accessed.
matches(String, String) - Method in class org.eclipse.emf.common.util.SegmentSequence
Returns true if the delimiter is the same as this segment sequence's delimiter and the string representation of this segment sequence is equal to the given string.
matches(SegmentSequence) - Method in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.SegmentsAccessUnit
 
matches(SegmentSequence) - Method in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.SegmentsAndSegmentAccessUnit
 
matches(SegmentSequence) - Method in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.SegmentsAndSegmentsAccessUnit
 
matches(SegmentSequence) - Method in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.StringAccessUnit
 
matches(String[]) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.AccessUnitBase
 
matches(String[]) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAccessUnit
 
matches(String[]) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSegmentAccessUnit
 
matches(String[]) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSegmentCountAccessUnit
 
matches(String[]) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSegmentsAccessUnit
 
matches(String[]) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSubsegmentAccessUnit
 
matches(String[]) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.StringAccessUnit
 
matches(String[]) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SubsegmentsAndSubsegmentsAccessUnit
 
matches(String[]) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SubstringAccessUnit
 
matches(String) - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
matches(int, boolean, String, String, String, boolean, String[], String) - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
matches(String, String) - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
matches(char, long, long) - Static method in class org.eclipse.emf.common.util.URI
 
matches(String) - Method in class org.eclipse.emf.common.util.URI
 
matches(int, boolean, String, String, String, boolean, String[], String) - Method in class org.eclipse.emf.common.util.URI
 
matches(String, String) - Method in class org.eclipse.emf.common.util.URI
 
matches(String) - Method in class org.eclipse.emf.common.util.URI.Opaque
 
matches(int, boolean, String, String, String, boolean, String[], String) - Method in class org.eclipse.emf.common.util.URI.Opaque
 
matches(URI) - Method in class org.eclipse.emf.common.util.URI.URIPool.FileAccessUnit
 
matches(URI) - Method in class org.eclipse.emf.common.util.URI.URIPool.PlatformAccessUnit
 
matches(URI) - Method in class org.eclipse.emf.common.util.URI.URIPool.StringAccessUnit
 
matches(URI) - Method in class org.eclipse.emf.common.util.URI.URIPool.URIComponentsAccessUnit
 
matches(String) - Method in interface org.eclipse.emf.ecore.EValidator.PatternMatcher
Returns whether the string value matches the pattern.
matches(List<String>, String) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
matches(String, String) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
matches(List<String>, String) - Method in interface org.eclipse.emf.ecore.util.ExtendedMetaData
Tests whether any of a list of wildcards matches a given namespace.
matches(String, String) - Method in interface org.eclipse.emf.ecore.util.ExtendedMetaData
Tests whether a wildcard matches a given namespace.
matches(char[]) - Method in class org.eclipse.emf.ecore.xml.type.internal.RegEx.RegularExpression
Checks whether the target text contains this pattern or not.
matches(char[], int, int) - Method in class org.eclipse.emf.ecore.xml.type.internal.RegEx.RegularExpression
Checks whether the target text contains this pattern in specified range or not.
matches(char[], RegEx.Match) - Method in class org.eclipse.emf.ecore.xml.type.internal.RegEx.RegularExpression
Checks whether the target text contains this pattern or not.
matches(char[], int, int, RegEx.Match) - Method in class org.eclipse.emf.ecore.xml.type.internal.RegEx.RegularExpression
Checks whether the target text contains this pattern in specified range or not.
matches(String) - Method in class org.eclipse.emf.ecore.xml.type.internal.RegEx.RegularExpression
Checks whether the target text contains this pattern or not.
matches(String, int, int) - Method in class org.eclipse.emf.ecore.xml.type.internal.RegEx.RegularExpression
Checks whether the target text contains this pattern in specified range or not.
matches(String, RegEx.Match) - Method in class org.eclipse.emf.ecore.xml.type.internal.RegEx.RegularExpression
Checks whether the target text contains this pattern or not.
matches(String, int, int, RegEx.Match) - Method in class org.eclipse.emf.ecore.xml.type.internal.RegEx.RegularExpression
Checks whether the target text contains this pattern in specified range or not.
matches(CharacterIterator) - Method in class org.eclipse.emf.ecore.xml.type.internal.RegEx.RegularExpression
Checks whether the target text contains this pattern or not.
matches(CharacterIterator, RegEx.Match) - Method in class org.eclipse.emf.ecore.xml.type.internal.RegEx.RegularExpression
Checks whether the target text contains this pattern or not.
matches(String, String) - Static method in class org.eclipse.emf.ecore.xml.type.internal.RegEx.REUtil
 
matches(String, String, String) - Static method in class org.eclipse.emf.ecore.xml.type.internal.RegEx.REUtil
 
matchesIgnoreCase(String) - Method in class org.eclipse.emf.codegen.jet.JETReader
 
matchingIndex - Variable in class org.eclipse.emf.common.util.Pool.AccessUnit
This records during Pool.AccessUnit.match() the matching index.
matchingTypeArguments(EList<EGenericType>, EList<EGenericType>, Map<? extends ETypeParameter, ? extends EGenericType>) - Static method in class org.eclipse.emf.ecore.util.EcoreValidator
 
matchItem(Object) - Method in class org.eclipse.emf.codegen.ecore.genmodel.handler.GenerateHandler.GenModelSelectionDialog.GenModelResourceFilter
 
MatchMappingCommand - Class in org.eclipse.emf.mapping.command
 
MatchMappingCommand(MappingDomain, Mapping) - Constructor for class org.eclipse.emf.mapping.command.MatchMappingCommand
 
matchRules - Variable in class org.eclipse.emf.codegen.merge.java.JControlModel
 
MAX_HEIGHT - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
MAX_WIDTH - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
maxRows - Variable in class org.eclipse.emf.oda.ecore.impl.Query
 
maxRows - Variable in class org.eclipse.emf.oda.ecore.impl.ResultSet
 
members - Variable in class org.eclipse.emf.ecore.xcore.impl.XClassImpl
The cached value of the 'Members' containment reference list
members - Variable in class org.eclipse.emf.java.impl.JClassImpl
The cached value of the 'Members' containment reference list
memberTypes - Variable in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EDataTypeExtendedMetaDataImpl
 
memberTypes - Variable in class org.eclipse.emf.ecore.util.EObjectValidator.DynamicEDataTypeValidator
 
menuAboutToShow(IMenuManager) - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelActionBarContributor
This populates the pop-up menu before it appears.
menuAboutToShow(IMenuManager) - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
This implements org.eclipse.jface.action.IMenuListener to help fill the context menus with contributions from the Edit menu
menuAboutToShow(IMenuManager) - Method in class org.eclipse.emf.ecore.presentation.EcoreActionBarContributor
This populates the pop-up menu before it appears
menuAboutToShow(IMenuManager) - Method in class org.eclipse.emf.ecore.presentation.EcoreEditor
This implements org.eclipse.jface.action.IMenuListener to help fill the context menus with contributions from the Edit menu
menuAboutToShow(IMenuManager) - Method in class org.eclipse.emf.edit.ui.action.EditingDomainActionBarContributor
This implements org.eclipse.jface.action.IMenuListener to help fill the context menus with contributions from the Edit menu.
menuAboutToShow(IMenuManager) - Method in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryActionBarContributor
This populates the pop-up menu before it appears
menuAboutToShow(IMenuManager) - Method in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryEditor
This implements org.eclipse.jface.action.IMenuListener to help fill the context menus with contributions from the Edit menu
menuAboutToShow(IMenuManager) - Method in class org.eclipse.emf.java.presentation.JavaActionBarContributor
This populates the pop-up menu before it appears
menuAboutToShow(IMenuManager) - Method in class org.eclipse.emf.java.presentation.JavaEditor
This implements org.eclipse.jface.action.IMenuListener to help fill the context menus with contributions from the Edit menu
menuAboutToShow(IMenuManager) - Method in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLActionBarContributor
This populates the pop-up menu before it appears
menuAboutToShow(IMenuManager) - Method in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLEditor
This implements org.eclipse.jface.action.IMenuListener to help fill the context menus with contributions from the Edit menu
menuAboutToShow(IMenuManager) - Method in class org.eclipse.emf.mapping.presentation.MappingEditor
This implements org.eclipse.jface.action.IMenuListener to help fill the context menu.
menuManager - Variable in class org.eclipse.emf.common.ui.ViewerPane
 
merge() - Method in class org.eclipse.emf.codegen.jmerge.JMerger
Deprecated.
 
merge() - Method in class org.eclipse.emf.codegen.merge.java.JMerger
 
merge() - Method in class org.eclipse.emf.codegen.merge.properties.PropertyMerger
 
merge(Notification) - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
merge(Notification) - Method in interface org.eclipse.emf.common.notify.Notification
Returns whether the notification can be and has been merged with this one.
merge(Notification) - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the merge method of the notification.
merge(Diagnostic) - Method in class org.eclipse.emf.common.util.BasicDiagnostic
 
merge(Diagnostic) - Method in interface org.eclipse.emf.common.util.DiagnosticChain
If the diagnostic has children, adds those children, otherwise, adds the diagnostic.
merge(Notification) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureENotificationImpl
 
merge(List<Object>, int[], List<Object>, int[]) - Method in class org.eclipse.emf.edit.command.RemoveCommand
Merges two sets of object lists and index arrays, such that both are ordered by increasing indices.
merge(IViewerNotification, IViewerNotification) - Method in class org.eclipse.emf.edit.ui.provider.AdapterFactoryContentProvider.ViewerRefresh
Compares two notifications and, if duplicative, returns a single notification that does the work of both.
MERGE_COMMAND_ALL - Static variable in class org.eclipse.emf.common.command.CompoundCommand
When CompoundCommand.resultIndex is set to this, CompoundCommand.getResult() and CompoundCommand.getAffectedObjects() are set to the result of merging the corresponding collection of each command in the list.
MERGE_RULES_PATH_NAME - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenModelGeneratorAdapterFactory
The default JMerge rules file for EMF.
mergeDiagnostic(Diagnostic, Diagnostic) - Static method in class org.eclipse.emf.converter.util.ConverterUtil
 
mergeManifest(String, String) - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter
Merge the contents of to manifests.
mergeMaps(Map<?, ?>, Map<?, ?>) - Static method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
Merges 2 maps, without changing any of them.
mergePath(URI, boolean) - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
mergePluginXML(String, String, String) - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter
Merge the contents of two plugin.xmls.
mergerFacadeHelperClass - Variable in class org.eclipse.emf.codegen.ecore.generator.Generator.Options
The name of the facade helper class to be used in Java merging.
mergeRulesURI - Variable in class org.eclipse.emf.codegen.ecore.generator.Generator.Options
The URI of the JMerge rules file.
message - Variable in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter
The message describing what is being done.
message - Variable in class org.eclipse.emf.common.util.BasicDiagnostic
The message.
message - Variable in class org.eclipse.emf.converter.util.ConverterUtil.DecodedAction
 
messageText - Variable in class org.eclipse.emf.common.ui.editor.ProblemEditorPart
 
META_DATA_PACKAGE_SUFFIX_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
The default value of the 'Meta Data Package Suffix' attribute
metaData - Variable in class org.eclipse.emf.oda.ecore.impl.ResultSet.EClass
 
metaData - Variable in class org.eclipse.emf.oda.ecore.impl.ResultSet.EDataType
 
metaDataPackageSuffix - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
The cached value of the 'Meta Data Package Suffix' attribute
metaObjectID - Variable in class org.eclipse.emf.ecore.impl.EClassifierImpl
 
method - Variable in class org.eclipse.emf.codegen.jet.JETEmitter
 
methodMap - Variable in class org.eclipse.emf.codegen.jmerge.JPatternDictionary
Deprecated.
 
methodMap - Variable in class org.eclipse.emf.codegen.merge.java.JPatternDictionary
 
MINIMAL_REFLECTIVE_METHODS_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Minimal Reflective Methods' attribute
MinimalEObjectImpl - Class in org.eclipse.emf.ecore.impl
A space compact implementation of the model object 'EObject'.
MinimalEObjectImpl() - Constructor for class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
Creates a minimal EObject.
MinimalEObjectImpl.Container - Class in org.eclipse.emf.ecore.impl
 
MinimalEObjectImpl.Container() - Constructor for class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
 
MinimalEObjectImpl.Container.Dynamic - Class in org.eclipse.emf.ecore.impl
 
MinimalEObjectImpl.Container.Dynamic() - Constructor for class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container.Dynamic
 
MinimalEObjectImpl.Container.Dynamic(EClass) - Constructor for class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container.Dynamic
 
MinimalEObjectImpl.Container.Dynamic.BasicEMapEntry<K,V> - Class in org.eclipse.emf.ecore.impl
 
MinimalEObjectImpl.Container.Dynamic.BasicEMapEntry() - Constructor for class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container.Dynamic.BasicEMapEntry
Creates a dynamic EObject.
MinimalEObjectImpl.Container.Dynamic.BasicEMapEntry(EClass) - Constructor for class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container.Dynamic.BasicEMapEntry
Creates a dynamic EObject.
MinimalEStoreEObjectImpl - Class in org.eclipse.emf.ecore.impl
A minimal abstract implementation of 'EObject' that delegates to a store.
MinimalEStoreEObjectImpl() - Constructor for class org.eclipse.emf.ecore.impl.MinimalEStoreEObjectImpl
Creates a store-based EObject.
MinimalEStoreEObjectImpl(EClass) - Constructor for class org.eclipse.emf.ecore.impl.MinimalEStoreEObjectImpl
Creates a store-based EObject.
minimalReflectiveMethods - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Minimal Reflective Methods' attribute
MINUTES_LENGTH_EDEFAULT - Static variable in class org.eclipse.emf.examples.extlibrary.impl.AudioVisualItemImpl
The default value of the 'Minutes Length' attribute
minutesLength - Variable in class org.eclipse.emf.examples.extlibrary.impl.AudioVisualItemImpl
The cached value of the 'Minutes Length' attribute
missingPackageHandler - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
mixed - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLString
 
mixed - Variable in class org.eclipse.emf.ecore.xml.namespace.impl.XMLNamespaceDocumentRootImpl
The cached value of the 'Mixed' attribute list
mixed - Variable in class org.eclipse.emf.ecore.xml.type.impl.AnyTypeImpl
The cached value of the 'Mixed' attribute list
mixed - Variable in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeDocumentRootImpl
The cached value of the 'Mixed' attribute list
MIXED_CONTENT - Static variable in interface org.eclipse.emf.ecore.util.ExtendedMetaData
The content kind ID specifying mixed content.
mixedTargets - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
modCount - Variable in class org.eclipse.emf.common.util.BasicEMap
The modification indicator used to ensure iterator integrity.
modCount - Variable in class org.eclipse.emf.common.util.WeakInterningHashSet
The modification count for fail fast iteration with ConcurrentModificationException.
modeConverterWizardDefaultImageDescriptor - Variable in class org.eclipse.emf.converter.ui.ModelConverterDescriptorSelectionPage
 
model - Variable in class org.eclipse.emf.ant.taskdefs.codegen.ecore.GeneratorTask
 
MODEL_BUILD_PROPERTIES_ID - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenModelGeneratorAdapter
 
MODEL_DESCRIPTION_ID - Static variable in class org.eclipse.emf.examples.generator.validator.GenModelValidatorGeneratorAdapter
 
MODEL_DIRECTORY_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Model Directory' attribute
MODEL_ICON_ID - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenPackageGeneratorAdapter
 
MODEL_MANIFEST_MF_ID - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenModelGeneratorAdapter
 
MODEL_MODULE_GWT_XML_ID - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenModelGeneratorAdapter
 
MODEL_NAME_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Model Name' attribute
MODEL_PLUGIN_CLASS_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Model Plugin Class' attribute
MODEL_PLUGIN_CLASS_ID - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenModelGeneratorAdapter
 
MODEL_PLUGIN_ID_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Model Plugin ID' attribute
MODEL_PLUGIN_PROPERTIES_ID - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenModelGeneratorAdapter
 
MODEL_PLUGIN_XML_ID - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenModelGeneratorAdapter
 
MODEL_PROJECT_TYPE - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenBaseGeneratorAdapter
The project type constant representing a model project.
MODEL_TEST_SUITE_ID - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenModelGeneratorAdapter
 
MODEL_WIZARD_ICON_ID - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenPackageGeneratorAdapter
 
MODEL_WIZARD_ID - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenPackageGeneratorAdapter
 
modelAnnotationExpression - Static variable in class org.eclipse.emf.importer.java.builder.JavaEcoreBuilder
The pattern for extracting the @model annotations.
ModelConverter - Class in org.eclipse.emf.converter
 
ModelConverter() - Constructor for class org.eclipse.emf.converter.ModelConverter
 
modelConverter - Variable in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPage
 
modelConverter - Variable in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterWizard
 
ModelConverter.EPackageConvertInfo - Class in org.eclipse.emf.converter
 
ModelConverter.EPackageConvertInfo() - Constructor for class org.eclipse.emf.converter.ModelConverter.EPackageConvertInfo
 
ModelConverter.ReferencedEPackageFilter - Class in org.eclipse.emf.converter
 
ModelConverter.ReferencedEPackageFilter() - Constructor for class org.eclipse.emf.converter.ModelConverter.ReferencedEPackageFilter
 
ModelConverter.ReferencedGenPackageConvertInfo - Class in org.eclipse.emf.converter
 
ModelConverter.ReferencedGenPackageConvertInfo() - Constructor for class org.eclipse.emf.converter.ModelConverter.ReferencedGenPackageConvertInfo
 
ModelConverterDescriptor - Interface in org.eclipse.emf.converter.ui.contribution
Basic interface to describe the objects responsible to import and export the GenModel and Ecore models.
ModelConverterDescriptorSelectionPage - Class in org.eclipse.emf.converter.ui
 
ModelConverterDescriptorSelectionPage(String, ModelConverterManager<?>, IWorkbench, IStructuredSelection) - Constructor for class org.eclipse.emf.converter.ui.ModelConverterDescriptorSelectionPage
 
ModelConverterManager<D extends ModelConverterDescriptor> - Class in org.eclipse.emf.converter.ui.contribution
 
ModelConverterManager() - Constructor for class org.eclipse.emf.converter.ui.contribution.ModelConverterManager
 
modelConverterManager - Variable in class org.eclipse.emf.converter.ui.ModelConverterDescriptorSelectionPage
 
ModelConverterManager.ModelConverterDescriptorImpl - Class in org.eclipse.emf.converter.ui.contribution
 
ModelConverterManager.ModelConverterDescriptorImpl() - Constructor for class org.eclipse.emf.converter.ui.contribution.ModelConverterManager.ModelConverterDescriptorImpl
 
ModelConverterManager.ModelConverterDescriptorLabelProvider - Class in org.eclipse.emf.converter.ui.contribution
 
ModelConverterManager.ModelConverterDescriptorLabelProvider() - Constructor for class org.eclipse.emf.converter.ui.contribution.ModelConverterManager.ModelConverterDescriptorLabelProvider
 
ModelConverterManager.ModelConverterDescriptorWizardNode - Class in org.eclipse.emf.converter.ui.contribution
 
ModelConverterManager.ModelConverterDescriptorWizardNode(ModelConverterDescriptor) - Constructor for class org.eclipse.emf.converter.ui.contribution.ModelConverterManager.ModelConverterDescriptorWizardNode
 
ModelConverterPackagePage - Class in org.eclipse.emf.converter.ui.contribution.base
 
ModelConverterPackagePage(ModelConverter, String) - Constructor for class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPackagePage
 
ModelConverterPage - Class in org.eclipse.emf.converter.ui.contribution.base
 
ModelConverterPage(ModelConverter, String) - Constructor for class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPage
 
modelConverterPage - Variable in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPage.PageDiagnosticHandler
 
ModelConverterPage.PageDiagnosticHandler - Class in org.eclipse.emf.converter.ui.contribution.base
 
ModelConverterPage.PageDiagnosticHandler(ModelConverterPage) - Constructor for class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPage.PageDiagnosticHandler
 
ModelConverterURIPage - Class in org.eclipse.emf.converter.ui.contribution.base
 
ModelConverterURIPage(ModelConverter, String) - Constructor for class org.eclipse.emf.converter.ui.contribution.base.ModelConverterURIPage
 
ModelConverterWizard - Class in org.eclipse.emf.converter.ui.contribution.base
 
ModelConverterWizard() - Constructor for class org.eclipse.emf.converter.ui.contribution.base.ModelConverterWizard
 
ModelConverterWizard.PageHelper - Class in org.eclipse.emf.converter.ui.contribution.base
 
ModelConverterWizard.PageHelper() - Constructor for class org.eclipse.emf.converter.ui.contribution.base.ModelConverterWizard.PageHelper
 
modelConverterWizardNodeMap - Variable in class org.eclipse.emf.converter.ui.ModelConverterDescriptorSelectionPage
 
ModelDescription - Class in org.eclipse.emf.examples.generator.validator.templates.model
 
ModelDescription() - Constructor for class org.eclipse.emf.examples.generator.validator.templates.model.ModelDescription
 
modelDirectory - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Model Directory' attribute
modelDocExpression - Static variable in class org.eclipse.emf.importer.java.builder.JavaEcoreBuilder
The pattern for extracting the model documentation.
ModelExporter - Class in org.eclipse.emf.exporter
 
ModelExporter() - Constructor for class org.eclipse.emf.exporter.ModelExporter
 
ModelExporter.EPackageExportInfo - Class in org.eclipse.emf.exporter
 
ModelExporter.EPackageExportInfo() - Constructor for class org.eclipse.emf.exporter.ModelExporter.EPackageExportInfo
 
ModelExporter.ExportData - Class in org.eclipse.emf.exporter
 
ModelExporter.ExportData() - Constructor for class org.eclipse.emf.exporter.ModelExporter.ExportData
 
ModelExporter.GenPackagesTreeIterator - Class in org.eclipse.emf.exporter
 
ModelExporter.GenPackagesTreeIterator(GenModel) - Constructor for class org.eclipse.emf.exporter.ModelExporter.GenPackagesTreeIterator
 
ModelExporter.GenPackagesTreeIterator(Collection<GenPackage>) - Constructor for class org.eclipse.emf.exporter.ModelExporter.GenPackagesTreeIterator
 
ModelExporter.ReferencedGenPackageExportInfo - Class in org.eclipse.emf.exporter
 
ModelExporter.ReferencedGenPackageExportInfo() - Constructor for class org.eclipse.emf.exporter.ModelExporter.ReferencedGenPackageExportInfo
 
ModelExporterDescriptor - Interface in org.eclipse.emf.exporter.ui.contribution
It is highly recommended not to implement this interface.
ModelExporterDirectoryURIPage - Class in org.eclipse.emf.exporter.ui.contribution.base
 
ModelExporterDirectoryURIPage(ModelExporter, String) - Constructor for class org.eclipse.emf.exporter.ui.contribution.base.ModelExporterDirectoryURIPage
 
modelExporterID - Variable in class org.eclipse.emf.exporter.ModelExporter.ReferencedGenPackageExportInfo
 
ModelExporterManager - Class in org.eclipse.emf.exporter.ui.contribution
 
ModelExporterManager() - Constructor for class org.eclipse.emf.exporter.ui.contribution.ModelExporterManager
 
ModelExporterManager.ModelExporterDescriptorImpl - Class in org.eclipse.emf.exporter.ui.contribution
 
ModelExporterManager.ModelExporterDescriptorImpl() - Constructor for class org.eclipse.emf.exporter.ui.contribution.ModelExporterManager.ModelExporterDescriptorImpl
 
ModelExporterManager.ModelExporterDescriptorWizardNode - Class in org.eclipse.emf.exporter.ui.contribution
 
ModelExporterManager.ModelExporterDescriptorWizardNode(ModelExporterDescriptor) - Constructor for class org.eclipse.emf.exporter.ui.contribution.ModelExporterManager.ModelExporterDescriptorWizardNode
 
ModelExporterOptionsPage - Class in org.eclipse.emf.exporter.ui.contribution.base
 
ModelExporterOptionsPage(ModelExporter, String) - Constructor for class org.eclipse.emf.exporter.ui.contribution.base.ModelExporterOptionsPage
 
ModelExporterPackagePage - Class in org.eclipse.emf.exporter.ui.contribution.base
 
ModelExporterPackagePage(ModelExporter, String) - Constructor for class org.eclipse.emf.exporter.ui.contribution.base.ModelExporterPackagePage
 
ModelExporterPackagePage.ReferencedGenPackageTreeEditorHelper - Class in org.eclipse.emf.exporter.ui.contribution.base
 
ModelExporterPackagePage.ReferencedGenPackageTreeEditorHelper(Tree) - Constructor for class org.eclipse.emf.exporter.ui.contribution.base.ModelExporterPackagePage.ReferencedGenPackageTreeEditorHelper
 
ModelExporterWizard - Class in org.eclipse.emf.exporter.ui.contribution.base
 
ModelExporterWizard() - Constructor for class org.eclipse.emf.exporter.ui.contribution.base.ModelExporterWizard
 
modelFile - Variable in class org.eclipse.emf.ecore.presentation.DynamicModelWizard.DynamicModelWizardNewFileCreationPage
Remember the model file.
modelFile - Variable in class org.eclipse.emf.exporter.ui.EMFExportWizard
 
modelFile - Variable in class org.eclipse.emf.importer.ui.contribution.base.ModelImporterWizard
 
modelFile - Variable in class org.eclipse.emf.importer.ui.EMFModelWizard
 
modelFile - Variable in class org.eclipse.emf.mapping.presentation.MappingEditor
This keeps track of the file that stores the model.
modelFragmentPath - Variable in class org.eclipse.emf.importer.ModelImporterApplication
 
modelGIFEmitter - 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.
modelGIFName - 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.
ModelImporter - Class in org.eclipse.emf.importer
 
ModelImporter() - Constructor for class org.eclipse.emf.importer.ModelImporter
 
modelImporter - Variable in class org.eclipse.emf.importer.ModelImporterApplication
 
ModelImporter.EPackageImportInfo - Class in org.eclipse.emf.importer
 
ModelImporter.EPackageImportInfo() - Constructor for class org.eclipse.emf.importer.ModelImporter.EPackageImportInfo
 
ModelImporterApplication - Class in org.eclipse.emf.importer
 
ModelImporterApplication() - Constructor for class org.eclipse.emf.importer.ModelImporterApplication
 
ModelImporterDescriptor - Interface in org.eclipse.emf.importer.ui.contribution
It is highly recommended not to implement this interface.
ModelImporterDetailPage - Class in org.eclipse.emf.importer.ui.contribution.base
 
ModelImporterDetailPage(ModelImporter, String) - Constructor for class org.eclipse.emf.importer.ui.contribution.base.ModelImporterDetailPage
 
ModelImporterManager - Class in org.eclipse.emf.importer.ui.contribution
 
ModelImporterManager() - Constructor for class org.eclipse.emf.importer.ui.contribution.ModelImporterManager
 
ModelImporterManager.ModelImporterDescriptorImpl - Class in org.eclipse.emf.importer.ui.contribution
 
ModelImporterManager.ModelImporterDescriptorImpl() - Constructor for class org.eclipse.emf.importer.ui.contribution.ModelImporterManager.ModelImporterDescriptorImpl
 
ModelImporterManager.ModelImporterDescriptorWizardNode - Class in org.eclipse.emf.importer.ui.contribution
 
ModelImporterManager.ModelImporterDescriptorWizardNode(ModelImporterDescriptor) - Constructor for class org.eclipse.emf.importer.ui.contribution.ModelImporterManager.ModelImporterDescriptorWizardNode
 
ModelImporterPackagePage - Class in org.eclipse.emf.importer.ui.contribution.base
 
ModelImporterPackagePage(ModelImporter, String) - Constructor for class org.eclipse.emf.importer.ui.contribution.base.ModelImporterPackagePage
 
ModelImporterWizard - Class in org.eclipse.emf.importer.ui.contribution.base
 
ModelImporterWizard() - Constructor for class org.eclipse.emf.importer.ui.contribution.base.ModelImporterWizard
 
modelLocation - Variable in class org.eclipse.emf.importer.ModelImporter
 
modelLocations - Variable in class org.eclipse.emf.importer.ModelImporterApplication
 
modelLocationURIs - Variable in class org.eclipse.emf.importer.ModelImporter
 
modelName - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Model Name' attribute
modelPackage - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelAdapterFactory
The cached model package
modelPackage - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelSwitch
The cached model package
modelPackage - Static variable in class org.eclipse.emf.ecore.change.util.ChangeAdapterFactory
The cached model package
modelPackage - Static variable in class org.eclipse.emf.ecore.change.util.ChangeSwitch
The cached model package
modelPackage - Static variable in class org.eclipse.emf.ecore.util.EcoreAdapterFactory
The cached model package
modelPackage - Static variable in class org.eclipse.emf.ecore.util.EcoreSwitch
The cached model package
modelPackage - Static variable in class org.eclipse.emf.ecore.xcore.util.XcoreAdapterFactory
The cached model package
modelPackage - Static variable in class org.eclipse.emf.ecore.xcore.util.XcoreSwitch
The cached model package
modelPackage - Static variable in class org.eclipse.emf.edit.tree.util.TreeAdapterFactory
The cached model package
modelPackage - Static variable in class org.eclipse.emf.edit.tree.util.TreeSwitch
The cached model package
modelPackage - Static variable in class org.eclipse.emf.examples.extlibrary.util.EXTLibraryAdapterFactory
The cached model package
modelPackage - Static variable in class org.eclipse.emf.examples.extlibrary.util.EXTLibrarySwitch
The cached model package
modelPackage - Static variable in class org.eclipse.emf.java.util.JavaAdapterFactory
The cached model package
modelPackage - Static variable in class org.eclipse.emf.java.util.JavaSwitch
The cached model package
modelPackage - Static variable in class org.eclipse.emf.mapping.ecore2ecore.util.Ecore2EcoreAdapterFactory
The cached model package
modelPackage - Static variable in class org.eclipse.emf.mapping.ecore2ecore.util.Ecore2EcoreSwitch
The cached model package
modelPackage - Static variable in class org.eclipse.emf.mapping.ecore2xml.util.Ecore2XMLAdapterFactory
The cached model package
modelPackage - Static variable in class org.eclipse.emf.mapping.ecore2xml.util.Ecore2XMLSwitch
The cached model package
modelPackage - Static variable in class org.eclipse.emf.mapping.util.MappingAdapterFactory
The cached model package
modelPackage - Static variable in class org.eclipse.emf.mapping.util.MappingSwitch
The cached model package
modelPluginClass - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Model Plugin Class' attribute
modelPluginClassEmitter - 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.
modelPluginDirectory - Variable in class org.eclipse.emf.importer.ModelImporter
 
modelPluginID - Variable in class org.eclipse.emf.ant.taskdefs.codegen.ecore.GeneratorTask
 
modelPluginID - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Model Plugin ID' attribute
modelPluginID - Variable in class org.eclipse.emf.importer.ModelImporter
 
modelPluginID - Variable in class org.eclipse.emf.importer.ModelImporterApplication
 
modelPluginTemplateName - 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.
modelPluginVariables - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Model Plugin Variables' attribute list
modelProject - Variable in class org.eclipse.emf.ant.taskdefs.codegen.ecore.GeneratorTask
 
modelProjectFragmentPath - Variable in class org.eclipse.emf.ant.taskdefs.codegen.ecore.GeneratorTask
 
modelProjectLocationPath - Variable in class org.eclipse.emf.importer.ModelImporterApplication
 
modelSwitch - Variable in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelAdapterFactory
The switch that delegates to the createXXX methods
modelSwitch - Variable in class org.eclipse.emf.ecore.change.util.ChangeAdapterFactory
The switch that delegates to the createXXX methods
modelSwitch - Variable in class org.eclipse.emf.ecore.util.EcoreAdapterFactory
The switch that delegates to the createXXX methods
modelSwitch - Variable in class org.eclipse.emf.ecore.xcore.util.XcoreAdapterFactory
The switch that delegates to the createXXX methods
modelSwitch - Variable in class org.eclipse.emf.edit.tree.util.TreeAdapterFactory
The switch that delegates to the createXXX methods
modelSwitch - Variable in class org.eclipse.emf.examples.extlibrary.util.EXTLibraryAdapterFactory
The switch that delegates to the createXXX methods
modelSwitch - Variable in class org.eclipse.emf.java.util.JavaAdapterFactory
The switch that delegates to the createXXX methods
modelSwitch - Variable in class org.eclipse.emf.mapping.ecore2ecore.util.Ecore2EcoreAdapterFactory
The switch that delegates to the createXXX methods
modelSwitch - Variable in class org.eclipse.emf.mapping.ecore2xml.util.Ecore2XMLAdapterFactory
The switch that delegates to the createXXX methods
modelSwitch - Variable in class org.eclipse.emf.mapping.util.MappingAdapterFactory
The switch that delegates to the createXXX methods
ModelTestSuite - Class in org.eclipse.emf.codegen.ecore.templates.model.tests
 
ModelTestSuite() - Constructor for class org.eclipse.emf.codegen.ecore.templates.model.tests.ModelTestSuite
 
modelTestSuiteEmitter - 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.
modelTestSuiteTemplateName - 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.
modelTree - Variable in class org.eclipse.emf.importer.rose.parser.RoseParser
 
modelTree - Variable in class org.eclipse.emf.importer.rose.parser.RoseWriter
 
ModelWizard - Class in org.eclipse.emf.codegen.ecore.templates.editor
 
ModelWizard() - Constructor for class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
modelWizardEmitter - 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.
modelWizardGIFEmitter - 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.
modelWizardGIFName - 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.
modelWizardTemplateName - 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.
modificationCount() - Method in interface org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl.URIMap.Internal
 
modificationCount() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.MappedResourceLocator
modificationCount() - Method in class org.eclipse.emf.ecore.resource.impl.URIMappingRegistryImpl
Provides access to the modification count for use in URIMappingRegistryImpl.URIMapImpl.modificationCount().
modificationCount() - Method in class org.eclipse.emf.ecore.resource.impl.URIMappingRegistryImpl.URIMapImpl
modificationTrackingAdapter - Variable in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
The modification tracking adapter.
modified() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl.ContentsEList
 
modifiedState - Variable in class org.eclipse.emf.ecore.impl.ESuperAdapter
 
modifyWorkspace(IProgressMonitor) - Method in class org.eclipse.emf.codegen.ecore.ui.EmptyProjectWizard
 
modifyWorkspace(IProgressMonitor) - Method in class org.eclipse.emf.ecore.xcore.ui.EmptyXcoreProjectWizard
 
ModuleGWTXML - Class in org.eclipse.emf.codegen.ecore.templates.edit
 
ModuleGWTXML() - Constructor for class org.eclipse.emf.codegen.ecore.templates.edit.ModuleGWTXML
 
ModuleGWTXML - Class in org.eclipse.emf.codegen.ecore.templates.editor
 
ModuleGWTXML() - Constructor for class org.eclipse.emf.codegen.ecore.templates.editor.ModuleGWTXML
 
ModuleGWTXML - Class in org.eclipse.emf.codegen.ecore.templates.model
 
ModuleGWTXML() - Constructor for class org.eclipse.emf.codegen.ecore.templates.model.ModuleGWTXML
 
monitor - Variable in class org.eclipse.emf.common.util.BasicMonitor.Delegating
 
Monitor - Interface in org.eclipse.emf.common.util
An task monitor that provides control and feedback.
mostRecentCommand - Variable in class org.eclipse.emf.common.command.BasicCommandStack
The command most recently executed, undone, or redone.
mouseDoubleClick(MouseEvent) - Method in class org.eclipse.emf.common.ui.celleditor.ExtendedTableEditor
Deprecated.
 
mouseDoubleClick(MouseEvent) - Method in class org.eclipse.emf.common.ui.celleditor.ExtendedTableTreeEditor
Deprecated.
 
mouseDoubleClick(MouseEvent) - Method in class org.eclipse.emf.common.ui.celleditor.ExtendedTreeEditor
 
mouseDoubleClick(MouseEvent) - Method in class org.eclipse.emf.common.ui.celleditor.MultiColumnTableEditor
 
mouseDoubleClick(MouseEvent) - Method in class org.eclipse.emf.common.ui.celleditor.SingleColumnTableEditor
 
mouseDown(MouseEvent) - Method in class org.eclipse.emf.common.ui.celleditor.ExtendedTableEditor
Deprecated.
 
mouseDown(MouseEvent) - Method in class org.eclipse.emf.common.ui.celleditor.ExtendedTableTreeEditor
Deprecated.
 
mouseDown(MouseEvent) - Method in class org.eclipse.emf.common.ui.celleditor.ExtendedTreeEditor
 
mouseDown(MouseEvent) - Method in class org.eclipse.emf.common.ui.celleditor.MultiColumnTableEditor
 
mouseDown(MouseEvent) - Method in class org.eclipse.emf.common.ui.celleditor.SingleColumnTableEditor
 
mouseListener - Variable in class org.eclipse.emf.common.ui.ViewerPane
 
mouseUp(MouseEvent) - Method in class org.eclipse.emf.common.ui.celleditor.ExtendedTableEditor
Deprecated.
 
mouseUp(MouseEvent) - Method in class org.eclipse.emf.common.ui.celleditor.ExtendedTableTreeEditor
Deprecated.
 
mouseUp(MouseEvent) - Method in class org.eclipse.emf.common.ui.celleditor.ExtendedTreeEditor
 
mouseUp(MouseEvent) - Method in class org.eclipse.emf.common.ui.celleditor.MultiColumnTableEditor
 
mouseUp(MouseEvent) - Method in class org.eclipse.emf.common.ui.celleditor.SingleColumnTableEditor
 
move(int, E) - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
move(int, int) - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
move(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.
move(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.
MOVE - Static variable in interface org.eclipse.emf.common.notify.Notification
An event type indicating that a value has been moved within a list-based feature of the notifier.
move(int, E) - Method in class org.eclipse.emf.common.util.AbstractEList
Moves the object to the index of the list.
move(int, int) - Method in class org.eclipse.emf.common.util.AbstractEList
Moves the object at the source index of the list to the target index of the list and returns the moved object.
move(int, int) - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Moves the object at the source index of the list to the target index of the list and returns the moved object.
move(int, int) - Method in class org.eclipse.emf.common.util.BasicEList
Moves the object at the source index of the list to the target index of the list and returns the moved object.
move(int, E) - Method in class org.eclipse.emf.common.util.BasicEList.UnmodifiableEList
Throws an exception.
move(int, int) - Method in class org.eclipse.emf.common.util.BasicEList.UnmodifiableEList
Throws an exception.
move(int, Map.Entry<K, V>) - Method in class org.eclipse.emf.common.util.BasicEMap
move(int, int) - Method in class org.eclipse.emf.common.util.BasicEMap
move(int, int) - Method in class org.eclipse.emf.common.util.DelegatingEList
Moves the object at the source index of the list to the target index of the list and returns the moved object.
move(int, E) - Method in class org.eclipse.emf.common.util.DelegatingEList.UnmodifiableEList
Throws an exception.
move(int, int) - Method in class org.eclipse.emf.common.util.DelegatingEList.UnmodifiableEList
Throws an exception.
move(List<T>, int, T) - Static method in class org.eclipse.emf.common.util.ECollections
Moves the object to the new position, if is in the list.
move(List<T>, int, int) - Static method in class org.eclipse.emf.common.util.ECollections
Moves the object from the old position to the new position.
move(int, E) - Method in interface org.eclipse.emf.common.util.EList
Moves the object to the new position, if is in the list.
move(int, int) - Method in interface org.eclipse.emf.common.util.EList
Moves the object from the old position to the new position.
move(int, int) - Method in class org.eclipse.emf.databinding.edit.EditingDomainEObjectObservableList
 
move(int, Object) - Method in class org.eclipse.emf.databinding.edit.EditingDomainEObjectObservableList
 
move(int, int) - Method in class org.eclipse.emf.databinding.EObjectObservableList
 
move(int, Object) - Method in class org.eclipse.emf.databinding.EObjectObservableList
 
move(int, int) - Method in class org.eclipse.emf.databinding.internal.EWritableList
 
MOVE - Static variable in enum org.eclipse.emf.ecore.change.ChangeKind
The 'MOVE' literal value
move(InternalEObject, EStructuralFeature, int, int) - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.EStoreImpl
 
move(InternalEObject, EStructuralFeature, int, int) - Method in interface org.eclipse.emf.ecore.InternalEObject.EStore
Moves the value at the source index in the content of the object's feature to the target index.
move(int, E) - Method in class org.eclipse.emf.ecore.util.AbstractSequentialInternalEList
 
move(int, int) - Method in class org.eclipse.emf.ecore.util.AbstractSequentialInternalEList
 
move(int, int) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
move(EStructuralFeature, int, Object) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
move(EStructuralFeature, int, int) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
move(int, int) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
move(EStructuralFeature, int, Object) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
move(EStructuralFeature, int, int) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
move(int, Object) - Method in class org.eclipse.emf.ecore.util.EContentsEList
 
move(int, int) - Method in class org.eclipse.emf.ecore.util.EContentsEList
 
move(EStructuralFeature, int, Object) - Method in interface org.eclipse.emf.ecore.util.FeatureMap.Internal
 
move(EStructuralFeature, int, int) - Method in interface org.eclipse.emf.ecore.util.FeatureMap.Internal
 
move(int, Object) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList
 
move(int, int) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList
 
move(EStructuralFeature, int, Object) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureFeatureMap
 
move(EStructuralFeature, int, int) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureFeatureMap
 
move(int, E) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter.ModifiableSingletonEList
 
move(int, int) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter.ModifiableSingletonEList
 
MOVE_TO_INDEX_EDEFAULT - Static variable in class org.eclipse.emf.ecore.change.impl.ListChangeImpl
The default value of the 'Move To Index' attribute
moveChildren(JNode, JNode) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTNodeConverter.Converter
Removes children from the source node and adds them to the target node.
MoveCommand - Class in org.eclipse.emf.edit.command
The move command logically acts upon an owner object that has a collection-based feature containing an object that is to be moved to a new position within the collection.
MoveCommand(EditingDomain, EObject, EStructuralFeature, Object, int) - Constructor for class org.eclipse.emf.edit.command.MoveCommand
This constructs a primitive command to move a particular value to a particular index of the specified many-valued feature of the owner.
MoveCommand(EditingDomain, EObject, EStructuralFeature, int, int) - Constructor for class org.eclipse.emf.edit.command.MoveCommand
This constructs a primitive command to move a value at a particular index to another particular index of the specified many-valued feature of the owner.
MoveCommand(EditingDomain, EList<?>, Object, int) - Constructor for class org.eclipse.emf.edit.command.MoveCommand
This constructs a primitive command to move a particular value to a particular index of the specified extent.
MoveCommand(EditingDomain, EList<?>, int, int) - Constructor for class org.eclipse.emf.edit.command.MoveCommand
This constructs a primitive command to move a value at a particular index to another particular index of the specified extent.
moveContent(EReference, JModelElement) - Method in class org.eclipse.emf.java.impl.JModelElementImpl
 
moveToIndex - Variable in class org.eclipse.emf.ecore.change.impl.ListChangeImpl
The cached value of the 'Move To Index' attribute
mRULE_ANY_OTHER() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mRULE_ANY_OTHER() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mRULE_DECIMAL() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mRULE_DECIMAL() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mRULE_HEX() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mRULE_HEX() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mRULE_ID() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mRULE_ID() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mRULE_INT() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mRULE_INT() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mRULE_ML_COMMENT() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mRULE_ML_COMMENT() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mRULE_SL_COMMENT() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mRULE_SL_COMMENT() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mRULE_STRING() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mRULE_STRING() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mRULE_WS() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mRULE_WS() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
MSVC - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
mT__100() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__100() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__101() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__101() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__102() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__102() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__103() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__103() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__104() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__104() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__105() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__105() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__106() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__106() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__107() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__107() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__108() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__108() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__109() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__109() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__110() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__110() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__111() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__111() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__112() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__112() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__113() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__113() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__114() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__114() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__115() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__115() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__116() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__116() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__117() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__117() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__118() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__118() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__119() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__119() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__13() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__13() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__14() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__14() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__15() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__15() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__16() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__16() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__17() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__17() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__18() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__18() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__19() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__19() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__20() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__20() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__21() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__21() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__22() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__22() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__23() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__23() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__24() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__24() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__25() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__25() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__26() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__26() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__27() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__27() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__28() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__28() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__29() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__29() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__30() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__30() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__31() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__31() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__32() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__32() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__33() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__33() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__34() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__34() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__35() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__35() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__36() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__36() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__37() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__37() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__38() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__38() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__39() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__39() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__40() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__40() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__41() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__41() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__42() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__42() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__43() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__43() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__44() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__44() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__45() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__45() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__46() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__46() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__47() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__47() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__48() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__48() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__49() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__49() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__50() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__50() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__51() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__51() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__52() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__52() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__53() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__53() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__54() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__54() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__55() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__55() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__56() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__56() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__57() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__57() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__58() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__58() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__59() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__59() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__60() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__60() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__61() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__61() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__62() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__62() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__63() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__63() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__64() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__64() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__65() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__65() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__66() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__66() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__67() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__67() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__68() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__68() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__69() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__69() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__70() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__70() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__71() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__71() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__72() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__72() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__73() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__73() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__74() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__74() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__75() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__75() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__76() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__76() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__77() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__77() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__78() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__78() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__79() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__79() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__80() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__80() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__81() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__81() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__82() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__82() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__83() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__83() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__84() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__84() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__85() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__85() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__86() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__86() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__87() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__87() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__88() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__88() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__89() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__89() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__90() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__90() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__91() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__91() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__92() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__92() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__93() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__93() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__94() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__94() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__95() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__95() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__96() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__96() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__97() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__97() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__98() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__98() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mT__99() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mT__99() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
mTokens() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
mTokens() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
MultiColumnTableEditor - Class in org.eclipse.emf.common.ui.celleditor
An abstract base class for implementing table editing where multiple columns (all by default) are editable.
MultiColumnTableEditor(Table) - Constructor for class org.eclipse.emf.common.ui.celleditor.MultiColumnTableEditor
 
MultiColumnTableEditor(Table, int) - Constructor for class org.eclipse.emf.common.ui.celleditor.MultiColumnTableEditor
 
multiLine - Variable in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
Whether the value of this property consists of multi-line text.
multiLine - Variable in class org.eclipse.emf.edit.ui.celleditor.FeatureEditorDialog
 
multiList(EditingDomain, EStructuralFeature...) - Static method in class org.eclipse.emf.databinding.edit.EMFEditProperties
Combine multiple multi-value features into one observable list property
multiList(EditingDomain, FeaturePath, EStructuralFeature...) - Static method in class org.eclipse.emf.databinding.edit.EMFEditProperties
Combine multiple features below a common path into one observable list property
multiList(EditingDomain, FeaturePath...) - Static method in class org.eclipse.emf.databinding.edit.EMFEditProperties
Combine the features identified by the the path into one observable list property
multiList(EditingDomain, IEMFEditListProperty...) - Static method in class org.eclipse.emf.databinding.edit.EMFEditProperties
Combine the given list properties into one observable list property
multiList(EStructuralFeature...) - Static method in class org.eclipse.emf.databinding.EMFProperties
Combine multiple multi-value features into one observable list property
multiList(FeaturePath, EStructuralFeature...) - Static method in class org.eclipse.emf.databinding.EMFProperties
Combine multiple features below a common path into one observable list property
multiList(FeaturePath...) - Static method in class org.eclipse.emf.databinding.EMFProperties
Combine the features identified by the the path into one observable list property
multiList(IEMFListProperty...) - Static method in class org.eclipse.emf.databinding.EMFProperties
Combine the given list properties into one observable list property
MULTIPLE_EDITOR_PAGES_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
The default value of the 'Multiple Editor Pages' attribute
multipleColumns - Variable in class org.eclipse.emf.mapping.presentation.MappingEditor.OverviewViewer
Deprecated.
 
multipleColumnsAction - Variable in class org.eclipse.emf.mapping.presentation.MappingEditor.MyDecoratorAdapterFactory
 
multipleEditorPages - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
The cached value of the 'Multiple Editor Pages' attribute
multiplicity - Variable in class org.eclipse.emf.ecore.xcore.impl.XTypedElementImpl
The cached value of the 'Multiplicity' attribute
MULTIPLICITY_EDEFAULT - Static variable in class org.eclipse.emf.ecore.xcore.impl.XTypedElementImpl
The default value of the 'Multiplicity' attribute
multiply(BigDecimal) - Method in class org.eclipse.emf.ecore.xml.type.internal.XMLDuration
 
mustHavePrefix - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
MYSTERY - Static variable in enum org.eclipse.emf.examples.extlibrary.BookCategory
The 'Mystery' literal value

N

NAK - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Escape
 
name - Variable in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter.AttributeData
 
name - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelActionBarContributor.ProjectType
 
name - Variable in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJNode
Name of the node.
name - Variable in class org.eclipse.emf.codegen.merge.java.JControlModel.DictionaryPattern
 
name - Variable in class org.eclipse.emf.codegen.merge.java.JControlModel.MatchRule
 
name - Variable in class org.eclipse.emf.codegen.merge.java.JControlModel.PullRule
 
name - Variable in class org.eclipse.emf.codegen.merge.java.JControlModel.PushRule
 
name - Variable in class org.eclipse.emf.codegen.merge.java.JControlModel.SortRule
 
name - Variable in class org.eclipse.emf.codegen.merge.java.JControlModel.SweepRule
 
name - Variable in class org.eclipse.emf.common.ui.wizard.AbstractExampleInstallerWizard.ProjectDescriptor
 
name - Variable in class org.eclipse.emf.converter.ui.contribution.ModelConverterManager.ModelConverterDescriptorImpl
 
name - Variable in class org.eclipse.emf.ecore.impl.ENamedElementImpl
The cached value of the 'Name' attribute
name - Variable in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectOutputStream.EStructuralFeatureData
 
name - Variable in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EClassExtendedMetaDataImpl
 
name - Variable in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EDataTypeExtendedMetaDataImpl
 
name - Variable in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EStructuralFeatureExtendedMetaDataImpl
 
name - Variable in class org.eclipse.emf.ecore.util.FeatureMapUtil.BasicValidator
 
name - Variable in class org.eclipse.emf.ecore.xcore.impl.XNamedElementImpl
The cached value of the 'Name' attribute
name - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLInfoImpl
 
name - Variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
NAME - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage.Literals
The meta object literal for the 'Name' data type
NAME - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
The meta object id for the 'Name' data type
name - Variable in class org.eclipse.emf.examples.extlibrary.impl.LibraryImpl
The cached value of the 'Name' attribute
NAME - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
name - Variable in class org.eclipse.emf.importer.rose.builder.UnitTreeNode
 
name - Variable in class org.eclipse.emf.importer.rose.RoseImporterApplication.PackageInfo
 
name - Variable in class org.eclipse.emf.java.impl.JModelElementImpl
The cached value of the 'Name' attribute
name - Variable in class org.eclipse.emf.oda.ecore.ui.impl.EcoreDataSetWizardPage.Variable
 
NAME__PATTERN__VALUES - Static variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
 
NAME_EDEFAULT - Static variable in class org.eclipse.emf.ecore.impl.ENamedElementImpl
The default value of the 'Name' attribute
NAME_EDEFAULT - Static variable in class org.eclipse.emf.ecore.xcore.impl.XNamedElementImpl
The default value of the 'Name' attribute
NAME_EDEFAULT - Static variable in class org.eclipse.emf.examples.extlibrary.impl.LibraryImpl
The default value of the 'Name' attribute
NAME_EDEFAULT - Static variable in class org.eclipse.emf.examples.extlibrary.impl.WriterImpl
The default value of the 'Name' attribute
NAME_EDEFAULT - Static variable in class org.eclipse.emf.java.impl.JModelElementImpl
The default value of the 'Name' attribute
NAME_EDEFAULT - Static variable in class org.eclipse.emf.mapping.ecore2xml.impl.XMLInfoImpl
The default value of the 'Name' attribute
NAME_PROPERTY - Static variable in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJCompilationUnit
Name for the name property of the compilation unit.
NAME_TAG - Static variable in class org.eclipse.emf.common.ui.URIEditorInput
 
nameField - Variable in class org.eclipse.emf.oda.ecore.ui.impl.EcoreDataSetWizardPage.VariableSpecificationDialog
 
nameInfo - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
NameInfo - Interface in org.eclipse.emf.ecore.xmi
This interface represents a qualified name, as specified in "Namespaces in XML" specification.
NameInfoImpl - Class in org.eclipse.emf.ecore.xmi.impl
Implementation of the NameInfo interface.
NameInfoImpl() - Constructor for class org.eclipse.emf.ecore.xmi.impl.NameInfoImpl
 
NameMatchMappingAction - Class in org.eclipse.emf.mapping.action
 
NameMatchMappingAction() - Constructor for class org.eclipse.emf.mapping.action.NameMatchMappingAction
 
nameMatchMappingAction - Variable in class org.eclipse.emf.mapping.presentation.MappingEditor.ActionBarContributor
 
NameMatchMappingAction.DelegateCommand - Class in org.eclipse.emf.mapping.action
 
NameMatchMappingAction.DelegateCommand(EditingDomain, CommandParameter) - Constructor for class org.eclipse.emf.mapping.action.NameMatchMappingAction.DelegateCommand
 
NameMatchMappingCommand - Class in org.eclipse.emf.mapping.command
 
NameMatchMappingCommand(MappingDomain, Mapping) - Constructor for class org.eclipse.emf.mapping.command.NameMatchMappingCommand
 
namespace - Variable in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EStructuralFeatureExtendedMetaDataImpl
 
namespace - Variable in class org.eclipse.emf.ecore.xmi.impl.RootXMLContentHandlerImpl
The namespace of the root element or the first non-XMI element.
NAMESPACE - Static variable in class org.eclipse.emf.ecore.xmi.impl.RootXMLContentHandlerImpl
The key in the constructor's parameter map representing the namespace.
namespace - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl.NamespaceSupport
 
namespace - Variable in class org.eclipse.emf.edit.provider.ChildCreationExtenderManager
A key in the child creation extender registry which will typically be the namespace of the package being extended.
NAMESPACE_PATTERN - Static variable in class org.eclipse.emf.ecore.xmi.impl.RootXMLContentHandlerImpl
The key in the constructor's parameter map representing the namespace pattern.
namespaceAware - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLLoadImpl
 
namespacePattern - Variable in class org.eclipse.emf.ecore.xmi.impl.RootXMLContentHandlerImpl
The namespace pattern of the root element or the first non-XMI element.
namespaceSize - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl.NamespaceSupport
 
namespaceSupport - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
namespaceURI - Variable in class org.eclipse.emf.ecore.xmi.impl.NameInfoImpl
 
nameTable - Variable in class org.eclipse.emf.importer.rose.builder.RoseUtil
 
nameToClassifierMap - Variable in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EPackageExtendedMetaDataImpl
 
nameToPackageInfo - Variable in class org.eclipse.emf.importer.ecore.EcoreImporterApplication
 
nameToPackageInfo - Variable in class org.eclipse.emf.importer.java.JavaImporterApplication
 
nameToPackageInfo - Variable in class org.eclipse.emf.importer.rose.RoseImporterApplication
 
nameToReferencedPackageInfo - Variable in class org.eclipse.emf.importer.rose.RoseImporterApplication
 
nameToValueMap - Variable in class org.eclipse.emf.ecore.xmi.impl.ResourceEntityHandlerImpl
 
NATIVE - Static variable in class org.eclipse.emf.codegen.merge.java.facade.FacadeFlags
Native property flag.
NATIVE - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
native_ - Variable in class org.eclipse.emf.java.impl.JMethodImpl
The cached value of the 'Native' attribute
NATIVE_EDEFAULT - Static variable in class org.eclipse.emf.java.impl.JMethodImpl
The default value of the 'Native' attribute
nativeToJava(TransferData) - Method in class org.eclipse.emf.edit.ui.dnd.LocalTransfer
This decodes the time of the transfer and returns the recorded the object if the recorded time and the decoded time match.
NATURE_ID - Static variable in interface org.eclipse.emf.codegen.jet.IJETNature
The unique identifier for the JET Nature.
NC_NAME - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage.Literals
The meta object literal for the 'NC Name' data type
NC_NAME - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
The meta object id for the 'NC Name' data type
NC_NAME__PATTERN__VALUES - Static variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
 
ncName - Variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
needsCopying - Variable in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.SegmentsAccessUnit
Whether the segments need copying when interned.
needsCopying - Variable in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAccessUnit
Whether the segments need copying when interned.
needsHasChildrenMethodOverride() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
needsHasChildrenMethodOverride() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
needsInterning - Variable in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSegmentAccessUnit
Whether that additional segment needs interning.
needsInterning - Variable in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.StringAccessUnit
Whether the value needs to be interned.
needsPushContext - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
needsRootExtendsInterfaceExtendsTag() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
needsRootExtendsInterfaceExtendsTag() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
needsRootImplementsInterfaceOperations() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
needsRuntimeCompatibility() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
needsRuntimeCompatibility() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
needsToIntern - Variable in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.SegmentsAccessUnit
Whether the string sin the segments need interning.
needsToIntern - Variable in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.SegmentsAndSegmentsAccessUnit
Whether the strings in the second segments need interning.
needsToIntern - Variable in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAccessUnit
Whether the strings with in the segments needto be interned.
needsToIntern - Variable in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSegmentsAccessUnit
Whether the second segment's string need to be interned.
negate() - Method in class org.eclipse.emf.ecore.xml.type.internal.XMLDuration
 
NEGATIVE_INTEGER - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage.Literals
The meta object literal for the 'Negative Integer' data type
NEGATIVE_INTEGER - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
The meta object id for the 'Negative Integer' data type
NEGATIVE_INTEGER__MAX__VALUE - Static variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
 
negativeInteger - Variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
nested - Variable in class org.eclipse.emf.mapping.impl.MappingHelperImpl
The cached value of the 'Nested' containment reference list
nested - Variable in class org.eclipse.emf.mapping.impl.MappingImpl
The cached value of the 'Nested' containment reference list
NESTEDCLASSES - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
nestedGenPackages - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
The cached value of the 'Nested Gen Packages' containment reference list
nestedPropertySource - Variable in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor.PropertyValueWrapper
 
neverVisible - Variable in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPage
 
NEW_LINE_BEGIN - Static variable in class org.eclipse.emf.codegen.jet.JETCharDataGenerator
 
NEW_LINE_END - Static variable in class org.eclipse.emf.codegen.jet.JETCharDataGenerator
 
NEW_LINE_MIDDLE - Static variable in class org.eclipse.emf.codegen.jet.JETCharDataGenerator
 
newAccessUnit() - Method in class org.eclipse.emf.common.util.Pool.AccessUnit.Queue
 
newAccessUnit() - Method in class org.eclipse.emf.common.util.Pool.ObjectAccessUnit.Queue
 
newAccessUnit() - Method in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.SegmentsAccessUnit.Queue
 
newAccessUnit() - Method in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.SegmentsAndSegmentAccessUnit.Queue
 
newAccessUnit() - Method in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.SegmentsAndSegmentsAccessUnit.Queue
 
newAccessUnit() - Method in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.StringAccessUnit.Queue
 
newAccessUnit() - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAccessUnit.Queue
 
newAccessUnit() - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSegmentAccessUnit.Queue
 
newAccessUnit() - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSegmentCountAccessUnit.Queue
 
newAccessUnit() - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSegmentsAccessUnit.Queue
 
newAccessUnit() - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSubsegmentAccessUnit.Queue
 
newAccessUnit() - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.StringAccessUnit.Queue
 
newAccessUnit() - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SubsegmentsAndSubsegmentsAccessUnit.Queue
 
newAccessUnit() - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SubstringAccessUnit.Queue
 
newAccessUnit() - Method in class org.eclipse.emf.common.util.URI.URIPool.FileAccessUnit.Queue
 
newAccessUnit() - Method in class org.eclipse.emf.common.util.URI.URIPool.PlatformAccessUnit.Queue
 
newAccessUnit() - Method in class org.eclipse.emf.common.util.URI.URIPool.StringAccessUnit.Queue
 
newAccessUnit() - Method in class org.eclipse.emf.common.util.URI.URIPool.URIComponentsAccessUnit.Queue
 
newArrayInstance(int) - Method in interface org.eclipse.emf.common.util.Reflect.Helper
Create a typed array.
newASTParser() - Static method in class org.eclipse.emf.codegen.util.CodeGenUtil.EclipseUtil
Return an ASTParser that supports the latest language level in the version of the JDT in the installed runtime.
newBasicEList() - Static method in class org.eclipse.emf.common.util.ECollections
Creates an empty mutable BasicEList>.
newBasicEList(T...) - Static method in class org.eclipse.emf.common.util.ECollections
Creates a mutable BasicEList> containing the given elements.
newBasicEList(Iterator<? extends T>) - Static method in class org.eclipse.emf.common.util.ECollections
Creates a mutable BasicEList> containing the given elements.
newBasicEList(Iterable<? extends T>) - Static method in class org.eclipse.emf.common.util.ECollections
Creates a mutable BasicEList> containing the given elements.
newBasicEList(T...) - Static method in class org.eclipse.emf.ecore.xcore.lib.XcoreCollectionLiterals
Creates a mutable BasicEList containing the given elements.
newBasicEListWithCapacity(int) - Static method in class org.eclipse.emf.common.util.ECollections
Creates an empty mutable BasicEList> with the given capacity.
newBasicEListWithExpectedSize(int) - Static method in class org.eclipse.emf.common.util.ECollections
Creates an empty mutable BasicEList> with a capacity large enough to hold a bit more than the estimated number of elements.
newBuilder(String) - Static method in class org.eclipse.emf.common.util.SegmentSequence
Creates a new builder for the given delimiter.
newBuilder(String, int) - Static method in class org.eclipse.emf.common.util.SegmentSequence
Creates a new builder for the given delimiter with the given capacity of strings before the buffer needs to grow.
newBuilder() - Static method in class org.eclipse.emf.edit.provider.StyledString.Style
Returns a new builder instance to create a custom style.
newCachedToString(SegmentSequence, String) - Method in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool
Creates a new weak reference managed by the appropriate external or internal queue.
newCachedToString(URI, String) - Method in class org.eclipse.emf.common.util.URI.URIPool
 
newChildDescriptor - Variable in class org.eclipse.emf.codegen.ecore.genmodel.action.CreateChildAction
This is the descriptor for the child to be created.
newCollection() - Method in class org.eclipse.emf.ecore.util.EcoreUtil.CrossReferencer
Return a collection to use for storing settings.
newCollection() - Method in class org.eclipse.emf.ecore.util.ECrossReferenceAdapter.InverseCrossReferencer
 
newContentsIterator() - Method in class org.eclipse.emf.ecore.util.EcoreUtil.CrossReferencer
Return a tree iterator over the content trees of this cross referencer's objects.
newContentZipEntry() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
Returns a new zip entry for saving the resource contents.
newContext - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.GenAnnotationCopier
 
newData(int) - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
newData(int) - Method in class org.eclipse.emf.common.notify.impl.NotificationChainImpl
Returns new data storage of type Notification[].
newData(int) - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Returns new allocated data storage.
newData(int) - Method in class org.eclipse.emf.common.util.BasicEList
Returns new allocated data storage.
newData(int) - Method in class org.eclipse.emf.converter.util.ConverterUtil.EPackageList
 
newData(int) - Method in class org.eclipse.emf.converter.util.ConverterUtil.GenPackageList
 
newData(int) - Method in class org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl.ContentHandlerList
 
newData(int) - Method in class org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl.URIHandlerList
 
newData(int) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl.ContentsEList
 
newData(int) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.ResourcesEList
 
newData(int) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
newData(int) - Method in class org.eclipse.emf.ecore.util.BasicInternalEList
 
newData(int) - Method in class org.eclipse.emf.ecore.util.EcoreEList
 
newData(int) - Method in class org.eclipse.emf.ecore.xmi.impl.StringSegment
 
newData(int) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler.MyEObjectStack
 
newDefaultAccessUnits() - Method in class org.eclipse.emf.common.util.Pool
 
newEntries(int) - Method in class org.eclipse.emf.common.util.WeakInterningHashSet
Creates a new array of WeakInterningHashSet.entries with the specified capacity.
newEntry(int, K, V) - Method in class org.eclipse.emf.common.util.BasicEMap
Returns a new entry.
newEntry(E, int) - Method in class org.eclipse.emf.common.util.WeakInterningHashSet
Creates a new entry for the given referent and the given hash code.
newEntry(int, URI, URI) - Method in class org.eclipse.emf.ecore.resource.impl.URIMappingRegistryImpl
newEntry(int, K, V) - Method in class org.eclipse.emf.ecore.util.EcoreEMap
 
newEntryData(int) - Method in class org.eclipse.emf.common.util.BasicEMap
Returns new allocated entry data storage.
newExternalEntry(E, int) - Method in class org.eclipse.emf.common.util.Pool
 
newExternalEntry(E, int) - Method in class org.eclipse.emf.common.util.WeakInterningHashSet
Creates a new entry for the given referent and the given hash code managed by the WeakInterningHashSet.externalQueue.
newFile - Variable in class org.eclipse.emf.ant.taskdefs.codegen.JETTask
 
newFileCreationPage - Variable in class org.eclipse.emf.ecore.presentation.DynamicModelWizard
This is the file creation page.
newFileCreationPage - Variable in class org.eclipse.emf.ecore.presentation.EcoreModelWizard
This is the file creation page
newFileCreationPage - Variable in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryModelWizard
This is the file creation page
newFileCreationPage - Variable in class org.eclipse.emf.mapping.ecore2ecore.presentation.Ecore2EcoreModelWizard
This is the file creation page
newFileCreationPage - Variable in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLModelWizard
This is the file creation page
newFolderButton - Variable in class org.eclipse.emf.common.ui.dialogs.WorkspaceResourceDialog
 
newFolderButtonPressed() - Method in class org.eclipse.emf.common.ui.dialogs.WorkspaceResourceDialog
 
newIEEEPrimitiveValue - Variable in class org.eclipse.emf.common.notify.impl.NotificationImpl
newImmutableEList(T...) - Static method in class org.eclipse.emf.ecore.xcore.lib.XcoreCollectionLiterals
Returns an immutable list containing the given elements.
newInternalEntry(E, int) - Method in class org.eclipse.emf.common.util.WeakInterningHashSet
Creates a new entry for the given referent and the given hash code and the WeakInterningHashSet.internalQueue.
newIsSet - Variable in class org.eclipse.emf.ecore.change.impl.FeatureChangeImpl
 
newItem(Widget, int, int) - Method in class org.eclipse.emf.common.ui.viewer.ExtendedTableTreeViewer
Deprecated.
 
newIterator() - Method in class org.eclipse.emf.ecore.util.EContentsEList
 
newJavaSourceContainer - Variable in class org.eclipse.emf.codegen.presentation.JETPropertyPage
 
newList() - Method in class org.eclipse.emf.common.util.BasicEMap
Returns a new allocated list of entries.
newList() - Method in class org.eclipse.emf.ecore.util.EcoreEMap
 
newListIterator() - Method in class org.eclipse.emf.ecore.util.EContentsEList
 
newMapping - Variable in class org.eclipse.emf.mapping.command.CreateMappingCommand
This is set during CreateMappingCommand.execute() to record the new mapping that is created.
newName - Variable in class org.eclipse.emf.codegen.merge.java.JControlModel.SweepRule
 
newNonResolvingListIterator() - Method in class org.eclipse.emf.ecore.util.EContentsEList
 
newNonResolvingListIterator() - Method in class org.eclipse.emf.ecore.util.ECrossReferenceEList
 
newProjectCreationPage - Variable in class org.eclipse.emf.codegen.ecore.ui.EmptyProjectWizard
 
newProjectCreationPage - Variable in class org.eclipse.emf.importer.ui.EMFProjectWizard
 
newProjects - Variable in class org.eclipse.emf.ecore.xcore.ui.builder.XcoreBuildParticipant
 
newQuery(String) - Method in class org.eclipse.emf.oda.ecore.impl.Connection
 
newResolvingListIterator() - Method in class org.eclipse.emf.ecore.util.EContentsEList
 
newResolvingListIterator() - Method in class org.eclipse.emf.ecore.util.ECrossReferenceEList
 
newSimplePrimitiveValue - Variable in class org.eclipse.emf.common.notify.impl.NotificationImpl
newTemplateContainers - Variable in class org.eclipse.emf.codegen.presentation.JETPropertyPage
 
newTemplateSourceContainers - Variable in class org.eclipse.emf.codegen.presentation.JETPropertyPage
 
newValue - Variable in class org.eclipse.emf.common.notify.impl.NotificationImpl
The new value for the case of NotificationImpl.PRIMITIVE_TYPE_OBJECT.
newValue - Variable in class org.eclipse.emf.ecore.change.impl.FeatureChangeImpl
 
newValue - Variable in class org.eclipse.emf.ecore.change.impl.ResourceChangeImpl
 
newWidth - Variable in class org.eclipse.emf.mapping.presentation.MappingEditor.DelayedColumnFitter.DelayedLayout
 
next - Variable in class org.eclipse.emf.common.notify.impl.NotificationImpl
The internal chain.
next() - Method in class org.eclipse.emf.common.util.AbstractEList.EIterator
Returns the next object and advances the iterator.
next() - Method in class org.eclipse.emf.common.util.AbstractTreeIterator
Returns the next object and advances the iterator.
next() - Method in class org.eclipse.emf.common.util.BasicEMap.BasicEMapIterator
Returns the next object and advances the iterator.
next - Variable in class org.eclipse.emf.common.util.Pool.AccessUnit
Access units are chained in Pool#accessUnits via this link.
next - Variable in class org.eclipse.emf.common.util.WeakInterningHashSet.Entry
The next entry in the collision chain.
next() - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap.ValueListIteratorImpl
 
next() - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap.ValueListIteratorImpl
 
next() - Method in class org.eclipse.emf.ecore.util.EContentsEList.FeatureIteratorImpl
 
next() - Method in class org.eclipse.emf.ecore.util.EcoreUtil.AbstractFilteredSettingsIterator
 
next() - Method in class org.eclipse.emf.ecore.util.EcoreUtil.ContentTreeIterator.ResourcesIterator
Returns the next item, or null if there isn't one.
next() - Method in class org.eclipse.emf.ecore.util.EcoreUtil.ProperContentIterator
 
next() - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.BasicFeatureEIterator
 
next() - Method in class org.eclipse.emf.ecore.xmi.impl.StringSegment.SegmentIterator
 
next() - Method in class org.eclipse.emf.oda.ecore.impl.ResultSet
 
nextChar() - Method in class org.eclipse.emf.codegen.jet.JETReader
 
nextContent() - Method in class org.eclipse.emf.codegen.jet.JETReader
Gets Content until the next potential JSP element.
nextIndex() - Method in class org.eclipse.emf.common.util.AbstractEList.EListIterator
Returns the index of the object that would be returned by calling next.
nextIndex() - Method in class org.eclipse.emf.ecore.util.EContentsEList.FeatureIteratorImpl
 
nextIndex() - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.BasicFeatureEIterator
 
nextIndex() - Method in class org.eclipse.emf.ecore.xmi.impl.StringSegment.SegmentIterator
 
nextPruneIterator - Variable in class org.eclipse.emf.common.util.AbstractTreeIterator
The iterator that would be cut short by a call to AbstractTreeIterator.prune().
nextRemoveIterator - Variable in class org.eclipse.emf.common.util.AbstractTreeIterator
The iterator to which a AbstractTreeIterator.remove() call will delegated.
NIL - Static variable in interface org.eclipse.emf.ecore.EStructuralFeature.Internal.DynamicValueHolder
An object used to represent being set to null as opposed to having no value and hence being in the default state.
NIL - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingle
 
NIL - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
 
NIL_ATTRIB - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
nl - Static variable in class org.eclipse.emf.codegen.ecore.templates.edit.BuildProperties
 
NL - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.BuildProperties
 
nl - Static variable in class org.eclipse.emf.codegen.ecore.templates.edit.Images
 
NL - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Images
 
nl - Static variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
NL - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
nl - Static variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
NL - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
nl - Static variable in class org.eclipse.emf.codegen.ecore.templates.edit.ManifestMF
 
NL - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ManifestMF
 
nl - Static variable in class org.eclipse.emf.codegen.ecore.templates.edit.ModuleGWTXML
 
NL - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ModuleGWTXML
 
nl - Static variable in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
NL - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
nl - Static variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginProperties
 
NL - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginProperties
 
nl - Static variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginXML
 
NL - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginXML
 
nl - Static variable in class org.eclipse.emf.codegen.ecore.templates.edit.Properties
 
NL - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Properties
 
nl - Static variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
NL - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
nl - Static variable in class org.eclipse.emf.codegen.ecore.templates.editor.Advisor
 
NL - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Advisor
 
nl - Static variable in class org.eclipse.emf.codegen.ecore.templates.editor.AppEngineWebXML
 
NL - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.AppEngineWebXML
 
nl - Static variable in class org.eclipse.emf.codegen.ecore.templates.editor.BuildProperties
 
NL - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.BuildProperties
 
nl - Static variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
NL - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
nl - Static variable in class org.eclipse.emf.codegen.ecore.templates.editor.EntryPoint
 
NL - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.EntryPoint
 
nl - Static variable in class org.eclipse.emf.codegen.ecore.templates.editor.HomeHTML
 
NL - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.HomeHTML
 
nl - Static variable in class org.eclipse.emf.codegen.ecore.templates.editor.ManifestMF
 
NL - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ManifestMF
 
nl - Static variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
NL - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
nl - Static variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModuleGWTXML
 
NL - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModuleGWTXML
 
nl - Static variable in class org.eclipse.emf.codegen.ecore.templates.editor.Plugin
 
NL - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Plugin
 
nl - Static variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginProperties
 
NL - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginProperties
 
nl - Static variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
NL - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
nl - Static variable in class org.eclipse.emf.codegen.ecore.templates.editor.WebXML
 
NL - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.WebXML
 
nl - Static variable in class org.eclipse.emf.codegen.ecore.templates.model.AdapterFactoryClass
 
NL - Variable in class org.eclipse.emf.codegen.ecore.templates.model.AdapterFactoryClass
 
nl - Static variable in class org.eclipse.emf.codegen.ecore.templates.model.BuildProperties
 
NL - Variable in class org.eclipse.emf.codegen.ecore.templates.model.BuildProperties
 
nl - Static variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
NL - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
nl - Static variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
NL - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
nl - Static variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
NL - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
nl - Static variable in class org.eclipse.emf.codegen.ecore.templates.model.ManifestMF
 
NL - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ManifestMF
 
nl - Static variable in class org.eclipse.emf.codegen.ecore.templates.model.ModuleGWTXML
 
NL - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ModuleGWTXML
 
nl - Static variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
NL - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
nl - Static variable in class org.eclipse.emf.codegen.ecore.templates.model.Plugin
 
NL - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Plugin
 
nl - Static variable in class org.eclipse.emf.codegen.ecore.templates.model.PluginProperties
 
NL - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PluginProperties
 
nl - Static variable in class org.eclipse.emf.codegen.ecore.templates.model.PluginXML
 
NL - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PluginXML
 
nl - Static variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
NL - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
nl - Static variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceFactoryClass
 
NL - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceFactoryClass
 
nl - Static variable in class org.eclipse.emf.codegen.ecore.templates.model.SwitchClass
 
NL - Variable in class org.eclipse.emf.codegen.ecore.templates.model.SwitchClass
 
nl - Static variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.BuildProperties
 
NL - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.BuildProperties
 
nl - Static variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.ManifestMF
 
NL - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.ManifestMF
 
nl - Static variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.ModelTestSuite
 
NL - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.ModelTestSuite
 
nl - Static variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
NL - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
nl - Static variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageTestSuite
 
NL - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageTestSuite
 
nl - Static variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PluginProperties
 
NL - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PluginProperties
 
nl - Static variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PluginXML
 
NL - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PluginXML
 
nl - Static variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
NL - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
nl - Static variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
NL - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
nl - Static variable in class org.eclipse.emf.codegen.ecore.templates.model.XMLProcessorClass
 
NL - Variable in class org.eclipse.emf.codegen.ecore.templates.model.XMLProcessorClass
 
NL - Variable in class org.eclipse.emf.codegen.jet.JETSkeleton
 
nl - Static variable in class org.eclipse.emf.examples.generator.validator.templates.model.ModelDescription
 
NL - Variable in class org.eclipse.emf.examples.generator.validator.templates.model.ModelDescription
 
nl - Static variable in class org.eclipse.emf.examples.generator.validator.templates.model.Validator
 
NL - Variable in class org.eclipse.emf.examples.generator.validator.templates.model.Validator
 
nl - Static variable in class org.eclipse.emf.exporter.html.PackageHTML
 
NL - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
NL - Static variable in class org.eclipse.emf.importer.ModelImporterApplication
 
NL_DECLARATION - Variable in class org.eclipse.emf.codegen.jet.JETSkeleton
 
NL_DECLARATION_TAIL - Variable in class org.eclipse.emf.codegen.jet.JETSkeleton
 
NL_PATTERN - Static variable in class org.eclipse.emf.codegen.jet.JETSkeleton
 
nlPattern - Static variable in class org.eclipse.emf.codegen.merge.properties.PropertyMerger
 
nlString - Variable in class org.eclipse.emf.codegen.jet.JETSkeleton
 
nmtoken - Variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
NMTOKEN - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage.Literals
The meta object literal for the 'NMTOKEN' data type
NMTOKEN - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
The meta object id for the 'NMTOKEN' data type
NMTOKEN__PATTERN__VALUES - Static variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
 
nmtokens - Variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
NMTOKENS - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage.Literals
The meta object literal for the 'NMTOKENS' data type
NMTOKENS - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
The meta object id for the 'NMTOKENS' data type
NMTOKENS_BASE - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage.Literals
The meta object literal for the 'NMTOKENS Base' data type
NMTOKENS_BASE - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
The meta object id for the 'NMTOKENS Base' data type
nmtokensBase - Variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
NO_ARGUMENTS - Static variable in class org.eclipse.emf.codegen.merge.java.JMerger
 
NO_ARGUMENTS - Static variable in class org.eclipse.emf.codegen.merge.java.JPatternDictionary
 
NO_CIRCULAR_SUPER_TYPES - Static variable in class org.eclipse.emf.ecore.util.EcoreValidator
 
NO_CONSTRAINTS - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
NO_ECORE_DATA_TYPE - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelValidator
 
NO_FEATURE_ID - Static variable in interface org.eclipse.emf.common.notify.Notification
An ID indicating that no feature ID information is applicable.
NO_FEATURES - Static variable in class org.eclipse.emf.ecore.util.ECrossReferenceEList.FeatureIteratorImpl
 
NO_INDEX - Static variable in interface org.eclipse.emf.common.notify.Notification
An index indicating that no position information is applicable.
NO_INDEX - Static variable in class org.eclipse.emf.databinding.IEMFListProperty.ListElementAccess.WriteData
If the value should be appended
NO_INDEX - Static variable in interface org.eclipse.emf.ecore.InternalEObject.EStore
A value indicating that no index is specified.
NO_INDEX - Static variable in class org.eclipse.emf.edit.command.CommandParameter
This value is used to indicate that the optional positional index indicator is unspecified.
NO_INDEX - Static variable in class org.eclipse.emf.edit.command.CreateChildCommand
Deprecated.
As of EMF 2.0, use CommandParameter.NO_INDEX, whose value is equal to this, instead.
NO_NAMESPACE_SCHEMA_LOCATION - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
 
NO_NAMESPACE_SCHEMA_LOCATION_ATTRIB - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
NO_PARAMETER_TYPES - Static variable in class org.eclipse.emf.codegen.merge.java.JControlModel
 
NO_REPEATING_VOID - Static variable in class org.eclipse.emf.ecore.util.EcoreValidator
 
NO_SEGMENTS - Static variable in class org.eclipse.emf.common.util.URI
 
NO_SETTINGS - Static variable in class org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl
 
NO_STYLE - Static variable in class org.eclipse.emf.edit.provider.StyledString.Style
Constants describing that a String with the given style should not be styled (null object).
noAbstractTypeConversion - Variable in class org.eclipse.emf.codegen.merge.java.JMerger
 
noArguments - Static variable in class org.eclipse.emf.codegen.jmerge.JMerger
Deprecated.
 
noArguments - Static variable in class org.eclipse.emf.codegen.jmerge.JPatternDictionary
Deprecated.
 
node - Variable in class org.eclipse.emf.importer.rose.parser.RoseNode
 
NODE_TYPES_WITH_SPECIAL_RANGE - Static variable in class org.eclipse.emf.codegen.merge.java.facade.ast.CommentAwareSourceRangeComputer
Node types that this range computer changes range for.
nodeContents - Variable in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTFacadeHelper
Map of nodes to node contents.
nodeConverter - Variable in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTFacadeHelper
 
NodeConverter - Interface in org.eclipse.emf.codegen.merge.java.facade
Converts one node to another node type.
nodeIdentifierMap - Variable in class org.eclipse.emf.codegen.merge.java.JPatternDictionary
 
nodes - Variable in class org.eclipse.emf.importer.rose.builder.UnitTreeNode
 
nodes - Variable in class org.eclipse.emf.importer.rose.parser.RoseNode
 
nodesWithDefaultRange - Variable in class org.eclipse.emf.codegen.merge.java.facade.ast.CommentAwareSourceRangeComputer
Set of nodes that must have default range returned for them
nodeToBeMoved(ASTNode) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJNode
Notifies the range computer of ASTRewrite that the node will be moved.
nodeToBeRemoved(ASTNode) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJNode
Notifies the range computer of ASTRewrite that the node will be removed.
nodeToContainer - Variable in class org.eclipse.emf.ecore.xmi.impl.DefaultDOMHandlerImpl
store node to container. used only to record some text/cdata nodes
nodeToFeature - Variable in class org.eclipse.emf.ecore.xmi.impl.DefaultDOMHandlerImpl
store node to containment feature mapping
nodeToObject - Variable in class org.eclipse.emf.ecore.xmi.impl.DefaultDOMHandlerImpl
store node to actual value mapping
noImportPattern - Variable in class org.eclipse.emf.codegen.merge.java.JControlModel
 
noImportSet - Variable in class org.eclipse.emf.codegen.jmerge.JPatternDictionary
Deprecated.
 
noImportSet - Variable in class org.eclipse.emf.codegen.merge.java.JPatternDictionary
 
noLogicalPresentation - Variable in class org.eclipse.emf.importer.rose.parser.RoseParser
 
NON_DYNAMIC_EXTENSIONS - Static variable in class org.eclipse.emf.ecore.presentation.EcoreEditor
 
NON_EXTERNALIZED_STRING_TAG_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Non Externalized String Tag' attribute
NON_NEGATIVE_INTEGER - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage.Literals
The meta object literal for the 'Non Negative Integer' data type
NON_NEGATIVE_INTEGER - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
The meta object id for the 'Non Negative Integer' data type
NON_NEGATIVE_INTEGER__MIN__VALUE - Static variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
 
NON_NLS_MARKERS_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Non NLS Markers' attribute
NON_POSITIVE_INTEGER - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage.Literals
The meta object literal for the 'Non Positive Integer' data type
NON_POSITIVE_INTEGER - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
The meta object id for the 'Non Positive Integer' data type
NON_POSITIVE_INTEGER__MAX__VALUE - Static variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
 
noNamespacePackage - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
noNamespacePkg - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLMapImpl
 
NONE - Static variable in enum org.eclipse.emf.codegen.ecore.genmodel.GenDelegationKind
The 'None' literal value
NONE - Static variable in enum org.eclipse.emf.codegen.ecore.genmodel.GenPropertyKind
The 'None' literal value
NONE - Static variable in enum org.eclipse.emf.codegen.ecore.genmodel.GenProviderKind
The 'None' literal value
NONE - Static variable in enum org.eclipse.emf.codegen.ecore.genmodel.GenResourceKind
The 'None' literal value
NONE_VALUE - Static variable in enum org.eclipse.emf.codegen.ecore.genmodel.GenDecoration
The 'None' literal value
nonExternalizedStringTag - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Non Externalized String Tag' attribute
nonNegativeInteger - Variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
nonNLSMarkers - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Non NLS Markers' attribute
nonNullName(String) - Method in class org.eclipse.emf.ecore.xcore.util.XcoreEcoreBuilder
 
nonPositiveInteger - Variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
noNulls - Static variable in class org.eclipse.emf.oda.ecore.impl.DataTypes
 
noParameterTypes - Static variable in class org.eclipse.emf.codegen.merge.java.JControlModel.PullRule
 
noQualify - Variable in class org.eclipse.emf.importer.rose.builder.RoseEcoreBuilder
 
noQualify - Variable in class org.eclipse.emf.importer.rose.RoseImporter
 
noQualify - Variable in class org.eclipse.emf.importer.rose.RoseImporterApplication
 
NORMAL_FONT - Static variable in interface org.eclipse.emf.edit.provider.IItemFontProvider
An instance object used to specify a normal version of the viewer's font: font:////normal
NORMAL_PRIORITY - Static variable in interface org.eclipse.emf.ecore.resource.ContentHandler.Registry
A constant indicating a normal priority content handler.
normalizationMap - Variable in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.MappedResourceLocator
The cached mappings from URIs to their normalized form.
normalize(URI) - Method in class org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl
Returns the normalized form of the URI.
normalize(URI) - Method in interface org.eclipse.emf.ecore.resource.URIConverter
Returns the normalized form of the URI.
normalize() - Method in class org.eclipse.emf.ecore.xml.type.internal.XMLCalendar
 
normalize(String, boolean) - Static method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeUtil
 
NORMALIZED_STRING - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage.Literals
The meta object literal for the 'Normalized String' data type
NORMALIZED_STRING - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
The meta object id for the 'Normalized String' data type
normalizedString - Variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
normalizeInstanceTypeName(String) - Method in class org.eclipse.emf.ecore.provider.EClassifierItemProvider
 
normalizeStyle() - Method in class org.eclipse.emf.common.ui.dialogs.ResourceDialog
 
normalizeURI(URI, EObject) - Method in class org.eclipse.emf.ecore.util.ECrossReferenceAdapter.InverseCrossReferencer
 
normalizeWith(Calendar) - Method in class org.eclipse.emf.ecore.xml.type.internal.XMLDuration
 
NOT_A_DIRECTORY - Static variable in class org.eclipse.emf.importer.rose.parser.Util
 
notation - Variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
NOTATION - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage.Literals
The meta object literal for the 'NOTATION' data type
NOTATION - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
The meta object id for the 'NOTATION' data type
notationDecl(String, String, String) - Method in class org.eclipse.emf.ecore.xmi.impl.SAXWrapper
Deprecated.
 
notationDecl(String, String, String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
notFeatures - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
Notification - Interface in org.eclipse.emf.common.notify
A description of a feature change that has occurred for some notifier.
notification - Variable in class org.eclipse.emf.common.notify.NotificationWrapper
The notification that is being wrapped.
NotificationChain - Interface in org.eclipse.emf.common.notify
An accumulator of notifications.
NotificationChainImpl - Class in org.eclipse.emf.common.notify.impl
A list that acts as a notification chain.
NotificationChainImpl() - Constructor for class org.eclipse.emf.common.notify.impl.NotificationChainImpl
Creates an empty instance.
NotificationChainImpl(int) - Constructor for class org.eclipse.emf.common.notify.impl.NotificationChainImpl
Creates an empty instance with a given capacity.
notificationCreator - Variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleData
 
NotificationImpl - Class in org.eclipse.emf.common.notify.impl
An extensible notification implementation.
NotificationImpl(int, Object, Object) - Constructor for class org.eclipse.emf.common.notify.impl.NotificationImpl
Creates an instance.
NotificationImpl(int, Object, Object, boolean) - Constructor for class org.eclipse.emf.common.notify.impl.NotificationImpl
Creates an instance.
NotificationImpl(int, Object, Object, int) - Constructor for class org.eclipse.emf.common.notify.impl.NotificationImpl
Creates an instance.
NotificationImpl(int, Object, Object, int, boolean) - Constructor for class org.eclipse.emf.common.notify.impl.NotificationImpl
Creates an instance.
NotificationImpl(int, boolean, boolean, boolean) - Constructor for class org.eclipse.emf.common.notify.impl.NotificationImpl
Creates an instance.
NotificationImpl(int, boolean, boolean) - Constructor for class org.eclipse.emf.common.notify.impl.NotificationImpl
Creates an instance.
NotificationImpl(int, byte, byte, boolean) - Constructor for class org.eclipse.emf.common.notify.impl.NotificationImpl
Creates an instance.
NotificationImpl(int, byte, byte) - Constructor for class org.eclipse.emf.common.notify.impl.NotificationImpl
Creates an instance.
NotificationImpl(int, char, char, boolean) - Constructor for class org.eclipse.emf.common.notify.impl.NotificationImpl
Creates an instance.
NotificationImpl(int, char, char) - Constructor for class org.eclipse.emf.common.notify.impl.NotificationImpl
Creates an instance.
NotificationImpl(int, double, double, boolean) - Constructor for class org.eclipse.emf.common.notify.impl.NotificationImpl
Creates an instance.
NotificationImpl(int, double, double) - Constructor for class org.eclipse.emf.common.notify.impl.NotificationImpl
Creates an instance.
NotificationImpl(int, float, float, boolean) - Constructor for class org.eclipse.emf.common.notify.impl.NotificationImpl
Creates an instance.
NotificationImpl(int, float, float) - Constructor for class org.eclipse.emf.common.notify.impl.NotificationImpl
Creates an instance.
NotificationImpl(int, int, int, boolean) - Constructor for class org.eclipse.emf.common.notify.impl.NotificationImpl
Creates an instance.
NotificationImpl(int, int, int) - Constructor for class org.eclipse.emf.common.notify.impl.NotificationImpl
Creates an instance.
NotificationImpl(int, long, long, boolean) - Constructor for class org.eclipse.emf.common.notify.impl.NotificationImpl
Creates an instance.
NotificationImpl(int, long, long) - Constructor for class org.eclipse.emf.common.notify.impl.NotificationImpl
Creates an instance.
NotificationImpl(int, short, short, boolean) - Constructor for class org.eclipse.emf.common.notify.impl.NotificationImpl
Creates an instance.
NotificationImpl(int, short, short) - Constructor for class org.eclipse.emf.common.notify.impl.NotificationImpl
Creates an instance.
NotificationWrapper - Class in org.eclipse.emf.common.notify
A notification that wraps another notification.
NotificationWrapper(Notification) - Constructor for class org.eclipse.emf.common.notify.NotificationWrapper
Create an instance with the specified notification.
NotificationWrapper(Object, Notification) - Constructor for class org.eclipse.emf.common.notify.NotificationWrapper
Create an instance with the specified notifier and notification.
notifier - Variable in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
notifier - Variable in class org.eclipse.emf.common.notify.NotificationWrapper
An optional override value for the notification's notifier.
Notifier - Interface in org.eclipse.emf.common.notify
A source of notification delivery.
notifier - Variable in class org.eclipse.emf.ecore.impl.ENotificationImpl
 
notifier - Variable in class org.eclipse.emf.edit.command.ChangeCommand
 
NotifierImpl - Class in org.eclipse.emf.common.notify.impl
An extensible notifier implementation.
NotifierImpl() - Constructor for class org.eclipse.emf.common.notify.impl.NotifierImpl
Creates a blank new instance.
notifiers - Variable in class org.eclipse.emf.edit.command.ChangeCommand
 
notify - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
The cached value of the 'Notify' attribute
NOTIFY_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
The default value of the 'Notify' attribute
notifyChanged(Notification) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenModelGeneratorAdapter
 
notifyChanged(Notification) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenAnnotationItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification)
notifyChanged(Notification) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenBaseItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification)
notifyChanged(Notification) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenClassItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification)
notifyChanged(Notification) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenDataTypeItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification)
notifyChanged(Notification) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenEnumItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification)
notifyChanged(Notification) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenEnumLiteralItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification)
notifyChanged(Notification) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenFeatureItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification)
notifyChanged(Notification) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification)
notifyChanged(Notification) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenOperationItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification)
notifyChanged(Notification) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenPackageItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification)
notifyChanged(Notification) - Method in interface org.eclipse.emf.common.notify.Adapter
Notifies that a change to some feature has occurred.
notifyChanged(Notification) - Method in class org.eclipse.emf.common.notify.impl.AdapterImpl
Does nothing; clients may override so that it does something.
notifyChanged(Notification) - Method in class org.eclipse.emf.common.notify.impl.SingletonAdapterImpl
Does nothing; clients may override so that it does something.
notifyChanged(Notification) - Method in class org.eclipse.emf.databinding.internal.EMFPropertyListener.EMFListPropertyListener
 
notifyChanged(Notification) - Method in class org.eclipse.emf.databinding.internal.EMFPropertyListener.EMFMapPropertyListener
 
notifyChanged(Notification) - Method in class org.eclipse.emf.databinding.internal.EMFPropertyListener.EMFSetPropertyListener
 
notifyChanged(Notification) - Method in class org.eclipse.emf.databinding.internal.EMFPropertyListener.EMFValuePropertyListener
 
notifyChanged(Notification) - Method in class org.eclipse.emf.databinding.internal.EMFPropertyListener
 
notifyChanged(Notification) - Method in class org.eclipse.emf.ecore.change.provider.ChangeDescriptionItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification)
notifyChanged(Notification) - Method in class org.eclipse.emf.ecore.change.provider.EObjectToChangesMapEntryItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification)
notifyChanged(Notification) - Method in class org.eclipse.emf.ecore.change.provider.FeatureChangeItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification)
notifyChanged(Notification) - Method in class org.eclipse.emf.ecore.change.provider.FeatureMapEntryItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification)
notifyChanged(Notification) - Method in class org.eclipse.emf.ecore.change.provider.ListChangeItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification)
notifyChanged(Notification) - Method in class org.eclipse.emf.ecore.change.provider.ResourceChangeItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification)
notifyChanged(Notification) - Method in class org.eclipse.emf.ecore.change.util.ChangeRecorder
 
notifyChanged(Notification) - Method in class org.eclipse.emf.ecore.impl.ESuperAdapter
 
notifyChanged(Notification) - Method in class org.eclipse.emf.ecore.provider.EAnnotationItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification)
notifyChanged(Notification) - Method in class org.eclipse.emf.ecore.provider.EAttributeItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification)
notifyChanged(Notification) - Method in class org.eclipse.emf.ecore.provider.EClassifierItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification)
notifyChanged(Notification) - Method in class org.eclipse.emf.ecore.provider.EClassItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification)
notifyChanged(Notification) - Method in class org.eclipse.emf.ecore.provider.EDataTypeItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification)
notifyChanged(Notification) - Method in class org.eclipse.emf.ecore.provider.EEnumItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification)
notifyChanged(Notification) - Method in class org.eclipse.emf.ecore.provider.EEnumLiteralItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification)
notifyChanged(Notification) - Method in class org.eclipse.emf.ecore.provider.EFactoryItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification)
notifyChanged(Notification) - Method in class org.eclipse.emf.ecore.provider.EGenericTypeItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification)
notifyChanged(Notification) - Method in class org.eclipse.emf.ecore.provider.EModelElementItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification)
notifyChanged(Notification) - Method in class org.eclipse.emf.ecore.provider.ENamedElementItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification)
notifyChanged(Notification) - Method in class org.eclipse.emf.ecore.provider.EObjectItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification)
notifyChanged(Notification) - Method in class org.eclipse.emf.ecore.provider.EOperationItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification)
notifyChanged(Notification) - Method in class org.eclipse.emf.ecore.provider.EPackageItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification)
notifyChanged(Notification) - Method in class org.eclipse.emf.ecore.provider.EParameterItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification)
notifyChanged(Notification) - Method in class org.eclipse.emf.ecore.provider.EReferenceItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification)
notifyChanged(Notification) - Method in class org.eclipse.emf.ecore.provider.EStringToStringMapEntryItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification)
notifyChanged(Notification) - Method in class org.eclipse.emf.ecore.provider.EStructuralFeatureItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification)
notifyChanged(Notification) - Method in class org.eclipse.emf.ecore.provider.ETypedElementItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification)
notifyChanged(Notification) - Method in class org.eclipse.emf.ecore.provider.ETypeParameterItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification)
notifyChanged(Notification) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl.ModificationTrackingAdapter
 
notifyChanged(Notification) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.MappedResourceLocator.ResourceAdapter
Respond to changes to the resource set's resources and the resource's URI.
notifyChanged(Notification) - Method in class org.eclipse.emf.ecore.util.EContentAdapter
Handles a notification by calling selfAdapter.
notifyChanged(Notification) - Method in class org.eclipse.emf.ecore.util.ECrossReferenceAdapter
Handles a notification by calling selfAdapter.
notifyChanged(Notification) - Method in class org.eclipse.emf.ecore.xcore.provider.XAnnotationDirectiveItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification)
notifyChanged(Notification) - Method in class org.eclipse.emf.ecore.xcore.provider.XAnnotationItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification)
notifyChanged(Notification) - Method in class org.eclipse.emf.ecore.xcore.provider.XAttributeItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification)
notifyChanged(Notification) - Method in class org.eclipse.emf.ecore.xcore.provider.XClassifierItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification)
notifyChanged(Notification) - Method in class org.eclipse.emf.ecore.xcore.provider.XClassItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification)
notifyChanged(Notification) - Method in class org.eclipse.emf.ecore.xcore.provider.XDataTypeItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification)
notifyChanged(Notification) - Method in class org.eclipse.emf.ecore.xcore.provider.XEnumItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification)
notifyChanged(Notification) - Method in class org.eclipse.emf.ecore.xcore.provider.XEnumLiteralItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification)
notifyChanged(Notification) - Method in class org.eclipse.emf.ecore.xcore.provider.XGenericTypeItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification)
notifyChanged(Notification) - Method in class org.eclipse.emf.ecore.xcore.provider.XImportDirectiveItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification)
notifyChanged(Notification) - Method in class org.eclipse.emf.ecore.xcore.provider.XMemberItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification)
notifyChanged(Notification) - Method in class org.eclipse.emf.ecore.xcore.provider.XModelElementItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification)
notifyChanged(Notification) - Method in class org.eclipse.emf.ecore.xcore.provider.XNamedElementItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification)
notifyChanged(Notification) - Method in class org.eclipse.emf.ecore.xcore.provider.XOperationItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification)
notifyChanged(Notification) - Method in class org.eclipse.emf.ecore.xcore.provider.XPackageItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification)
notifyChanged(Notification) - Method in class org.eclipse.emf.ecore.xcore.provider.XParameterItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification)
notifyChanged(Notification) - Method in class org.eclipse.emf.ecore.xcore.provider.XReferenceItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification)
notifyChanged(Notification) - Method in class org.eclipse.emf.ecore.xcore.provider.XStringToStringMapEntryItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification)
notifyChanged(Notification) - Method in class org.eclipse.emf.ecore.xcore.provider.XStructuralFeatureItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification)
notifyChanged(Notification) - Method in class org.eclipse.emf.ecore.xcore.provider.XTypedElementItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification)
notifyChanged(Notification) - Method in class org.eclipse.emf.ecore.xcore.provider.XTypeParameterItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification)
notifyChanged(Notification) - Method in class org.eclipse.emf.ecore.xcore.resource.XcoreResource.FragmentCache
 
notifyChanged(Notification) - Method in class org.eclipse.emf.edit.provider.DelegatingWrapperItemProvider
Called by DelegatingWrapperItemProvider.delegateItemProvider when it normally fires a notification to it's adapter factory; if the notification originated from the delegate value, this repeats the notification, using wrapNotification to substitute this wrapper as the operative object.
notifyChanged(Notification) - Method in interface org.eclipse.emf.edit.provider.INotifyChangedListener
 
notifyChanged(Notification) - Method in class org.eclipse.emf.edit.provider.ItemProviderDecorator
This will be called by the ItemProviderDecorator.decoratedItemProvider when it normally fires a notification to it's adapter factory.
notifyChanged(Notification) - Method in class org.eclipse.emf.edit.provider.ReflectiveItemProvider
 
notifyChanged(Notification) - Method in class org.eclipse.emf.edit.provider.resource.ResourceItemProvider
This handles notification by calling fireNotifyChanged.
notifyChanged(Notification) - Method in class org.eclipse.emf.edit.provider.resource.ResourceSetItemProvider
This handles notification by calling fireNotifyChanged.
notifyChanged(Notification) - Method in class org.eclipse.emf.edit.tree.provider.TreeNodeItemProvider
This handles notification by calling fireNotifyChanged.
notifyChanged(Notification) - Method in class org.eclipse.emf.edit.ui.provider.AdapterFactoryContentProvider
 
notifyChanged(Notification) - Method in class org.eclipse.emf.edit.ui.provider.AdapterFactoryLabelProvider
 
notifyChanged(Notification) - Method in class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator.DiagnosticAdapter
 
notifyChanged(Notification) - Method in class org.eclipse.emf.examples.extlibrary.provider.AudioVisualItemItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification)
notifyChanged(Notification) - Method in class org.eclipse.emf.examples.extlibrary.provider.BookItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification)
notifyChanged(Notification) - Method in class org.eclipse.emf.examples.extlibrary.provider.BookOnTapeItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification)
notifyChanged(Notification) - Method in class org.eclipse.emf.examples.extlibrary.provider.BorrowerItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification)
notifyChanged(Notification) - Method in class org.eclipse.emf.examples.extlibrary.provider.CirculatingItemItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification)
notifyChanged(Notification) - Method in class org.eclipse.emf.examples.extlibrary.provider.EmployeeItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification)
notifyChanged(Notification) - Method in class org.eclipse.emf.examples.extlibrary.provider.ItemItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification)
notifyChanged(Notification) - Method in class org.eclipse.emf.examples.extlibrary.provider.LibraryItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification)
notifyChanged(Notification) - Method in class org.eclipse.emf.examples.extlibrary.provider.PeriodicalItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification)
notifyChanged(Notification) - Method in class org.eclipse.emf.examples.extlibrary.provider.PersonItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification)
notifyChanged(Notification) - Method in class org.eclipse.emf.examples.extlibrary.provider.VideoCassetteItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification)
notifyChanged(Notification) - Method in class org.eclipse.emf.examples.extlibrary.provider.WriterItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification)
notifyChanged(Notification) - Method in class org.eclipse.emf.java.provider.JClassItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification)
notifyChanged(Notification) - Method in class org.eclipse.emf.java.provider.JCompilationUnitItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification)
notifyChanged(Notification) - Method in class org.eclipse.emf.java.provider.JFieldItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification)
notifyChanged(Notification) - Method in class org.eclipse.emf.java.provider.JInitializerItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification)
notifyChanged(Notification) - Method in class org.eclipse.emf.java.provider.JMemberItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification)
notifyChanged(Notification) - Method in class org.eclipse.emf.java.provider.JMethodItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification)
notifyChanged(Notification) - Method in class org.eclipse.emf.java.provider.JModelElementItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification)
notifyChanged(Notification) - Method in class org.eclipse.emf.java.provider.JPackageItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification)
notifyChanged(Notification) - Method in class org.eclipse.emf.java.provider.JParameterItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification)
notifyChanged(Notification) - Method in class org.eclipse.emf.mapping.ecore2ecore.provider.Ecore2EcoreMappingRootItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification)
notifyChanged(Notification) - Method in class org.eclipse.emf.mapping.ecore2xml.provider.ENamedElementToXMLInfoMapEntryItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification)
notifyChanged(Notification) - Method in class org.eclipse.emf.mapping.ecore2xml.provider.XMLInfoItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification)
notifyChanged(Notification) - Method in class org.eclipse.emf.mapping.ecore2xml.provider.XMLMapItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification)
notifyChanged(Notification) - Method in class org.eclipse.emf.mapping.provider.ComplexTypeConverterItemProvider
This handles notification by delegating to fireNotifyChanged.
notifyChanged(Notification) - Method in class org.eclipse.emf.mapping.provider.FunctionNamePairItemProvider
This handles notification by delegating to fireNotifyChanged.
notifyChanged(Notification) - Method in class org.eclipse.emf.mapping.provider.FunctionPairItemProvider
This handles notification by delegating to fireNotifyChanged.
notifyChanged(Notification) - Method in class org.eclipse.emf.mapping.provider.MappedObjectItemProvider
This handles notification by delegating to fireNotifyChanged.
notifyChanged(Notification) - Method in class org.eclipse.emf.mapping.provider.MappingHelperItemProvider
This handles notification by delegating to fireNotifyChanged.
notifyChanged(Notification) - Method in class org.eclipse.emf.mapping.provider.MappingItemProvider
This handles notification by delegating to fireNotifyChanged.
notifyChanged(Notification) - Method in class org.eclipse.emf.mapping.provider.MappingRootItemProvider
This handles notification by delegating to fireNotifyChanged.
notifyChanged(Notification) - Method in class org.eclipse.emf.mapping.provider.MappingStrategyItemProvider
This handles notification by delegating to fireNotifyChanged.
notifyChanged(Notification) - Method in class org.eclipse.emf.mapping.provider.TypeConverterItemProvider
This handles notification by delegating to fireNotifyChanged.
NotifyChangedToViewerRefresh - Class in org.eclipse.emf.edit.ui.provider
This class calls optimized refresh APIs for all the standard Viewer subclasses.
NotifyChangedToViewerRefresh - Class in org.eclipse.emf.edit.ui.provider
This class calls optimized refresh APIs for all the standard Viewer subclasses.
NotifyChangedToViewerRefresh() - Constructor for class org.eclipse.emf.edit.ui.provider.NotifyChangedToViewerRefresh
 
NotifyingInternalEListImpl<E> - Class in org.eclipse.emf.ecore.util
A notifying list that implements InternalEList.
NotifyingInternalEListImpl() - Constructor for class org.eclipse.emf.ecore.util.NotifyingInternalEListImpl
 
NotifyingInternalEListImpl(Collection<? extends E>) - Constructor for class org.eclipse.emf.ecore.util.NotifyingInternalEListImpl
 
NotifyingInternalEListImpl(int) - Constructor for class org.eclipse.emf.ecore.util.NotifyingInternalEListImpl
 
NotifyingList<E> - Interface in org.eclipse.emf.common.notify
A managed list that dispatches feature change notification to a notifier.
NotifyingListImpl<E> - Class in org.eclipse.emf.common.notify.impl
An extensible implementation of a notifying list.
NotifyingListImpl() - Constructor for class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Creates an empty instance.
NotifyingListImpl(int) - Constructor for class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Creates an empty instance with the given capacity.
NotifyingListImpl(Collection<? extends E>) - Constructor for class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Creates an instance that is a copy of the collection.
notifyListeners() - Method in class org.eclipse.emf.common.command.BasicCommandStack
This is called to ensure that CommandStackListener.commandStackChanged(java.util.EventObject) is called for each listener.
NS_PREFIX_EDEFAULT - Static variable in class org.eclipse.emf.ecore.impl.EPackageImpl
The default value of the 'Ns Prefix' attribute
NS_URI_EDEFAULT - Static variable in class org.eclipse.emf.ecore.impl.EPackageImpl
The default value of the 'Ns URI' attribute
nsPrefix - Variable in class org.eclipse.emf.ecore.impl.EPackageImpl
The cached value of the 'Ns Prefix' attribute
nsPrefix - Variable in class org.eclipse.emf.importer.rose.RoseImporterApplication.PackageInfo
 
nsURI - Variable in class org.eclipse.emf.ecore.impl.EPackageImpl
The cached value of the 'Ns URI' attribute
nsURI - Variable in class org.eclipse.emf.importer.ecore.EcoreImporterApplication.PackageInfo
 
nsURI - Variable in class org.eclipse.emf.importer.java.JavaImporterApplication.PackageInfo
 
nsURI - Variable in class org.eclipse.emf.importer.rose.RoseImporterApplication.PackageInfo
 
nsURIToLocalArtifactURIs - Variable in class org.eclipse.emf.exporter.ModelExporter.ReferencedGenPackageExportInfo
 
NUL - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Escape
 
NULL_CHAR_ARRAY - Static variable in class org.eclipse.emf.codegen.jet.JETCompiler
 
NULL_ENTRY - Static variable in class org.eclipse.emf.common.util.WeakInterningHashSet
A special entry used by the iterator to represent the need to yield the null value for the subsequent call to next().
NULL_FEATURE - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Lookup
 
NULL_TIME_STAMP - Static variable in interface org.eclipse.emf.ecore.resource.URIConverter
A URIConverter.ATTRIBUTE_TIME_STAMP value that indicates no time stamp is available.
NULL_VALIDATOR - Static variable in class org.eclipse.emf.ecore.util.FeatureMapUtil
 
nullable - Static variable in class org.eclipse.emf.oda.ecore.impl.DataTypes
 
nullableUnknown - Static variable in class org.eclipse.emf.oda.ecore.impl.DataTypes
 
nullEntry() - Method in class org.eclipse.emf.common.util.WeakInterningHashSet
Returns the singleton entry representing the null value's entry during iteration.

O

OB - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
object - Variable in class org.eclipse.emf.codegen.jet.JETEmitter
 
object - Variable in class org.eclipse.emf.common.util.AbstractTreeIterator
The root object for which the iteration is initiated.
object - Variable in exception org.eclipse.emf.ecore.xmi.FeatureNotFoundException
 
object - Variable in exception org.eclipse.emf.ecore.xmi.IllegalValueException
 
object - Variable in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor.PropertyValueWrapper
 
object - Variable in class org.eclipse.emf.edit.provider.ItemPropertyDescriptorDecorator
 
object - Variable in class org.eclipse.emf.edit.ui.celleditor.FeatureEditorDialog
 
object - Variable in class org.eclipse.emf.edit.ui.dnd.LocalTransfer
This records the data being transferred.
object - Variable in class org.eclipse.emf.edit.ui.provider.PropertyDescriptor
This is the object for which this class is a property source.
object - Variable in class org.eclipse.emf.edit.ui.provider.PropertySource
This is the object for which this class is a property source.
OBJECT - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
OBJECT - Static variable in class org.eclipse.emf.importer.rose.parser.RoseNode
 
OBJECT - Static variable in class org.eclipse.emf.importer.rose.parser.RoseToken
 
object - Variable in class org.eclipse.emf.oda.ecore.impl.ResultSet.JavaObject
 
OBJECT_ARGUMENT - Static variable in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter
 
OBJECT_ARGUMENT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
Deprecated.
in EMF 2.2. This field will be removed after 2.2.
OBJECT_ATTRIBUTE_IDREF_MANY - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
OBJECT_ATTRIBUTE_IDREF_SINGLE - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
OBJECT_ATTRIBUTE_MANY - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
OBJECT_ATTRIBUTE_SINGLE - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
OBJECT_CONTAIN_MANY - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
OBJECT_CONTAIN_MANY_UNSETTABLE - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
OBJECT_CONTAIN_SINGLE - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
OBJECT_CONTAIN_SINGLE_UNSETTABLE - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
OBJECT_ELEMENT_IDREF_MANY - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
OBJECT_ELEMENT_IDREF_SINGLE - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
OBJECT_ELEMENT_IDREF_SINGLE_UNSETTABLE - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
OBJECT_ELEMENT_MANY - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
OBJECT_ELEMENT_SINGLE - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
OBJECT_ELEMENT_SINGLE_UNSETTABLE - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
OBJECT_HREF_MANY - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
OBJECT_HREF_MANY_UNSETTABLE - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
OBJECT_HREF_SINGLE - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
OBJECT_HREF_SINGLE_UNSETTABLE - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
OBJECT_NOTIFICATION_CREATOR - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleData.NotificationCreator
 
OBJECT_TYPE - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
objectChanges - Variable in class org.eclipse.emf.ecore.change.impl.ChangeDescriptionImpl
The cached value of the 'Object Changes' map
objects - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
objectsToAttach - Variable in class org.eclipse.emf.ecore.change.impl.ChangeDescriptionImpl
The cached value of the 'Objects To Attach' containment reference list
objectsToDetach - Variable in class org.eclipse.emf.ecore.change.impl.ChangeDescriptionImpl
The cached value of the 'Objects To Detach' reference list
objectsToSelect - Variable in class org.eclipse.emf.edit.ui.view.ExtendedPropertySheetPage
 
objectsWithGenericTypeList - Variable in class org.eclipse.emf.ecore.xmi.impl.EMOFHelperImpl
 
objectToImageDescriptor(Object) - Method in class org.eclipse.emf.edit.ui.action.CommandAction
 
objectToImageDescriptor(Object) - Method in class org.eclipse.emf.edit.ui.action.StaticSelectionCommandAction
If necessary, this converts any image representation into an image descriptor.
objectToImageDescriptor(Object) - Method in class org.eclipse.emf.mapping.action.CreateMappingAction
 
objectToImageDescriptor(Object) - Method in class org.eclipse.emf.mapping.action.CreateOneSidedMappingAction
 
objectToImageDescriptor(Object) - Method in class org.eclipse.emf.mapping.action.NameMatchMappingAction
 
objectToImageDescriptor(Object) - Method in class org.eclipse.emf.mapping.action.RemoveMappingAction
 
objectToImageDescriptor(Object) - Method in class org.eclipse.emf.mapping.action.TypeMatchMappingAction
 
objectToNodeMap - Variable in class org.eclipse.emf.codegen.merge.java.facade.FacadeHelper
 
objectToSelect - Variable in class org.eclipse.emf.mapping.presentation.SimpleMappedObjectViewer.SelectObjectAction
 
OBPROJECTDIR - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
observe(Object) - Method in class org.eclipse.emf.databinding.edit.internal.EMFEditListPropertyDecorator
 
observe(Realm, Object) - Method in class org.eclipse.emf.databinding.edit.internal.EMFEditListPropertyDecorator
 
observe(Object) - Method in class org.eclipse.emf.databinding.edit.internal.EMFEditMapPropertyDecorator
 
observe(Realm, Object) - Method in class org.eclipse.emf.databinding.edit.internal.EMFEditMapPropertyDecorator
 
observe(Object) - Method in class org.eclipse.emf.databinding.edit.internal.EMFEditSetPropertyDecorator
 
observe(Realm, Object) - Method in class org.eclipse.emf.databinding.edit.internal.EMFEditSetPropertyDecorator
 
observe(Object) - Method in class org.eclipse.emf.databinding.edit.internal.EMFEditValuePropertyDecorator
 
observe(Realm, Object) - Method in class org.eclipse.emf.databinding.edit.internal.EMFEditValuePropertyDecorator
 
observe(Object) - Method in class org.eclipse.emf.databinding.internal.EMFListPropertyDecorator
 
observe(Realm, Object) - Method in class org.eclipse.emf.databinding.internal.EMFListPropertyDecorator
 
observe(Object) - Method in class org.eclipse.emf.databinding.internal.EMFMapPropertyDecorator
 
observe(Realm, Object) - Method in class org.eclipse.emf.databinding.internal.EMFMapPropertyDecorator
 
observe(Object) - Method in class org.eclipse.emf.databinding.internal.EMFSetPropertyDecorator
 
observe(Realm, Object) - Method in class org.eclipse.emf.databinding.internal.EMFSetPropertyDecorator
 
observe(Object) - Method in class org.eclipse.emf.databinding.internal.EMFValuePropertyDecorator
 
observe(Realm, Object) - Method in class org.eclipse.emf.databinding.internal.EMFValuePropertyDecorator
 
observeDetail(IObservableValue) - Method in class org.eclipse.emf.databinding.edit.internal.EMFEditListPropertyDecorator
 
observeDetail(IObservableValue) - Method in class org.eclipse.emf.databinding.edit.internal.EMFEditMapPropertyDecorator
 
observeDetail(IObservableValue) - Method in class org.eclipse.emf.databinding.edit.internal.EMFEditSetPropertyDecorator
 
observeDetail(IObservableValue) - Method in class org.eclipse.emf.databinding.edit.internal.EMFEditValuePropertyDecorator
 
observeDetail(IObservableList) - Method in class org.eclipse.emf.databinding.edit.internal.EMFEditValuePropertyDecorator
 
observeDetail(IObservableSet) - Method in class org.eclipse.emf.databinding.edit.internal.EMFEditValuePropertyDecorator
 
observeDetail(IObservableMap) - Method in class org.eclipse.emf.databinding.edit.internal.EMFEditValuePropertyDecorator
 
observeDetail(IObservableValue) - Method in class org.eclipse.emf.databinding.internal.EMFListPropertyDecorator
 
observeDetail(IObservableValue) - Method in class org.eclipse.emf.databinding.internal.EMFMapPropertyDecorator
 
observeDetail(IObservableValue) - Method in class org.eclipse.emf.databinding.internal.EMFSetPropertyDecorator
 
observeDetail(IObservableValue) - Method in class org.eclipse.emf.databinding.internal.EMFValuePropertyDecorator
 
observeDetail(IObservableList) - Method in class org.eclipse.emf.databinding.internal.EMFValuePropertyDecorator
 
observeDetail(IObservableSet) - Method in class org.eclipse.emf.databinding.internal.EMFValuePropertyDecorator
 
observeDetail(IObservableMap) - Method in class org.eclipse.emf.databinding.internal.EMFValuePropertyDecorator
 
observeDetailList(Realm, EditingDomain, IObservableValue, EStructuralFeature) - Static method in class org.eclipse.emf.databinding.edit.EMFEditObservables
Returns an observable list that tracks the current value of the feature of the current value of the master observable value.
observeDetailList(Realm, IObservableValue, EStructuralFeature) - Static method in class org.eclipse.emf.databinding.EMFObservables
Returns an observable list that tracks the current value of the feature of the current value of the master observable value.
observeDetailValue(Realm, EditingDomain, IObservableValue, EStructuralFeature) - Static method in class org.eclipse.emf.databinding.edit.EMFEditObservables
Returns an observable value that tracks the current value of the feature of the current value of the master observable value.
observeDetailValue(Realm, IObservableValue, EStructuralFeature) - Static method in class org.eclipse.emf.databinding.EMFObservables
Returns an observable value that tracks the current value of the feature of the current value of the master observable value.
observeList(EditingDomain, EObject, EStructuralFeature) - Static method in class org.eclipse.emf.databinding.edit.EMFEditObservables
Returns an observable list for the given multi-valued feature of the object.
observeList(Realm, EditingDomain, EObject, EStructuralFeature) - Static method in class org.eclipse.emf.databinding.edit.EMFEditObservables
Returns an observable list for the given multi-valued feature of the object.
observeList(EObject, EStructuralFeature) - Static method in class org.eclipse.emf.databinding.EMFObservables
Returns an observable list for the given multi-valued feature of the object.
observeList(Realm, EObject, EStructuralFeature) - Static method in class org.eclipse.emf.databinding.EMFObservables
Returns an observable list for the given multi-valued feature of the object.
observeMap(EditingDomain, IObservableSet, EStructuralFeature) - Static method in class org.eclipse.emf.databinding.edit.EMFEditObservables
Returns an observable map in the default realm tracking the current value of the given feature for each object in the given set.
observeMap(IObservableSet, EStructuralFeature) - Static method in class org.eclipse.emf.databinding.EMFObservables
Returns an observable map in the default realm tracking the current value of the given feature for each object in the given set.
observeMaps(EditingDomain, IObservableSet, EStructuralFeature[]) - Static method in class org.eclipse.emf.databinding.edit.EMFEditObservables
Returns an array of observable maps in the default realm tracking the current value of the given features for each object in the given set.
observeMaps(IObservableSet, EStructuralFeature[]) - Static method in class org.eclipse.emf.databinding.EMFObservables
Returns an array of observable maps in the default realm tracking the current value of the given features for each object in the given set.
observeResourceContents(Resource) - Static method in class org.eclipse.emf.databinding.EMFObservables
Returns an observable for the resource contents ( Resource.getContents())
observeValue(EditingDomain, EObject, EStructuralFeature) - Static method in class org.eclipse.emf.databinding.edit.EMFEditObservables
Returns an observable value for the given feature of the object.
observeValue(Realm, EditingDomain, EObject, EStructuralFeature) - Static method in class org.eclipse.emf.databinding.edit.EMFEditObservables
Returns an observable value for the given feature of the object.
observeValue(EObject, EStructuralFeature) - Static method in class org.eclipse.emf.databinding.EMFObservables
Returns an observable value for the given feature of the object.
observeValue(Realm, EObject, EStructuralFeature) - Static method in class org.eclipse.emf.databinding.EMFObservables
Returns an observable value for the given feature of the object.
ODAEcorePlugin - Class in org.eclipse.emf.oda.ecore
This is the central singleton for the ODA Ecore plugin.
ODAEcorePlugin() - Constructor for class org.eclipse.emf.oda.ecore.ODAEcorePlugin
Create the instance.
ODAEcorePlugin.Implementation - Class in org.eclipse.emf.oda.ecore
The actual implementation of the Eclipse Plugin.
ODAEcorePlugin.Implementation() - Constructor for class org.eclipse.emf.oda.ecore.ODAEcorePlugin.Implementation
Creates an instance.
ODAEcoreUIPlugin - Class in org.eclipse.emf.oda.ecore.ui
This is the central singleton for the ODA Ecore UI plugin.
ODAEcoreUIPlugin() - Constructor for class org.eclipse.emf.oda.ecore.ui.ODAEcoreUIPlugin
Create the instance.
ODAEcoreUIPlugin.Implementation - Class in org.eclipse.emf.oda.ecore.ui
The actual implementation of the Eclipse Plugin.
ODAEcoreUIPlugin.Implementation() - Constructor for class org.eclipse.emf.oda.ecore.ui.ODAEcoreUIPlugin.Implementation
Creates an instance.
offset - Variable in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSegmentCountAccessUnit
The offset within the segments.
offset - Variable in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSubsegmentAccessUnit
The offset within the segment.
offset - Variable in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SubstringAccessUnit
The offset within the value.
offset1 - Variable in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SubsegmentsAndSubsegmentsAccessUnit
The offset within the first segments.
offset2 - Variable in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SubsegmentsAndSubsegmentsAccessUnit
The offset within the second segments.
OK - Static variable in interface org.eclipse.emf.common.util.Diagnostic
The bit mask value 0x0 for a severity indicating everything is okay.
OK_INSTANCE - Static variable in interface org.eclipse.emf.common.util.Diagnostic
A diagnostic indicating that everything is okay.
okPressed() - Method in class org.eclipse.emf.codegen.ecore.genmodel.handler.GenerateHandler.GenModelGenerationDialog
 
okPressed() - Method in class org.eclipse.emf.codegen.ecore.genmodel.handler.GenerateHandler.GenModelSelectionDialog
 
okPressed() - Method in class org.eclipse.emf.common.ui.dialogs.ResourceDialog
Called when the OK button has been pressed, this method calls ResourceDialog.getURIText() to cache and return the URI text field's value (so that it may be retrieved even after the field has been disposed).
okPressed() - Method in class org.eclipse.emf.edit.ui.celleditor.FeatureEditorDialog
 
oldClipboard - Variable in class org.eclipse.emf.edit.command.CopyToClipboardCommand
This is the original clipboard value before execute.
oldClipboard - Variable in class org.eclipse.emf.edit.command.CutToClipboardCommand
This is the original clipboard value before execute.
oldContainmentInformation - Variable in class org.eclipse.emf.ecore.change.impl.ChangeDescriptionImpl
 
oldContext - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.GenAnnotationCopier
 
oldGenModelVersion - Variable in class org.eclipse.emf.importer.java.builder.JavaEcoreBuilder
The old version to against which to reconcile.
oldIEEEPrimitiveValue - Variable in class org.eclipse.emf.common.notify.impl.NotificationImpl
oldIndex - Variable in class org.eclipse.emf.edit.command.MoveCommand
This is the original position to which the object will be moved upon undo.
oldJavaSoureContainer - Variable in class org.eclipse.emf.codegen.presentation.JETPropertyPage
 
oldPage - Variable in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterWizard.PageHelper
 
oldSimplePrimitiveValue - Variable in class org.eclipse.emf.common.notify.impl.NotificationImpl
oldStyleProxyURIs - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
oldTemplateContainers - Variable in class org.eclipse.emf.codegen.presentation.JETPropertyPage
 
oldTemplateSourceContainers - Variable in class org.eclipse.emf.codegen.presentation.JETPropertyPage
 
oldValue - Variable in class org.eclipse.emf.common.notify.impl.NotificationImpl
The old value for the case of NotificationImpl.PRIMITIVE_TYPE_OBJECT.
oldValue - Variable in class org.eclipse.emf.edit.command.SetCommand
This is the old value of the feature which must be restored during undo.
oldValue - Variable in class org.eclipse.emf.importer.rose.parser.RoseLoader
 
oldValue - Variable in class org.eclipse.emf.importer.rose.parser.RoseWriter
 
oldWidth - Variable in class org.eclipse.emf.mapping.presentation.MappingEditor.DelayedColumnFitter
 
ONE_EMPTY_SEGMENT - Static variable in class org.eclipse.emf.common.util.URI
 
ONE_SELF_SEGMENT - Static variable in class org.eclipse.emf.common.util.URI
 
opaquePart() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
opaquePart - Variable in class org.eclipse.emf.common.util.URI.Opaque
The opaque part of the opaque URI.
opaquePart() - Method in class org.eclipse.emf.common.util.URI.Opaque
 
opaquePart() - Method in class org.eclipse.emf.common.util.URI
If this is a non-hierarchical URI, returns the opaque part component; null otherwise.
open(Shell, String, String, Diagnostic) - Static method in class org.eclipse.emf.common.ui.dialogs.DiagnosticDialog
Opens a diagnostic dialog to display the given diagnostic.
open(Shell, String, String, Diagnostic, int) - Static method in class org.eclipse.emf.common.ui.dialogs.DiagnosticDialog
Opens an diagnostic dialog to display the given diagnostic.
open() - Method in class org.eclipse.emf.common.ui.dialogs.DiagnosticDialog
Extends Window.open().
open(Properties) - Method in class org.eclipse.emf.oda.ecore.impl.Connection
 
openConnection(URL) - Method in class org.eclipse.emf.common.archive.Handler
Returns a new ArchiveURLConnection.
openDirective - Variable in class org.eclipse.emf.codegen.jet.JETParser
 
openEcoreAction - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelActionBarContributor
 
openEditor() - Method in class org.eclipse.emf.common.ui.editor.ProblemEditorPart
 
openEditor(IFile, String) - Method in class org.eclipse.emf.common.ui.wizard.AbstractExampleInstallerWizard
 
openEditor(IFile) - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterWizard
 
openEditor(EObject) - Static method in class org.eclipse.emf.edit.ui.util.EditUIUtil
Opens the default editor for the resource that contains the specified EObject.
OpenEditorAction - Class in org.eclipse.emf.ecore.action
Generate Java beans from the XML Schema
OpenEditorAction() - Constructor for class org.eclipse.emf.ecore.action.OpenEditorAction
 
openErrorDialog(String, Exception) - Method in class org.eclipse.emf.common.ui.editor.ProblemEditorPart
 
openErrorDialog(String, Throwable) - Method in class org.eclipse.emf.common.ui.wizard.AbstractExampleInstallerWizard
 
openExpr - Variable in class org.eclipse.emf.codegen.jet.JETParser
 
openFiles(IProgressMonitor) - Method in class org.eclipse.emf.common.ui.wizard.AbstractExampleInstallerWizard
 
openFileSelection(Shell, String, String, boolean, Object[], List<ViewerFilter>) - Static method in class org.eclipse.emf.common.ui.dialogs.WorkspaceResourceDialog
 
openFolderSelection(Shell, String, String, boolean, Object[], List<ViewerFilter>) - Static method in class org.eclipse.emf.common.ui.dialogs.WorkspaceResourceDialog
 
openGenModelAction - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelActionBarContributor
 
openNewFile(Shell, String, String, IPath, List<ViewerFilter>) - Static method in class org.eclipse.emf.common.ui.dialogs.WorkspaceResourceDialog
 
openProblem(Shell, String, String, Diagnostic) - Static method in class org.eclipse.emf.common.ui.dialogs.DiagnosticDialog
Opens a diagnostic dialog to display the given diagnostic.
openScriptlet - Variable in class org.eclipse.emf.codegen.jet.JETParser
 
openStream(String) - Static method in class org.eclipse.emf.codegen.jet.JETCompiler
 
OpenWizardActionDelegate - Class in org.eclipse.emf.converter.ui
This action just invokes an org.eclipse.jface.wizard.IWizard with an existing file.
OpenWizardActionDelegate() - Constructor for class org.eclipse.emf.converter.ui.OpenWizardActionDelegate
 
OpenWizardActionDelegate(IEditorPart) - Constructor for class org.eclipse.emf.converter.ui.OpenWizardActionDelegate
 
operation - Variable in class org.eclipse.emf.edit.command.DragAndDropCommand.Detail
 
operation - Variable in class org.eclipse.emf.edit.command.DragAndDropCommand
This keeps track of the current operation that will be returned by DragAndDropCommand.getOperation().
operation - Variable in class org.eclipse.emf.edit.ui.dnd.EditingDomainViewerDropAdapter.DragAndDropCommandInformation
 
OPERATION - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
OPERATION_REFLECTION_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Operation Reflection' attribute
operationID - Variable in class org.eclipse.emf.ecore.impl.EOperationImpl
 
OPERATIONISONEWAY - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
operationReflection - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Operation Reflection' attribute
OPERATIONS - Static variable in class org.eclipse.emf.ecore.impl.ESuperAdapter
 
operations - Variable in class org.eclipse.emf.edit.command.DragAndDropCommand.Detail
 
operations - Variable in class org.eclipse.emf.edit.command.DragAndDropCommand
This keeps track of the permitted operations.
operations - Variable in class org.eclipse.emf.edit.ui.dnd.EditingDomainViewerDropAdapter.DragAndDropCommandInformation
 
OPERATIONS - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
OPERATIONS_MODIFIED - Static variable in class org.eclipse.emf.ecore.impl.ESuperAdapter
 
OPEXPORTCONTROL - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
opposite - Variable in class org.eclipse.emf.ecore.xcore.impl.XReferenceImpl
The cached value of the 'Opposite' reference
OppositeReplacementTextApplier - Class in org.eclipse.emf.ecore.xcore.ui.contentassist
 
OppositeReplacementTextApplier(XReference, ITextViewer, IScope, XcoreMapper, IQualifiedNameConverter, <any>) - Constructor for class org.eclipse.emf.ecore.xcore.ui.contentassist.OppositeReplacementTextApplier
 
optimize - Variable in class org.eclipse.emf.edit.command.CopyCommand
This controls whether or not to optimize the canExecute (prepare)
optimize - Variable in class org.eclipse.emf.edit.command.DragAndDropCommand
This controls whether or not to optimize the DragAndDropCommand.prepare().
optimize - Variable in class org.eclipse.emf.edit.command.PasteFromClipboardCommand
This controls whether or not to optimize the canExecute (prepare)
optimizeCopy - Variable in class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain
This controls whether or not copy command optimizations are safe in this domain.
OPTIMIZED_HAS_CHILDREN_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Optimized Has Children' attribute
optimizedCanExecute() - Method in class org.eclipse.emf.edit.command.DragAndDropCommand
 
optimizedCanExecute() - Method in class org.eclipse.emf.edit.command.PasteFromClipboardCommand
 
optimizedCanExecute() - Method in class org.eclipse.emf.mapping.command.DragAndDropOverrideCommand
 
optimizedCanExecute() - Method in class org.eclipse.emf.mapping.command.PasteFromClipboardOverrideCommand
 
optimizedDropCommandOwner - Variable in class org.eclipse.emf.edit.command.DragAndDropCommand
This is to remember which owner to use for the drop command in the optimized mode.
optimizedHasChildren - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Optimized Has Children' attribute
OPTION_ANY_SIMPLE_TYPE - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
This option allows to specify an EClass for the implementation for anySimpleType.
OPTION_ANY_TYPE - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
This option allows to specify an EClass for the implementation for anyType.
OPTION_BINARY - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
A load or save option that when set to Boolean.TRUE, directs the resource to produce or consume a binary serialization.
OPTION_BUFFER_CAPACITY - Static variable in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl
Specify the capacity of the buffered stream used when saving or loading the resource content.
OPTION_CIPHER - Static variable in interface org.eclipse.emf.ecore.resource.Resource
Specify a URIConverter.Cipher to encrypt and decrypt the resource content.
OPTION_CONFIGURATION_CACHE - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
Generic option for enable caching (during save and load) to improve performance.
OPTION_DECLARE_XML - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
Begin a save with this line:
OPTION_DEFER_ATTACHMENT - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
Defer adding the root object to the resource until the end of the load when the tree is complete.
OPTION_DEFER_IDREF_RESOLUTION - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
Defer resolution of same document references until the end of the document being loaded is reached.
OPTION_DISABLE_NOTIFY - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
Disable notifications during load, and enable them at the end of a load.
OPTION_DOM_USE_NAMESPACES_IN_SCOPE - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
This is option should be used when loading a resource from a DOM Element node, to specify that load method should take into account all the namespaces declarations in scope for this node (by visiting parents of the node being loaded).
OPTION_EAGER_PROXY_RESOLUTION - Static variable in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl
A Boolean load option to specify whether proxies should be eagerly resolved during loading.
OPTION_ELEMENT_HANDLER - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
This option is used to specify an XMLResource.ElementHandler for deducing the feature used to serialize a specific type of value.
OPTION_ENCODING - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
Specify the XML encoding to be used during save.
OPTION_ESCAPE_USING_CDATA - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
Serialized element content that needs escaping and doesn't contain "]]>", will be escaped using CDATA.
OPTION_EXTENDED_META_DATA - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
This option allows you to tailor the XML serialization of objects.
OPTION_FLUSH_THRESHOLD - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
Flush the output stream whenever the number of characters/bytes pending exceeds the specified Integer value.
OPTION_FORMATTED - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
Break lines and add indentation to produce a readable document.
OPTION_INTERNAL_BUFFER_CAPACITY - Static variable in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl
Specify the capacity of the internal byte array used in BinaryResourceImpl.EObjectInputStream or BinaryResourceImpl.EObjectOutputStream for buffering the reading and writing of bytes.
OPTION_KEEP_DEFAULT_CONTENT - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
Keep default content ( e.g. default attributes).
OPTION_LAX_FEATURE_PROCESSING - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
Turn this load option on to indicate that a feature should be populated from either an attribute or an element even if its feature kind is specified (e.g. element).
OPTION_LAX_WILDCARD_PROCESSING - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
This load option set to Boolean.TRUE will cause all wildcards to handled as if they explicitly specified lax processing.
OPTION_LINE_DELIMITER - Static variable in interface org.eclipse.emf.ecore.resource.Resource
Specify the line delimiter to be used for saving the contents.
OPTION_LINE_DELIMITER_UNSPECIFIED - Static variable in interface org.eclipse.emf.ecore.resource.Resource
A value for Resource.OPTION_LINE_DELIMITER that can be used only with Resource.save(Map) to specify that the appropriate line delimiter be determined from the line delimiter property of the content description.
OPTION_LINE_WIDTH - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
Attribute formatting that exceeds the specified width will cause a line break so that formatting will continue indented on the next line.
OPTION_MISSING_PACKAGE_HANDLER - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
A load option that specifies a missing package handler instance that's used to as a final opportunity to locate a package when all other mechanisms have failed.
OPTION_PARSER_FEATURES - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
Specify parser features with their corresponding values, i.e., true or false using Map.
OPTION_PARSER_PROPERTIES - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
Specify parser properties with their corresponding values using a Map.
OPTION_PROCESS_DANGLING_HREF - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
This can be one of "THROW", "DISCARD", "RECORD", where "THROW" is the default.
OPTION_PROCESS_DANGLING_HREF_DISCARD - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
 
OPTION_PROCESS_DANGLING_HREF_RECORD - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
 
OPTION_PROCESS_DANGLING_HREF_THROW - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
 
OPTION_PROXY_ATTRIBUTES - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
A save option that when set to Boolean.TRUE, directs the resource to produce href-style proxies with attribute values; The default value is false.
OPTION_RECORD_ANY_TYPE_NAMESPACE_DECLARATIONS - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
Enable preserving namespace declarations on elements of type AnyType
OPTION_RECORD_UNKNOWN_FEATURE - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
This options allows you to record unknown features during deserialization/loading.
OPTION_REQUESTED_ATTRIBUTES - Static variable in interface org.eclipse.emf.ecore.resource.URIConverter
An option passed to a Set to URIConverter.getAttributes(URI, Map) to indicate the specific attributes to be fetched.
OPTION_REQUESTED_PROPERTIES - Static variable in interface org.eclipse.emf.ecore.resource.ContentHandler
An option used to specify the Set of properties being requested when computing a content description.
OPTION_RESOURCE_ENTITY_HANDLER - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
A XMLResource.ResourceEntityHandler value that will be used during load to record entity definitions and during save to encode cross document reference URIs as entities; the default value is null, in which case entities will not be defined at all.
OPTION_RESOURCE_HANDLER - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
A XMLResource.ResourceHandler value that can be registered to receive call backs for loading from an input stream or saving to an output stream.
OPTION_RESPONSE - Static variable in interface org.eclipse.emf.ecore.resource.URIConverter
An option to pass a Map<Object, Object> to any of the URI converter's methods in order to yield results in addition to the returned value of the method.
OPTION_ROOT_OBJECTS - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
Write only the subtree starting at the specified list of EObjects, which must be objects contained by the resource.
OPTION_SAVE_DOCTYPE - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
Save a doctype declaration using systemId and publicId values specified on the resource
OPTION_SAVE_ONLY_IF_CHANGED - Static variable in interface org.eclipse.emf.ecore.resource.Resource
A save option that can be used only with Resource.save(Map) to specify that the resource is to be saved only if the new contents are different from actual contents; this compares the bytes in the backing store against the new bytes that would be saved.
OPTION_SAVE_ONLY_IF_CHANGED_FILE_BUFFER - Static variable in interface org.eclipse.emf.ecore.resource.Resource
A value for Resource.OPTION_SAVE_ONLY_IF_CHANGED to specify that a file buffer should be used to compare the new contents with the actual contents.
OPTION_SAVE_ONLY_IF_CHANGED_MEMORY_BUFFER - Static variable in interface org.eclipse.emf.ecore.resource.Resource
A value for Resource.OPTION_SAVE_ONLY_IF_CHANGED to specify that an in-memory buffer should be used to compare the new contents with the actual contents.
OPTION_SAVE_TYPE_INFORMATION - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
Use XMLTypeInfo to determine whether type information (xsi:type/xmi:type) is to be serialized for references.
OPTION_SCHEMA_LOCATION - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
Produce an xsi:schemaLocation/xsi:noNamespaceSchemaLocation in the saved result.
OPTION_SCHEMA_LOCATION_IMPLEMENTATION - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
Produce an xsi:schemaLocation/xsi:noNamespaceSchemaLocation in the saved result to encode the name of the Java interface that declares the eINSTANCE of the EPackage implementation for those cases where OPTION_SCHEMA_LOCATION would not produce a physical location URI.
OPTION_SKIP_ESCAPE - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
Skip processing for values that contain characters special to XML Faster for large computer-generated files
OPTION_SKIP_ESCAPE_URI - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
Skip escaping special characters, such as '&' char, in URIs during XML serialization.
OPTION_STYLE_BINARY_DATE - Static variable in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl
A Boolean save option to specify whether date values will be serialized using Date.getTime() rather than a string representation.
OPTION_STYLE_BINARY_ENUMERATOR - Static variable in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl
A Boolean save option to specify whether enumerator values will be serialized using Enumerator.getValue() rather than a string representation.
OPTION_STYLE_BINARY_FLOATING_POINT - Static variable in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl
A Boolean save option to specify whether float and double values are encoded using Float.floatToIntBits(float) and Double.doubleToLongBits(double) respectively, rather than a string representation.
OPTION_STYLE_DATA_CONVERTER - Static variable in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl
A Boolean save option to specify whether values should be serialized using data converters.
OPTION_STYLE_PROXY_ATTRIBUTES - Static variable in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl
A Boolean save option to specify whether serialized proxies will include the serialization of their attribute values.
OPTION_SUPPRESS_DOCUMENT_ROOT - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
When XMLResource.OPTION_EXTENDED_META_DATA is used, this load option set to Boolean.TRUE will direct the deserializer to suppress creating a document root instance.
OPTION_SUPPRESS_XMI - Static variable in interface org.eclipse.emf.ecore.xmi.XMIResource
A save or load option that when set to true, instructs the resource to produce regular XML, not XMI, or to consume, regular XML, not XMI.
OPTION_TIMEOUT - Static variable in interface org.eclipse.emf.ecore.resource.URIConverter
An option to pass a timeout value, i.e., a non-negative Integer, to the URI converter's methods.
OPTION_URI_CONVERTER - Static variable in interface org.eclipse.emf.ecore.resource.URIConverter
An option used to pass the calling URIConverter to the URIHandlers.
OPTION_URI_HANDLER - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
A XMLResource.URIHandler value that will be used to control how URIs are resolved during load and deresolved during save.
OPTION_USE_CACHED_LOOKUP_TABLE - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
Specify a place holder List for caching information during the subsequent saving of XML documents.
OPTION_USE_DEPRECATED_METHODS - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
Use deprecated methods - the default is true.
OPTION_USE_ENCODED_ATTRIBUTE_STYLE - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
All EObject references will be uniformly encoded as one or more QName URI pairs, where the QName is optional depending on whether the referenced object's type is not identicle to that of the feature.
OPTION_USE_FILE_BUFFER - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
Write the intermediate results of serialization to the file system rather to an in-memory buffer.
OPTION_USE_LEXICAL_HANDLER - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
Determines whether comments and CDATA will be preserved in any mixed text processing.
OPTION_USE_PACKAGE_NS_URI_AS_LOCATION - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
A load option that when set to Boolean.TRUE directs the resource to load the an unregistered package using the package's namespace as its location.
OPTION_USE_PARSER_POOL - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
Specify a parser pool to be used for loading XML documents from InputStream.
OPTION_USE_XMI_TYPE - Static variable in interface org.eclipse.emf.ecore.xmi.XMIResource
Write the type of an element as "xmi:type" instead of "xsi:type" which is useful for models with multiple inheritance that may conflict with XML schema types
OPTION_USE_XML_NAME_TO_FEATURE_MAP - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
Specify a map Map to be used during the subsequent loading of XML documents.
OPTION_VERSION - Static variable in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl
A save option to specify the BinaryResourceImpl.BinaryIO.Version to be used for the serialization.
OPTION_XML_MAP - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
This save option allows you to tailor the XML serialization of objects.
OPTION_XML_OPTIONS - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
Allows the user to specify XML options XMLOptions and default implementation you can use XMLOptionsImpl
OPTION_XML_VERSION - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
Specify the XML version to be used during save.
OPTION_ZIP - Static variable in interface org.eclipse.emf.ecore.resource.Resource
Specify whether the content of the resource should be zipped during save and unzip during load.
options - Variable in class org.eclipse.emf.codegen.ecore.generator.Generator
 
options - Variable in class org.eclipse.emf.codegen.jmerge.JPatternDictionary
Deprecated.
 
options() - Method in class org.eclipse.emf.codegen.jmerge.JPatternDictionary
Deprecated.
 
options - Variable in class org.eclipse.emf.ecore.resource.impl.ArchiveURIHandlerImpl.Archive
 
options - Variable in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.BinaryIO
 
options - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLLoadImpl
 
ORACLE8 - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
oranizeImports(Issue, IssueResolutionAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.quickfix.XcoreQuickfixProvider
 
ORDERED_EDEFAULT - Static variable in class org.eclipse.emf.ecore.impl.ETypedElementImpl
The default value of the 'Ordered' attribute
ORDERED_EFLAG - Static variable in class org.eclipse.emf.ecore.impl.ETypedElementImpl
The flag representing the value of the 'Ordered' attribute
orderedSourceChildrenMap - Variable in class org.eclipse.emf.codegen.jmerge.JMerger
Deprecated.
 
orderedSourceChildrenMap - Variable in class org.eclipse.emf.codegen.merge.java.JMerger
 
org.eclipse.emf.ant - package org.eclipse.emf.ant
 
org.eclipse.emf.ant.taskdefs - package org.eclipse.emf.ant.taskdefs
 
org.eclipse.emf.ant.taskdefs.codegen - package org.eclipse.emf.ant.taskdefs.codegen
 
org.eclipse.emf.ant.taskdefs.codegen.ecore - package org.eclipse.emf.ant.taskdefs.codegen.ecore
 
org.eclipse.emf.ant.util - package org.eclipse.emf.ant.util
 
org.eclipse.emf.codegen - package org.eclipse.emf.codegen
 
org.eclipse.emf.codegen.action - package org.eclipse.emf.codegen.action
 
org.eclipse.emf.codegen.ecore - package org.eclipse.emf.codegen.ecore
 
org.eclipse.emf.codegen.ecore.generator - package org.eclipse.emf.codegen.ecore.generator
 
org.eclipse.emf.codegen.ecore.genmodel - package org.eclipse.emf.codegen.ecore.genmodel
 
org.eclipse.emf.codegen.ecore.genmodel.action - package org.eclipse.emf.codegen.ecore.genmodel.action
 
org.eclipse.emf.codegen.ecore.genmodel.generator - package org.eclipse.emf.codegen.ecore.genmodel.generator
 
org.eclipse.emf.codegen.ecore.genmodel.handler - package org.eclipse.emf.codegen.ecore.genmodel.handler
 
org.eclipse.emf.codegen.ecore.genmodel.impl - package org.eclipse.emf.codegen.ecore.genmodel.impl
 
org.eclipse.emf.codegen.ecore.genmodel.presentation - package org.eclipse.emf.codegen.ecore.genmodel.presentation
 
org.eclipse.emf.codegen.ecore.genmodel.provider - package org.eclipse.emf.codegen.ecore.genmodel.provider
 
org.eclipse.emf.codegen.ecore.genmodel.util - package org.eclipse.emf.codegen.ecore.genmodel.util
 
org.eclipse.emf.codegen.ecore.gwt - package org.eclipse.emf.codegen.ecore.gwt
 
org.eclipse.emf.codegen.ecore.templates.edit - package org.eclipse.emf.codegen.ecore.templates.edit
 
org.eclipse.emf.codegen.ecore.templates.editor - package org.eclipse.emf.codegen.ecore.templates.editor
 
org.eclipse.emf.codegen.ecore.templates.model - package org.eclipse.emf.codegen.ecore.templates.model
 
org.eclipse.emf.codegen.ecore.templates.model.tests - package org.eclipse.emf.codegen.ecore.templates.model.tests
 
org.eclipse.emf.codegen.ecore.ui - package org.eclipse.emf.codegen.ecore.ui
 
org.eclipse.emf.codegen.ecore.xtext - package org.eclipse.emf.codegen.ecore.xtext
 
org.eclipse.emf.codegen.ecore.xtext.ui - package org.eclipse.emf.codegen.ecore.xtext.ui
 
org.eclipse.emf.codegen.jet - package org.eclipse.emf.codegen.jet
 
org.eclipse.emf.codegen.jmerge - package org.eclipse.emf.codegen.jmerge
 
org.eclipse.emf.codegen.merge.java - package org.eclipse.emf.codegen.merge.java
 
org.eclipse.emf.codegen.merge.java.facade - package org.eclipse.emf.codegen.merge.java.facade
 
org.eclipse.emf.codegen.merge.java.facade.ast - package org.eclipse.emf.codegen.merge.java.facade.ast
 
org.eclipse.emf.codegen.merge.java.facade.jdom - package org.eclipse.emf.codegen.merge.java.facade.jdom
 
org.eclipse.emf.codegen.merge.properties - package org.eclipse.emf.codegen.merge.properties
 
org.eclipse.emf.codegen.presentation - package org.eclipse.emf.codegen.presentation
 
org.eclipse.emf.codegen.util - package org.eclipse.emf.codegen.util
 
org.eclipse.emf.common - package org.eclipse.emf.common
Provides a collection of subpackages to support the EMF infrastructure.
org.eclipse.emf.common.archive - package org.eclipse.emf.common.archive
Provides support for archive URLs.
org.eclipse.emf.common.command - package org.eclipse.emf.common.command
Provides a framework for implementing and composing commands.
org.eclipse.emf.common.notify - package org.eclipse.emf.common.notify
Provides a notification framework.
org.eclipse.emf.common.notify.impl - package org.eclipse.emf.common.notify.impl
Provides a basic implementation of the notification framework.
org.eclipse.emf.common.ui - package org.eclipse.emf.common.ui
This provides generally reusable extensions for the Eclipse UI
org.eclipse.emf.common.ui.action - package org.eclipse.emf.common.ui.action
This provides generally reusable action extensions for the Eclipse UI.
org.eclipse.emf.common.ui.celleditor - package org.eclipse.emf.common.ui.celleditor
This provides generally reusable celleditor support for the Eclipse UI.
org.eclipse.emf.common.ui.dialogs - package org.eclipse.emf.common.ui.dialogs
 
org.eclipse.emf.common.ui.editor - package org.eclipse.emf.common.ui.editor
 
org.eclipse.emf.common.ui.viewer - package org.eclipse.emf.common.ui.viewer
This provides generally reusable viewer extensions for the Eclipse UI.
org.eclipse.emf.common.ui.wizard - package org.eclipse.emf.common.ui.wizard
 
org.eclipse.emf.common.util - package org.eclipse.emf.common.util
Provides basic utilities.
org.eclipse.emf.converter - package org.eclipse.emf.converter
 
org.eclipse.emf.converter.ui - package org.eclipse.emf.converter.ui
 
org.eclipse.emf.converter.ui.contribution - package org.eclipse.emf.converter.ui.contribution
 
org.eclipse.emf.converter.ui.contribution.base - package org.eclipse.emf.converter.ui.contribution.base
 
org.eclipse.emf.converter.util - package org.eclipse.emf.converter.util
 
org.eclipse.emf.databinding - package org.eclipse.emf.databinding
 
org.eclipse.emf.databinding.edit - package org.eclipse.emf.databinding.edit
 
org.eclipse.emf.databinding.edit.internal - package org.eclipse.emf.databinding.edit.internal
 
org.eclipse.emf.databinding.internal - package org.eclipse.emf.databinding.internal
 
org.eclipse.emf.ecore - package org.eclipse.emf.ecore
Provides an API for the Ecore dialect of UML.
org.eclipse.emf.ecore.action - package org.eclipse.emf.ecore.action
 
org.eclipse.emf.ecore.change - package org.eclipse.emf.ecore.change
Provides an API for describing and applying model changes.
org.eclipse.emf.ecore.change.impl - package org.eclipse.emf.ecore.change.impl
Provides an implementation of the Change model.
org.eclipse.emf.ecore.change.provider - package org.eclipse.emf.ecore.change.provider
Provides item providers for the change model.
org.eclipse.emf.ecore.change.util - package org.eclipse.emf.ecore.change.util
Provides utilities.
org.eclipse.emf.ecore.impl - package org.eclipse.emf.ecore.impl
Provides an implementation of Ecore.
org.eclipse.emf.ecore.plugin - package org.eclipse.emf.ecore.plugin
Provides platform neutral integration with Eclipse.
org.eclipse.emf.ecore.presentation - package org.eclipse.emf.ecore.presentation
Provides sample editor support for Ecore.
org.eclipse.emf.ecore.provider - package org.eclipse.emf.ecore.provider
Provides item providers for Ecore.
org.eclipse.emf.ecore.resource - package org.eclipse.emf.ecore.resource
Provides an API for modeling abstract persistent resources.
org.eclipse.emf.ecore.resource.impl - package org.eclipse.emf.ecore.resource.impl
Provides an implementation of the resource API.
org.eclipse.emf.ecore.util - package org.eclipse.emf.ecore.util
Provides utilities.
org.eclipse.emf.ecore.xcore - package org.eclipse.emf.ecore.xcore
 
org.eclipse.emf.ecore.xcore.conversion - package org.eclipse.emf.ecore.xcore.conversion
 
org.eclipse.emf.ecore.xcore.exporter - package org.eclipse.emf.ecore.xcore.exporter
 
org.eclipse.emf.ecore.xcore.exporter.ui - package org.eclipse.emf.ecore.xcore.exporter.ui
 
org.eclipse.emf.ecore.xcore.findrefs - package org.eclipse.emf.ecore.xcore.findrefs
 
org.eclipse.emf.ecore.xcore.formatting - package org.eclipse.emf.ecore.xcore.formatting
 
org.eclipse.emf.ecore.xcore.generator - package org.eclipse.emf.ecore.xcore.generator
 
org.eclipse.emf.ecore.xcore.impl - package org.eclipse.emf.ecore.xcore.impl
 
org.eclipse.emf.ecore.xcore.importer - package org.eclipse.emf.ecore.xcore.importer
 
org.eclipse.emf.ecore.xcore.importer.ui - package org.eclipse.emf.ecore.xcore.importer.ui
 
org.eclipse.emf.ecore.xcore.interpreter - package org.eclipse.emf.ecore.xcore.interpreter
 
org.eclipse.emf.ecore.xcore.lib - package org.eclipse.emf.ecore.xcore.lib
 
org.eclipse.emf.ecore.xcore.mappings - package org.eclipse.emf.ecore.xcore.mappings
 
org.eclipse.emf.ecore.xcore.parser.antlr - package org.eclipse.emf.ecore.xcore.parser.antlr
 
org.eclipse.emf.ecore.xcore.parser.antlr.internal - package org.eclipse.emf.ecore.xcore.parser.antlr.internal
 
org.eclipse.emf.ecore.xcore.provider - package org.eclipse.emf.ecore.xcore.provider
 
org.eclipse.emf.ecore.xcore.resource - package org.eclipse.emf.ecore.xcore.resource
 
org.eclipse.emf.ecore.xcore.resource.containers - package org.eclipse.emf.ecore.xcore.resource.containers
 
org.eclipse.emf.ecore.xcore.scoping - package org.eclipse.emf.ecore.xcore.scoping
 
org.eclipse.emf.ecore.xcore.scoping.types - package org.eclipse.emf.ecore.xcore.scoping.types
 
org.eclipse.emf.ecore.xcore.services - package org.eclipse.emf.ecore.xcore.services
 
org.eclipse.emf.ecore.xcore.ui - package org.eclipse.emf.ecore.xcore.ui
 
org.eclipse.emf.ecore.xcore.ui.builder - package org.eclipse.emf.ecore.xcore.ui.builder
 
org.eclipse.emf.ecore.xcore.ui.container - package org.eclipse.emf.ecore.xcore.ui.container
 
org.eclipse.emf.ecore.xcore.ui.contentassist - package org.eclipse.emf.ecore.xcore.ui.contentassist
 
org.eclipse.emf.ecore.xcore.ui.contentassist.antlr - package org.eclipse.emf.ecore.xcore.ui.contentassist.antlr
 
org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal - package org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal
 
org.eclipse.emf.ecore.xcore.ui.editor - package org.eclipse.emf.ecore.xcore.ui.editor
 
org.eclipse.emf.ecore.xcore.ui.formatting - package org.eclipse.emf.ecore.xcore.ui.formatting
 
org.eclipse.emf.ecore.xcore.ui.handler - package org.eclipse.emf.ecore.xcore.ui.handler
 
org.eclipse.emf.ecore.xcore.ui.hover - package org.eclipse.emf.ecore.xcore.ui.hover
 
org.eclipse.emf.ecore.xcore.ui.hyperlinking - package org.eclipse.emf.ecore.xcore.ui.hyperlinking
 
org.eclipse.emf.ecore.xcore.ui.internal - package org.eclipse.emf.ecore.xcore.ui.internal
 
org.eclipse.emf.ecore.xcore.ui.labeling - package org.eclipse.emf.ecore.xcore.ui.labeling
 
org.eclipse.emf.ecore.xcore.ui.outline - package org.eclipse.emf.ecore.xcore.ui.outline
 
org.eclipse.emf.ecore.xcore.ui.quickfix - package org.eclipse.emf.ecore.xcore.ui.quickfix
 
org.eclipse.emf.ecore.xcore.ui.refactoring - package org.eclipse.emf.ecore.xcore.ui.refactoring
 
org.eclipse.emf.ecore.xcore.util - package org.eclipse.emf.ecore.xcore.util
 
org.eclipse.emf.ecore.xcore.validation - package org.eclipse.emf.ecore.xcore.validation
 
org.eclipse.emf.ecore.xmi - package org.eclipse.emf.ecore.xmi
 
org.eclipse.emf.ecore.xmi.impl - package org.eclipse.emf.ecore.xmi.impl
 
org.eclipse.emf.ecore.xmi.util - package org.eclipse.emf.ecore.xmi.util
 
org.eclipse.emf.ecore.xml.namespace - package org.eclipse.emf.ecore.xml.namespace
 
org.eclipse.emf.ecore.xml.namespace.impl - package org.eclipse.emf.ecore.xml.namespace.impl
 
org.eclipse.emf.ecore.xml.namespace.util - package org.eclipse.emf.ecore.xml.namespace.util
 
org.eclipse.emf.ecore.xml.type - package org.eclipse.emf.ecore.xml.type
 
org.eclipse.emf.ecore.xml.type.impl - package org.eclipse.emf.ecore.xml.type.impl
 
org.eclipse.emf.ecore.xml.type.internal - package org.eclipse.emf.ecore.xml.type.internal
 
org.eclipse.emf.ecore.xml.type.util - package org.eclipse.emf.ecore.xml.type.util
 
org.eclipse.emf.edit - package org.eclipse.emf.edit
This provides plugin support for EMF.Edit.
org.eclipse.emf.edit.command - package org.eclipse.emf.edit.command
This provides a framework for implementing and composing Commands as well as implementations of all primitive EMF commands.
org.eclipse.emf.edit.domain - package org.eclipse.emf.edit.domain
This provides support for an EditingDomain, which acts a centralized control mechanism for managing a set of interrelated models and the Commands which modify them.
org.eclipse.emf.edit.provider - package org.eclipse.emf.edit.provider
This provides reusable ItemProviderAdapter support to drive JFace StructuredViewers, Eclipse IPropertySources, and EditingDomains
org.eclipse.emf.edit.provider.resource - package org.eclipse.emf.edit.provider.resource
 
org.eclipse.emf.edit.tree - package org.eclipse.emf.edit.tree
 
org.eclipse.emf.edit.tree.impl - package org.eclipse.emf.edit.tree.impl
 
org.eclipse.emf.edit.tree.provider - package org.eclipse.emf.edit.tree.provider
 
org.eclipse.emf.edit.tree.util - package org.eclipse.emf.edit.tree.util
 
org.eclipse.emf.edit.ui - package org.eclipse.emf.edit.ui
This provides plugin support for EMF.Edit.UI.
org.eclipse.emf.edit.ui.action - package org.eclipse.emf.edit.ui.action
This provides a reusable implementation of an org.eclipse.jface.action.IAction that delegates to a CommandActionDelegate, which is usually also a Command
org.eclipse.emf.edit.ui.celleditor - package org.eclipse.emf.edit.ui.celleditor
 
org.eclipse.emf.edit.ui.dnd - package org.eclipse.emf.edit.ui.dnd
This provides a supplementary support for drag and drop based on delegation to the command framework.
org.eclipse.emf.edit.ui.provider - package org.eclipse.emf.edit.ui.provider
 
org.eclipse.emf.edit.ui.util - package org.eclipse.emf.edit.ui.util
 
org.eclipse.emf.edit.ui.view - package org.eclipse.emf.edit.ui.view
 
org.eclipse.emf.examples.extlibrary - package org.eclipse.emf.examples.extlibrary
 
org.eclipse.emf.examples.extlibrary.actions - package org.eclipse.emf.examples.extlibrary.actions
 
org.eclipse.emf.examples.extlibrary.impl - package org.eclipse.emf.examples.extlibrary.impl
 
org.eclipse.emf.examples.extlibrary.presentation - package org.eclipse.emf.examples.extlibrary.presentation
 
org.eclipse.emf.examples.extlibrary.provider - package org.eclipse.emf.examples.extlibrary.provider
 
org.eclipse.emf.examples.extlibrary.util - package org.eclipse.emf.examples.extlibrary.util
 
org.eclipse.emf.examples.generator.validator - package org.eclipse.emf.examples.generator.validator
 
org.eclipse.emf.examples.generator.validator.templates.model - package org.eclipse.emf.examples.generator.validator.templates.model
 
org.eclipse.emf.exporter - package org.eclipse.emf.exporter
 
org.eclipse.emf.exporter.html - package org.eclipse.emf.exporter.html
 
org.eclipse.emf.exporter.html.ui - package org.eclipse.emf.exporter.html.ui
 
org.eclipse.emf.exporter.ui - package org.eclipse.emf.exporter.ui
 
org.eclipse.emf.exporter.ui.contribution - package org.eclipse.emf.exporter.ui.contribution
 
org.eclipse.emf.exporter.ui.contribution.base - package org.eclipse.emf.exporter.ui.contribution.base
 
org.eclipse.emf.exporter.util - package org.eclipse.emf.exporter.util
 
org.eclipse.emf.importer - package org.eclipse.emf.importer
 
org.eclipse.emf.importer.ecore - package org.eclipse.emf.importer.ecore
 
org.eclipse.emf.importer.ecore.taskdefs - package org.eclipse.emf.importer.ecore.taskdefs
 
org.eclipse.emf.importer.ecore.ui - package org.eclipse.emf.importer.ecore.ui
 
org.eclipse.emf.importer.java - package org.eclipse.emf.importer.java
 
org.eclipse.emf.importer.java.builder - package org.eclipse.emf.importer.java.builder
 
org.eclipse.emf.importer.java.taskdefs - package org.eclipse.emf.importer.java.taskdefs
 
org.eclipse.emf.importer.java.ui - package org.eclipse.emf.importer.java.ui
 
org.eclipse.emf.importer.rose - package org.eclipse.emf.importer.rose
 
org.eclipse.emf.importer.rose.builder - package org.eclipse.emf.importer.rose.builder
 
org.eclipse.emf.importer.rose.parser - package org.eclipse.emf.importer.rose.parser
 
org.eclipse.emf.importer.rose.taskdefs - package org.eclipse.emf.importer.rose.taskdefs
 
org.eclipse.emf.importer.rose.ui - package org.eclipse.emf.importer.rose.ui
 
org.eclipse.emf.importer.ui - package org.eclipse.emf.importer.ui
 
org.eclipse.emf.importer.ui.contribution - package org.eclipse.emf.importer.ui.contribution
 
org.eclipse.emf.importer.ui.contribution.base - package org.eclipse.emf.importer.ui.contribution.base
 
org.eclipse.emf.importer.util - package org.eclipse.emf.importer.util
 
org.eclipse.emf.java - package org.eclipse.emf.java
 
org.eclipse.emf.java.impl - package org.eclipse.emf.java.impl
 
org.eclipse.emf.java.presentation - package org.eclipse.emf.java.presentation
 
org.eclipse.emf.java.provider - package org.eclipse.emf.java.provider
 
org.eclipse.emf.java.util - package org.eclipse.emf.java.util
 
org.eclipse.emf.mapping - package org.eclipse.emf.mapping
 
org.eclipse.emf.mapping.action - package org.eclipse.emf.mapping.action
 
org.eclipse.emf.mapping.command - package org.eclipse.emf.mapping.command
 
org.eclipse.emf.mapping.domain - package org.eclipse.emf.mapping.domain
 
org.eclipse.emf.mapping.ecore2ecore - package org.eclipse.emf.mapping.ecore2ecore
 
org.eclipse.emf.mapping.ecore2ecore.action - package org.eclipse.emf.mapping.ecore2ecore.action
 
org.eclipse.emf.mapping.ecore2ecore.impl - package org.eclipse.emf.mapping.ecore2ecore.impl
 
org.eclipse.emf.mapping.ecore2ecore.presentation - package org.eclipse.emf.mapping.ecore2ecore.presentation
 
org.eclipse.emf.mapping.ecore2ecore.provider - package org.eclipse.emf.mapping.ecore2ecore.provider
 
org.eclipse.emf.mapping.ecore2ecore.util - package org.eclipse.emf.mapping.ecore2ecore.util
 
org.eclipse.emf.mapping.ecore2xml - package org.eclipse.emf.mapping.ecore2xml
 
org.eclipse.emf.mapping.ecore2xml.action - package org.eclipse.emf.mapping.ecore2xml.action
 
org.eclipse.emf.mapping.ecore2xml.impl - package org.eclipse.emf.mapping.ecore2xml.impl
 
org.eclipse.emf.mapping.ecore2xml.presentation - package org.eclipse.emf.mapping.ecore2xml.presentation
 
org.eclipse.emf.mapping.ecore2xml.provider - package org.eclipse.emf.mapping.ecore2xml.provider
 
org.eclipse.emf.mapping.ecore2xml.ui - package org.eclipse.emf.mapping.ecore2xml.ui
 
org.eclipse.emf.mapping.ecore2xml.util - package org.eclipse.emf.mapping.ecore2xml.util
 
org.eclipse.emf.mapping.impl - package org.eclipse.emf.mapping.impl
 
org.eclipse.emf.mapping.presentation - package org.eclipse.emf.mapping.presentation
 
org.eclipse.emf.mapping.provider - package org.eclipse.emf.mapping.provider
 
org.eclipse.emf.mapping.util - package org.eclipse.emf.mapping.util
 
org.eclipse.emf.oda.ecore - package org.eclipse.emf.oda.ecore
 
org.eclipse.emf.oda.ecore.impl - package org.eclipse.emf.oda.ecore.impl
 
org.eclipse.emf.oda.ecore.ui - package org.eclipse.emf.oda.ecore.ui
 
org.eclipse.emf.oda.ecore.ui.impl - package org.eclipse.emf.oda.ecore.ui.impl
 
org.eclipse.emf.oda.ecore.util - package org.eclipse.emf.oda.ecore.util
 
ORG_ECLIPSE_EMF_ECORE_XCORE_XCORE - Static variable in class org.eclipse.emf.ecore.xcore.ui.internal.XcoreActivator
 
organizeImports(String, String) - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter
When running under Eclipse, returns the contents with unused imports removed; when stand-alone, returns the original contents.
ORIGIN_X - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
ORIGIN_Y - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
originalContent - Variable in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMJCompilationUnit
 
originalContents - Variable in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJCompilationUnit
Original contents of the compilation unit
originalGenModel - Variable in class org.eclipse.emf.importer.ModelImporter
 
originalGenModelFile - Variable in class org.eclipse.emf.importer.ui.contribution.base.ModelImporterWizard
 
originalGenModelPath - Variable in class org.eclipse.emf.importer.ModelImporter
 
originalList - Variable in class org.eclipse.emf.common.ui.celleditor.ExtendedComboBoxCellEditor
This keeps track of the list of model objects.
originalOperation - Variable in class org.eclipse.emf.edit.ui.dnd.EditingDomainViewerDropAdapter
This keeps track of the original operation that the user requested, before we started changing the event.detail.
originalTargetObjects - Variable in class org.eclipse.emf.ecore.change.util.ChangeRecorder
 
originatingInput - Variable in class org.eclipse.emf.mapping.impl.MappingRootImpl.MappedObjectStateAdapter
This keeps track of the originating input of the mapped object, if any.
ORIGINX - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
ORIGINY - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
orphanContent(EReference, JModelElement) - Method in class org.eclipse.emf.java.impl.JModelElementImpl
 
OS_GI_COMPATIBLE_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'OS Gi Compatible' attribute
oSGiCompatible - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'OS Gi Compatible' attribute
OTHER - Static variable in interface org.eclipse.emf.ecore.xmi.XMLHelper
 
otherViewer - Variable in class org.eclipse.emf.mapping.presentation.MappingEditor.OverviewViewer
Deprecated.
 
otherViewer - Variable in class org.eclipse.emf.mapping.presentation.SimpleMappedObjectViewer
 
out2in - Variable in class org.eclipse.emf.mapping.impl.ComplexTypeConverterImpl
The cached value of the 'Out2in' reference
out2in - Variable in class org.eclipse.emf.mapping.impl.FunctionNamePairImpl
The cached value of the 'Out2in' attribute
out2in - Variable in class org.eclipse.emf.mapping.impl.FunctionPairImpl
The cached value of the 'Out2in' reference
OUT2IN_EDEFAULT - Static variable in class org.eclipse.emf.mapping.impl.FunctionNamePairImpl
The default value of the 'Out2in' attribute
outerIndex - Variable in class org.eclipse.emf.ecore.xmi.impl.StringSegment.SegmentIterator
 
OUTPUT_READ_ONLY_EDEFAULT - Static variable in class org.eclipse.emf.mapping.impl.MappingRootImpl
The default value of the 'Output Read Only' attribute
outputbytes - Variable in class org.eclipse.emf.ecore.xmi.impl.StringSegment
 
outputchars - Variable in class org.eclipse.emf.ecore.xmi.impl.StringSegment
 
outputDirty - Variable in class org.eclipse.emf.mapping.impl.MappingRootImpl
This keeps track of whether the output has been modified.
outputReadOnly - Variable in class org.eclipse.emf.mapping.impl.MappingRootImpl
The cached value of the 'Output Read Only' attribute
outputs - Variable in class org.eclipse.emf.mapping.command.CreateMappingCommand
This keeps track of the output objects that are to be mapped.
outputs - Variable in class org.eclipse.emf.mapping.impl.MappingImpl
The cached value of the 'Outputs' reference list
outputStream - Variable in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectOutputStream
 
overlayImage(Object, Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This adds an overlay to the given image if the object is controlled.
OverrideableCommand - Interface in org.eclipse.emf.edit.command
This represents a command that can be overridden by another command.
overrideCommand - Variable in class org.eclipse.emf.edit.command.AbstractOverrideableCommand
This is the command that overrides this command.
overviewFactory - Variable in class org.eclipse.emf.mapping.presentation.MappingEditor
 
overviewSummaryColumnLabel - Variable in class org.eclipse.emf.mapping.presentation.MappingEditor
 
overviewViewer - Variable in class org.eclipse.emf.mapping.presentation.MappingEditor
 
overviewViewerPane - Variable in class org.eclipse.emf.mapping.presentation.MappingEditor
 
OVERWRITE_ALL_QUERY - Static variable in class org.eclipse.emf.common.ui.wizard.AbstractExampleInstallerWizard
 
owner - Variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.SettingMany
 
owner - Variable in class org.eclipse.emf.ecore.util.DelegatingEcoreEList
 
owner - Variable in class org.eclipse.emf.ecore.util.DelegatingEcoreEList.UnmodifiableEList
 
owner - Variable in class org.eclipse.emf.ecore.util.EcoreEList
 
owner - Variable in class org.eclipse.emf.ecore.util.EcoreEList.UnmodifiableEList
 
owner - Variable in class org.eclipse.emf.edit.command.AddCommand
This is the owner object upon which the command will act.
owner - Variable in class org.eclipse.emf.edit.command.CommandParameter
This is the object that is the target or subject of the command.
owner - Variable in class org.eclipse.emf.edit.command.CopyCommand
This keeps track of the owner in the command parameter from the constructor.
owner - Variable in class org.eclipse.emf.edit.command.CreateChildCommand
This is the object to which the child will be added.
owner - Variable in class org.eclipse.emf.edit.command.CreateCopyCommand
This is the object being copied.
owner - Variable in class org.eclipse.emf.edit.command.DragAndDropCommand
This keeps track of the owner that is the target of the drag and drop.
owner - Variable in class org.eclipse.emf.edit.command.InitializeCopyCommand
This is the object being copied.
owner - Variable in class org.eclipse.emf.edit.command.MoveCommand
This is the owner object upon which the command will act.
owner - Variable in class org.eclipse.emf.edit.command.PasteFromClipboardCommand
This is object where the clipboard copy is pasted.
owner - Variable in class org.eclipse.emf.edit.command.RemoveCommand
This is the owner object upon which the command will act.
owner - Variable in class org.eclipse.emf.edit.command.ReplaceCommand
This is the owner object upon which the command will act.
owner - Variable in class org.eclipse.emf.edit.command.SetCommand
This is the owner object upon which the command will act.
owner - Variable in class org.eclipse.emf.edit.provider.WrapperItemProvider
The object that owns the value.
owner - Variable in class org.eclipse.emf.mapping.command.CreateCopyOverrideCommand
This is the object being copied.
ownerList - Variable in class org.eclipse.emf.edit.command.AddCommand
This is the list to which the command will add the collection.
ownerList - Variable in class org.eclipse.emf.edit.command.MoveCommand
This is the list in which the command will move an object.
ownerList - Variable in class org.eclipse.emf.edit.command.RemoveCommand
This is the list from which the command will remove.
ownerList - Variable in class org.eclipse.emf.edit.command.ReplaceCommand
This is the list from which the command will replace.
ownerList - Variable in class org.eclipse.emf.edit.command.SetCommand
If non-null, this is the list in which the command will set a value.
owners - Variable in class org.eclipse.emf.edit.provider.ItemProviderAdapter.ResultAndAffectedObjectsWrappingCommand
 

P

PACKAGE - Static variable in enum org.eclipse.emf.java.JVisibility
The 'Package' literal value
package_ - Variable in class org.eclipse.emf.java.impl.JClassImpl
The cached value of the 'Package' reference
package_ - Variable in class org.eclipse.emf.java.impl.JCompilationUnitImpl
The cached value of the 'Package' reference
PACKAGE_CLASS_ID - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenPackageGeneratorAdapter
 
PACKAGE_EXAMPLE_ID - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenPackageGeneratorAdapter
 
PACKAGE_REGISTRY_IMPLEMENTATION_PPID - Static variable in class org.eclipse.emf.ecore.plugin.EcorePlugin
 
PACKAGE_TEST_SUITE_ID - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenPackageGeneratorAdapter
 
PackageClass - Class in org.eclipse.emf.codegen.ecore.templates.model
 
PackageClass() - Constructor for class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
packageClassEmitter - 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.
packageClassTemplateName - 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.
PackageExample - Class in org.eclipse.emf.codegen.ecore.templates.model.tests
 
PackageExample() - Constructor for class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
packageExampleEmitter - 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.
packageExampleTemplateName - 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.
PackageHTML - Class in org.eclipse.emf.exporter.html
 
PackageHTML() - Constructor for class org.eclipse.emf.exporter.html.PackageHTML
 
packageIDToAdapterFactories - Variable in class org.eclipse.emf.codegen.ecore.generator.Generator
The cached set of generator adapter factories for this generator, keyed by package ID.
packageInterfaceEmitter - 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.
packageNameToEPackageMap - Variable in class org.eclipse.emf.importer.java.builder.JavaEcoreBuilder
The map from a package name to the corresponding package.
packageNameToNSNameMap - Variable in class org.eclipse.emf.importer.rose.builder.RoseUtil
 
packageNameToNSURIMap - Variable in class org.eclipse.emf.importer.rose.builder.RoseUtil
 
PackageNotFoundException - Exception in org.eclipse.emf.ecore.xmi
 
PackageNotFoundException(String, String, int, int) - Constructor for exception org.eclipse.emf.ecore.xmi.PackageNotFoundException
 
packageRegistry - Variable in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl
The local package registry.
packageRegistry - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
packageRegistry - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
packageRegistry - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLMapImpl
 
packages - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
packages() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
packages() - Method in interface org.eclipse.emf.ecore.xmi.XMLHelper
Returns the packages in getQName()
PackageTestSuite - Class in org.eclipse.emf.codegen.ecore.templates.model.tests
 
PackageTestSuite() - Constructor for class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageTestSuite
 
packageTestSuiteEmitter - 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.
packageTestSuiteTemplateName - 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.
packageTypeSeparator - Variable in class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain
 
PACKED_ENUMS_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Packed Enums' attribute
packedEnums - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Packed Enums' attribute
page - Variable in class org.eclipse.emf.common.ui.ViewerPane
 
pageActivated(boolean, int) - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPackagePage
 
pageActivated(boolean, int) - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPage
 
pageActivated(boolean, int) - Method in class org.eclipse.emf.exporter.ui.contribution.base.ModelExporterOptionsPage
 
pageActivated(boolean, int) - Method in class org.eclipse.emf.importer.java.ui.JavaPackagePage
 
pageActivated(boolean, int) - Method in class org.eclipse.emf.importer.ui.contribution.base.ModelImporterDetailPage
 
pageChange(int) - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
This is used to track the active viewer
pageChange(int) - Method in class org.eclipse.emf.ecore.presentation.EcoreEditor
This is used to track the active viewer
pageChange(int) - Method in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryEditor
This is used to track the active viewer
pageChange(int) - Method in class org.eclipse.emf.java.presentation.JavaEditor
This is used to track the active viewer
pageChange(int) - Method in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLEditor
This is used to track the active viewer
pageChanged(PageChangedEvent) - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterWizard.PageHelper
 
pageChangeProvider - Variable in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterWizard.PageHelper
 
pageDeactivated(int) - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPage
 
pageDiagnosticHandler - Variable in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPage
 
pageHelper - Static variable in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterWizard
 
pageHelper - Variable in class org.eclipse.emf.oda.ecore.ui.impl.EcoreDataSourceWizardPage
 
pages - Variable in class org.eclipse.emf.examples.extlibrary.impl.BookImpl
The cached value of the 'Pages' attribute
PAGES_EDEFAULT - Static variable in class org.eclipse.emf.examples.extlibrary.impl.BookImpl
The default value of the 'Pages' attribute
paintControl(PaintEvent) - Method in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
Deprecated.
 
paintListener - Variable in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
Deprecated.
 
PARAMETER - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
ParameterMetaData - Class in org.eclipse.emf.oda.ecore.impl
Implementation of IParameterMetaData for EMF ODA runtime driver.
ParameterMetaData(Query) - Constructor for class org.eclipse.emf.oda.ecore.impl.ParameterMetaData
 
parameterNames - Variable in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJMethod
 
parameters - Variable in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJMethod
 
parameters - Variable in class org.eclipse.emf.ecore.xcore.impl.XOperationImpl
The cached value of the 'Parameters' containment reference list
PARAMETERS - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
parameters - Variable in class org.eclipse.emf.java.impl.JMethodImpl
The cached value of the 'Parameters' containment reference list
parent - Variable in class org.eclipse.emf.edit.provider.ItemProvider
This is the parent returned by getParent(Object).
parent - Variable in class org.eclipse.emf.importer.rose.parser.RoseNode
 
PARENT_VIEW - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
parentAdapterFactory - Variable in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProviderAdapterFactory
This keeps track of the root adapter factory that delegates to this adapter factory
parentAdapterFactory - Variable in class org.eclipse.emf.ecore.change.provider.ChangeItemProviderAdapterFactory
This keeps track of the root adapter factory that delegates to this adapter factory
parentAdapterFactory - Variable in class org.eclipse.emf.ecore.provider.EcoreItemProviderAdapterFactory
This keeps track of the root adapter factory that delegates to this adapter factory
parentAdapterFactory - Variable in class org.eclipse.emf.ecore.xcore.provider.XcoreItemProviderAdapterFactory
This keeps track of the root adapter factory that delegates to this adapter factory
parentAdapterFactory - Variable in class org.eclipse.emf.edit.provider.ComposedAdapterFactory
This is used to implement the ComposeableAdapterFactory interface.
parentAdapterFactory - Variable in class org.eclipse.emf.edit.provider.DecoratorAdapterFactory
This is used to implement the ComposeableAdapterFactory interface.
parentAdapterFactory - Variable in class org.eclipse.emf.edit.provider.ReflectiveItemProviderAdapterFactory
This keeps track of the root adapter factory that delegates to this adapter factory.
parentAdapterFactory - Variable in class org.eclipse.emf.edit.provider.resource.ResourceItemProviderAdapterFactory
This keeps track of the root adapter factory that delegates to this adapter factory.
parentAdapterFactory - Variable in class org.eclipse.emf.edit.tree.provider.TreeItemProviderAdapterFactory
This keeps track of the root adapter factory that delegates to this adapter factory.
parentAdapterFactory - Variable in class org.eclipse.emf.examples.extlibrary.provider.EXTLibraryItemProviderAdapterFactory
This keeps track of the root adapter factory that delegates to this adapter factory
parentAdapterFactory - Variable in class org.eclipse.emf.java.provider.JavaItemProviderAdapterFactory
This keeps track of the root adapter factory that delegates to this adapter factory
parentAdapterFactory - Variable in class org.eclipse.emf.mapping.ecore2ecore.provider.Ecore2EcoreItemProviderAdapterFactory
This keeps track of the root adapter factory that delegates to this adapter factory
parentAdapterFactory - Variable in class org.eclipse.emf.mapping.ecore2xml.provider.Ecore2XMLItemProviderAdapterFactory
This keeps track of the root adapter factory that delegates to this adapter factory
parentAdapterFactory - Variable in class org.eclipse.emf.mapping.provider.MappingItemProviderAdapterFactory
This keeps track of the root adapter factory that delegates to this adapter factory
parentMarkup - Variable in class org.eclipse.emf.codegen.merge.java.JControlModel.SweepRule
 
parentReferences - Variable in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
This is the set of single-valued references that act as a parent, only one can have a non null value at a time.
parentViewer - Variable in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryEditor
This inverts the roll of parent and child in the content provider and show parents as a tree
parentViewer - Variable in class org.eclipse.emf.java.presentation.JavaEditor
This inverts the roll of parent and child in the content provider and show parents as a tree
parentViewer - Variable in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLEditor
This inverts the roll of parent and child in the content provider and show parents as a tree
parse() - Method in class org.eclipse.emf.codegen.jet.JETCompiler
 
parse(JETCoreElement[], Class<?>[]) - Method in class org.eclipse.emf.codegen.jet.JETCompiler
 
parse() - Method in class org.eclipse.emf.codegen.jet.JETParser
 
parse(String) - Method in class org.eclipse.emf.codegen.jet.JETParser
 
parse(String, Class<?>[]) - Method in class org.eclipse.emf.codegen.jet.JETParser
 
parse(String) - Method in class org.eclipse.emf.codegen.merge.properties.PropertyMerger
 
parse() - Method in class org.eclipse.emf.importer.rose.parser.RoseParser
 
parseAttributeValue(HashMap<String, String>) - Method in class org.eclipse.emf.codegen.jet.JETReader
Parse an attribute/value pair, and store it in provided hash table.
parseChar(String) - Static method in class org.eclipse.emf.codegen.util.CodeGenUtil
 
parseInputName(String) - Method in class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain
 
parseInputName(String) - Method in interface org.eclipse.emf.mapping.domain.MappingDomain
This returns the list of words (substrings) in the specified input name.
parseInstanceTypeName(String) - Method in class org.eclipse.emf.ecore.util.EcoreValidator.EGenericTypeBuilder
Parses an instance type name and returns a diagnostic representing the result of the analysis.
parseIntoURI(String) - Method in class org.eclipse.emf.common.util.URI.URIPool.StringAccessUnit
A string-parsing implementation.
parseJETSettings() - Method in class org.eclipse.emf.codegen.jet.JETNature
Parse the JET settings file for the root element.
parseName(String, char) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
Deprecated.
parseName(String, char) - Static method in class org.eclipse.emf.codegen.util.CodeGenUtil
This method breaks sourceName into words delimited by separator and/or mixed-case naming.
parseName(String, char) - Method in class org.eclipse.emf.edit.provider.ReflectiveItemProvider
 
parseName(String, char) - Method in class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain
 
parseName(String, char) - Static method in class org.eclipse.emf.oda.ecore.util.StringUtil
 
parseOutputName(String) - Method in class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain
 
parseOutputName(String) - Method in interface org.eclipse.emf.mapping.domain.MappingDomain
This returns the list of words (substrings) in the specified output name.
parser - Variable in class org.eclipse.emf.codegen.jet.JETCompiler
 
parseString(String) - Static method in class org.eclipse.emf.codegen.util.CodeGenUtil
 
parseTagAttributes() - Method in class org.eclipse.emf.codegen.jet.JETReader
Parse some tag attributes.
parseTagAttributesBean() - Method in class org.eclipse.emf.codegen.jet.JETReader
Parse some tag attributes for Beans.
parseTemplateArguments(String) - Method in class org.eclipse.emf.importer.rose.builder.RoseEcoreBuilder
 
parseTemplateParameters(String) - Method in class org.eclipse.emf.importer.rose.builder.RoseEcoreBuilder
 
parseToken(boolean) - Method in class org.eclipse.emf.codegen.jet.JETReader
Parse a space delimited token.
parseTypeArgumentList(String) - Method in class org.eclipse.emf.ecore.util.EcoreValidator.EGenericTypeBuilder
Parses a list of type arguments and returns a diagnostic representing the result of the analysis.
parseTypeParameter(String) - Method in class org.eclipse.emf.ecore.util.EcoreValidator.EGenericTypeBuilder
Parses a type parameter and returns a diagnostic representing the result of the analysis.
parseTypeParameterList(String) - Method in class org.eclipse.emf.ecore.util.EcoreValidator.EGenericTypeBuilder
Parses a list of type parameters and returns a diagnostic representing the result of the analysis.
parseURL(URL, String, int, int) - Method in class org.eclipse.emf.common.archive.Handler
Overrides parsing the URL to validate constraints on well formed archive syntax.
part - Variable in class org.eclipse.emf.common.ui.ViewerPane
 
PartialParsingContentAssistParser - Class in org.eclipse.emf.ecore.xcore.ui.contentassist
 
PartialParsingContentAssistParser() - Constructor for class org.eclipse.emf.ecore.xcore.ui.contentassist.PartialParsingContentAssistParser
 
partListener - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
This listens for when the outline becomes active
partListener - Variable in class org.eclipse.emf.common.ui.ViewerPane
 
partListener - Variable in class org.eclipse.emf.ecore.presentation.EcoreEditor
This listens for when the outline becomes active
partListener - Variable in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryEditor
This listens for when the outline becomes active
partListener - Variable in class org.eclipse.emf.java.presentation.JavaEditor
This listens for when the outline becomes active
partListener - Variable in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLEditor
This listens for when the outline becomes active
partListener - Variable in class org.eclipse.emf.mapping.presentation.MappingEditor
This listens for when the outline becomes active
pasteAction - Variable in class org.eclipse.emf.edit.ui.action.EditingDomainActionBarContributor
This is the action used to implement paste.
PasteAction - Class in org.eclipse.emf.edit.ui.action
A paste action is implemented by creating a PasteFromClipboardCommand.
PasteAction - Class in org.eclipse.emf.edit.ui.action
A paste action is implemented by creating a PasteFromClipboardCommand.
PasteAction(EditingDomain) - Constructor for class org.eclipse.emf.edit.ui.action.PasteAction
 
PasteAction() - Constructor for class org.eclipse.emf.edit.ui.action.PasteAction
 
PasteFromClipboardCommand - Class in org.eclipse.emf.edit.command
This works exactly like an AddCommand but the things to be added are copied from the EditingDomain clipboard.
PasteFromClipboardCommand(EditingDomain, Object, Object, int) - Constructor for class org.eclipse.emf.edit.command.PasteFromClipboardCommand
This constructs an instance from the domain, which provides access the clipboard collection via EditingDomain.getCommandStack().
PasteFromClipboardCommand(EditingDomain, Object, Object, int, boolean) - Constructor for class org.eclipse.emf.edit.command.PasteFromClipboardCommand
 
PasteFromClipboardOverrideCommand - Class in org.eclipse.emf.mapping.command
This command overrides the PasteFromClipboardCommand for cross-domain (optimized) copies.
PasteFromClipboardOverrideCommand(MappingDomain, PasteFromClipboardCommand) - Constructor for class org.eclipse.emf.mapping.command.PasteFromClipboardOverrideCommand
 
path() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
path() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
path() - 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; null otherwise.
path - Variable in class org.eclipse.emf.common.util.URI.URIPool.FileAccessUnit
The file path being accessed.
path - Variable in class org.eclipse.emf.common.util.URI.URIPool.PlatformAccessUnit
The path being accessed.
PATH_CHAR_HI - Static variable in class org.eclipse.emf.common.util.URI
 
PATH_CHAR_LO - Static variable in class org.eclipse.emf.common.util.URI
 
PATH_NOT_VALID - Static variable in class org.eclipse.emf.importer.rose.parser.Util
 
PATH_OK - Static variable in class org.eclipse.emf.importer.rose.parser.Util
 
pathMap - Variable in class org.eclipse.emf.importer.rose.RoseImporter
 
pathMap - Variable in class org.eclipse.emf.importer.rose.RoseImporterApplication
 
pathMapTable - Variable in class org.eclipse.emf.importer.rose.ui.RoseDetailPage
 
pathMapTableViewer - Variable in class org.eclipse.emf.importer.rose.ui.RoseDetailPage
 
pattern - Variable in class org.eclipse.emf.codegen.merge.java.JControlModel.DictionaryPattern
 
pattern - Variable in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EDataTypeExtendedMetaDataImpl
 
PDL - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
peek() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler.MyStack
 
peekChar() - Method in class org.eclipse.emf.codegen.jet.JETReader
 
peekEObject() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler.MyEObjectStack
 
peekNext() - Method in class org.eclipse.emf.importer.rose.parser.RoseLexer
 
people - Variable in class org.eclipse.emf.examples.extlibrary.impl.LibraryImpl
The cached value of the 'People' attribute list
performApply() - Method in class org.eclipse.emf.codegen.presentation.JETPropertyPage
 
performCancel() - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterWizard
 
performDefaults() - Method in class org.eclipse.emf.codegen.presentation.JETPropertyPage
 
performFinish() - Method in class org.eclipse.emf.codegen.ecore.ui.EmptyProjectWizard
 
performFinish() - Method in class org.eclipse.emf.codegen.presentation.ConvertToJETProjectWizard
 
performFinish() - Method in class org.eclipse.emf.common.ui.wizard.AbstractExampleInstallerWizard
 
performFinish() - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterWizard
 
performFinish() - Method in class org.eclipse.emf.converter.ui.ModelConverterDescriptorSelectionPage
 
performFinish() - Method in class org.eclipse.emf.ecore.presentation.DynamicModelWizard.DynamicModelWizardNewFileCreationPage
Store the dialog field settings upon completion.
performFinish() - Method in class org.eclipse.emf.ecore.presentation.DynamicModelWizard
Do the work after everything is specified.
performFinish() - Method in class org.eclipse.emf.ecore.presentation.EcoreModelWizard
Do the work after everything is specified
performFinish() - Method in class org.eclipse.emf.ecore.xcore.exporter.ui.XcoreExporterWizard
 
performFinish() - Method in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryModelWizard
Do the work after everything is specified
performFinish() - Method in class org.eclipse.emf.exporter.ui.EMFExportWizard
 
performFinish() - Method in class org.eclipse.emf.importer.ui.contribution.base.ModelImporterWizard
 
performFinish() - Method in class org.eclipse.emf.importer.ui.EMFModelWizard
 
performFinish() - Method in class org.eclipse.emf.mapping.ecore2ecore.presentation.Ecore2EcoreModelWizard
Do the work after everything is specified
performFinish() - Method in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLModelWizard
Do the work after everything is specified
performOk() - Method in class org.eclipse.emf.codegen.presentation.JETPropertyPage
 
performSplit() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJField
If required, separates the variable declaration fragment into a new FieldDeclaration object.
PERIODICAL - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage.Literals
The meta object literal for the 'Periodical' class
PERIODICAL - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The meta object id for the 'Periodical' class
Periodical - Interface in org.eclipse.emf.examples.extlibrary
A representation of the model object 'Periodical'
PERIODICAL__ISSUES_PER_YEAR - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage.Literals
The meta object literal for the 'Issues Per Year' attribute feature
PERIODICAL__ISSUES_PER_YEAR - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The feature id for the 'Issues Per Year' attribute
PERIODICAL__PUBLICATION_DATE - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The feature id for the 'Publication Date' attribute
PERIODICAL__TITLE - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage.Literals
The meta object literal for the 'Title' attribute feature
PERIODICAL__TITLE - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The feature id for the 'Title' attribute
PERIODICAL_FEATURE_COUNT - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The number of structural features of the 'Periodical' class
PeriodicalImpl - Class in org.eclipse.emf.examples.extlibrary.impl
An implementation of the model object 'Periodical'
PeriodicalImpl() - Constructor for class org.eclipse.emf.examples.extlibrary.impl.PeriodicalImpl
 
PeriodicalItemProvider - Class in org.eclipse.emf.examples.extlibrary.provider
This is the item provider adapter for a Periodical object
PeriodicalItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.examples.extlibrary.provider.PeriodicalItemProvider
This constructs an instance from a factory and a notifier
PERSISTENCE - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
PERSISTENT - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
PersistentCommandStack - Class in org.eclipse.emf.mapping.command
This implementation of a command stack records the command class and command parameter used to create each command.
PersistentCommandStack(ClassLoader) - Constructor for class org.eclipse.emf.mapping.command.PersistentCommandStack
This constructs and instance of a command stack that records commands using a persistent encoding.
persistentCommandStack - Variable in class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain
 
PersistentCommandStack.CommandCreationRecord - Class in org.eclipse.emf.mapping.command
This records and encodes the command class and command parameter.
PersistentCommandStack.CommandCreationRecord(Class<? extends Command>, CommandParameter) - Constructor for class org.eclipse.emf.mapping.command.PersistentCommandStack.CommandCreationRecord
 
PersistentCommandStack.CommandCreationRecord(String) - Constructor for class org.eclipse.emf.mapping.command.PersistentCommandStack.CommandCreationRecord
 
PersistentCommandStack.Decoder - Class in org.eclipse.emf.mapping.command
 
PersistentCommandStack.Decoder(MappingRoot, ResourceSet, ClassLoader) - Constructor for class org.eclipse.emf.mapping.command.PersistentCommandStack.Decoder
 
PersistentCommandStack.Encoder - Class in org.eclipse.emf.mapping.command
 
PersistentCommandStack.Encoder() - Constructor for class org.eclipse.emf.mapping.command.PersistentCommandStack.Encoder
 
PersistentCommandStack.Encoder(StringBuffer) - Constructor for class org.eclipse.emf.mapping.command.PersistentCommandStack.Encoder
 
PERSON - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage.Literals
The meta object literal for the 'Person' class
PERSON - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The meta object id for the 'Person' class
Person - Interface in org.eclipse.emf.examples.extlibrary
A representation of the model object 'Person'
PERSON__ADDRESS - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The feature id for the 'Address' attribute
PERSON__FIRST_NAME - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage.Literals
The meta object literal for the 'First Name' attribute feature
PERSON__FIRST_NAME - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The feature id for the 'First Name' attribute
PERSON__LAST_NAME - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage.Literals
The meta object literal for the 'Last Name' attribute feature
PERSON__LAST_NAME - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The feature id for the 'Last Name' attribute
PERSON_FEATURE_COUNT - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The number of structural features of the 'Person' class
PersonImpl - Class in org.eclipse.emf.examples.extlibrary.impl
An implementation of the model object 'Person'
PersonImpl() - Constructor for class org.eclipse.emf.examples.extlibrary.impl.PersonImpl
 
personItemProvider - Variable in class org.eclipse.emf.examples.extlibrary.provider.EXTLibraryItemProviderAdapterFactory
This keeps track of the one adapter used for all Person instances
PersonItemProvider - Class in org.eclipse.emf.examples.extlibrary.provider
This is the item provider adapter for a Person object
PersonItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.examples.extlibrary.provider.PersonItemProvider
This constructs an instance from a factory and a notifier
PHYSICAL_MODELS - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
PHYSICAL_PRESENTATIONS - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
PKGUUIDTOOBDIRINFO - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
PLATFORM_PLUGIN_BASE_FULL_HASH_CODE - Static variable in class org.eclipse.emf.common.util.URI.URIPool.PlatformAccessUnit
The hash code of "platform:/plugin/".
PLATFORM_PLUGIN_BASE_INITIAL_HASH_CODE - Static variable in class org.eclipse.emf.common.util.URI.URIPool.PlatformAccessUnit
The hash code of "platform:/plugin/".
PLATFORM_RESOURCE - Static variable in class org.eclipse.emf.ecore.action.CreateDynamicInstanceAction
 
PLATFORM_RESOURCE - Static variable in class org.eclipse.emf.ecore.xcore.ui.CreateDynamicInstanceHandler
 
PLATFORM_RESOURCE_BASE_FULL_HASH_CODE - Static variable in class org.eclipse.emf.common.util.URI.URIPool.PlatformAccessUnit
The hash code of "platform:/resource/".
PLATFORM_RESOURCE_BASE_INITIAL_HASH_CODE - Static variable in class org.eclipse.emf.common.util.URI.URIPool.PlatformAccessUnit
The hash code of "platform:/resource".
PLATFORM_RESOURCE_URI - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
Deprecated.
in EMF 2.2
PLATFORM_SEGMENT_RESERVED_HI - Static variable in class org.eclipse.emf.common.util.URI
 
PLATFORM_SEGMENT_RESERVED_LO - Static variable in class org.eclipse.emf.common.util.URI
 
platformAccessUnits - Variable in class org.eclipse.emf.common.util.URI.URIPool
Access units for platform URI string-based access.
PlatformContentHandlerImpl - Class in org.eclipse.emf.ecore.resource.impl
 
PlatformContentHandlerImpl() - Constructor for class org.eclipse.emf.ecore.resource.impl.PlatformContentHandlerImpl
 
PlatformResourceURIHandlerImpl - Class in org.eclipse.emf.ecore.resource.impl
 
PlatformResourceURIHandlerImpl() - Constructor for class org.eclipse.emf.ecore.resource.impl.PlatformResourceURIHandlerImpl
Creates an instance.
PlatformResourceURIHandlerImpl.PlatformResourceOutputStream - Class in org.eclipse.emf.ecore.resource.impl
An output stream that transfers its contents to an IFile upon closing.
PlatformResourceURIHandlerImpl.PlatformResourceOutputStream(IFile, boolean, boolean, IProgressMonitor) - Constructor for class org.eclipse.emf.ecore.resource.impl.PlatformResourceURIHandlerImpl.PlatformResourceOutputStream
 
PlatformResourceURIHandlerImpl.WorkbenchHelper - Class in org.eclipse.emf.ecore.resource.impl
Isolated Eclipse workbench utilities.
PlatformResourceURIHandlerImpl.WorkbenchHelper() - Constructor for class org.eclipse.emf.ecore.resource.impl.PlatformResourceURIHandlerImpl.WorkbenchHelper
 
Plugin - Class in org.eclipse.emf.codegen.ecore.templates.edit
 
Plugin() - Constructor for class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
Plugin - Class in org.eclipse.emf.codegen.ecore.templates.editor
 
Plugin() - Constructor for class org.eclipse.emf.codegen.ecore.templates.editor.Plugin
 
Plugin - Class in org.eclipse.emf.codegen.ecore.templates.model
 
Plugin() - Constructor for class org.eclipse.emf.codegen.ecore.templates.model.Plugin
 
plugin - Variable in class org.eclipse.emf.common.EMFPlugin.InternalHelper
 
PLUGIN_END_TAG_PATTERN - Static variable in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter
A pattern for matching the closing tag of a plugin.xml.
PLUGIN_ID - Static variable in class org.eclipse.emf.codegen.ecore.xtext.ui.Activator
 
PLUGIN_ID_CLASSPATH_ATTRIBUTE_NAME - Static variable in class org.eclipse.emf.codegen.util.CodeGenUtil.EclipseUtil
An class path attribute name that records the originating plugin ID for each classpath entry created by CodeGenUtil.EclipseUtil.addClasspathEntries(Collection, String) and CodeGenUtil.EclipseUtil.addClasspathEntries(Collection, String, String).
PLUGIN_KEY_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Plugin Key' attribute
PluginAdapterFactoryMappingDomain - Class in org.eclipse.emf.mapping.domain
This class extends the AdapterFactoryMappingDomain by providing initialization using config information specified in the VABase plugin.xml.
PluginAdapterFactoryMappingDomain(AdapterFactory, AdapterFactory, CommandStack, String) - Constructor for class org.eclipse.emf.mapping.domain.PluginAdapterFactoryMappingDomain
 
PluginAdapterFactoryMappingDomain(AdapterFactory, AdapterFactory, CommandStack, ResourceSet, String) - Constructor for class org.eclipse.emf.mapping.domain.PluginAdapterFactoryMappingDomain
 
PluginAdapterFactoryMappingDomain(AdapterFactory, AdapterFactory, AdapterFactory, CommandStack, String) - Constructor for class org.eclipse.emf.mapping.domain.PluginAdapterFactoryMappingDomain
 
PluginAdapterFactoryMappingDomain(AdapterFactory, AdapterFactory, AdapterFactory, CommandStack, ResourceSet, String) - Constructor for class org.eclipse.emf.mapping.domain.PluginAdapterFactoryMappingDomain
 
pluginKey - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Plugin Key' attribute
PluginProperties - Class in org.eclipse.emf.codegen.ecore.templates.edit
 
PluginProperties() - Constructor for class org.eclipse.emf.codegen.ecore.templates.edit.PluginProperties
 
PluginProperties - Class in org.eclipse.emf.codegen.ecore.templates.editor
 
PluginProperties() - Constructor for class org.eclipse.emf.codegen.ecore.templates.editor.PluginProperties
 
PluginProperties - Class in org.eclipse.emf.codegen.ecore.templates.model
 
PluginProperties() - Constructor for class org.eclipse.emf.codegen.ecore.templates.model.PluginProperties
 
PluginProperties - Class in org.eclipse.emf.codegen.ecore.templates.model.tests
 
PluginProperties() - Constructor for class org.eclipse.emf.codegen.ecore.templates.model.tests.PluginProperties
 
pluginPropertiesEmitter - 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.
pluginPropertiesTemplateName - 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.
pluginRegistry - Variable in class org.eclipse.emf.ecore.plugin.RegistryReader
 
PluginXML - Class in org.eclipse.emf.codegen.ecore.templates.edit
 
PluginXML() - Constructor for class org.eclipse.emf.codegen.ecore.templates.edit.PluginXML
 
PluginXML - Class in org.eclipse.emf.codegen.ecore.templates.editor
 
PluginXML() - Constructor for class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
PluginXML - Class in org.eclipse.emf.codegen.ecore.templates.model
 
PluginXML() - Constructor for class org.eclipse.emf.codegen.ecore.templates.model.PluginXML
 
PluginXML - Class in org.eclipse.emf.codegen.ecore.templates.model.tests
 
PluginXML() - Constructor for class org.eclipse.emf.codegen.ecore.templates.model.tests.PluginXML
 
pluginXMLEmitter - 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.
pluginXMLTemplateName - 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.
point - Variable in class org.eclipse.emf.converter.ui.contribution.ModelConverterManager.ModelConverterDescriptorWizardNode
 
POINTS - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
Pool<E> - Class in org.eclipse.emf.common.util
A thread safe implementation of a weak interning hash set particularly well-suited for implementing a pool of instances.
Pool() - Constructor for class org.eclipse.emf.common.util.Pool
Creates an instance with a capacity of 1031.
Pool(int) - Constructor for class org.eclipse.emf.common.util.Pool
Creates an instance.
Pool(int, Pool.AccessUnit.Queue<E>) - Constructor for class org.eclipse.emf.common.util.Pool
 
Pool(int, Pool.AccessUnit.Queue<E>, ReferenceQueue<Object>) - Constructor for class org.eclipse.emf.common.util.Pool
 
pool - Variable in class org.eclipse.emf.common.util.Pool.PoolEntry
 
POOL - Static variable in class org.eclipse.emf.common.util.SegmentSequence
The cached pool for the segment sequence instances.
POOL - Static variable in class org.eclipse.emf.common.util.URI
A pool for managing URI instances.
pool - Variable in class org.eclipse.emf.common.util.URI.URIPool.StringAccessUnit
This unit's pool.
pool - Variable in class org.eclipse.emf.common.util.URI.URIPool.StringAccessUnit.Queue
 
Pool.AccessUnit<E> - Class in org.eclipse.emf.common.util
An access unit is used during access to the pool.
Pool.AccessUnit(Pool.AccessUnit.Queue<E>) - Constructor for class org.eclipse.emf.common.util.Pool.AccessUnit
 
Pool.AccessUnit.Queue<E> - Class in org.eclipse.emf.common.util
 
Pool.AccessUnit.Queue() - Constructor for class org.eclipse.emf.common.util.Pool.AccessUnit.Queue
 
Pool.ExternalRehasher<E> - Class in org.eclipse.emf.common.util
 
Pool.ExternalRehasher(Pool<E>, ReferenceQueue<Object>) - Constructor for class org.eclipse.emf.common.util.Pool.ExternalRehasher
 
Pool.ObjectAccessUnit<E> - Class in org.eclipse.emf.common.util
 
Pool.ObjectAccessUnit(Pool.AccessUnit.Queue<E>) - Constructor for class org.eclipse.emf.common.util.Pool.ObjectAccessUnit
 
Pool.ObjectAccessUnit.Queue<E> - Class in org.eclipse.emf.common.util
 
Pool.ObjectAccessUnit.Queue() - Constructor for class org.eclipse.emf.common.util.Pool.ObjectAccessUnit.Queue
 
Pool.PoolEntry<E> - Class in org.eclipse.emf.common.util
 
Pool.PoolEntry(Pool<E>, E, int, ReferenceQueue<Object>) - Constructor for class org.eclipse.emf.common.util.Pool.PoolEntry
 
pop(boolean) - Method in class org.eclipse.emf.common.util.Pool.AccessUnit.Queue
 
pop(boolean) - Method in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.SegmentsAccessUnit.Queue
 
pop(boolean) - Method in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.SegmentsAndSegmentAccessUnit.Queue
 
pop(boolean) - Method in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.SegmentsAndSegmentsAccessUnit.Queue
 
pop(boolean) - Method in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.StringAccessUnit.Queue
 
pop(boolean) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAccessUnit.Queue
 
pop(boolean) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSegmentAccessUnit.Queue
 
pop(boolean) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSegmentCountAccessUnit.Queue
 
pop(boolean) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSegmentsAccessUnit.Queue
 
pop(boolean) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSubsegmentAccessUnit.Queue
 
pop(boolean) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.StringAccessUnit.Queue
 
pop(boolean) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SubsegmentsAndSubsegmentsAccessUnit.Queue
 
pop(boolean) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SubstringAccessUnit.Queue
 
pop(boolean) - Method in class org.eclipse.emf.common.util.URI.URIPool.FileAccessUnit.Queue
 
pop(boolean) - Method in class org.eclipse.emf.common.util.URI.URIPool.PlatformAccessUnit.Queue
 
pop(boolean) - Method in class org.eclipse.emf.common.util.URI.URIPool.StringAccessUnit.Queue
 
pop(boolean) - Method in class org.eclipse.emf.common.util.URI.URIPool.URIComponentsAccessUnit.Queue
 
pop() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler.MyStack
 
pop() - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.StackFrame
 
popAnySimpleType(XMLTypeResourceImpl.DataFrame) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
popAnyType() - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory.AnyTypeStackFrame
 
popAnyType(XMLTypeResourceImpl.FrameFactory.AnyTypeStackFrame) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
popAnyURI(XMLTypeResourceImpl.DataFrame) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
popBase64Binary(XMLTypeResourceImpl.DataFrame) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
popBoolean(XMLTypeResourceImpl.DataFrame) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
popBooleanObject(XMLTypeResourceImpl.DataFrame) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
popByte(XMLTypeResourceImpl.DataFrame) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
popByteObject(XMLTypeResourceImpl.DataFrame) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
popContext() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl.NamespaceSupport
 
popContext(Map<String, EFactory>) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl.NamespaceSupport
 
popContext() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
popContext(Map<String, EFactory>) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
popContext() - Method in interface org.eclipse.emf.ecore.xmi.XMLHelper
Reverts to the previous namespace context while loading XML document.
popContext(Map<String, EFactory>) - Method in interface org.eclipse.emf.ecore.xmi.XMLHelper
Reverts to the previous namespace context while loading XML document and removes from the map, prefixes that have gone out of scope.
popDate(XMLTypeResourceImpl.DataFrame) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
popDateTime(XMLTypeResourceImpl.DataFrame) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
popDecimal(XMLTypeResourceImpl.DataFrame) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
popDouble(XMLTypeResourceImpl.DataFrame) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
popDoubleObject(XMLTypeResourceImpl.DataFrame) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
popDuration(XMLTypeResourceImpl.DataFrame) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
popENTITIES(XMLTypeResourceImpl.DataFrame) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
popENTITIESBase(XMLTypeResourceImpl.DataFrame) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
popENTITY(XMLTypeResourceImpl.DataFrame) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
popEObject() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler.MyEObjectStack
 
popFile() - Method in class org.eclipse.emf.codegen.jet.JETReader
 
popFloat(XMLTypeResourceImpl.DataFrame) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
popFloatObject(XMLTypeResourceImpl.DataFrame) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
popGDay(XMLTypeResourceImpl.DataFrame) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
popGMonth(XMLTypeResourceImpl.DataFrame) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
popGMonthDay(XMLTypeResourceImpl.DataFrame) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
popGYear(XMLTypeResourceImpl.DataFrame) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
popGYearMonth(XMLTypeResourceImpl.DataFrame) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
popHexBinary(XMLTypeResourceImpl.DataFrame) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
popID(XMLTypeResourceImpl.DataFrame) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
popIDREF(XMLTypeResourceImpl.DataFrame) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
popIDREFS(XMLTypeResourceImpl.DataFrame) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
popIDREFSBase(XMLTypeResourceImpl.DataFrame) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
popInt(XMLTypeResourceImpl.DataFrame) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
popInteger(XMLTypeResourceImpl.DataFrame) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
popIntObject(XMLTypeResourceImpl.DataFrame) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
popLanguage(XMLTypeResourceImpl.DataFrame) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
popLong(XMLTypeResourceImpl.DataFrame) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
popLongObject(XMLTypeResourceImpl.DataFrame) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
popName(XMLTypeResourceImpl.DataFrame) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
popNCName(XMLTypeResourceImpl.DataFrame) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
popNegativeInteger(XMLTypeResourceImpl.DataFrame) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
popNMTOKEN(XMLTypeResourceImpl.DataFrame) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
popNMTOKENS(XMLTypeResourceImpl.DataFrame) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
popNMTOKENSBase(XMLTypeResourceImpl.DataFrame) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
popNonNegativeInteger(XMLTypeResourceImpl.DataFrame) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
popNonPositiveInteger(XMLTypeResourceImpl.DataFrame) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
popNormalizedString(XMLTypeResourceImpl.DataFrame) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
popNOTATION(XMLTypeResourceImpl.DataFrame) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
popPositiveInteger(XMLTypeResourceImpl.DataFrame) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
popProcessingInstruction(XMLTypeResourceImpl.FrameFactory.ProcessingInstructionStackFrame) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
popProcessingInstruction() - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory.ProcessingInstructionStackFrame
 
popQName(XMLTypeResourceImpl.DataFrame) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
popShort(XMLTypeResourceImpl.DataFrame) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
popShortObject(XMLTypeResourceImpl.DataFrame) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
popSimpleAnyType(XMLTypeResourceImpl.FrameFactory.SimpleAnyTypeStackFrame) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
popSimpleAnyType() - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory.SimpleAnyTypeStackFrame
 
popStream() - Method in class org.eclipse.emf.codegen.jet.JETMark
Restores this mark's state to a previously stored stream.
popString(XMLTypeResourceImpl.DataFrame) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
popTime(XMLTypeResourceImpl.DataFrame) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
popToken(XMLTypeResourceImpl.DataFrame) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
populateEEnumFromDocumentation(EEnum, String) - Method in class org.eclipse.emf.importer.rose.builder.RoseEcoreBuilder
 
populateExtendedMetaData(List<GenPackage>) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
populateManager(IContributionManager, Collection<? extends IAction>, String) - Method in class org.eclipse.emf.ecore.presentation.EcoreActionBarContributor
This populates the specified manager with org.eclipse.jface.action.ActionContributionItems based on the org.eclipse.jface.action.IActions contained in the actions collection, by inserting them before the specified contribution item contributionID.
populateManager(IContributionManager, Collection<? extends IAction>, String) - Method in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryActionBarContributor
This populates the specified manager with org.eclipse.jface.action.ActionContributionItems based on the org.eclipse.jface.action.IActions contained in the actions collection, by inserting them before the specified contribution item contributionID.
populateManager(IContributionManager, Collection<? extends IAction>, String) - Method in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLActionBarContributor
This populates the specified manager with org.eclipse.jface.action.ActionContributionItems based on the org.eclipse.jface.action.IActions contained in the actions collection, by inserting them before the specified contribution item contributionID.
populateNameInfo(NameInfo, EClass) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
populateNameInfo(NameInfo, EDataType) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
populateNameInfo(NameInfo, EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
populateNameInfo(NameInfo, EClass) - Method in interface org.eclipse.emf.ecore.xmi.XMLHelper
This method populates the given NameInfo with name information, resetting all the current values in the nameInfo
populateNameInfo(NameInfo, EDataType) - Method in interface org.eclipse.emf.ecore.xmi.XMLHelper
This method populates the given NameInfo with name information, resetting all the current values in the nameInfo
populateNameInfo(NameInfo, EStructuralFeature) - Method in interface org.eclipse.emf.ecore.xmi.XMLHelper
This method populates the given NameInfo with name information, resetting all the current values in the nameInfo
populateTypeParameters(String, EList<GenTypeParameter>, EList<JvmTypeParameter>) - Method in class org.eclipse.emf.ecore.xcore.util.XcoreJvmInferrer
 
popUnsignedByte(XMLTypeResourceImpl.DataFrame) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
popUnsignedByteObject(XMLTypeResourceImpl.DataFrame) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
popUnsignedInt(XMLTypeResourceImpl.DataFrame) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
popUnsignedIntObject(XMLTypeResourceImpl.DataFrame) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
popUnsignedLong(XMLTypeResourceImpl.DataFrame) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
popUnsignedShort(XMLTypeResourceImpl.DataFrame) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
popUnsignedShortObject(XMLTypeResourceImpl.DataFrame) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
popValue() - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.DataFrame
 
popXMLTypeDocumentRoot(XMLTypeResourceImpl.FrameFactory.XMLTypeDocumentRootStackFrame) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
popXMLTypeDocumentRoot() - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory.XMLTypeDocumentRootStackFrame
 
port() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
port() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
port() - Method in class org.eclipse.emf.common.util.URI
If this is a hierarchical URI with an authority component that has a port portion, returns it; null otherwise.
PORT_SEPARATOR - Static variable in class org.eclipse.emf.common.util.URI
 
position - Variable in class org.eclipse.emf.common.notify.impl.NotificationImpl
The position.
positions - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
POSITIVE_INTEGER - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage.Literals
The meta object literal for the 'Positive Integer' data type
POSITIVE_INTEGER - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
The meta object id for the 'Positive Integer' data type
POSITIVE_INTEGER__MIN__VALUE - Static variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
 
positiveInteger - Variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
postGenerate(Object, Object) - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter
postGenerate(Object, Object) - Method in interface org.eclipse.emf.codegen.ecore.generator.GeneratorAdapter
Called after all code is generated for the object and/or any of its parents and/or children, in order to give the adapter a chance to perform cleanup from the code generation.
postLoad(XMLResource, InputStream, Map<?, ?>) - Method in class org.eclipse.emf.ecore.xmi.impl.BasicResourceHandler
 
postLoad(XMLResource, InputStream, Map<?, ?>) - Method in interface org.eclipse.emf.ecore.xmi.XMLResource.ResourceHandler
Called after loading is done.
postSave(XMLResource, OutputStream, Map<?, ?>) - Method in class org.eclipse.emf.ecore.xmi.impl.BasicResourceHandler
 
postSave(XMLResource, OutputStream, Map<?, ?>) - Method in interface org.eclipse.emf.ecore.xmi.XMLResource.ResourceHandler
Called before saving begins.
preApply(boolean) - Method in class org.eclipse.emf.ecore.change.impl.ChangeDescriptionImpl
 
preApply(EObject, boolean) - Method in class org.eclipse.emf.ecore.change.impl.FeatureChangeImpl
 
preApply(boolean) - Method in class org.eclipse.emf.ecore.change.impl.ResourceChangeImpl
 
preCheckInitialConditions(IProgressMonitor) - Method in class org.eclipse.emf.ecore.xcore.ui.refactoring.XcoreRenameRefactoringParticipantProcessor
 
PREFERENCE_SAVE_EXPORTER - Static variable in class org.eclipse.emf.exporter.ui.contribution.base.ModelExporterWizard
 
PREFERENCE_SAVE_PACKAGE_URI - Static variable in class org.eclipse.emf.exporter.ui.contribution.base.ModelExporterWizard
 
prefix - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
The cached value of the 'Prefix' attribute
prefix - Variable in class org.eclipse.emf.importer.ecore.EcoreImporterApplication.PackageInfo
 
prefix - Variable in class org.eclipse.emf.importer.java.JavaImporterApplication.PackageInfo
 
prefix - Variable in class org.eclipse.emf.importer.ModelImporter.EPackageImportInfo
 
prefix - Variable in class org.eclipse.emf.importer.rose.RoseImporterApplication.PackageInfo
 
PREFIX_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
The default value of the 'Prefix' attribute
prefixes - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl.NamespaceSupport
 
prefixesToFactories - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
prefixesToURIs - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
prefixMaps - Variable in class org.eclipse.emf.ecore.resource.impl.URIMappingRegistryImpl
A list of lists of prefix URIs; it is indexed by segment count to yield a list of prefixes of that length.
preGenerate(Object, Object) - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter
preGenerate(Object, Object) - Method in interface org.eclipse.emf.codegen.ecore.generator.GeneratorAdapter
Called before any code is generated for the object and/or any of its parents and/or children, in order to give the adapter a chance to perform setup for the code generation.
prelinkInitialize(boolean) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Set up reasonable initial defaults for a prelinked model.
prelinkInitialize(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
preLoad(XMLResource, InputStream, Map<?, ?>) - Method in class org.eclipse.emf.ecore.xmi.impl.BasicResourceHandler
 
preLoad(XMLResource, InputStream, Map<?, ?>) - Method in interface org.eclipse.emf.ecore.xmi.XMLResource.ResourceHandler
Called before loading begins.
prepare() - Method in class org.eclipse.emf.common.command.AbstractCommand
Called at most once in AbstractCommand.canExecute() to give the command an opportunity to ready itself for execution.
prepare() - Method in class org.eclipse.emf.common.command.CommandWrapper
Returns whether the command can execute.
prepare() - Method in class org.eclipse.emf.common.command.CompoundCommand
Returns whether all the commands can execute so that AbstractCommand.isExecutable can be cached.
prepare() - Method in class org.eclipse.emf.common.command.StrictCompoundCommand
Returns false if any command on the list returns false for Command.canExecute(), or if some command before the last one can't be undone and hence we can't test all the commands for executability.
prepare() - Method in interface org.eclipse.emf.ecore.util.QueryDelegate
Prepares (e.g., parses) the query for execution.
prepare(XMLResource, XMLHelper, Map<?, ?>) - Method in class org.eclipse.emf.ecore.xmi.impl.SAXWrapper
Deprecated.
 
prepare(XMLResource, XMLHelper, Map<?, ?>) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
prepare(XMLResource, XMLHelper, Map<?, ?>) - Method in interface org.eclipse.emf.ecore.xmi.XMLDefaultHandler
 
prepare() - Method in class org.eclipse.emf.edit.command.AddCommand
 
prepare() - Method in class org.eclipse.emf.edit.command.ChangeCommand
 
prepare() - Method in class org.eclipse.emf.edit.command.CopyCommand
 
prepare() - Method in class org.eclipse.emf.edit.command.CopyToClipboardCommand
 
prepare() - Method in class org.eclipse.emf.edit.command.CreateCopyCommand
 
prepare() - Method in class org.eclipse.emf.edit.command.DeleteCommand
 
prepare() - Method in class org.eclipse.emf.edit.command.DragAndDropCommand
This implementation of prepare is called again to implement validate.
prepare() - Method in class org.eclipse.emf.edit.command.InitializeCopyCommand
 
prepare() - Method in class org.eclipse.emf.edit.command.MoveCommand
 
prepare() - Method in class org.eclipse.emf.edit.command.PasteFromClipboardCommand
 
prepare() - Method in class org.eclipse.emf.edit.command.RemoveCommand
 
prepare() - Method in class org.eclipse.emf.edit.command.ReplaceCommand
 
prepare() - Method in class org.eclipse.emf.edit.command.SetCommand
 
prepare() - Method in class org.eclipse.emf.edit.provider.WrapperItemProvider.SimpleCopyCommand
Returns true; this command can requires now preparation and can always be executed.
prepare() - Method in class org.eclipse.emf.mapping.action.NameMatchMappingAction.DelegateCommand
 
prepare() - Method in class org.eclipse.emf.mapping.action.TypeMatchMappingAction.DelegateCommand
 
prepare() - Method in class org.eclipse.emf.mapping.command.AddMappingCommand
 
prepare() - Method in class org.eclipse.emf.mapping.command.AddOverrideCommand
 
prepare() - Method in class org.eclipse.emf.mapping.command.CopyToClipboardOverrideCommand
 
prepare() - Method in class org.eclipse.emf.mapping.command.CreateCopyOverrideCommand
 
prepare() - Method in class org.eclipse.emf.mapping.command.CreateMappingCommand
 
prepare() - Method in class org.eclipse.emf.mapping.command.InitializeCopyOverrideCommand
 
prepare() - Method in class org.eclipse.emf.mapping.command.MatchMappingCommand
 
prepare() - Method in class org.eclipse.emf.mapping.command.RemoveMappingCommand
 
prepare() - Method in class org.eclipse.emf.mapping.command.RemoveOverrideCommand
 
prepare() - Method in class org.eclipse.emf.mapping.command.RestoreInitialStateCommand
 
prepare() - Method in class org.eclipse.emf.mapping.command.SetOverrideCommand
 
prepare(String) - Method in class org.eclipse.emf.oda.ecore.impl.Query
 
prepareBrowseFileSystemButton(Button) - Method in class org.eclipse.emf.common.ui.dialogs.ResourceDialog
Called to prepare the Browse File System button, this implementation adds a selection listener that creates an appropriate FileDialog.
prepareBrowseRegisteredPackagesButton(Button) - Method in class org.eclipse.emf.ecore.presentation.EcoreActionBarContributor.ExtendedLoadResourceAction.ExtendedLoadResourceDialog
 
prepareBrowseTargetPlatformPackagesButton(Button) - Method in class org.eclipse.emf.ecore.presentation.EcoreActionBarContributor.ExtendedLoadResourceAction.ExtendedLoadResourceDialog
 
prepareBrowseWorkspaceButton(Button) - Method in class org.eclipse.emf.common.ui.dialogs.ResourceDialog
Called to prepare the Browse Workspace button, this implementation adds a selection listener that creates an appropriate WorkspaceResourceDialog.
prepareCache() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
prepareCache() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
Create helpers to cache and supply information for unique naming.
prepareChangeDescriptionForResume() - Method in class org.eclipse.emf.ecore.change.util.ChangeRecorder
Prepares this ChangeRecorder's BasicChangeRecorder.changeDescription for the scenarios where the user is resuming a previous recording.
prepareCommand() - Method in class org.eclipse.emf.edit.command.DeleteCommand
 
prepared - Variable in class org.eclipse.emf.ecore.util.EContentsEList.FeatureIteratorImpl
 
prepared - Variable in class org.eclipse.emf.ecore.util.FeatureMapUtil.BasicFeatureEIterator
 
preparedFeature - Variable in class org.eclipse.emf.ecore.util.EContentsEList.FeatureIteratorImpl
 
preparedResult - Variable in class org.eclipse.emf.ecore.util.EContentsEList.FeatureIteratorImpl
 
preparedResult - Variable in class org.eclipse.emf.ecore.util.EcoreUtil.AbstractFilteredSettingsIterator
 
preparedResult - Variable in class org.eclipse.emf.ecore.util.EcoreUtil.ProperContentIterator
 
preparedResult - Variable in class org.eclipse.emf.ecore.util.FeatureMapUtil.BasicFeatureEIterator
 
prepareDropCopyInsert(Object, Collection<?>, int) - Method in class org.eclipse.emf.edit.command.DragAndDropCommand
This attempts to prepare a drop copy insert operation.
prepareDropCopyOn() - Method in class org.eclipse.emf.edit.command.DragAndDropCommand
This attempts to prepare a drop copy on operation.
prepareDropInsert() - Method in class org.eclipse.emf.edit.command.DragAndDropCommand
This attempts to prepare a drop insert operation.
prepareDropLinkInsert(Object, Collection<?>, int) - Method in class org.eclipse.emf.edit.command.DragAndDropCommand
This attempts to prepare a drop link insert operation.
prepareDropLinkOn() - Method in class org.eclipse.emf.edit.command.DragAndDropCommand
This attempts to prepare a drop link on operation.
prepareDropMoveInsert(Object, Collection<?>, int) - Method in class org.eclipse.emf.edit.command.DragAndDropCommand
This attempts to prepare a drop move insert operation.
prepareDropMoveOn() - Method in class org.eclipse.emf.edit.command.DragAndDropCommand
This attempts to prepare a drop move on operation.
prepareDropOn() - Method in class org.eclipse.emf.edit.command.DragAndDropCommand
This attempts to prepare a drop on operation.
prepareGenerators() - Method in class org.eclipse.emf.codegen.ecore.genmodel.handler.GenerateHandler.GenModelGenerationDialog
 
prepareGenModelAndEPackages(Monitor) - Method in class org.eclipse.emf.ecore.xcore.importer.XcoreImporter
 
prepareGenModelAndEPackages(Monitor) - Method in class org.eclipse.emf.importer.ModelImporter
 
prepareSplit() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJField
Ensures that the field wrapped by this ASTJField have only 1 variable in the declaration.
preSave(XMLResource, OutputStream, Map<?, ?>) - Method in class org.eclipse.emf.ecore.xmi.impl.BasicResourceHandler
 
preSave(XMLResource, OutputStream, Map<?, ?>) - Method in interface org.eclipse.emf.ecore.xmi.XMLResource.ResourceHandler
Called before saving begins.
PRESENTATION_PACKAGE_SUFFIX_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
The default value of the 'Presentation Package Suffix' attribute
PRESENTATIONFOR - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
presentationPackageSuffix - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
The cached value of the 'Presentation Package Suffix' attribute
PRESERVE - Static variable in enum org.eclipse.emf.ecore.xml.namespace.SpaceType
The 'Preserve' literal value
PRESERVE_WHITE_SPACE - Static variable in interface org.eclipse.emf.ecore.util.ExtendedMetaData
The white space kind ID for preserve.
preserveState() - Method in class org.eclipse.emf.mapping.presentation.MappingEditor.OverviewViewer
Deprecated.
 
preserveState() - Method in class org.eclipse.emf.mapping.presentation.SimpleMappedObjectViewer
 
presetEPackagesToGenerate() - Method in class org.eclipse.emf.importer.ModelImporter
 
previous() - Method in class org.eclipse.emf.common.util.AbstractEList.EListIterator
Returns the previous object and advances the iterator.
previous() - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap.ValueListIteratorImpl
 
previous() - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap.ValueListIteratorImpl
 
previous() - Method in class org.eclipse.emf.ecore.util.EContentsEList.FeatureIteratorImpl
 
previous() - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.BasicFeatureEIterator
 
previous() - Method in class org.eclipse.emf.ecore.xmi.impl.StringSegment.SegmentIterator
 
previousIndex() - Method in class org.eclipse.emf.common.util.AbstractEList.EListIterator
Returns the index of the object that would be returned by calling previous.
previousIndex() - Method in class org.eclipse.emf.ecore.util.EContentsEList.FeatureIteratorImpl
 
previousIndex() - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.BasicFeatureEIterator
 
previousIndex() - Method in class org.eclipse.emf.ecore.xmi.impl.StringSegment.SegmentIterator
 
previouslyFlushed - Variable in class org.eclipse.emf.ecore.resource.impl.PlatformResourceURIHandlerImpl.PlatformResourceOutputStream
 
primaryAccessUnits - Variable in class org.eclipse.emf.common.util.Pool
 
PRIMARYKEY - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
primaryResourceLocator - Variable in class org.eclipse.emf.edit.provider.ChildCreationExtenderManager
The primary resource locator.
primarySelection - Variable in class org.eclipse.emf.mapping.presentation.ComposedSelection
 
PRIME_CAPACITIES - Static variable in class org.eclipse.emf.common.util.WeakInterningHashSet
The capacity used for the WeakInterningHashSet.entries of the set will always be a prime number to help ensure uniform distribution of the hash codes.
PRIMITIVE - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
PRIMITIVE_TYPE_BOOLEAN - Static variable in class org.eclipse.emf.common.notify.impl.NotificationImpl
An indicator that the feature is a boolean.
PRIMITIVE_TYPE_BYTE - Static variable in class org.eclipse.emf.common.notify.impl.NotificationImpl
An indicator that the feature is a byte.
PRIMITIVE_TYPE_CHAR - Static variable in class org.eclipse.emf.common.notify.impl.NotificationImpl
An indicator that the feature is a char.
PRIMITIVE_TYPE_DOUBLE - Static variable in class org.eclipse.emf.common.notify.impl.NotificationImpl
An indicator that the feature is a double.
PRIMITIVE_TYPE_FLOAT - Static variable in class org.eclipse.emf.common.notify.impl.NotificationImpl
An indicator that the feature is a float.
PRIMITIVE_TYPE_INT - Static variable in class org.eclipse.emf.common.notify.impl.NotificationImpl
An indicator that the feature is a int.
PRIMITIVE_TYPE_LONG - Static variable in class org.eclipse.emf.common.notify.impl.NotificationImpl
An indicator that the feature is a long.
PRIMITIVE_TYPE_OBJECT - Static variable in class org.eclipse.emf.common.notify.impl.NotificationImpl
An indicator that the feature is not a primitive type.
PRIMITIVE_TYPE_SHORT - Static variable in class org.eclipse.emf.common.notify.impl.NotificationImpl
An indicator that the feature is a short.
PrimitiveAwareScope - Class in org.eclipse.emf.ecore.xcore.scoping.types
 
PrimitiveAwareScope(AbstractXcoreScope, AbstractTypeScope) - Constructor for class org.eclipse.emf.ecore.xcore.scoping.types.PrimitiveAwareScope
 
primitiveBooleanValueOf(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
 
primitiveGet(int) - Method in class org.eclipse.emf.common.util.AbstractEList
Returns the object at the index without resolving it and without range checking the index.
primitiveGet(int) - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
 
primitiveGet(int) - Method in class org.eclipse.emf.common.util.BasicEList
Returns the object at the index without resolving it and without range checking the index.
primitiveGet(int) - Method in class org.eclipse.emf.common.util.DelegatingEList
 
primitiveType - Variable in class org.eclipse.emf.common.notify.impl.NotificationImpl
The type of the feature.
print(PrintStream, Map<EObject, Collection<EStructuralFeature.Setting>>) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil.CrossReferencer
Print the specified cross reference map to the specified stream.
print(PrintStream, Collection<EStructuralFeature.Setting>) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil.CrossReferencer
Print the specified collection of settings to the specified stream.
printAdapters() - Method in class org.eclipse.emf.mapping.impl.MappingRootImpl
 
printers - Variable in class org.eclipse.emf.ecore.xmi.impl.ConfigurationCache
 
printExportData(ModelExporter.ExportData) - Method in class org.eclipse.emf.exporter.ModelExporter
 
printGenerateUsage() - Method in class org.eclipse.emf.codegen.ecore.Generator
 
printNeighbors() - Method in class org.eclipse.emf.importer.rose.parser.RoseLexer
 
printStatus(String, IStatus) - Method in class org.eclipse.emf.codegen.ecore.Generator
 
printStream - Variable in class org.eclipse.emf.codegen.util.CodeGenUtil.EclipseUtil.StreamProgressMonitor
 
printStream - Variable in class org.eclipse.emf.common.util.BasicMonitor.Printing
 
printUsage() - Method in class org.eclipse.emf.importer.ModelImporterApplication
 
priority - Variable in class org.eclipse.emf.ecore.xcore.util.XcoreJvmInferrer.JvmElementInferrer
 
PRIVATE - Static variable in class org.eclipse.emf.codegen.merge.java.facade.FacadeFlags
Private access flag.
PRIVATE - Static variable in enum org.eclipse.emf.java.JVisibility
The 'Private' literal value
ProblemEditorPart - Class in org.eclipse.emf.common.ui.editor
 
ProblemEditorPart - Class in org.eclipse.emf.common.ui.editor
 
ProblemEditorPart() - Constructor for class org.eclipse.emf.common.ui.editor.ProblemEditorPart
 
ProblemEditorPart.TextProvider - Class in org.eclipse.emf.common.ui.editor
Since 2.3.0
ProblemEditorPart.TextProvider() - Constructor for class org.eclipse.emf.common.ui.editor.ProblemEditorPart.TextProvider
 
problemIndicationAdapter - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
Adapter used to update the problem indication when resources are demanded loaded
problemIndicationAdapter - Variable in class org.eclipse.emf.ecore.presentation.EcoreEditor
Adapter used to update the problem indication when resources are demanded loaded
problemIndicationAdapter - Variable in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryEditor
Adapter used to update the problem indication when resources are demanded loaded
problemIndicationAdapter - Variable in class org.eclipse.emf.java.presentation.JavaEditor
Adapter used to update the problem indication when resources are demanded loaded
problemIndicationAdapter - Variable in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLEditor
Adapter used to update the problem indication when resources are demanded loaded
process(EObject, boolean, boolean) - Method in class org.eclipse.emf.ecore.change.impl.FeatureChangeImpl
 
process(EList<Object>, boolean, boolean) - Method in class org.eclipse.emf.ecore.change.impl.ListChangeImpl
 
process(boolean, boolean) - Method in class org.eclipse.emf.ecore.change.impl.ResourceChangeImpl
 
process(ClassLoader) - Static method in class org.eclipse.emf.ecore.plugin.EcorePlugin.ExtensionProcessor
This explicitly triggers processing of all plugin.xml registered extensions.
process(V) - Method in class org.eclipse.emf.ecore.xcore.ui.editor.XcoreEditor.DelayedProcessor
 
PROCESS_DIAGRAM - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
PROCESS_STRUCTURE - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
processAnyXML - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
processArgument(String[], int) - Method in class org.eclipse.emf.importer.ecore.EcoreImporterApplication
 
processArgument(String[], int) - Method in class org.eclipse.emf.importer.java.JavaImporterApplication
 
processArgument(String[], int) - Method in class org.eclipse.emf.importer.ModelImporterApplication
 
processArgument(String[], int) - Method in class org.eclipse.emf.importer.rose.RoseImporterApplication
 
processArguments(String[], int) - Method in class org.eclipse.emf.importer.ModelImporterApplication
 
processAttributeExtensions(EObject) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
processDanglingHREF - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
processDanglingHREF - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
processedEPackages - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLMapImpl
 
processElement(String, String, String) - Method in class org.eclipse.emf.ecore.xmi.impl.EMOFHandler
 
processElement(String, String, String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMIHandler
 
processElement(String, String, String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
processElementExtensions(EObject) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
Returns true if there were extensions for the specified object.
PROCESSES - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
PROCESSING_INSTRUCTION - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage.Literals
The meta object literal for the 'Processing Instruction' class
PROCESSING_INSTRUCTION - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
The meta object id for the 'Processing Instruction' class
PROCESSING_INSTRUCTION__DATA - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage.Literals
The meta object literal for the 'Data' attribute feature
PROCESSING_INSTRUCTION__DATA - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
The feature id for the 'Data' attribute
PROCESSING_INSTRUCTION__TARGET - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage.Literals
The meta object literal for the 'Target' attribute feature
PROCESSING_INSTRUCTION__TARGET - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
The feature id for the 'Target' attribute
PROCESSING_INSTRUCTION_FEATURE_COUNT - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
The number of structural features of the 'Processing Instruction' class
PROCESSING_KINDS - Static variable in interface org.eclipse.emf.ecore.util.ExtendedMetaData
The strings used to represent the various processing kinds in extended metadata annotations, indexed by kind ID.
processingInstruction(String, String) - Method in class org.eclipse.emf.ecore.xmi.impl.SAXWrapper
Deprecated.
 
processingInstruction(String, String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
ProcessingInstruction - Interface in org.eclipse.emf.ecore.xml.type
A representation of the model object 'Processing Instruction Type'
processingInstruction - Variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
processingInstruction - Variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory.XMLTypeDocumentRootStackFrame
 
ProcessingInstructionImpl - Class in org.eclipse.emf.ecore.xml.type.impl
An implementation of the model object 'Processing Instruction Type'
ProcessingInstructionImpl() - Constructor for class org.eclipse.emf.ecore.xml.type.impl.ProcessingInstructionImpl
 
processingKind - Variable in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EStructuralFeatureExtendedMetaDataImpl
 
processModelAndGenModelLocationArguments(String[], int) - Method in class org.eclipse.emf.importer.java.JavaImporterApplication
 
processModelAndGenModelLocationArguments(String[], int) - Method in class org.eclipse.emf.importer.ModelImporterApplication
 
processModelProjectArguments(String[], int) - Method in class org.eclipse.emf.importer.java.JavaImporterApplication
 
processModelProjectArguments(String[], int) - Method in class org.eclipse.emf.importer.ModelImporterApplication
 
processObject(EObject) - Method in class org.eclipse.emf.ecore.xmi.impl.SAXXMLHandler
 
processObject(EObject) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
Add object to appropriate stacks.
processPackageInformation(String[], int, Map<String, EcoreImporterApplication.PackageInfo>) - Method in class org.eclipse.emf.importer.ecore.EcoreImporterApplication
 
processPackageInformation(String[], int, Map<String, JavaImporterApplication.PackageInfo>) - Method in class org.eclipse.emf.importer.java.JavaImporterApplication
 
processPackageInformation(String[], int, Map<String, RoseImporterApplication.PackageInfo>) - Method in class org.eclipse.emf.importer.rose.RoseImporterApplication
 
processResource(Resource) - Method in class org.eclipse.emf.ecore.presentation.EcoreActionBarContributor.ExtendedLoadResourceAction.ExtendedLoadResourceDialog
 
processResource(Resource) - Method in class org.eclipse.emf.edit.ui.action.LoadResourceAction.LoadResourceDialog
 
processResources() - Method in class org.eclipse.emf.common.ui.dialogs.ResourceDialog
Called by ResourceDialog.okPressed() to handle the specified URIs, this implementation simply returns true, allowing the dialog to close.
processResources() - Method in class org.eclipse.emf.edit.ui.action.ControlAction.ControlResourceDialog
Creates and, if it already exists, loads the specified resource.
processResources() - Method in class org.eclipse.emf.edit.ui.action.LoadResourceAction.LoadResourceDialog
 
processSchemaLocations - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
processSchemaLocations(String, String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
processSchemaLocations - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLOptionsImpl
 
processTopObject(EObject) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
Add object to extent and call processObject.
processToTheEnd(String, int) - Method in class org.eclipse.emf.importer.rose.parser.RoseLexer
 
processUnitTree(UnitTreeNode) - Method in class org.eclipse.emf.importer.rose.builder.RoseUtil
 
processValueToTheEnd(String, int) - Method in class org.eclipse.emf.importer.rose.parser.RoseLexer
 
PROCSNDVES - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
PROGRESS - Static variable in class org.eclipse.emf.importer.rose.parser.RoseLoader
 
PROGRESS - Static variable in class org.eclipse.emf.importer.rose.parser.RoseWriter
 
progressIncrement - Variable in class org.eclipse.emf.importer.rose.parser.RoseLoader
 
progressIncrement - Variable in class org.eclipse.emf.importer.rose.parser.RoseWriter
 
progressMonitor - Variable in class org.eclipse.emf.ecore.resource.impl.PlatformResourceURIHandlerImpl.PlatformResourceOutputStream
 
project - Variable in class org.eclipse.emf.codegen.ecore.ui.EmptyProjectWizard
 
project - Variable in class org.eclipse.emf.codegen.jet.JETCompileTemplateOperation
 
project - Variable in class org.eclipse.emf.codegen.presentation.JETPropertyPage
 
project - Variable in class org.eclipse.emf.common.ui.wizard.AbstractExampleInstallerWizard.ProjectDescriptor
 
projectDescriptors - Variable in class org.eclipse.emf.common.ui.wizard.ExampleInstallerWizard
 
projectList - Variable in class org.eclipse.emf.common.ui.wizard.AbstractExampleInstallerWizard.ProjectPage
 
projectLocation - Variable in class org.eclipse.emf.importer.ui.contribution.base.ModelImporterWizard
 
projectLocation - Variable in class org.eclipse.emf.importer.ui.EMFProjectWizard
 
projectName - Variable in class org.eclipse.emf.codegen.jet.JETEmitter
 
projectName - Variable in class org.eclipse.emf.importer.ModelImporter
 
projectPage - Variable in class org.eclipse.emf.common.ui.wizard.AbstractExampleInstallerWizard
 
projectPath - Variable in class org.eclipse.emf.importer.ui.contribution.base.ModelImporterWizard
 
projectPath - Variable in class org.eclipse.emf.importer.ui.EMFProjectWizard
 
projects - Variable in class org.eclipse.emf.codegen.action.AddJETNatureAction
 
projects - Variable in class org.eclipse.emf.codegen.jet.JETAddNatureOperation
 
projects - Variable in class org.eclipse.emf.ecore.xcore.ui.builder.XcoreFileSystemAccess
 
projectsToConvert - Variable in class org.eclipse.emf.codegen.presentation.ConvertToJETProjectWizard
 
promptForContextTypeSelection() - Method in class org.eclipse.emf.oda.ecore.ui.impl.EcoreDataSetWizardPage
Opens a dialog prompting the user to select a context type.
promptForResultTypeSelection() - Method in class org.eclipse.emf.oda.ecore.ui.impl.EcoreDataSetWizardPage
Opens a dialog prompting the user to select a result type.
Properties - Class in org.eclipse.emf.codegen.ecore.templates.edit
 
Properties() - Constructor for class org.eclipse.emf.codegen.ecore.templates.edit.Properties
 
properties - Variable in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
 
PROPERTIES - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
properties - Variable in class org.eclipse.emf.oda.ecore.ui.impl.EcoreDataSourceWizardPage
 
PROPERTIES_ENCODING - Static variable in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter
 
property - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
The cached value of the 'Property' attribute
PROPERTY_CATEGORY_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
The default value of the 'Property Category' attribute
PROPERTY_DESCRIPTION_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
The default value of the 'Property Description' attribute
PROPERTY_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
The default value of the 'Property' attribute
PROPERTY_MULTI_LINE_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
The default value of the 'Property Multi Line' attribute
PROPERTY_SORT_CHOICES_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
The default value of the 'Property Sort Choices' attribute
propertyCategory - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
The cached value of the 'Property Category' attribute
propertyChanged(Object, int) - Method in class org.eclipse.emf.common.ui.ViewerPane
Indicates that a property has changed.
propertyChanged(Object, int) - Method in class org.eclipse.emf.edit.ui.action.EditingDomainActionBarContributor
 
propertyClass - Variable in class org.eclipse.emf.ecore.xmi.impl.EMOFHelperImpl
 
propertyDescription - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
The cached value of the 'Property Description' attribute
PropertyDescriptor - Class in org.eclipse.emf.edit.ui.provider
This is used to encapsulate an IItemPropertyDescriptor along with the object for which it is an item property source and make it behave like an org.eclipse.ui.views.properties.IPropertyDescriptor.
PropertyDescriptor - Class in org.eclipse.emf.edit.ui.provider
This is used to encapsulate an IItemPropertyDescriptor along with the object for which it is an item property source and make it behave like an org.eclipse.ui.views.properties.IPropertyDescriptor.
PropertyDescriptor(Object, IItemPropertyDescriptor) - Constructor for class org.eclipse.emf.edit.ui.provider.PropertyDescriptor
An instance is constructed from an object and its item property source.
PropertyDescriptor.EDataTypeCellEditor - Class in org.eclipse.emf.edit.ui.provider
 
PropertyDescriptor.EDataTypeCellEditor(EDataType, Composite) - Constructor for class org.eclipse.emf.edit.ui.provider.PropertyDescriptor.EDataTypeCellEditor
 
PropertyDescriptor.EDataTypeValueHandler - Class in org.eclipse.emf.edit.ui.provider
A delegate for handling validation and conversion for data type values.
PropertyDescriptor.EDataTypeValueHandler(EDataType) - Constructor for class org.eclipse.emf.edit.ui.provider.PropertyDescriptor.EDataTypeValueHandler
 
PropertyDescriptor.FloatCellEditor - Class in org.eclipse.emf.edit.ui.provider
Deprecated. 
PropertyDescriptor.FloatCellEditor(Composite) - Constructor for class org.eclipse.emf.edit.ui.provider.PropertyDescriptor.FloatCellEditor
Deprecated.
 
PropertyDescriptor.IntegerCellEditor - Class in org.eclipse.emf.edit.ui.provider
Deprecated. 
PropertyDescriptor.IntegerCellEditor(Composite) - Constructor for class org.eclipse.emf.edit.ui.provider.PropertyDescriptor.IntegerCellEditor
Deprecated.
 
propertyDescriptors - Variable in class org.eclipse.emf.edit.provider.AttributeValueWrapperItemProvider
The single property descriptor for the value is cached here as a singleton list.
propertyDescriptors - Variable in class org.eclipse.emf.edit.provider.DelegatingWrapperItemProvider
The decorated property descriptors are cached here.
propertyFeatureList - Variable in class org.eclipse.emf.ecore.xmi.impl.EMOFHelperImpl
 
propertyFilterFlags - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
The cached value of the 'Property Filter Flags' attribute list
propertyLine - Static variable in class org.eclipse.emf.codegen.merge.properties.PropertyMerger
 
PropertyMerger - Class in org.eclipse.emf.codegen.jmerge
Deprecated.
in 2.2.0. Use PropertyMerger instead.
PropertyMerger() - Constructor for class org.eclipse.emf.codegen.jmerge.PropertyMerger
Deprecated.
 
PropertyMerger - Class in org.eclipse.emf.codegen.merge.properties
This implements the method PropertyMerger.run(java.lang.Object), which is called just like main during headless workbench invocation.
PropertyMerger() - Constructor for class org.eclipse.emf.codegen.merge.properties.PropertyMerger
This creates an empty instances, when used as a runnable.
PropertyMerger.PlatformRunnable - Class in org.eclipse.emf.codegen.jmerge
Deprecated.
 
PropertyMerger.PlatformRunnable() - Constructor for class org.eclipse.emf.codegen.jmerge.PropertyMerger.PlatformRunnable
Deprecated.
 
PropertyMerger.PlatformRunnable - Class in org.eclipse.emf.codegen.merge.properties
Deprecated.
PropertyMerger.PlatformRunnable() - Constructor for class org.eclipse.emf.codegen.merge.properties.PropertyMerger.PlatformRunnable
Deprecated.
 
propertyMultiLine - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
The cached value of the 'Property Multi Line' attribute
propertyName(EStructuralFeature) - Static method in class org.eclipse.emf.databinding.internal.EMFPropertyHelper
 
propertyPage - Variable in class org.eclipse.emf.oda.ecore.ui.impl.EcoreDataSourcePageHelper
 
propertySheetPage - Variable in class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator
 
propertySheetPage - Variable in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryEditor
This is the property sheet page
propertySheetPage - Variable in class org.eclipse.emf.java.presentation.JavaEditor
This is the property sheet page
propertySheetPage - Variable in class org.eclipse.emf.mapping.presentation.MappingEditor
This is the property sheet page.
propertySheetPages - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
This is the property sheet page
propertySheetPages - Variable in class org.eclipse.emf.ecore.presentation.EcoreEditor
This is the property sheet page
propertySheetPages - Variable in class org.eclipse.emf.ecore.xcore.ui.editor.XcoreEditor
 
propertySheetPages - Variable in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLEditor
This is the property sheet page
propertySortChoices - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
The cached value of the 'Property Sort Choices' attribute
PropertySource - Class in org.eclipse.emf.edit.ui.provider
This is used to encapsulate an IItemPropertySource along with the object for which it is an item property source and make it behave like an org.eclipse.ui.views.properties.IPropertySource.
PropertySource - Class in org.eclipse.emf.edit.ui.provider
This is used to encapsulate an IItemPropertySource along with the object for which it is an item property source and make it behave like an org.eclipse.ui.views.properties.IPropertySource.
PropertySource(Object, IItemPropertySource) - Constructor for class org.eclipse.emf.edit.ui.provider.PropertySource
An instance is constructed from an object and its item property source.
propertySourceProvider - Variable in class org.eclipse.emf.edit.ui.view.ExtendedPropertySheetPage
 
propertyValue - Variable in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor.PropertyValueWrapper
 
PROTECTED - Static variable in class org.eclipse.emf.codegen.merge.java.facade.FacadeFlags
Protected access flag.
PROTECTED - Static variable in enum org.eclipse.emf.java.JVisibility
The 'Protected' literal value
PROTOCOL_PARSER_PPID - Static variable in class org.eclipse.emf.ecore.plugin.EcorePlugin
 
protocolToFactoryMap - Variable in class org.eclipse.emf.ecore.resource.impl.ResourceFactoryRegistryImpl
The protocol map.
prototypeFeatureMapEntry - Variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
 
provideIAllContainersState() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractXcoreUiModule
 
provideIAllContainersState() - Method in class org.eclipse.emf.ecore.xcore.ui.XcoreUiModule
 
provideInternalXcoreLexer() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
 
provider - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
The cached value of the 'Provider' attribute
PROVIDER_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
The default value of the 'Provider' attribute
PROVIDER_PACKAGE_SUFFIX_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
The default value of the 'Provider Package Suffix' attribute
PROVIDER_ROOT_EXTENDS_CLASS_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Provider Root Extends Class' attribute
providerPackageSuffix - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
The cached value of the 'Provider Package Suffix' attribute
providerRootExtendsClass - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Provider Root Extends Class' attribute
provideWorkspaceConfig() - Method in class org.eclipse.emf.ecore.xcore.AbstractXcoreRuntimeModule
 
proxyAttributes - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
proxyMap - Variable in class org.eclipse.emf.ecore.util.ECrossReferenceAdapter.InverseCrossReferencer
 
prune() - Method in class org.eclipse.emf.common.util.AbstractTreeIterator
Prunes the iterator so that it skips over all the nodes below the most recent result of calling next().
prune() - Method in interface org.eclipse.emf.common.util.TreeIterator
Prunes the iterator so that it skips over all the nodes below the most recent result of calling next().
PUBLIC - Static variable in class org.eclipse.emf.codegen.merge.java.facade.FacadeFlags
Public access flag.
PUBLIC - Static variable in enum org.eclipse.emf.java.JVisibility
The 'Public' literal value
PUBLIC_CONSTRUCTORS_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Public Constructors' attribute
PUBLICATION_DATE_EDEFAULT - Static variable in class org.eclipse.emf.examples.extlibrary.impl.ItemImpl
The default value of the 'Publication Date' attribute
PUBLICATION_LOCATION_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
The default value of the 'Publication Location' attribute
publicationDate - Variable in class org.eclipse.emf.examples.extlibrary.impl.ItemImpl
The cached value of the 'Publication Date' attribute
publicationLocation - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
The cached value of the 'Publication Location' attribute
publicConstructors - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Public Constructors' attribute
publicId - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
 
publicId - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLString
 
pullDownImage - Variable in class org.eclipse.emf.common.ui.ViewerPane
 
pullRules - Variable in class org.eclipse.emf.codegen.merge.java.JControlModel
 
pullTargetCompilationUnit() - Method in class org.eclipse.emf.codegen.jmerge.JMerger
Deprecated.
 
pullTargetCompilationUnit() - Method in class org.eclipse.emf.codegen.merge.java.JMerger
 
pullTargetField(IDOMField) - Method in class org.eclipse.emf.codegen.jmerge.JMerger
Deprecated.
 
pullTargetImport(IDOMImport) - Method in class org.eclipse.emf.codegen.jmerge.JMerger
Deprecated.
 
pullTargetInitializer(IDOMInitializer) - Method in class org.eclipse.emf.codegen.jmerge.JMerger
Deprecated.
 
pullTargetMethod(IDOMMethod) - Method in class org.eclipse.emf.codegen.jmerge.JMerger
Deprecated.
 
pullTargetPackage(IDOMPackage) - Method in class org.eclipse.emf.codegen.jmerge.JMerger
Deprecated.
 
pullTargetType(IDOMType) - Method in class org.eclipse.emf.codegen.jmerge.JMerger
Deprecated.
 
push(Pool.AccessUnit<E>, boolean) - Method in class org.eclipse.emf.common.util.Pool.AccessUnit.Queue
 
push(E) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler.MyStack
 
pushAnySimpleType(XMLTypeResourceImpl.StackFrame, Attributes) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
pushAnyType(XMLTypeResourceImpl.StackFrame, Attributes) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
pushAnyURI(XMLTypeResourceImpl.StackFrame, Attributes) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
pushBase64Binary(XMLTypeResourceImpl.StackFrame, Attributes) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
pushBoolean(XMLTypeResourceImpl.StackFrame, Attributes) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
pushBooleanObject(XMLTypeResourceImpl.StackFrame, Attributes) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
pushByte(XMLTypeResourceImpl.StackFrame, Attributes) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
pushByteObject(XMLTypeResourceImpl.StackFrame, Attributes) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
pushContext() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl.NamespaceSupport
 
pushContext() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
pushContext() - Method in interface org.eclipse.emf.ecore.xmi.XMLHelper
Starts a new namespace context while loading an XML document.
pushDate(XMLTypeResourceImpl.StackFrame, Attributes) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
pushDateTime(XMLTypeResourceImpl.StackFrame, Attributes) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
pushDecimal(XMLTypeResourceImpl.StackFrame, Attributes) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
pushDouble(XMLTypeResourceImpl.StackFrame, Attributes) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
pushDoubleObject(XMLTypeResourceImpl.StackFrame, Attributes) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
pushDuration(XMLTypeResourceImpl.StackFrame, Attributes) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
pushENTITIES(XMLTypeResourceImpl.StackFrame, Attributes) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
pushENTITIESBase(XMLTypeResourceImpl.StackFrame, Attributes) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
pushENTITY(XMLTypeResourceImpl.StackFrame, Attributes) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
pushFloat(XMLTypeResourceImpl.StackFrame, Attributes) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
pushFloatObject(XMLTypeResourceImpl.StackFrame, Attributes) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
pushGDay(XMLTypeResourceImpl.StackFrame, Attributes) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
pushGMonth(XMLTypeResourceImpl.StackFrame, Attributes) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
pushGMonthDay(XMLTypeResourceImpl.StackFrame, Attributes) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
pushGYear(XMLTypeResourceImpl.StackFrame, Attributes) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
pushGYearMonth(XMLTypeResourceImpl.StackFrame, Attributes) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
pushHexBinary(XMLTypeResourceImpl.StackFrame, Attributes) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
pushID(XMLTypeResourceImpl.StackFrame, Attributes) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
pushIDREF(XMLTypeResourceImpl.StackFrame, Attributes) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
pushIDREFS(XMLTypeResourceImpl.StackFrame, Attributes) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
pushIDREFSBase(XMLTypeResourceImpl.StackFrame, Attributes) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
pushInt(XMLTypeResourceImpl.StackFrame, Attributes) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
pushInteger(XMLTypeResourceImpl.StackFrame, Attributes) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
pushIntObject(XMLTypeResourceImpl.StackFrame, Attributes) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
pushLanguage(XMLTypeResourceImpl.StackFrame, Attributes) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
pushLong(XMLTypeResourceImpl.StackFrame, Attributes) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
pushLongObject(XMLTypeResourceImpl.StackFrame, Attributes) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
pushName(XMLTypeResourceImpl.StackFrame, Attributes) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
pushNCName(XMLTypeResourceImpl.StackFrame, Attributes) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
pushNegativeInteger(XMLTypeResourceImpl.StackFrame, Attributes) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
pushNMTOKEN(XMLTypeResourceImpl.StackFrame, Attributes) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
pushNMTOKENS(XMLTypeResourceImpl.StackFrame, Attributes) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
pushNMTOKENSBase(XMLTypeResourceImpl.StackFrame, Attributes) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
pushNonNegativeInteger(XMLTypeResourceImpl.StackFrame, Attributes) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
pushNonPositiveInteger(XMLTypeResourceImpl.StackFrame, Attributes) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
pushNormalizedString(XMLTypeResourceImpl.StackFrame, Attributes) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
pushNOTATION(XMLTypeResourceImpl.StackFrame, Attributes) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
pushOnto(XMLTypeResourceImpl.StackFrame) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.StackFrame
 
pushPositiveInteger(XMLTypeResourceImpl.StackFrame, Attributes) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
pushProcessingInstruction(XMLTypeResourceImpl.StackFrame, Attributes) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
pushQName(XMLTypeResourceImpl.StackFrame, Attributes) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
pushRules - Variable in class org.eclipse.emf.codegen.merge.java.JControlModel
 
pushShort(XMLTypeResourceImpl.StackFrame, Attributes) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
pushShortObject(XMLTypeResourceImpl.StackFrame, Attributes) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
pushSimpleAnyType(XMLTypeResourceImpl.StackFrame, Attributes) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
pushSourceCompilationUnit() - Method in class org.eclipse.emf.codegen.jmerge.JMerger
Deprecated.
 
pushSourceCompilationUnit() - Method in class org.eclipse.emf.codegen.merge.java.JMerger
 
pushSourceField(IDOMField) - Method in class org.eclipse.emf.codegen.jmerge.JMerger
Deprecated.
 
pushSourceImport(IDOMImport) - Method in class org.eclipse.emf.codegen.jmerge.JMerger
Deprecated.
 
pushSourceInitializer(IDOMInitializer) - Method in class org.eclipse.emf.codegen.jmerge.JMerger
Deprecated.
 
pushSourceMethod(IDOMMethod) - Method in class org.eclipse.emf.codegen.jmerge.JMerger
Deprecated.
 
pushSourcePackage(IDOMPackage) - Method in class org.eclipse.emf.codegen.jmerge.JMerger
Deprecated.
 
pushSourceType(IDOMType) - Method in class org.eclipse.emf.codegen.jmerge.JMerger
Deprecated.
 
pushStream(char[], int, String, String) - Method in class org.eclipse.emf.codegen.jet.JETMark
Sets this mark's state to a new stream.
pushString(XMLTypeResourceImpl.StackFrame, Attributes) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
pushTime(XMLTypeResourceImpl.StackFrame, Attributes) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
pushToken(XMLTypeResourceImpl.StackFrame, Attributes) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
pushUnsignedByte(XMLTypeResourceImpl.StackFrame, Attributes) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
pushUnsignedByteObject(XMLTypeResourceImpl.StackFrame, Attributes) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
pushUnsignedInt(XMLTypeResourceImpl.StackFrame, Attributes) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
pushUnsignedIntObject(XMLTypeResourceImpl.StackFrame, Attributes) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
pushUnsignedLong(XMLTypeResourceImpl.StackFrame, Attributes) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
pushUnsignedShort(XMLTypeResourceImpl.StackFrame, Attributes) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
pushUnsignedShortObject(XMLTypeResourceImpl.StackFrame, Attributes) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
pushXMLTypeDocumentRoot(XMLTypeResourceImpl.StackFrame, Attributes) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
put(K, V) - Method in class org.eclipse.emf.common.util.BasicEMap.DelegatingMap
 
put(K, V) - Method in class org.eclipse.emf.common.util.BasicEMap
 
put(K, V) - Method in interface org.eclipse.emf.common.util.EMap
Associates the key with the value and returns the value previously associated with the key, or null.
put(String, Object) - Method in class org.eclipse.emf.ecore.impl.EPackageRegistryImpl.Delegator
 
put(int, ContentHandler) - Method in interface org.eclipse.emf.ecore.resource.ContentHandler.Registry
Adds an additional content handler with the given priority to the map.
put(int, ContentHandler) - Method in class org.eclipse.emf.ecore.resource.impl.ContentHandlerRegistryImpl
 
put(EStructuralFeature, Boolean) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.BasicValidator.Cache
 
put(EObject, EObject) - Method in class org.eclipse.emf.edit.command.CopyCommand.Helper
 
putAll(Map<? extends K, ? extends V>) - Method in class org.eclipse.emf.common.util.BasicEMap.DelegatingMap
 
putAll(Map<? extends K, ? extends V>) - Method in class org.eclipse.emf.common.util.BasicEMap
 
putAll(EMap<? extends K, ? extends V>) - Method in class org.eclipse.emf.common.util.BasicEMap
 
putAll(Map<? extends K, ? extends V>) - Method in interface org.eclipse.emf.common.util.EMap
Puts each Map.Entry of the given map into this one.
putAll(EMap<? extends K, ? extends V>) - Method in interface org.eclipse.emf.common.util.EMap
Puts each Map.Entry of the given map into this one.
putAll(Map<? extends String, ? extends Object>) - Method in class org.eclipse.emf.ecore.impl.EPackageRegistryImpl.Delegator
 
putDocumentRoot(EPackage, EClass) - Method in class org.eclipse.emf.ecore.xmi.impl.ConfigurationCache
 
putEntry(BasicEMap.Entry<K, V>, V) - Method in class org.eclipse.emf.common.util.BasicEMap
Sets the value of the entry, and returns the former value.
putEntry(int, WeakInterningHashSet.Entry<E>) - Method in class org.eclipse.emf.common.util.WeakInterningHashSet
Puts the entry into the WeakInterningHashSet.entries linking up the chain for collision handling.
putIANA2JavaMapping(String, String) - Static method in class org.eclipse.emf.ecore.xml.type.internal.DataValue.EncodingMap
Adds an IANA to Java encoding name mapping.
putJava2IANAMapping(String, String) - Static method in class org.eclipse.emf.ecore.xml.type.internal.DataValue.EncodingMap
Adds a Java to IANA encoding name mapping.
putPackage(String, EPackage) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
putPackage(String, EPackage) - Method in interface org.eclipse.emf.ecore.util.ExtendedMetaData
Adds the package to the package registry associated with this instance, keyed by the given namespace URI.

Q

QName - Class in org.eclipse.emf.ecore.xml.type.internal
An internal extension of Java's QName that allows the prefix to be updated.
QName(String) - Constructor for class org.eclipse.emf.ecore.xml.type.internal.QName
Constructs a QName.
QName(String, String, String) - Constructor for class org.eclipse.emf.ecore.xml.type.internal.QName
Constructs a QName with the specified values.
qName - Variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
QNAME - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage.Literals
The meta object literal for the 'QName' data type
QNAME - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
The meta object id for the 'QName' data type
qualifiedName - Variable in class org.eclipse.emf.codegen.merge.java.facade.AbstractJNode
 
qualifiedName - Variable in class org.eclipse.emf.ecore.xmi.impl.NameInfoImpl
 
qualifiedNameConverter - Variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.OppositeReplacementTextApplier
 
qualifiedNameValueConverter - Variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.OppositeReplacementTextApplier
 
QUALIFIER_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.QUALIFIER_STYLER.
query() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
query - Variable in class org.eclipse.emf.common.util.URI.Hierarchical
The query of the hierarchical URI.
query() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
query() - Method in class org.eclipse.emf.common.util.URI
If this is a hierarchical URI with a query component, returns it; null otherwise.
query - Variable in class org.eclipse.emf.oda.ecore.impl.ParameterMetaData
 
Query - Class in org.eclipse.emf.oda.ecore.impl
Implementation of IQuery for EMF ODA runtime driver.
Query(Connection) - Constructor for class org.eclipse.emf.oda.ecore.impl.Query
 
QUERY_DELEGATE_PPID - Static variable in class org.eclipse.emf.ecore.plugin.EcorePlugin
 
QUERY_DELEGATE_TEXT_VIEWER_FACTORIES_PPID - Static variable in class org.eclipse.emf.edit.ui.EMFEditUIPlugin
 
QUERY_SEPARATOR - Static variable in class org.eclipse.emf.common.util.URI
 
QueryDelegate - Interface in org.eclipse.emf.ecore.util
An interface for delegating query execution.
QueryDelegate.Factory - Interface in org.eclipse.emf.ecore.util
A factory for creating query delegates.
QueryDelegate.Factory.Descriptor - Interface in org.eclipse.emf.ecore.util
A Factory wrapper that is used by the QueryDelegate.Factory.Registry.
QueryDelegate.Factory.Registry - Interface in org.eclipse.emf.ecore.util
A registry of query delegate factories.
QueryDelegate.Factory.Registry.Impl - Class in org.eclipse.emf.ecore.util
 
QueryDelegate.Factory.Registry.Impl() - Constructor for class org.eclipse.emf.ecore.util.QueryDelegate.Factory.Registry.Impl
 
queryDelegateCombo - Variable in class org.eclipse.emf.oda.ecore.ui.impl.EcoreDataSetWizardPage
 
QueryDelegateTextViewer - Interface in org.eclipse.emf.edit.ui.util
An interface for text viewers of query delegate expressions.
QueryDelegateTextViewer.Factory - Interface in org.eclipse.emf.edit.ui.util
A factory for creating query delegate source viewers.
QueryDelegateTextViewer.Factory.Descriptor - Interface in org.eclipse.emf.edit.ui.util
A Factory wrapper that is used by the QueryDelegateTextViewer.Factory.Registry.
QueryDelegateTextViewer.Factory.Registry - Interface in org.eclipse.emf.edit.ui.util
A registry of query delegate text viewer factories.
QueryDelegateTextViewer.Factory.Registry.Impl - Class in org.eclipse.emf.edit.ui.util
 
QueryDelegateTextViewer.Factory.Registry.Impl() - Constructor for class org.eclipse.emf.edit.ui.util.QueryDelegateTextViewer.Factory.Registry.Impl
 
queryText - Variable in class org.eclipse.emf.oda.ecore.impl.Query
 
queryTextViewerComposite - Variable in class org.eclipse.emf.oda.ecore.ui.impl.EcoreDataSetWizardPage
 
queryTextViewers - Variable in class org.eclipse.emf.oda.ecore.ui.impl.EcoreDataSetWizardPage
 
queryTextViewerStackLayout - Variable in class org.eclipse.emf.oda.ecore.ui.impl.EcoreDataSetWizardPage
 
queue - Variable in class org.eclipse.emf.common.util.Pool.AccessUnit
Access units are maintained for recycled use in this queue.
QUID - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
quid - Variable in class org.eclipse.emf.importer.rose.builder.UnitTreeNode
 
quidTable - Variable in class org.eclipse.emf.importer.rose.builder.RoseUtil
 
QUIDU - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
quiet - Variable in class org.eclipse.emf.importer.ModelImporterApplication
 
QUOTE - Static variable in class org.eclipse.emf.codegen.jet.JETParser.QuoteEscape
 
QUOTE - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Escape
 
QUOTE - Static variable in class org.eclipse.emf.importer.rose.parser.Util
 
quotedEndTag - Variable in class org.eclipse.emf.codegen.jet.JETParser
 
quotedStartTag - Variable in class org.eclipse.emf.codegen.jet.JETParser
 
quoteMeta(String) - Static method in class org.eclipse.emf.ecore.xml.type.internal.RegEx.REUtil
 

R

rainbow - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.ColorInformation
Deprecated.
 
rainbow - Variable in class org.eclipse.emf.codegen.util.GIFEmitter.ColorInformation
 
RAP_VALUE - Static variable in enum org.eclipse.emf.codegen.ecore.genmodel.GenRuntimePlatform
The 'RAP' literal value
RAW_VALUE_EDEFAULT - Static variable in class org.eclipse.emf.ecore.xml.type.impl.SimpleAnyTypeImpl
The default value of the 'Raw Value' attribute
rawAppendFragment(CharSequence) - Method in class org.eclipse.emf.common.util.URI
 
rawSegments() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
rawSegments() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
rawSegments() - Method in class org.eclipse.emf.common.util.URI
 
RCP_VALUE - Static variable in enum org.eclipse.emf.codegen.ecore.genmodel.GenRuntimePlatform
The 'RCP' literal value
read(InputStream) - Static method in enum org.eclipse.emf.ecore.resource.ContentHandler.ByteOrderMark
Returns the byte order mark at the start of the input stream, or null if there isn't one.
read(BinaryResourceImpl.EObjectInputStream) - Method in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.DataConverter
 
read() - Method in class org.eclipse.emf.ecore.resource.URIConverter.ReadableInputStream.Buffer
 
read() - Method in class org.eclipse.emf.ecore.resource.URIConverter.ReadableInputStream
 
readBoolean() - Method in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectInputStream
 
readBuffer() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLLoadImpl
 
readByte() - Method in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectInputStream
 
readChar() - Method in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectInputStream
 
readCompressedInt() - Method in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectInputStream
 
readContentsAsBytes(InputStream) - Static method in class org.eclipse.emf.codegen.jet.JETNature
Reads an input stream and converts it to bytes
readDate() - Method in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectInputStream
 
readDouble() - Method in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectInputStream
 
readEClass() - Method in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectInputStream
 
readElement(IConfigurationElement) - Method in class org.eclipse.emf.ecore.plugin.RegistryReader
Implement this method to read element attributes.
readElement(IConfigurationElement, boolean) - Method in class org.eclipse.emf.ecore.plugin.RegistryReader
Implement this method to read element attributes for the purpose of adding or removing their registrations.
readElement(IConfigurationElement) - Method in class org.eclipse.emf.mapping.ecore2xml.Ecore2XMLRegistry.Reader
 
readEPackage() - Method in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectInputStream
 
reader - Variable in class org.eclipse.emf.codegen.jet.JETCompiler
 
reader - Variable in class org.eclipse.emf.codegen.jet.JETMark
This is the reader that owns this mark.
reader - Variable in class org.eclipse.emf.codegen.jet.JETParser
The input source we read from...
reader - Variable in class org.eclipse.emf.ecore.resource.URIConverter.ReadableInputStream
 
reader - Variable in class org.eclipse.emf.ecore.resource.URIConverter.WriteableOutputStream.Buffer
 
reader - Variable in class org.eclipse.emf.examples.extlibrary.impl.BookOnTapeImpl
The cached value of the 'Reader' reference
readEStructuralFeature() - Method in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectInputStream
 
readFile(String) - Method in interface org.eclipse.emf.ecore.xcore.generator.XcoreGenModelGeneratorAdapterFactory.FileSystemReadAccess
 
readFile(String) - Method in class org.eclipse.emf.ecore.xcore.ui.builder.XcoreFileSystemAccess
 
readFloat() - Method in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectInputStream
 
readInt() - Method in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectInputStream
 
readJETSettingFile() - Method in class org.eclipse.emf.codegen.jet.JETNature
Open the JET Settings file and return a StringReader on the contents
readLine() - Method in class org.eclipse.emf.importer.rose.parser.RoseLoader
 
readLines() - Method in class org.eclipse.emf.importer.rose.parser.RoseLexer
 
readLock - Variable in class org.eclipse.emf.common.util.Pool
To support maximum concurrency, a pair of read and write locks is maintained; this is the read lock.
readLong() - Method in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectInputStream
 
READONLY - Static variable in enum org.eclipse.emf.codegen.ecore.genmodel.GenPropertyKind
The 'Readonly' literal value
readonly - Variable in class org.eclipse.emf.ecore.xcore.impl.XStructuralFeatureImpl
The cached value of the 'Readonly' attribute
READONLY_EDEFAULT - Static variable in class org.eclipse.emf.ecore.xcore.impl.XStructuralFeatureImpl
The default value of the 'Readonly' attribute
readPreferencesSettings() - Method in class org.eclipse.emf.exporter.ui.contribution.base.ModelExporterWizard
 
readRegistry() - Method in class org.eclipse.emf.ecore.plugin.RegistryReader
Reads from the plugin registry and parses it.
readRegistry() - Method in class org.eclipse.emf.mapping.ecore2xml.Ecore2XMLRegistry.Reader
 
readSegmentedString() - Method in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectInputStream
 
readShort() - Method in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectInputStream
 
readSignature() - Method in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectInputStream
 
readString() - Method in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectInputStream
 
readStyle() - Method in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectInputStream
 
readURI() - Method in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectInputStream
 
readVersion() - Method in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectInputStream
 
readWriteLock - Variable in class org.eclipse.emf.common.util.Pool
 
REAL_VALUE_IMAGE - Static variable in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
 
REALIZE_REL_LIST - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
REALIZE_RELATIONSHIP - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
REALIZE_VIEW - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
REALIZED_INTERFACES - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
reallyHasNext() - Method in class org.eclipse.emf.ecore.util.EcoreUtil.ContentTreeIterator.ResourcesIterator
Returns whether there really are any resources left.
reassignThisInClosure(ITreeAppendable, JvmType) - Method in class org.eclipse.emf.ecore.xcore.generator.XcoreCompiler
 
recomputeSeverity() - Method in class org.eclipse.emf.common.util.BasicDiagnostic
 
reconcile() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenBase
 
reconcile(GenClass) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
 
reconcile(GenDataType) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenDataType
 
reconcile(GenEnum) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenEnum
 
reconcile(GenEnumLiteral) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenEnumLiteral
 
reconcile(GenFeature) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
 
reconcile(GenModel) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Restore all the corresponding settings of the old version into this version.
reconcile(GenOperation) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenOperation
 
reconcile(GenPackage) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
 
reconcile(GenParameter) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenParameter
 
reconcile(GenTypeParameter) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenTypeParameter
 
reconcile() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenAnnotationImpl
 
reconcile(GenClass) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
reconcile() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
reconcile(GenDataType) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
 
reconcile() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
 
reconcile(GenEnum) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumImpl
 
reconcile() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumImpl
 
reconcile(GenEnumLiteral) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumLiteralImpl
 
reconcile() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumLiteralImpl
 
reconcile(GenFeature) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
reconcile() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
reconcile(GenModel) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
reconcile() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
reconcile(GenOperation) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
 
reconcile() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
 
reconcile(GenPackage) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
reconcile() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
reconcile(GenParameter) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenParameterImpl
 
reconcile() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenParameterImpl
 
reconcile(GenTypeParameter) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypeParameterImpl
 
reconcile() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypeParameterImpl
 
reconcileGenAnnotations(GenBase) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
reconcileGenModel - Variable in class org.eclipse.emf.ant.taskdefs.codegen.ecore.GeneratorTask
 
reconcileSettings(GenClass) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
reconcileSettings(GenDataType) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
 
reconcileSettings(GenEnum) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumImpl
 
reconcileSettings(GenEnumLiteral) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumLiteralImpl
 
reconcileSettings(GenFeature) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
reconcileSettings(GenModel) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
reconcileSettings(GenOperation) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
 
reconcileSettings(GenPackage) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
reconcileSettings(GenParameter) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenParameterImpl
 
reconcileSettings(GenTypeParameter) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypeParameterImpl
 
recordAnyTypeNSDecls - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
recordHeaderInformation() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
recording - Variable in class org.eclipse.emf.ecore.change.util.BasicChangeRecorder
 
recordingTransientFeatures - Variable in class org.eclipse.emf.ecore.change.util.BasicChangeRecorder
 
recordNamespacesSchemaLocations(EObject) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
recordPrefixToURIMapping() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
recordPrefixToURIMapping() - Method in interface org.eclipse.emf.ecore.xmi.XMLHelper
Must be called during endDocument to record all the prefix to URI mappings that have been seen in the document during loading
recordUnknownFeature - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
recordUnknownFeature(String, String, boolean, EObject, String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
recordValues(Node, EObject, EStructuralFeature, Object) - Method in interface org.eclipse.emf.ecore.xmi.DOMHandler
Record the DOM node and its corresponding EMF values.
recordValues(Node, EObject, EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.xmi.impl.DefaultDOMHandlerImpl
 
recycle(InternalEObject[]) - Method in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.BinaryIO
 
recycle(FeatureMap.Entry.Internal[]) - Method in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.BinaryIO
 
recycle(int[]) - Method in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectInputStream
 
red - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.ColorInformation
Deprecated.
 
red - Variable in class org.eclipse.emf.codegen.util.GIFEmitter.ColorInformation
 
redecorate() - Method in class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator
 
redirect - Variable in class org.eclipse.emf.codegen.merge.java.JControlModel
 
redirection - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Redirection' attribute
REDIRECTION_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Redirection' attribute
redirectionPattern - Variable in class org.eclipse.emf.codegen.ecore.generator.Generator.Options
A filename redirection pattern for generated files.
redo() - Method in class org.eclipse.emf.common.command.BasicCommandStack
 
redo() - Method in interface org.eclipse.emf.common.command.Command
Performs the command activity required to redo the effect after undoing the effect.
redo() - Method in interface org.eclipse.emf.common.command.CommandStack
Moves the top of the stack up, redoing the new top command.
redo() - Method in class org.eclipse.emf.common.command.CommandWrapper
Delegates to the redo method of the command.
redo() - Method in class org.eclipse.emf.common.command.CompoundCommand
Calls Command.redo() for each command in the list.
redo() - Method in class org.eclipse.emf.common.command.IdentityCommand
Do nothing.
redo() - Method in class org.eclipse.emf.common.command.StrictCompoundCommand
Calls Command.redo() for each command in the list.
redo() - Method in class org.eclipse.emf.common.command.UnexecutableCommand
Throws an exception if it should ever be called.
redo() - Method in class org.eclipse.emf.edit.command.AbstractOverrideableCommand
 
redo() - Method in class org.eclipse.emf.edit.command.ChangeCommand
 
redo() - Method in class org.eclipse.emf.edit.command.CreateChildCommand
This redoes the wrapped command and sets the affected objects to the collection returned by helper.getCreateChildResult().
redo() - Method in class org.eclipse.emf.edit.command.CutToClipboardCommand
 
redo() - Method in class org.eclipse.emf.edit.command.DragAndDropCommand
 
redo() - Method in class org.eclipse.emf.mapping.command.AddMappingCommand
 
redo() - Method in class org.eclipse.emf.mapping.command.AddOverrideCommand
 
redo() - Method in class org.eclipse.emf.mapping.command.CreateCopyOverrideCommand
 
redo() - Method in class org.eclipse.emf.mapping.command.CreateMappingCommand
 
redo() - Method in class org.eclipse.emf.mapping.command.InitializeCopyOverrideCommand
 
redo() - Method in class org.eclipse.emf.mapping.command.RemoveMappingCommand
 
redo() - Method in class org.eclipse.emf.mapping.command.RemoveOverrideCommand
 
redo() - Method in class org.eclipse.emf.mapping.command.RestoreInitialStateCommand
 
redo() - Method in class org.eclipse.emf.mapping.command.SetOverrideCommand
 
redoAction - Variable in class org.eclipse.emf.edit.ui.action.EditingDomainActionBarContributor
This is the action used to implement redo.
RedoAction - Class in org.eclipse.emf.edit.ui.action
An redo action is implemented by using the CommandStack.
RedoAction - Class in org.eclipse.emf.edit.ui.action
An redo action is implemented by using the CommandStack.
RedoAction(EditingDomain) - Constructor for class org.eclipse.emf.edit.ui.action.RedoAction
 
RedoAction() - Constructor for class org.eclipse.emf.edit.ui.action.RedoAction
 
ref1 - Variable in class org.eclipse.emf.importer.rose.builder.RoseEcoreBuilder
 
ref2 - Variable in class org.eclipse.emf.importer.rose.builder.RoseEcoreBuilder
 
reference - Variable in exception org.eclipse.emf.ecore.xmi.UnresolvedReferenceException
 
REFERENCE_THRESHOLD - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
referencedEPackageFilter - Variable in class org.eclipse.emf.converter.ModelConverter
 
referencedEPackageFilterToConvert - Variable in class org.eclipse.emf.converter.ModelConverter
 
referencedEPackages - Variable in class org.eclipse.emf.importer.ModelImporterApplication
 
referencedGenModelsAddSelected(CheckboxTreeViewer) - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPackagePage
 
referencedGenModelsBrowseSelected(CheckboxTreeViewer) - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPackagePage
Deprecated.
in 2.3.0. Use ModelConverterPackagePage.referencedGenModelsAddSelected(CheckboxTreeViewer) instead. This method will be remove in future versions of the code.
referencedGenModelsCheckboxTreeViewer - Variable in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPackagePage
 
referencedGenModelsCheckboxTreeViewerCheckStateChanged(CheckStateChangedEvent) - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPackagePage
This method is invoked when one element in the referenced GenModels tree is checked or unchecked.
referencedGenModelsCheckboxTreeViewerCheckStateChanged(CheckStateChangedEvent) - Method in class org.eclipse.emf.exporter.ui.contribution.base.ModelExporterPackagePage
 
referencedGenModelURIToEPackageNSURIs - Variable in class org.eclipse.emf.importer.ModelImporterApplication
 
referencedGenPackages - Variable in class org.eclipse.emf.converter.ModelConverter
 
referencedGenPackagesToArtifactURI - Variable in class org.eclipse.emf.exporter.ModelExporter.ExportData
 
referencedGenPackageToInfoMap - Variable in class org.eclipse.emf.converter.ModelConverter
 
references - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenAnnotationImpl
The cached value of the 'References' reference list
references - Variable in class org.eclipse.emf.ecore.impl.EAnnotationImpl
The cached value of the 'References' reference list
REFERENCES - Static variable in class org.eclipse.emf.ecore.impl.ESuperAdapter
 
REFERENCES_MODIFIED - Static variable in class org.eclipse.emf.ecore.impl.ESuperAdapter
 
referenceValues - Variable in class org.eclipse.emf.ecore.change.impl.ListChangeImpl
The cached value of the 'Reference Values' reference list
Reflect - Class in org.eclipse.emf.common.util
A utility class for helping implement reflective capabilities not available with Google Widget Toolkit, i.e., specifically the ability to instance test and to create typed arrays.
Reflect() - Constructor for class org.eclipse.emf.common.util.Reflect
 
Reflect.Helper - Interface in org.eclipse.emf.common.util
An interface implemented by reflective helpers.
REFLECTIVE - Static variable in enum org.eclipse.emf.codegen.ecore.genmodel.GenDelegationKind
The 'Reflective' literal value
REFLECTIVE_DELEGATION_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Reflective Delegation' attribute
ReflectiveItemProvider - Class in org.eclipse.emf.edit.provider
This adapter implementation provides reflective support that emulates the behaviour of a default generated item provider.
ReflectiveItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.edit.provider.ReflectiveItemProvider
 
reflectiveItemProviderAdapter - Variable in class org.eclipse.emf.edit.provider.ReflectiveItemProviderAdapterFactory
The singleton reflective instance.
ReflectiveItemProviderAdapterFactory - Class in org.eclipse.emf.edit.provider
This is the factory that is used to provide the interfaces needed to support Viewers reflectively.
ReflectiveItemProviderAdapterFactory() - Constructor for class org.eclipse.emf.edit.provider.ReflectiveItemProviderAdapterFactory
This constructs an instance.
refresh() - Method in class org.eclipse.emf.codegen.ecore.genmodel.handler.GenerateHandler.GenModelGenerationDialog
 
refresh() - Method in class org.eclipse.emf.common.ui.editor.ProblemEditorPart
 
refresh() - Method in class org.eclipse.emf.common.ui.wizard.AbstractExampleInstallerWizard.ProjectPage
 
refresh(IViewerNotification) - Method in class org.eclipse.emf.edit.ui.provider.AdapterFactoryContentProvider.ViewerRefresh
 
refresh(Viewer, Object, int, Object, Object, Object, int) - Method in class org.eclipse.emf.edit.ui.provider.NotifyChangedToViewerRefresh
 
refresh(Properties) - Method in class org.eclipse.emf.oda.ecore.ui.impl.EcoreDataSourcePropertyPage
 
refreshAbstractTreeViewer(AbstractTreeViewer, Object, int, Object, Object, Object, int) - Method in class org.eclipse.emf.edit.ui.provider.NotifyChangedToViewerRefresh
 
refreshCell() - Method in class org.eclipse.emf.mapping.presentation.MappingEditor.OverviewViewer
Deprecated.
 
refreshItems(String) - Method in class org.eclipse.emf.common.ui.celleditor.ExtendedComboBoxCellEditor
 
refreshListViewer(ListViewer, Object, int, Object, Object, Object, int) - Method in class org.eclipse.emf.edit.ui.provider.NotifyChangedToViewerRefresh
 
refreshMappedObjectStates(Mapping) - Method in class org.eclipse.emf.mapping.impl.MappingRootImpl
 
refreshMappedObjectStates(Mapping) - Method in interface org.eclipse.emf.mapping.MappingRoot
This refreshes the mapped objects states of all mappings rooted at the specified mapping subtree.
refreshModel() - Method in class org.eclipse.emf.importer.rose.ui.RoseDetailPage
 
refreshModel() - Method in class org.eclipse.emf.importer.ui.contribution.base.ModelImporterDetailPage
 
refreshModel(Monitor) - Method in class org.eclipse.emf.importer.ui.contribution.base.ModelImporterDetailPage
 
refreshResourceDiagnostics(List<Resource>) - Method in class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator.DiagnosticDecoratorAdapter
 
refreshStructuredViewer(StructuredViewer, Object, int, Object, Object, Object, int) - Method in class org.eclipse.emf.edit.ui.provider.NotifyChangedToViewerRefresh
 
refreshTableTreeViewer(org.eclipse.jface.viewers.TableTreeViewer, Object, int, Object, Object, Object, int) - Method in class org.eclipse.emf.edit.ui.provider.NotifyChangedToViewerRefresh
Deprecated.
refreshTableViewer(TableViewer, Object, int, Object, Object, Object, int) - Method in class org.eclipse.emf.edit.ui.provider.NotifyChangedToViewerRefresh
 
refreshTreeViewer(TreeViewer, Object, int, Object, Object, Object, int) - Method in class org.eclipse.emf.edit.ui.provider.NotifyChangedToViewerRefresh
 
refreshViewer(Viewer, Object, int, Object, Object, Object, int) - Method in class org.eclipse.emf.edit.ui.provider.NotifyChangedToViewerRefresh
 
refreshViewerAction - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelActionBarContributor
This action refreshes the viewer of the current editor if the editor implements IViewerProvider
refreshViewerAction - Variable in class org.eclipse.emf.ecore.presentation.EcoreActionBarContributor
This action refreshes the viewer of the current editor if the editor implements IViewerProvider
refreshViewerAction - Variable in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryActionBarContributor
This action refreshes the viewer of the current editor if the editor implements IViewerProvider
refreshViewerAction - Variable in class org.eclipse.emf.java.presentation.JavaActionBarContributor
This action refreshes the viewer of the current editor if the editor implements IViewerProvider
refreshViewerAction - Variable in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLActionBarContributor
This action refreshes the viewer of the current editor if the editor implements IViewerProvider
refreshViewers() - Method in class org.eclipse.emf.common.ui.action.ViewerFilterAction
 
refTable - Variable in class org.eclipse.emf.importer.rose.builder.RoseUtil
 
RegEx - Class in org.eclipse.emf.ecore.xml.type.internal
NOTE: this class is for internal use only.
RegEx() - Constructor for class org.eclipse.emf.ecore.xml.type.internal.RegEx
 
RegEx.Match - Class in org.eclipse.emf.ecore.xml.type.internal
 
RegEx.Match() - Constructor for class org.eclipse.emf.ecore.xml.type.internal.RegEx.Match
Creates an instance.
RegEx.ParseException - Exception in org.eclipse.emf.ecore.xml.type.internal
 
RegEx.ParseException(String, int) - Constructor for exception org.eclipse.emf.ecore.xml.type.internal.RegEx.ParseException
 
RegEx.RegularExpression - Class in org.eclipse.emf.ecore.xml.type.internal
A regular expression matching engine using Non-deterministic Finite Automaton (NFA).
RegEx.RegularExpression(String) - Constructor for class org.eclipse.emf.ecore.xml.type.internal.RegEx.RegularExpression
Creates a new RegularExpression instance.
RegEx.RegularExpression(String, String) - Constructor for class org.eclipse.emf.ecore.xml.type.internal.RegEx.RegularExpression
Creates a new RegularExpression instance with options.
RegEx.REUtil - Class in org.eclipse.emf.ecore.xml.type.internal
 
register() - Static method in class org.eclipse.emf.common.archive.Handler
Registers this class.
register(Class<?>, Reflect.Helper) - Static method in class org.eclipse.emf.common.util.Reflect
Register a helper for the given class.
register(Injector) - Method in class org.eclipse.emf.ecore.xcore.XcoreStandaloneSetup
 
register(Injector) - Method in class org.eclipse.emf.ecore.xcore.XcoreStandaloneSetupGenerated
 
register(DiagnosticDecorator) - Method in class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator.LiveValidator
 
register(Mapping) - Method in class org.eclipse.emf.mapping.impl.MappingRootImpl
 
register(Mapping) - Method in interface org.eclipse.emf.mapping.MappingRoot
This adds cached information about this mapping.
registerBaseURI(String) - Method in class org.eclipse.emf.codegen.jet.JETReader
Register a new baseURI.
registeredPackages - Variable in class org.eclipse.emf.ecore.presentation.EcoreActionBarContributor.ExtendedLoadResourceAction.ExtendedLoadResourceDialog
 
registerSelectionListener(IWorkbenchPart) - Method in class org.eclipse.emf.edit.ui.action.DelegatingCommandAction
 
registerSelectionListener(IEditorPart) - Method in class org.eclipse.emf.edit.ui.action.DelegatingCommandAction
Deprecated.
As of EMF 2.1.0, replaced by registerSelectionListener.
registerSourceFile(String) - Method in class org.eclipse.emf.codegen.jet.JETReader
Register a new source file.
registrations - Variable in class org.eclipse.emf.ecore.xmi.util.XMLProcessor
 
registry - Variable in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
registry - Variable in class org.eclipse.emf.ecore.xmi.util.XMLProcessor
 
RegistryReader - Class in org.eclipse.emf.ecore.plugin
 
RegistryReader(IExtensionRegistry, String, String) - Constructor for class org.eclipse.emf.ecore.plugin.RegistryReader
 
RegistryReader.PluginClassDescriptor - Class in org.eclipse.emf.ecore.plugin
 
RegistryReader.PluginClassDescriptor(IConfigurationElement, String) - Constructor for class org.eclipse.emf.ecore.plugin.RegistryReader.PluginClassDescriptor
 
RELATED_URIS_ATTRIBUTE - Static variable in interface org.eclipse.emf.ecore.EValidator
This is the name of the marker attribute to hold a space separated sequence of encoded Strings where each string is the URI of an object related to the target of the marker.
RELATIONSHIPIMPL - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
relativeCharacters - Variable in class org.eclipse.emf.common.util.URI.URIPool.FileAccessUnit
The buffer for relative file paths.
release() - Method in class org.eclipse.emf.ecore.xmi.impl.ConfigurationCache
 
release(SAXParser, Map<String, Boolean>, Map<String, ?>, boolean) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLParserPoolImpl
 
release(SAXParser, Map<String, Boolean>, Map<String, ?>, boolean) - Method in interface org.eclipse.emf.ecore.xmi.XMLParserPool
Returns the parser to the pool.
releaseDefaultHandler(XMLDefaultHandler, Map<?, ?>) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLParserPoolImpl
 
releaseDefaultHandler(XMLDefaultHandler, Map<?, ?>) - Method in interface org.eclipse.emf.ecore.xmi.XMLParserPool
Returns the XMLDefaultHandler to the pool.
releaseEscape(XMLSaveImpl.Escape) - Method in class org.eclipse.emf.ecore.xmi.impl.ConfigurationCache
 
releasePrinter(XMLString) - Method in class org.eclipse.emf.ecore.xmi.impl.ConfigurationCache
 
reload - Variable in class org.eclipse.emf.importer.ModelImporterApplication
 
reloadFile - Variable in class org.eclipse.emf.importer.ui.EMFModelWizard
 
rematches(E, WeakInterningHashSet.Entry<E>) - Method in class org.eclipse.emf.common.util.Pool.AccessUnit
Used to determine whether the given value from the pool is equal to the value being accessed.
remerge() - Method in class org.eclipse.emf.codegen.jmerge.JMerger
Deprecated.
 
remerge() - Method in class org.eclipse.emf.codegen.merge.java.JMerger
 
remove(ASTNode, ChildListPropertyDescriptor, ASTNode) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTFacadeHelper.ASTRewriteWithRemove
Deprecated.
Workaround method that removes nodes similar to #remove(ASTNode, org.eclipse.text.edits.TextEditGroup), but it allows removal of newly created and inserted nodes that were not a part of original tree.
remove(JNode) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTFacadeHelper
Removes the given node.
remove(ASTJNode<?>) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJAbstractType
Removes the node.
remove(ASTJNode<?>) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJCompilationUnit
Removes the given node.
remove(ASTJNode<?>) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJEnum
 
remove(ASTJNode<?>) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJField
 
remove(ASTJNode<?>) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJMember
 
remove(ASTJNode<?>) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJNode
Removes a node.
remove(ASTJNode<?>, ChildListPropertyDescriptor) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJNode
Removes AST node wrapped by given ASTJNode from the given property.
remove(JNode) - Method in class org.eclipse.emf.codegen.merge.java.facade.FacadeHelper
Separates the specified node from its parent and siblings, maintaining any ties that this node has to the underlying document fragment.
remove(JNode) - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMFacadeHelper
 
remove(Object) - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
remove(int) - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
remove(int) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Removes the object at the index from the list and returns it.
remove(int) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Removes the object at the index from the list and returns it.
REMOVE - Static variable in interface org.eclipse.emf.common.notify.Notification
An event type indicating that a value has been removed from a list-based feature of the notifier.
remove() - Method in class org.eclipse.emf.common.util.AbstractEList.EIterator
Removes the last object returned by AbstractEList.EIterator.next() from the list, it's an optional operation.
remove() - Method in class org.eclipse.emf.common.util.AbstractEList.NonResolvingEIterator
Throws and exception.
remove() - Method in class org.eclipse.emf.common.util.AbstractEList.NonResolvingEListIterator
Throws an exception.
remove(Object) - Method in class org.eclipse.emf.common.util.AbstractEList
Removes the object from the list and returns whether the object was actually contained by the list.
remove(int) - Method in class org.eclipse.emf.common.util.AbstractEList
Removes the object at the index from the list and returns it.
remove() - Method in class org.eclipse.emf.common.util.AbstractTreeIterator
Removes the last object returned by AbstractTreeIterator.next() from the underlying tree; it's an optional operation.
remove(int) - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Removes the object at the index from the list and returns it.
remove(int) - Method in class org.eclipse.emf.common.util.BasicEList
Removes the object at the index from the list and returns it.
remove(Object) - Method in class org.eclipse.emf.common.util.BasicEList.UnmodifiableEList
Throws an exception.
remove(int) - Method in class org.eclipse.emf.common.util.BasicEList.UnmodifiableEList
Throws an exception.
remove() - Method in class org.eclipse.emf.common.util.BasicEMap.BasicEMapIterator
Removes the entry of the last object returned by BasicEMap.BasicEMapIterator.next() from the map, it's an optional operation.
remove(Object) - Method in class org.eclipse.emf.common.util.BasicEMap.DelegatingMap
 
remove(Object) - Method in class org.eclipse.emf.common.util.BasicEMap
remove(int) - Method in class org.eclipse.emf.common.util.BasicEMap
remove(Object) - Method in class org.eclipse.emf.common.util.DelegatingEList
Removes the object from the list and returns whether the object was actually contained by the list.
remove(int) - Method in class org.eclipse.emf.common.util.DelegatingEList
Removes the object at the index from the list and returns it.
remove(Object) - Method in class org.eclipse.emf.common.util.DelegatingEList.UnmodifiableEList
Throws an exception.
remove(int) - Method in class org.eclipse.emf.common.util.DelegatingEList.UnmodifiableEList
Throws an exception.
remove(Object) - Method in class org.eclipse.emf.common.util.Pool
Throws an UnsupportedOperationException because removal is not supported..
remove(Object) - Method in class org.eclipse.emf.common.util.WeakInterningHashSet
remove(int) - Method in class org.eclipse.emf.databinding.edit.EditingDomainEObjectObservableList
 
remove(Object) - Method in class org.eclipse.emf.databinding.edit.EditingDomainEObjectObservableList
 
remove(int) - Method in class org.eclipse.emf.databinding.EObjectObservableList
 
remove(Object) - Method in class org.eclipse.emf.databinding.EObjectObservableList
 
remove(Object) - Method in class org.eclipse.emf.databinding.internal.DelegatingSet
 
remove(Object) - Method in class org.eclipse.emf.databinding.internal.EWritableList
 
remove(int) - Method in class org.eclipse.emf.databinding.internal.EWritableList
 
REMOVE - Static variable in enum org.eclipse.emf.ecore.change.ChangeKind
The 'REMOVE' literal value
remove(Object) - Method in class org.eclipse.emf.ecore.impl.EPackageRegistryImpl.Delegator
 
remove(InternalEObject, EStructuralFeature, int) - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.EStoreImpl
 
remove(InternalEObject, EStructuralFeature, int) - Method in interface org.eclipse.emf.ecore.InternalEObject.EStore
Removes the value at the index in the content of the object's feature.
remove(EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
remove(EStructuralFeature, int) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
remove(EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
remove(EStructuralFeature, int) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
remove() - Method in class org.eclipse.emf.ecore.util.EContentsEList.FeatureIteratorImpl
 
remove() - Method in class org.eclipse.emf.ecore.util.EcoreUtil.AbstractFilteredSettingsIterator
 
remove() - Method in class org.eclipse.emf.ecore.util.EcoreUtil.ContentTreeIterator.ResourcesIterator
 
remove() - Method in class org.eclipse.emf.ecore.util.EcoreUtil.ProperContentIterator
 
remove(EStructuralFeature.Setting, Object) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Removes the value from the setting.
remove(EObject, EStructuralFeature, Object) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Removes the value from the feature of the object.
remove(EObject) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Removes the object from its containing resource and/or its containing object.
remove(EObject) - Method in class org.eclipse.emf.ecore.util.ECrossReferenceAdapter.InverseCrossReferencer
 
remove(EObject, EReference, EObject) - Method in class org.eclipse.emf.ecore.util.ECrossReferenceAdapter.InverseCrossReferencer
 
remove(EStructuralFeature, Object) - Method in interface org.eclipse.emf.ecore.util.FeatureMap.Internal
 
remove(EStructuralFeature, int) - Method in interface org.eclipse.emf.ecore.util.FeatureMap.Internal
 
remove() - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.BasicFeatureEIterator
 
remove(Object) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList
 
remove(int) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList
 
remove(EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureFeatureMap
 
remove(EStructuralFeature, int) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureFeatureMap
 
remove(EList<Adapter>, Class<?>) - Method in class org.eclipse.emf.ecore.xcore.mappings.XcoreMapper
 
remove() - Method in class org.eclipse.emf.ecore.xmi.impl.StringSegment.SegmentIterator
 
remove(Object) - Method in class org.eclipse.emf.edit.command.CopyCommand.Helper
 
remove() - Method in class org.eclipse.emf.mapping.impl.MappingImpl.MappingTreeIterator
 
REMOVE_MANY - Static variable in interface org.eclipse.emf.common.notify.Notification
An event type indicating that a several values have been removed from a list-based feature of the notifier.
removeAdapter(Notifier) - Method in class org.eclipse.emf.ecore.change.util.ChangeRecorder
 
removeAdapter(Notifier) - Method in class org.eclipse.emf.ecore.util.EContentAdapter
 
removeAdapter(Notifier) - Method in class org.eclipse.emf.ecore.util.ECrossReferenceAdapter
 
removeAdapterFactory(AdapterFactory) - Method in class org.eclipse.emf.edit.provider.ComposedAdapterFactory
 
removeAll(Collection<?>) - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
removeAll(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.
removeAll(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.
removeAll(Collection<?>) - Method in class org.eclipse.emf.common.util.AbstractEList
Removes each object of the collection from the list and returns whether any object was actually contained by the list.
removeAll(Collection<?>) - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Removes each object of the collection from the list and returns whether any object was actually contained by the list.
removeAll(Collection<?>) - Method in class org.eclipse.emf.common.util.BasicEList.UnmodifiableEList
Throws an exception.
removeAll(Collection<?>) - Method in class org.eclipse.emf.common.util.BasicEMap
removeAll(Collection<?>) - Method in class org.eclipse.emf.common.util.DelegatingEList
Removes each object of the collection from the list and returns whether any object was actually contained by the list.
removeAll(Collection<?>) - Method in class org.eclipse.emf.common.util.DelegatingEList.UnmodifiableEList
Throws an exception.
removeAll(Collection<?>) - Method in class org.eclipse.emf.common.util.Pool
Throws an UnsupportedOperationException because removal is not supported..
removeAll(Collection) - Method in class org.eclipse.emf.databinding.edit.EditingDomainEObjectObservableList
 
removeAll(Collection) - Method in class org.eclipse.emf.databinding.EObjectObservableList
 
removeAll(Collection<?>) - Method in class org.eclipse.emf.databinding.internal.DelegatingSet
 
removeAll(Collection) - Method in class org.eclipse.emf.databinding.internal.EWritableList
 
removeAll(EStructuralFeature, Collection<?>) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
removeAll(EStructuralFeature, Collection<?>) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
removeAll(EStructuralFeature, Collection<?>) - Method in interface org.eclipse.emf.ecore.util.FeatureMap.Internal
 
removeAll(Collection<?>) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList
 
removeAll(EStructuralFeature, Collection<?>) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureFeatureMap
 
removeAllReferences - Variable in class org.eclipse.emf.edit.ui.action.DeleteAction
Whether the action should clean up all references to deleted objects.
removeAllReferencesOnDelete() - Method in class org.eclipse.emf.ecore.presentation.EcoreActionBarContributor
This ensures that a delete action will clean up all references to deleted objects
removeAllReferencesOnDelete() - Method in class org.eclipse.emf.edit.ui.action.EditingDomainActionBarContributor
This determines whether or not the delete action should clean up all references to the deleted objects.
removeAllReferencesOnDelete() - Method in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryActionBarContributor
This ensures that a delete action will clean up all references to deleted objects
removeAllReferencesOnDelete() - Method in class org.eclipse.emf.java.presentation.JavaActionBarContributor
This ensures that a delete action will clean up all references to deleted objects
removeAllReferencesOnDelete() - Method in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLActionBarContributor
This ensures that a delete action will clean up all references to deleted objects
RemoveCommand - Class in org.eclipse.emf.edit.command
The remove command logically acts upon an owner object that has a collection-type feature from which objects can be removed.
RemoveCommand(EditingDomain, EObject, EStructuralFeature, Object) - Constructor for class org.eclipse.emf.edit.command.RemoveCommand
This constructs a primitive command to remove a particular value from the specified feature of the owner.
RemoveCommand(EditingDomain, EObject, EStructuralFeature, Collection<?>) - Constructor for class org.eclipse.emf.edit.command.RemoveCommand
This constructs a primitive command to remove a collection of values from the specified feature of the owner.
RemoveCommand(EditingDomain, EList<?>, Object) - Constructor for class org.eclipse.emf.edit.command.RemoveCommand
This constructs a primitive command to remove a particular value from the specified extent.
RemoveCommand(EditingDomain, EList<?>, Collection<?>) - Constructor for class org.eclipse.emf.edit.command.RemoveCommand
This constructs a primitive command to remove a collection of values from the specified extent.
removeCommand - Variable in class org.eclipse.emf.edit.command.SetCommand
This is any remove commands needed to clear this many valued list or to update the opposite properly.
removeCommand - Variable in class org.eclipse.emf.mapping.command.RemoveOverrideCommand
This keeps track of the RemoveCommand we're overriding
removeCommandStackListener(CommandStackListener) - Method in class org.eclipse.emf.common.command.BasicCommandStack
 
removeCommandStackListener(CommandStackListener) - Method in interface org.eclipse.emf.common.command.CommandStack
Removes a listener from the command stack.
removed(Notifier, Adapter) - Method in interface org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList.Listener
Called when the given adapter is remove from the given notifier.
removeDescriptor(String, GeneratorAdapterFactory.Descriptor) - Method in class org.eclipse.emf.codegen.ecore.generator.GeneratorAdapterFactory.Descriptor.DelegatingRegistry
 
removeDescriptor(String, GeneratorAdapterFactory.Descriptor) - Method in interface org.eclipse.emf.codegen.ecore.generator.GeneratorAdapterFactory.Descriptor.Registry
Removes the given descriptor from the collection registered against the given package ID.
removeDescriptors(String) - Method in class org.eclipse.emf.codegen.ecore.generator.GeneratorAdapterFactory.Descriptor.DelegatingRegistry
 
removeDescriptors(String) - Method in interface org.eclipse.emf.codegen.ecore.generator.GeneratorAdapterFactory.Descriptor.Registry
Deregisters all descriptors for a given package ID.
removedResources - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
Resources that have been removed since last activation
removedResources - Variable in class org.eclipse.emf.ecore.presentation.EcoreEditor
Resources that have been removed since last activation
removedResources - Variable in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryEditor
Resources that have been removed since last activation.
removedResources - Variable in class org.eclipse.emf.java.presentation.JavaEditor
Resources that have been removed since last activation.
removedResources - Variable in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLEditor
Resources that have been removed since last activation.
removeEntry(int, int) - Method in class org.eclipse.emf.common.util.BasicEMap
Removes the fully indexed entry from the map and returns it's value.
removeEntry(WeakInterningHashSet.Entry<E>) - Method in class org.eclipse.emf.common.util.WeakInterningHashSet
Remove an existing entry from the set.
removeEntry(int, WeakInterningHashSet.Entry<E>) - Method in class org.eclipse.emf.common.util.WeakInterningHashSet
Finds the entry at the given index the table and prune if from the collision chain.
removeExact(Collection<?>, Object) - Method in class org.eclipse.emf.edit.command.RemoveCommand
Removes the first occurrence of the given target object, itself, from the collection.
removeFrom(Object) - Method in class org.eclipse.emf.databinding.internal.EMFPropertyListener.EMFMapPropertyListener
 
removeFrom(Object) - Method in class org.eclipse.emf.databinding.internal.EMFPropertyListener
 
removeIANA2JavaMapping(String) - Static method in class org.eclipse.emf.ecore.xml.type.internal.DataValue.EncodingMap
Removes an IANA to Java encoding name mapping.
removeImport(Issue, IssueResolutionAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.quickfix.XcoreQuickfixProvider
 
removeJava2IANAMapping(String) - Static method in class org.eclipse.emf.ecore.xml.type.internal.DataValue.EncodingMap
Removes a Java to IANA encoding name mapping.
removeKey(Object) - Method in class org.eclipse.emf.common.util.BasicEMap
 
removeKey(Object) - Method in interface org.eclipse.emf.common.util.EMap
Disassociates the key from its value, and returns the value formerly associated with the key.
removeLast() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLString
 
RemoveLibraryCommand - Class in org.eclipse.emf.examples.extlibrary.actions
The extended library example supports multi-rooted resources and therefore this command will remove a library from the resource..
RemoveLibraryCommand(EditingDomain, EList<?>, Collection<?>) - Constructor for class org.eclipse.emf.examples.extlibrary.actions.RemoveLibraryCommand
Constructor
removeListener(INotifyChangedListener) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProviderAdapterFactory
This removes a listener
removeListener(BasicNotifierImpl.EObservableAdapterList.Listener) - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
removeListener(BasicNotifierImpl.EObservableAdapterList.Listener) - Method in interface org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList
Remove the listener from the adapter list.
removeListener(INotifyChangedListener) - Method in class org.eclipse.emf.ecore.change.provider.ChangeItemProviderAdapterFactory
This removes a listener
removeListener(INotifyChangedListener) - Method in class org.eclipse.emf.ecore.provider.EcoreItemProviderAdapterFactory
This removes a listener
removeListener(INotifyChangedListener) - Method in class org.eclipse.emf.ecore.xcore.provider.XcoreItemProviderAdapterFactory
This removes a listener
removeListener(INotifyChangedListener) - Method in class org.eclipse.emf.edit.provider.ChangeNotifier
This removes a listener.
removeListener(INotifyChangedListener) - Method in class org.eclipse.emf.edit.provider.ComposedAdapterFactory
 
removeListener(INotifyChangedListener) - Method in class org.eclipse.emf.edit.provider.DecoratorAdapterFactory
 
removeListener(INotifyChangedListener) - Method in class org.eclipse.emf.edit.provider.DelegatingWrapperItemProvider
Removes a notification listener.
removeListener(INotifyChangedListener) - Method in interface org.eclipse.emf.edit.provider.IChangeNotifier
This removes a listener.
removeListener(INotifyChangedListener) - Method in class org.eclipse.emf.edit.provider.ItemProvider
 
removeListener(INotifyChangedListener) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
 
removeListener(INotifyChangedListener) - Method in class org.eclipse.emf.edit.provider.ItemProviderDecorator
 
removeListener(INotifyChangedListener) - Method in class org.eclipse.emf.edit.provider.ReflectiveItemProviderAdapterFactory
This removes a listener.
removeListener(INotifyChangedListener) - Method in class org.eclipse.emf.edit.provider.resource.ResourceItemProviderAdapterFactory
This removes a listener.
removeListener(INotifyChangedListener) - Method in class org.eclipse.emf.edit.tree.provider.TreeItemProviderAdapterFactory
This removes a listener.
removeListener(ILabelProviderListener) - Method in class org.eclipse.emf.edit.ui.provider.AdapterFactoryLabelProvider
Since we won't ever add listeners, we can just ignore this.
removeListener(INotifyChangedListener) - Method in class org.eclipse.emf.examples.extlibrary.provider.EXTLibraryItemProviderAdapterFactory
This removes a listener
removeListener(INotifyChangedListener) - Method in class org.eclipse.emf.java.provider.JavaItemProviderAdapterFactory
This removes a listener
removeListener(INotifyChangedListener) - Method in class org.eclipse.emf.mapping.ecore2ecore.provider.Ecore2EcoreItemProviderAdapterFactory
This removes a listener
removeListener(INotifyChangedListener) - Method in class org.eclipse.emf.mapping.ecore2xml.provider.Ecore2XMLItemProviderAdapterFactory
This removes a listener
removeListener(INotifyChangedListener) - Method in class org.eclipse.emf.mapping.impl.MappingRootImpl.MappedObjectStateAdapter
 
removeListener(INotifyChangedListener) - Method in class org.eclipse.emf.mapping.provider.MappingItemProviderAdapterFactory
This removes a listener.
RemoveMappingAction - Class in org.eclipse.emf.mapping.action
 
RemoveMappingAction() - Constructor for class org.eclipse.emf.mapping.action.RemoveMappingAction
 
removeMappingAction - Variable in class org.eclipse.emf.mapping.presentation.MappingEditor.ActionBarContributor
 
RemoveMappingAction.CommandDelegate - Class in org.eclipse.emf.mapping.action
 
RemoveMappingAction.CommandDelegate(EditingDomain, CommandParameter) - Constructor for class org.eclipse.emf.mapping.action.RemoveMappingAction.CommandDelegate
 
RemoveMappingCommand - 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.
RemoveMappingCommand(MappingDomain, Collection<?>) - Constructor for class org.eclipse.emf.mapping.command.RemoveMappingCommand
This creates a command instance that removes the mappings in the collection from the mapping root.
removeModificationTrackingAdapters(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).
removeNodeFromListProperty(ASTNode, ASTNode, ChildListPropertyDescriptor) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJNode
Removes value from list property.
RemoveOverrideCommand - Class in org.eclipse.emf.mapping.command
This command overrides the RemoveCommand to additionally unmap the removed object(s).
RemoveOverrideCommand(MappingDomain, RemoveCommand) - Constructor for class org.eclipse.emf.mapping.command.RemoveOverrideCommand
This creates a command instance that removes and then unmaps the removed object(s).
removeProxies(URI) - Method in class org.eclipse.emf.ecore.util.ECrossReferenceAdapter.InverseCrossReferencer
 
removeProxy(EObject, EObject) - Method in class org.eclipse.emf.ecore.util.ECrossReferenceAdapter.InverseCrossReferencer
 
removeQuotes(char[]) - Static method in class org.eclipse.emf.codegen.jet.JETScriptletGenerator
 
removeSelectionChangedListener(ISelectionChangedListener) - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
This implements org.eclipse.jface.viewers.ISelectionProvider
removeSelectionChangedListener(ISelectionChangedListener) - Method in class org.eclipse.emf.ecore.presentation.EcoreEditor
This implements org.eclipse.jface.viewers.ISelectionProvider
removeSelectionChangedListener(ISelectionChangedListener) - Method in class org.eclipse.emf.edit.ui.provider.UnwrappingSelectionProvider
 
removeSelectionChangedListener(ISelectionChangedListener) - Method in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryEditor
This implements org.eclipse.jface.viewers.ISelectionProvider
removeSelectionChangedListener(ISelectionChangedListener) - Method in class org.eclipse.emf.java.presentation.JavaEditor
This implements org.eclipse.jface.viewers.ISelectionProvider
removeSelectionChangedListener(ISelectionChangedListener) - Method in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLEditor
This implements org.eclipse.jface.viewers.ISelectionProvider
removeSelectionChangedListener(ISelectionChangedListener) - Method in class org.eclipse.emf.mapping.presentation.MappingEditor
This implements org.eclipse.jface.viewers.ISelectionProvider.
removeSwitch(Switch<T>) - Method in class org.eclipse.emf.ecore.util.ComposedSwitch
 
removeTrackAndReplace(ASTNode) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJNode
Permanently disables tracking for the given AST node.
removeVersion(File) - Static method in class org.eclipse.emf.ant.util.Util
Removes the version number of all the subdirectories of a given directory.
RemoveVersionTask - Class in org.eclipse.emf.ant.taskdefs
Removes the version of all the subdirectories of a given directory.
RemoveVersionTask() - Constructor for class org.eclipse.emf.ant.taskdefs.RemoveVersionTask
 
removeViewer(Viewer) - Method in class org.eclipse.emf.common.ui.action.ViewerFilterAction
 
removeWhiteSpace(char[]) - Static method in class org.eclipse.emf.ecore.xml.type.internal.DataValue.Base64
remove WhiteSpace from MIME containing encoded Base64 data.
REMOVING_ADAPTER - Static variable in interface org.eclipse.emf.common.notify.Notification
An event type indicating that an adapter is being removed from the notifier.
rename(EClassifier, String) - Method in interface org.eclipse.emf.ecore.util.BasicExtendedMetaData.EPackageExtendedMetaData
 
rename(EClassifier, String) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EPackageExtendedMetaDataImpl
 
renameButton - Variable in class org.eclipse.emf.common.ui.wizard.AbstractExampleInstallerWizard.ProjectPage
 
renameExistingProject() - Method in class org.eclipse.emf.common.ui.wizard.AbstractExampleInstallerWizard.ProjectPage
 
replace(EStructuralFeature.Setting, Object, Object) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Replaces the old value in the setting with the new value.
replace(EObject, EStructuralFeature, Object, Object) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Replaces the old value in the object's feature with the new value.
replace(EObject, EObject) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Replace the object in its containing resource and/or its containing object, with the replacement object.
replace(int, char[], int) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Escape
Deprecated.
since 2.2
REPLACE_WHITE_SPACE - Static variable in interface org.eclipse.emf.ecore.util.ExtendedMetaData
The white space kind ID for replace (each white space character by a space).
replaceChars(int, char[], int) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Escape
 
ReplaceCommand - Class in org.eclipse.emf.edit.command
The replace command logically acts upon an owner object that has a collection-type feature in which an object can be replaced by a collection of other objects.
ReplaceCommand(EditingDomain, EObject, EStructuralFeature, Object, Object) - Constructor for class org.eclipse.emf.edit.command.ReplaceCommand
This constructs a primitive command to replace a particular value in the specified feature of the owner with the specified replacement.
ReplaceCommand(EditingDomain, EObject, EStructuralFeature, Object, Collection<?>) - Constructor for class org.eclipse.emf.edit.command.ReplaceCommand
This constructs a primitive command to replace a particular value in the specified feature of the owner with the specified collection of replacements.
ReplaceCommand(EditingDomain, EList<?>, Object, Object) - Constructor for class org.eclipse.emf.edit.command.ReplaceCommand
This constructs a primitive command to replace a particular value in the specified extent with the given replacement.
ReplaceCommand(EditingDomain, EList<?>, Object, Collection<?>) - Constructor for class org.eclipse.emf.edit.command.ReplaceCommand
This constructs a primitive command to replace a particular value in the specified extent with the given collection of replacements.
replacement - Variable in class org.eclipse.emf.ecore.xcore.ui.quickfix.XcoreQuickfixProvider.RemovalRegion
 
replacementInformationControlCreator - Variable in class org.eclipse.emf.common.ui.viewer.ColumnViewerInformationControlToolTipSupport
 
replaceNode(JNode, JNode) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTNodeConverter.Converter
Replaces existing node by new node.
replacePrefix(URI, URI) - Method in class org.eclipse.emf.common.util.URI.Fragment
 
replacePrefix(URI, URI) - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
replacePrefix(URI, URI) - Method in class org.eclipse.emf.common.util.URI
If this is a hierarchical URI reference and oldPrefix is a prefix of it, this returns the URI formed by replacing it by newPrefix; null otherwise.
replaceWhiteSpace(String) - Method in class org.eclipse.emf.ecore.impl.EFactoryImpl
 
report(DiagnosticChain, String, Object[], int) - Method in class org.eclipse.emf.ecore.util.EcoreValidator.EGenericTypeBuilder
Creates a new diagnostic for a problem at the given index.
report(DiagnosticChain, String, int) - Method in class org.eclipse.emf.ecore.util.EcoreValidator.EGenericTypeBuilder
Creates a new diagnostic for a problem at the given index.
report(DiagnosticChain, String, Object[], int, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EcoreValidator
Creates a new diagnostic for a problem at the given index.
reportConstraintDelegateException(EDataType, Object, DiagnosticChain, Map<Object, Object>, String, int, String, int, Throwable) - Method in class org.eclipse.emf.ecore.util.EObjectValidator
 
reportConstraintDelegateException(EClass, EObject, DiagnosticChain, Map<Object, Object>, String, int, String, int, Throwable) - Method in class org.eclipse.emf.ecore.util.EObjectValidator
 
reportConstraintDelegateNotFound(EDataType, Object, DiagnosticChain, Map<Object, Object>, String, int, String, int, String) - Method in class org.eclipse.emf.ecore.util.EObjectValidator
 
reportConstraintDelegateNotFound(EClass, EObject, DiagnosticChain, Map<Object, Object>, String, int, String, int, String) - Method in class org.eclipse.emf.ecore.util.EObjectValidator
 
reportConstraintDelegateViolation(EDataType, Object, DiagnosticChain, Map<Object, Object>, String, int, String, int) - Method in class org.eclipse.emf.ecore.util.EObjectValidator
 
reportConstraintDelegateViolation(EClass, EObject, DiagnosticChain, Map<Object, Object>, String, int, String, int) - Method in class org.eclipse.emf.ecore.util.EObjectValidator
 
reportDataValuePatternViolation(EDataType, Object, EValidator.PatternMatcher[], DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EObjectValidator
 
reportDataValueTypeViolation(EDataType, Object, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EObjectValidator
 
reportEnumerationViolation(EDataType, Object, Collection<?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EObjectValidator
 
reportFractionDigitsViolation(EDataType, Object, int, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EObjectValidator
 
reportInvariantDelegateException(EClass, EObject, DiagnosticChain, Map<Object, Object>, EOperation, int, String, int, Throwable) - Static method in class org.eclipse.emf.ecore.util.EObjectValidator
 
reportInvariantDelegateNotFound(EClass, EObject, DiagnosticChain, Map<Object, Object>, EOperation, int, String, int, String) - Static method in class org.eclipse.emf.ecore.util.EObjectValidator
 
reportInvariantDelegateViolation(EClass, EObject, DiagnosticChain, Map<Object, Object>, EOperation, int, String, int) - Static method in class org.eclipse.emf.ecore.util.EObjectValidator
 
reportMaxLengthViolation(EDataType, Object, int, int, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EObjectValidator
 
reportMaxViolation(EDataType, Object, Object, boolean, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EObjectValidator
 
reportMinLengthViolation(EDataType, Object, int, int, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EObjectValidator
 
reportMinViolation(EDataType, Object, Object, boolean, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EObjectValidator
 
reportTotalDigitsViolation(EDataType, Object, int, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EObjectValidator
 
reportUnknownFeature(String, String, boolean, EObject, String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
reportXMLGregorianCalendarViolation(EDataType, XMLGregorianCalendar, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
 
requestActivation() - Method in class org.eclipse.emf.common.ui.ViewerPane
Notify the workbook page that the part pane has been activated by the user.
requestActivation() - Method in class org.eclipse.emf.mapping.presentation.MappingEditor.MyViewerPane
 
requestInitialize() - Method in class org.eclipse.emf.codegen.ecore.generator.Generator
Signals that initialize(object) should be called on any adapter factories for the input object during the next Generator.generate(Object, Object, Monitor) or Generator.generate(Object, Object, String, Monitor), when the full tree of objects and adapters has been discovered.
REQUIRED_EDEFAULT - Static variable in class org.eclipse.emf.ecore.impl.ETypedElementImpl
The default value of the 'Required' attribute
RESERVED_HI - Static variable in class org.eclipse.emf.common.util.URI
 
RESERVED_LO - Static variable in class org.eclipse.emf.common.util.URI
 
reset(JETMark) - Method in class org.eclipse.emf.codegen.jet.JETReader
 
reset() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTFacadeHelper
 
reset() - Method in class org.eclipse.emf.codegen.merge.java.facade.FacadeHelper
 
reset() - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMFacadeHelper
 
reset() - Method in class org.eclipse.emf.codegen.merge.java.JMerger
Resets this JMerger.
reset() - Method in class org.eclipse.emf.codegen.merge.java.JPatternDictionary
Resets this JPatternDictionary.
reset(boolean) - Method in class org.eclipse.emf.common.util.Pool.AccessUnit
Prepare the access unit for reuse.
reset(boolean) - Method in class org.eclipse.emf.common.util.Pool.ObjectAccessUnit
 
reset(boolean) - Method in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.SegmentsAccessUnit
 
reset(boolean) - Method in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.SegmentsAndSegmentAccessUnit
 
reset(boolean) - Method in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.SegmentsAndSegmentsAccessUnit
 
reset(boolean) - Method in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.StringAccessUnit
 
reset(boolean) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAccessUnit
 
reset(boolean) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSegmentAccessUnit
 
reset(boolean) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSegmentCountAccessUnit
 
reset(boolean) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSegmentsAccessUnit
 
reset(boolean) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSubsegmentAccessUnit
 
reset(boolean) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.StringAccessUnit
 
reset(boolean) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SubsegmentsAndSubsegmentsAccessUnit
 
reset(boolean) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SubstringAccessUnit
 
reset(boolean) - Method in class org.eclipse.emf.common.util.URI.URIPool.FileAccessUnit
 
reset(boolean) - Method in class org.eclipse.emf.common.util.URI.URIPool.PlatformAccessUnit
 
reset(boolean) - Method in class org.eclipse.emf.common.util.URI.URIPool.StringAccessUnit
 
reset(boolean) - Method in class org.eclipse.emf.common.util.URI.URIPool.URIComponentsAccessUnit
 
reset(boolean) - Method in class org.eclipse.emf.common.util.URI.URIPool.URIPoolAccessUnitBase
 
reset() - Method in class org.eclipse.emf.ecore.resource.URIConverter.ReadableInputStream
 
reset() - Method in class org.eclipse.emf.ecore.xmi.impl.ResourceEntityHandlerImpl
Resets the handler to its initial state.
reset() - Method in class org.eclipse.emf.ecore.xmi.impl.SAXWrapper
Deprecated.
 
reset() - Method in class org.eclipse.emf.ecore.xmi.impl.StringSegment
 
reset() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
reset(String, String, int, String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLString
 
reset() - Method in interface org.eclipse.emf.ecore.xmi.XMLDefaultHandler
 
reset() - Method in interface org.eclipse.emf.ecore.xmi.XMLResource.ResourceEntityHandler
Resets the state of the entity handler when a resource is first loaded or is reloaded.
reset() - Method in class org.eclipse.emf.ecore.xml.type.internal.XMLCalendar
 
reset() - Method in class org.eclipse.emf.edit.command.DragAndDropCommand
This restores the command to its default initialized state, disposing an command that may have been contained.
resetDirty() - Method in class org.eclipse.emf.mapping.impl.MappingRootImpl
 
resetDirty() - Method in interface org.eclipse.emf.mapping.MappingRoot
This method resets the mapping and output dirty flags.
resetPropertyValue(Object) - Method in class org.eclipse.emf.edit.provider.DelegatingWrapperItemProvider.DelegatingWrapperItemPropertyDescriptor
Updates the decorated descriptor's command owner and invokes resetPropertyValue on it.
resetPropertyValue(Object) - Method in interface org.eclipse.emf.edit.provider.IItemPropertyDescriptor
This resets this descriptor's property for the object.
resetPropertyValue(Object) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
This does the delegated job of resetting property value back to it's default value.
resetPropertyValue(Object) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptorDecorator
This does the delegated job of resetting property value back to it's default value.
resetPropertyValue(Object, String) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This implements PropertySource.resetPropertyValue by delegating to the descriptor, which is assumed to support the IItemPropertyDescriptor interface
resetPropertyValue(Object) - Method in class org.eclipse.emf.edit.provider.WrapperItemProvider.WrapperItemPropertyDescriptor
Does nothing, as resetting the property of a value wrapper is not meaningful.
resetPropertyValue(Object) - Method in class org.eclipse.emf.edit.ui.provider.PropertySource
resetToMark(Object) - Method in class org.eclipse.emf.ecore.xmi.impl.StringSegment
 
resetToMark(Object) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLString
 
resolve(Object, Object) - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapterFactory
There's no general way to check if a non-Notifier already has an adapter associated with it, but in cases where there is a way, override this method and do it here.
resolve(URI) - Static method in class org.eclipse.emf.common.CommonPlugin.Implementation
Use the platform to convert to a local URI.
resolve(URI) - Static method in class org.eclipse.emf.common.CommonPlugin
Use the platform, if available, to resolve the URI.
resolve(Object, Object) - Method in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
Returns the object itself.
resolve(E) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Returns the resolved object from this list for the purpose of testing whether DelegatingNotifyingListImpl.removeAll(Collection) applies to it.
resolve(E) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Returns the resolved object from this list for the purpose of testing whether NotifyingListImpl.removeAll(Collection) applies to it.
RESOLVE - Static variable in interface org.eclipse.emf.common.notify.Notification
An event type indicating that a feature of the notifier has been resolved from a proxy.
resolve(int, E) - Method in class org.eclipse.emf.common.util.AbstractEList
Resolves the object at the index and returns the result.
resolve(K, V) - Method in class org.eclipse.emf.common.util.BasicEMap
Resolves the value associated with the key and returns the result.
resolve(URI, boolean) - Method in class org.eclipse.emf.common.util.URI.Fragment
 
resolve(URI, boolean) - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
resolve(URI) - Method in class org.eclipse.emf.common.util.URI
Resolves this URI reference against a base absolute hierarchical URI, returning the resulting absolute URI.
resolve(URI, boolean) - Method in class org.eclipse.emf.common.util.URI
Resolves this URI reference against a base absolute hierarchical URI, returning the resulting absolute URI.
resolve(URI) - Method in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.BinaryIO
 
resolve(int, FeatureMap.Entry) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
resolve() - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap.ResolvingFeatureEIterator
 
resolve(int, E) - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList
 
resolve(E) - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList
 
resolve(int, FeatureMap.Entry) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
resolve() - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap.ResolvingFeatureEIterator
 
resolve() - Method in class org.eclipse.emf.ecore.util.EContentAdapter
 
resolve() - Method in class org.eclipse.emf.ecore.util.EContentsEList.FeatureIteratorImpl
 
resolve() - Method in class org.eclipse.emf.ecore.util.EContentsEList
 
resolve() - Method in class org.eclipse.emf.ecore.util.EContentsEList.ResolvingFeatureIteratorImpl
 
resolve(int, E) - Method in class org.eclipse.emf.ecore.util.EcoreEList
 
resolve(int, EObject) - Method in class org.eclipse.emf.ecore.util.EcoreEList
 
resolve(E) - Method in class org.eclipse.emf.ecore.util.EcoreEList
 
resolve() - Method in class org.eclipse.emf.ecore.util.EcoreUtil.CrossReferencer
Return true if cross references that are proxies should be resolved.
resolve() - Method in class org.eclipse.emf.ecore.util.EcoreUtil.ProxyCrossReferencer
Return true if potential cross references that are proxies should be resolved.
resolve(EObject, ResourceSet) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Returns the resolved object represented by proxy.
resolve(EObject, Resource) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Returns the resolved object represented by proxy.
resolve(EObject, EObject) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Returns the resolved object represented by proxy.
resolve() - Method in class org.eclipse.emf.ecore.util.ECrossReferenceAdapter.InverseCrossReferencer
 
resolve() - Method in class org.eclipse.emf.ecore.util.ECrossReferenceAdapter
 
resolve() - Method in class org.eclipse.emf.ecore.util.ECrossReferenceEList.ResolvingFeatureIteratorImpl
 
resolve(int, E) - Method in class org.eclipse.emf.ecore.util.EDataTypeEList
 
resolve(int, E) - Method in class org.eclipse.emf.ecore.util.EObjectContainmentEList.Resolving
 
resolve(int, E) - Method in class org.eclipse.emf.ecore.util.EObjectContainmentEList.Unsettable.Resolving
 
resolve(int, E) - Method in class org.eclipse.emf.ecore.util.EObjectContainmentWithInverseEList.Resolving
 
resolve(int, E) - Method in class org.eclipse.emf.ecore.util.EObjectContainmentWithInverseEList.Unsettable.Resolving
 
resolve(int, E) - Method in class org.eclipse.emf.ecore.util.EObjectEList
 
resolve(int, E) - Method in class org.eclipse.emf.ecore.util.EObjectResolvingEList
 
resolve(int, E) - Method in class org.eclipse.emf.ecore.util.EObjectResolvingEList.Unsettable
 
resolve(int, E) - Method in class org.eclipse.emf.ecore.util.EObjectWithInverseResolvingEList
 
resolve(int, E) - Method in class org.eclipse.emf.ecore.util.EObjectWithInverseResolvingEList.Unsettable
 
resolve() - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.BasicFeatureEIterator
 
resolve - Variable in class org.eclipse.emf.ecore.xmi.impl.URIHandlerImpl
 
resolve(URI) - Method in class org.eclipse.emf.ecore.xmi.impl.URIHandlerImpl
 
resolve - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
resolve(URI, URI) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
resolve(URI, URI) - Method in interface org.eclipse.emf.ecore.xmi.XMLHelper
 
resolve(URI) - Method in interface org.eclipse.emf.ecore.xmi.XMLResource.URIHandler
Returns the URI resolved against the base URI.
resolve(Collection<?>) - Method in class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain
Each AdapterFactoryEditingDomain.isStale(Object) in the list is unwrapped, resolved, and rewrapped before it's added to the result; Other objects are passed through unchecked.
resolve(EModelElement, EGenericType, EGenericType) - Method in class org.eclipse.emf.importer.java.builder.JavaEcoreBuilder
 
resolve(EModelElement, EGenericType, JavaEcoreBuilder.RequiredClassifierType) - Method in class org.eclipse.emf.importer.java.builder.JavaEcoreBuilder
 
resolve(EModelElement, String, JavaEcoreBuilder.RequiredClassifierType, boolean) - Method in class org.eclipse.emf.importer.java.builder.JavaEcoreBuilder
 
RESOLVE_PROXIES_EDEFAULT - Static variable in class org.eclipse.emf.ecore.impl.EReferenceImpl
The default value of the 'Resolve Proxies' attribute
RESOLVE_PROXIES_EDEFAULT - Static variable in class org.eclipse.emf.ecore.xcore.impl.XReferenceImpl
The default value of the 'Resolve Proxies' attribute
RESOLVE_PROXIES_EFLAG - Static variable in class org.eclipse.emf.ecore.impl.EReferenceImpl
The flag representing the value of the 'Resolve Proxies' attribute
resolveAll(ResourceSet) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Visits all proxies in the resource set and tries to resolve them.
resolveAll(Resource) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Visits all proxies in the resource and tries to resolve them.
resolveAll(EObject) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Visits all proxies referenced by the object and recursively any of its contained objects.
resolveAll(EObject) - Method in class org.eclipse.emf.ecore.util.ECrossReferenceAdapter
 
resolveEClassifier(String) - Method in class org.eclipse.emf.ecore.util.EcoreValidator.EGenericTypeBuilder
Finds or creates an classifier with the given instance type name.
resolveEntity(String, String) - Method in class org.eclipse.emf.ecore.xmi.impl.SAXWrapper
Deprecated.
 
resolveEntity(String, String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
resolveFileName(String) - Method in class org.eclipse.emf.importer.rose.builder.RoseUtil
 
resolveIdentifiers() - Method in class org.eclipse.emf.java.impl.JClassImpl
 
resolveIdentifiers() - Method in class org.eclipse.emf.java.impl.JCompilationUnitImpl
 
resolveIdentifiers() - Method in class org.eclipse.emf.java.impl.JFieldImpl
 
resolveIdentifiers() - Method in class org.eclipse.emf.java.impl.JMethodImpl
 
resolveIdentifiers() - Method in class org.eclipse.emf.java.impl.JModelElementImpl
 
resolveIdentifiers() - Method in interface org.eclipse.emf.java.JCompilationUnit
Resolves all package and class references based on the source; the JNode must be present.
resolveJClass(String) - Method in class org.eclipse.emf.java.impl.JClassImpl
 
resolveJClass(String) - Method in class org.eclipse.emf.java.impl.JCompilationUnitImpl
 
resolveJClass(String) - Method in interface org.eclipse.emf.java.JClass
 
resolveJClass(String) - Method in interface org.eclipse.emf.java.JCompilationUnit
 
resolveLocation(String[], String, String) - Static method in class org.eclipse.emf.codegen.jet.JETCompiler
 
resolveLocation(String[], int, String, String) - Static method in class org.eclipse.emf.codegen.jet.JETCompiler
 
resolveMapEntry(EPackage, EGenericType, EGenericType) - Method in class org.eclipse.emf.importer.java.builder.JavaEcoreBuilder
 
resolvePlatformResourcePath(String) - Static method in class org.eclipse.emf.ecore.plugin.EcorePlugin
Resolves a platform resource path of the form "/project/path" against the platform resource map.
resolveProxies - Variable in class org.eclipse.emf.ecore.change.util.ChangeRecorder
 
resolveProxies - Variable in class org.eclipse.emf.ecore.util.EcoreUtil.Copier
Whether proxies should be resolved during copying.
resolveProxies - Variable in class org.eclipse.emf.ecore.xcore.impl.XReferenceImpl
The cached value of the 'Resolve Proxies' attribute
resolveProxy(EStructuralFeature, int, int, Object) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
resolveProxy(EObject) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
resolveProxy(EObject) - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList
 
resolveProxy(EStructuralFeature, int, int, Object) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
resolveProxy(EObject) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
resolveProxy(EObject) - Method in class org.eclipse.emf.ecore.util.EcoreEList
 
resolveProxy(Resource, EObject, EObject, EStructuralFeature.Setting) - Method in class org.eclipse.emf.ecore.util.ECrossReferenceAdapter
 
resolveProxy(EStructuralFeature, int, int, Object) - Method in interface org.eclipse.emf.ecore.util.FeatureMap.Internal
 
resolveProxy(EStructuralFeature, int, int, Object) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureFeatureMap
 
resolveTypeParameterReferences() - Method in class org.eclipse.emf.ecore.xcore.util.XcoreJvmInferrer.JvmElementInferrer
 
resource - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
The cached value of the 'Resource' attribute
resource(EditingDomain) - Static method in class org.eclipse.emf.databinding.edit.EMFEditProperties
Returns a property to observe a resource-content
resource() - Static method in class org.eclipse.emf.databinding.EMFProperties
Returns a property to observe a resource-content
resource - Variable in class org.eclipse.emf.ecore.change.impl.ResourceChangeImpl
The cached value of the 'Resource' attribute
resource - Variable in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.BinaryIO
 
Resource - Interface in org.eclipse.emf.ecore.resource
A persistent document.
resource - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
resource - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLLoadImpl
 
resource - Variable in class org.eclipse.emf.edit.ui.action.ControlAction.ControlResourceDialog
 
Resource.Diagnostic - Interface in org.eclipse.emf.ecore.resource
A noteworthy issue in a document.
Resource.Factory - Interface in org.eclipse.emf.ecore.resource
A factory for creating resources.
Resource.Factory.Descriptor - Interface in org.eclipse.emf.ecore.resource
A descriptor used by a resource factory registry to defer factory creation.
Resource.Factory.Registry - Interface in org.eclipse.emf.ecore.resource
A registry of resource factories.
Resource.Internal - Interface in org.eclipse.emf.ecore.resource
An internal interface implemented by all resources.
Resource.IOWrappedException - Exception in org.eclipse.emf.ecore.resource
An IO exception that wraps another exception.
Resource.IOWrappedException(Exception) - Constructor for exception org.eclipse.emf.ecore.resource.Resource.IOWrappedException
Creates an instance which wraps the given exception.
Resource.IOWrappedException(Throwable) - Constructor for exception org.eclipse.emf.ecore.resource.Resource.IOWrappedException
Creates an instance which wraps the given exception.
RESOURCE__CONTENTS - Static variable in interface org.eclipse.emf.ecore.resource.Resource
RESOURCE__ERRORS - Static variable in interface org.eclipse.emf.ecore.resource.Resource
RESOURCE__IS_LOADED - Static variable in interface org.eclipse.emf.ecore.resource.Resource
The Resource.isLoaded() feature ID.
RESOURCE__IS_MODIFIED - Static variable in interface org.eclipse.emf.ecore.resource.Resource
RESOURCE__IS_TRACKING_MODIFICATION - Static variable in interface org.eclipse.emf.ecore.resource.Resource
RESOURCE__RESOURCE_SET - Static variable in interface org.eclipse.emf.ecore.resource.Resource
RESOURCE__TIME_STAMP - Static variable in interface org.eclipse.emf.ecore.resource.Resource
RESOURCE__URI - Static variable in interface org.eclipse.emf.ecore.resource.Resource
The Resource.getURI() feature ID.
RESOURCE__WARNINGS - Static variable in interface org.eclipse.emf.ecore.resource.Resource
RESOURCE_CHANGE - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage.Literals
The meta object literal for the 'Resource Change' class
RESOURCE_CHANGE - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage
The meta object id for the 'Resource Change' class
RESOURCE_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
RESOURCE_CHANGE__LIST_CHANGES - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage
The feature id for the 'List Changes' containment reference list
RESOURCE_CHANGE__RESOURCE - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage.Literals
The meta object literal for the 'Resource' attribute feature
RESOURCE_CHANGE__RESOURCE - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage
The feature id for the 'Resource' attribute
RESOURCE_CHANGE__RESOURCE_URI - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage.Literals
The meta object literal for the 'Resource URI' attribute feature
RESOURCE_CHANGE__RESOURCE_URI - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage
The feature id for the 'Resource URI' attribute
RESOURCE_CHANGE__VALUE - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage.Literals
The meta object literal for the 'Value' attribute feature
RESOURCE_CHANGE__VALUE - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage
The feature id for the 'Value' attribute
RESOURCE_CHANGE_FEATURE_COUNT - Static variable in interface org.eclipse.emf.ecore.change.ChangePackage
The number of structural features of the 'Resource Change' class
RESOURCE_CLASS_ID - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenPackageGeneratorAdapter
 
RESOURCE_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
The default value of the 'Resource' attribute
RESOURCE_EDEFAULT - Static variable in class org.eclipse.emf.ecore.change.impl.ResourceChangeImpl
The default value of the 'Resource' attribute
RESOURCE_FACTORY_CLASS_ID - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenPackageGeneratorAdapter
 
RESOURCE_PROPERTY_NAME - Static variable in class org.eclipse.emf.oda.ecore.impl.Connection
 
RESOURCE_SET__RESOURCES - Static variable in interface org.eclipse.emf.ecore.resource.ResourceSet
RESOURCE_SET_PROPERTY_NAME - Static variable in class org.eclipse.emf.oda.ecore.impl.Connection
 
RESOURCE_URI_EDEFAULT - Static variable in class org.eclipse.emf.ecore.change.impl.ResourceChangeImpl
The default value of the 'Resource URI' attribute
resourceBundle - Variable in class org.eclipse.emf.common.EMFPlugin.InternalHelper
 
resourceBundle - Variable in class org.eclipse.emf.common.util.DelegatingResourceLocator
The resource bundle containing translated strings.
ResourceChange - Interface in org.eclipse.emf.ecore.change
A representation of the model object 'Resource Change'
ResourceChangeImpl - Class in org.eclipse.emf.ecore.change.impl
An implementation of the model object 'Resource Change'
ResourceChangeImpl() - Constructor for class org.eclipse.emf.ecore.change.impl.ResourceChangeImpl
 
ResourceChangeImpl(Resource, EList<Object>) - Constructor for class org.eclipse.emf.ecore.change.impl.ResourceChangeImpl
 
resourceChangeItemProvider - Variable in class org.eclipse.emf.ecore.change.provider.ChangeItemProviderAdapterFactory
This keeps track of the one adapter used for all ResourceChange instances
ResourceChangeItemProvider - Class in org.eclipse.emf.ecore.change.provider
This is the item provider adapter for a ResourceChange object
ResourceChangeItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.ecore.change.provider.ResourceChangeItemProvider
This constructs an instance from a factory and a notifier
resourceChangeListener - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
This listens for workspace changes
resourceChangeListener - Variable in class org.eclipse.emf.ecore.presentation.EcoreEditor
This listens for workspace changes
resourceChangeListener - Variable in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryEditor
This listens for workspace changes
resourceChangeListener - Variable in class org.eclipse.emf.java.presentation.JavaEditor
This listens for workspace changes
resourceChangeListener - Variable in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLEditor
This listens for workspace changes
resourceChanges - Variable in class org.eclipse.emf.ecore.change.impl.ChangeDescriptionImpl
The cached value of the 'Resource Changes' containment reference list
ResourceClass - Class in org.eclipse.emf.codegen.ecore.templates.model
 
ResourceClass() - Constructor for class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
resourceClassEmitter - 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.
ResourceDialog - Class in org.eclipse.emf.common.ui.dialogs
Instances of this class allow a user to specify one or more URIs identifying resources.
ResourceDialog - Class in org.eclipse.emf.common.ui.dialogs
Instances of this class allow a user to specify one or more URIs identifying resources.
ResourceDialog(Shell, String, int) - Constructor for class org.eclipse.emf.common.ui.dialogs.ResourceDialog
Creates a new instance of this class, given a parent shell, an optional title, and a style value describing its behaviour.
ResourceDialog(Shell, String, int, URI) - Constructor for class org.eclipse.emf.common.ui.dialogs.ResourceDialog
Creates a new instance of this class, given a parent shell, an optional title, a style value describing its behaviour, and a context URI.
resourceEntityHandler - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
resourceEntityHandler - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
ResourceEntityHandlerImpl - Class in org.eclipse.emf.ecore.xmi.impl
This resource entity handler implementation extends the URI handler implementation so that this object can be used as both a resource entity handler and a URI handler since it's far more efficient to deresolve a URI once to compute the entity value than to deresolve it for each use and then map that deresolved result to an entity.
ResourceEntityHandlerImpl(String) - Constructor for class org.eclipse.emf.ecore.xmi.impl.ResourceEntityHandlerImpl
Creates an instance that will generate entity names based on the given entity name followed by the ResourceEntityHandlerImpl.count starting from 1 to ensure uniqueness.
ResourceFactoryClass - Class in org.eclipse.emf.codegen.ecore.templates.model
 
ResourceFactoryClass() - Constructor for class org.eclipse.emf.codegen.ecore.templates.model.ResourceFactoryClass
 
resourceFactoryClassEmitter - 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.
ResourceFactoryImpl - Class in org.eclipse.emf.ecore.resource.impl
A trivial implementation of a resource factory.
ResourceFactoryImpl() - Constructor for class org.eclipse.emf.ecore.resource.impl.ResourceFactoryImpl
Creates an instance.
resourceFactoryRegistry - Variable in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl
The local resource factory registry.
ResourceFactoryRegistryImpl - Class in org.eclipse.emf.ecore.resource.impl
An extensible implementation of a resource factory registry.
ResourceFactoryRegistryImpl() - Constructor for class org.eclipse.emf.ecore.resource.impl.ResourceFactoryRegistryImpl
Creates an instance.
resourceFactoryTemplateName - 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.
resourceField - Variable in class org.eclipse.emf.oda.ecore.ui.impl.EcoreDataSourcePageHelper
 
ResourceImpl - Class in org.eclipse.emf.ecore.resource.impl
A highly extensible resource implementation.
ResourceImpl() - Constructor for class org.eclipse.emf.ecore.resource.impl.ResourceImpl
Creates a empty instance.
ResourceImpl(URI) - Constructor for class org.eclipse.emf.ecore.resource.impl.ResourceImpl
Creates an instance with the given URI.
ResourceImpl.ContentsEList<E extends java.lang.Object & EObject> - Class in org.eclipse.emf.ecore.resource.impl
A notifying list implementation for supporting Resource.getContents().
ResourceImpl.ContentsEList() - Constructor for class org.eclipse.emf.ecore.resource.impl.ResourceImpl.ContentsEList
 
ResourceImpl.ModificationTrackingAdapter - Class in org.eclipse.emf.ecore.resource.impl
An adapter implementation for tracking resource modification.
ResourceImpl.ModificationTrackingAdapter() - Constructor for class org.eclipse.emf.ecore.resource.impl.ResourceImpl.ModificationTrackingAdapter
 
ResourceItemProvider - Class in org.eclipse.emf.edit.provider.resource
This is the item provider adapter for a Resource object.
ResourceItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.edit.provider.resource.ResourceItemProvider
This constructs an instance from a factory and a notifier.
ResourceItemProviderAdapterFactory - Class in org.eclipse.emf.edit.provider.resource
This is the factory that is used to provide the interfaces needed to support Viewers.
ResourceItemProviderAdapterFactory() - Constructor for class org.eclipse.emf.edit.provider.resource.ResourceItemProviderAdapterFactory
This constructs an instance.
ResourceLocator - Interface in org.eclipse.emf.common.util
A locator of Java resources.
resourceLocator - Variable in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl
A resource locator used for efficiently locating resources within the resource set.
resourceLocator - Variable in class org.eclipse.emf.edit.provider.AttributeValueWrapperItemProvider
The resource locator from the owner's item provider.
resourceLocator - Variable in class org.eclipse.emf.edit.provider.FeatureMapEntryWrapperItemProvider
The resource locator from the owner's item provider.
resourceLocator - Variable in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor.ItemDelegator
 
resourceLocator - Variable in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
This is used to locate resources for translated values like enumeration literals.
resourceMap - Variable in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.MappedResourceLocator
The cached mapping from normalized URIs to their corresponding resources.
resourcePackage - Static variable in class org.eclipse.emf.edit.provider.resource.ResourceItemProviderAdapterFactory
 
resources - Variable in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl
The contained resources.
resources - Variable in class org.eclipse.emf.ecore.util.EcoreUtil.ContentTreeIterator.ResourcesIterator
The resources to iterator over.
resourceSet - Variable in class org.eclipse.emf.codegen.ecore.generator.Generator.Options
The resource set containing the input, from which a URI converter, package registry, resource factory registry, etc can be obtained.
resourceSet - Variable in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectInputStream
 
resourceSet - Variable in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
The containing resource set.
resourceSet - Variable in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.ResourceLocator
The resource set for which this acts as an efficient lookup mechanism.
ResourceSet - Interface in org.eclipse.emf.ecore.resource
A collection of related persistent documents.
resourceSet - Variable in class org.eclipse.emf.ecore.xcore.importer.XcoreImporter
 
resourceSet - Variable in class org.eclipse.emf.ecore.xcore.XcoreStandaloneSetup.XcoreStandaloneRuntimeModule.XcoreResourceSetInitializer.AllContainerAdapter
 
resourceSet - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
resourceSet - Variable in class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain
This is the resource set used to contain all created and loaded resources.
resourceSet - Variable in class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator
 
resourceSet - Variable in class org.eclipse.emf.mapping.command.PersistentCommandStack.Decoder
 
resourceSet - Variable in class org.eclipse.emf.oda.ecore.impl.Connection
 
ResourceSetImpl - Class in org.eclipse.emf.ecore.resource.impl
An extensible resource set implementation.
ResourceSetImpl() - Constructor for class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl
Creates an empty instance.
ResourceSetImpl.MappedResourceLocator - Class in org.eclipse.emf.ecore.resource.impl
An implementation of a ResourceSetImpl.ResourceLocator that maintains cached mappings for the normalized URIs and the resource set's resources.
ResourceSetImpl.MappedResourceLocator(ResourceSetImpl) - Constructor for class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.MappedResourceLocator
Creates an instance of the given resource set.
ResourceSetImpl.MappedResourceLocator.ResourceAdapter - Class in org.eclipse.emf.ecore.resource.impl
A content adapter that listens to the resource set for resources being added and removed, as well as to the resources in the resource set for changes to the resource's URI.
ResourceSetImpl.MappedResourceLocator.ResourceAdapter() - Constructor for class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.MappedResourceLocator.ResourceAdapter
 
ResourceSetImpl.ResourceLocator - Class in org.eclipse.emf.ecore.resource.impl
A utility class for efficiently locating resources in a resource set.
ResourceSetImpl.ResourceLocator(ResourceSetImpl) - Constructor for class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.ResourceLocator
Creates an instance for the given resource set, and sets the resource set's resource locator.
ResourceSetImpl.ResourcesEList<E extends java.lang.Object & Resource> - Class in org.eclipse.emf.ecore.resource.impl
A notifying list implementation for supporting ResourceSet.getResources().
ResourceSetImpl.ResourcesEList() - Constructor for class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.ResourcesEList
 
ResourceSetItemProvider - Class in org.eclipse.emf.edit.provider.resource
This is the item provider adapter for a ResourceSet object.
ResourceSetItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.edit.provider.resource.ResourceSetItemProvider
This constructs an instance from a factory and a notifier.
resourceSetIterator - Variable in class org.eclipse.emf.ecore.util.EcoreUtil.ContentTreeIterator
The most recently created iterator over a resource set's resources.
resourceTemplateName - 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.
resourceToDiagnosticMap - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
Map to store the diagnostic associated with a resource
resourceToDiagnosticMap - Variable in class org.eclipse.emf.ecore.presentation.EcoreEditor
Map to store the diagnostic associated with a resource
resourceToDiagnosticMap - Variable in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryEditor
Map to store the diagnostic associated with a resource
resourceToDiagnosticMap - Variable in class org.eclipse.emf.java.presentation.JavaEditor
Map to store the diagnostic associated with a resource
resourceToDiagnosticMap - Variable in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLEditor
Map to store the diagnostic associated with a resource
resourceToReadOnlyMap - Variable in class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain
This controls whether the domain is read only.
resourceURI - Variable in class org.eclipse.emf.ecore.change.impl.ResourceChangeImpl
The cached value of the 'Resource URI' attribute
resourceURI - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
resourceURI - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
resourceURL - Static variable in class org.eclipse.emf.edit.ui.provider.ExtendedImageRegistry
 
resourceURLPrefix - Static variable in class org.eclipse.emf.edit.ui.provider.ExtendedImageRegistry
 
RESPONSE_TIME_STAMP_PROPERTY - Static variable in interface org.eclipse.emf.ecore.resource.URIConverter
A property of the response option used to yield the time stamp associated with the creation of an input or an output stream.
RESPONSE_URI - Static variable in interface org.eclipse.emf.ecore.resource.URIConverter
A property of the response option used to yield the newly allocated URI associated with the creation of an output stream.
RestoreInitialStateCommand - Class in org.eclipse.emf.mapping.command
The restore initial state command ensures that the mapping root is ready to begin a mapping session from a defined initial state.
RestoreInitialStateCommand(MappingDomain) - Constructor for class org.eclipse.emf.mapping.command.RestoreInitialStateCommand
This creates a command instance that removes the mappings in the collection from the mapping root.
restoreState() - Method in class org.eclipse.emf.mapping.presentation.MappingEditor.OverviewViewer
Deprecated.
 
restoreState() - Method in class org.eclipse.emf.mapping.presentation.SimpleMappedObjectViewer
 
RESTRICTION_DERIVATION - Static variable in interface org.eclipse.emf.ecore.util.ExtendedMetaData
The derivation kind ID for restriction.
result - Variable in class org.eclipse.emf.common.command.IdentityCommand
Keeps track of the result returned from IdentityCommand.getResult().
result - Variable in class org.eclipse.emf.edit.provider.WrapperItemProvider.SimpleCopyCommand
 
result - Variable in class org.eclipse.emf.edit.provider.WrapperItemProvider.WrappingCopyCommand
 
result - Variable in class org.eclipse.emf.edit.ui.celleditor.FeatureEditorDialog
 
RESULT - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
resultIndex - Variable in class org.eclipse.emf.common.command.CompoundCommand
The index of the command whose result and affected objects are forwarded.
results - Variable in class org.eclipse.emf.oda.ecore.impl.ResultSet
 
ResultSet - Class in org.eclipse.emf.oda.ecore.impl
Implementation of IResultSet for EMF ODA runtime driver.
ResultSet(EList<?>) - Constructor for class org.eclipse.emf.oda.ecore.impl.ResultSet
 
ResultSet.Blob - Class in org.eclipse.emf.oda.ecore.impl
An implementation of IBlog for byte arrays.
ResultSet.Blob(byte[]) - Constructor for class org.eclipse.emf.oda.ecore.impl.ResultSet.Blob
 
ResultSet.Clob - Class in org.eclipse.emf.oda.ecore.impl
An implementation of IClob for strings.
ResultSet.Clob(String) - Constructor for class org.eclipse.emf.oda.ecore.impl.ResultSet.Clob
 
ResultSet.EClass - Class in org.eclipse.emf.oda.ecore.impl
A set of results that contains instances of classes.
ResultSet.EClass(EClass, EList<?>) - Constructor for class org.eclipse.emf.oda.ecore.impl.ResultSet.EClass
 
ResultSet.EDataType - Class in org.eclipse.emf.oda.ecore.impl
A set of results that contains values of data types.
ResultSet.EDataType(EDataType, EList<?>) - Constructor for class org.eclipse.emf.oda.ecore.impl.ResultSet.EDataType
 
ResultSet.JavaObject - Class in org.eclipse.emf.oda.ecore.impl
A wrapper for Java objects which works around the fact that EMF objects are not (Java) serializable and which provides a formatted text representation.
ResultSet.JavaObject(Object) - Constructor for class org.eclipse.emf.oda.ecore.impl.ResultSet.JavaObject
 
ResultSetMetaData - Class in org.eclipse.emf.oda.ecore.impl
Implementation of IResultSetMetaData for EMF ODA runtime driver.
ResultSetMetaData() - Constructor for class org.eclipse.emf.oda.ecore.impl.ResultSetMetaData
 
ResultSetMetaData.EClass - Class in org.eclipse.emf.oda.ecore.impl
Metadata for sets of results that contain instances of classes.
ResultSetMetaData.EClass(EClass) - Constructor for class org.eclipse.emf.oda.ecore.impl.ResultSetMetaData.EClass
 
ResultSetMetaData.EDataType - Class in org.eclipse.emf.oda.ecore.impl
Metadata for sets of results that contain values of data types.
ResultSetMetaData.EDataType(EDataType) - Constructor for class org.eclipse.emf.oda.ecore.impl.ResultSetMetaData.EDataType
 
resultType - Variable in class org.eclipse.emf.oda.ecore.ui.impl.EcoreDataSetWizardPage
 
resultTypeField - Variable in class org.eclipse.emf.oda.ecore.ui.impl.EcoreDataSetWizardPage
 
retainAll(Collection<?>) - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
retainAll(Collection<?>) - Method in class org.eclipse.emf.common.util.AbstractEList
Removes from the list each object not contained by the collection and returns whether any object was actually removed.
retainAll(Collection<?>) - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Removes from the list each object not contained by the collection and returns whether any object was actually removed.
retainAll(Collection<?>) - Method in class org.eclipse.emf.common.util.BasicEList.UnmodifiableEList
Throws an exception.
retainAll(Collection<?>) - Method in class org.eclipse.emf.common.util.BasicEMap
retainAll(Collection<?>) - Method in class org.eclipse.emf.common.util.DelegatingEList
Removes from the list each object not contained by the collection and returns whether any object was actually removed.
retainAll(Collection<?>) - Method in class org.eclipse.emf.common.util.DelegatingEList.UnmodifiableEList
Throws an exception.
retainAll(Collection<?>) - Method in class org.eclipse.emf.common.util.Pool
Throws an UnsupportedOperationException because removal is not supported..
retainAll(Collection) - Method in class org.eclipse.emf.databinding.edit.EditingDomainEObjectObservableList
 
retainAll(Collection) - Method in class org.eclipse.emf.databinding.EObjectObservableList
 
retainAll(Collection<?>) - Method in class org.eclipse.emf.databinding.internal.DelegatingSet
 
retainAll(Collection) - Method in class org.eclipse.emf.databinding.internal.EWritableList
 
retainAll(EStructuralFeature, Collection<?>) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
retainAll(EStructuralFeature, Collection<?>) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
retainAll(EStructuralFeature, Collection<?>) - Method in interface org.eclipse.emf.ecore.util.FeatureMap.Internal
 
retainAll(Collection<?>) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList
 
retainAll(EStructuralFeature, Collection<?>) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureFeatureMap
 
retrieveContributedModelConverterDescriptors() - Method in class org.eclipse.emf.converter.ui.contribution.ModelConverterManager
 
retry - Variable in class org.eclipse.emf.ecore.xcore.exporter.ui.XcoreExporterWizard
 
RETRY - Static variable in class org.eclipse.emf.ecore.xcore.exporter.XcoreExporter
 
returnType - Variable in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJMethod
 
returnType - Variable in class org.eclipse.emf.java.impl.JMethodImpl
The cached value of the 'Return Type' reference
reusableInformationControlCreator - Variable in class org.eclipse.emf.common.ui.viewer.ColumnViewerInformationControlToolTipSupport
 
reverse(EList<?>) - Static method in class org.eclipse.emf.common.util.ECollections
Reverses the order of the elements in the specified EList.
reverse() - Method in class org.eclipse.emf.common.util.SegmentSequence.Builder
Reverses the strings in the builder and returns the builder itself.
reverse(EObject) - Method in interface org.eclipse.emf.ecore.change.FeatureChange
 
reverse(EObject) - Method in class org.eclipse.emf.ecore.change.impl.FeatureChangeImpl
 
reverse(EList<Object>) - Method in class org.eclipse.emf.ecore.change.impl.FeatureChangeImpl
 
reverse(EList<Object>) - Method in class org.eclipse.emf.ecore.change.impl.ListChangeImpl
 
reverse() - Method in class org.eclipse.emf.ecore.change.impl.ResourceChangeImpl
 
reverse(EList<Object>) - Method in interface org.eclipse.emf.ecore.change.ListChange
 
reverse() - Method in interface org.eclipse.emf.ecore.change.ResourceChange
 
reverse(EList<T>) - Static method in class org.eclipse.emf.ecore.xcore.lib.XcoreEListExtensions
Reverses the order of the elements in the specified list.
reverseView(EList<T>) - Static method in class org.eclipse.emf.ecore.xcore.lib.XcoreEListExtensions
Provides a reverse view of the given list which is especially useful for traversing a list backwards in a for-each loop.
revertPrepareSplit() - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJField
Revert the changes made by prepareSplit().
rewriter - Variable in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJNode
ASTRewrite object used to keep track of all modifications
RICH_AJAX_PLATFORM_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Rich Ajax Platform' attribute
RICH_CLIENT_PLATFORM_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Rich Client Platform' attribute
RIGHT_PAREN - Static variable in class org.eclipse.emf.importer.rose.parser.RoseToken
 
rightGradient - Variable in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
Deprecated.
 
rightMostExecutedCommandIndex - Variable in class org.eclipse.emf.common.command.StrictCompoundCommand
Remember to call redo instead of execute for any command at or before this index in the list.
rightSelectionFactory - Variable in class org.eclipse.emf.mapping.presentation.MappingEditor
 
rightSelectionViewer - Variable in class org.eclipse.emf.mapping.presentation.MappingEditor
 
RISET - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
ROLE - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
role1 - Variable in class org.eclipse.emf.importer.rose.builder.RoseEcoreBuilder
 
role2 - Variable in class org.eclipse.emf.importer.rose.builder.RoseEcoreBuilder
 
ROLE_LIST - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
ROLE_SEQ - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
ROLE_VIEW - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
ROLES - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
ROLEVIEW_LIST - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
ROLEVIEWS - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
rollback() - Method in class org.eclipse.emf.oda.ecore.impl.Connection
 
root - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
ROOT_CATEGORY - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
ROOT_EXTENDS_CLASS_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Root Extends Class' attribute
ROOT_EXTENDS_INTERFACE_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Root Extends Interface' attribute
ROOT_IMPLEMENTS_INTERFACE_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Root Implements Interface' attribute
ROOT_OBJECT - Static variable in class org.eclipse.emf.ecore.util.EObjectValidator
A key to be used in context maps to indicate the root object at which validation started.
ROOT_SUBSYSTEM - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
ROOT_USECASE_PACKAGE - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
rootDiagnosticMessage - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GeneratorUIUtil.GeneratorOperation
 
rootExtendsClass - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Root Extends Class' attribute
rootExtendsInterface - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Root Extends Interface' attribute
rootImplementsInterface - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Root Implements Interface' attribute
rootImplementsInterfaceGenClass - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
rootNode - Variable in class org.eclipse.emf.codegen.merge.java.facade.FacadeVisitor
 
roots - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
roots - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
RootXMLContentHandlerImpl - Class in org.eclipse.emf.ecore.xmi.impl
A specialized ContentHandler implementation that matches root element names and namespaces.
RootXMLContentHandlerImpl(Map<String, String>) - Constructor for class org.eclipse.emf.ecore.xmi.impl.RootXMLContentHandlerImpl
Creates an instance corresponding to the given parameters.
RootXMLContentHandlerImpl(String, String[], String, String, String[]) - Constructor for class org.eclipse.emf.ecore.xmi.impl.RootXMLContentHandlerImpl
Creates an instance initialized with the given arguments.
RootXMLContentHandlerImpl(String, String[], String, Pattern, String[]) - Constructor for class org.eclipse.emf.ecore.xmi.impl.RootXMLContentHandlerImpl
Creates an instance initialized with the given arguments.
RootXMLContentHandlerImpl.Describer - Class in org.eclipse.emf.ecore.xmi.impl
A describer that creates a RootXMLContentHandlerImpl instance.
RootXMLContentHandlerImpl.Describer() - Constructor for class org.eclipse.emf.ecore.xmi.impl.RootXMLContentHandlerImpl.Describer
 
ROSE - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
RoseComponent - Class in org.eclipse.emf.importer.rose.parser
A common class for property change event producers.
RoseComponent() - Constructor for class org.eclipse.emf.importer.rose.parser.RoseComponent
 
RoseDetailPage - Class in org.eclipse.emf.importer.rose.ui
 
RoseDetailPage(ModelImporter, String) - Constructor for class org.eclipse.emf.importer.rose.ui.RoseDetailPage
 
RoseEcoreBuilder - Class in org.eclipse.emf.importer.rose.builder
Traverses the Rose file and create eCore object in memory.
RoseEcoreBuilder(RoseUtil) - Constructor for class org.eclipse.emf.importer.rose.builder.RoseEcoreBuilder
 
roseEcoreBuilder - Variable in class org.eclipse.emf.importer.rose.builder.RoseUtil
 
roseEPackageInformationMap - Variable in class org.eclipse.emf.importer.rose.RoseImporter
 
roseFileName - Variable in class org.eclipse.emf.importer.rose.builder.UnitTreeNode
 
RoseGeneratorTask - Class in org.eclipse.emf.importer.rose.taskdefs
Generates source code from models specifed in Rose files.
RoseGeneratorTask() - Constructor for class org.eclipse.emf.importer.rose.taskdefs.RoseGeneratorTask
 
RoseImporter - Class in org.eclipse.emf.importer.rose
 
RoseImporter() - Constructor for class org.eclipse.emf.importer.rose.RoseImporter
 
RoseImporterApplication - Class in org.eclipse.emf.importer.rose
 
RoseImporterApplication() - Constructor for class org.eclipse.emf.importer.rose.RoseImporterApplication
 
RoseImporterApplication.PackageInfo - Class in org.eclipse.emf.importer.rose
 
RoseImporterApplication.PackageInfo() - Constructor for class org.eclipse.emf.importer.rose.RoseImporterApplication.PackageInfo
 
RoseImporterPlugin - Class in org.eclipse.emf.importer.rose
The Plugin for the EMF.CodeGen.Ecore.Rose library.
RoseImporterPlugin.Implementation - Class in org.eclipse.emf.importer.rose
The actual implementation of the Eclipse Plugin.
RoseImporterPlugin.Implementation() - Constructor for class org.eclipse.emf.importer.rose.RoseImporterPlugin.Implementation
Creates an instance.
RoseImporterWizard - Class in org.eclipse.emf.importer.rose.ui
 
RoseImporterWizard() - Constructor for class org.eclipse.emf.importer.rose.ui.RoseImporterWizard
 
RoseLexer - Class in org.eclipse.emf.importer.rose.parser
A lexical analyzer that creates vector of tokens out of Rose file.
RoseLexer(RoseLoader) - Constructor for class org.eclipse.emf.importer.rose.parser.RoseLexer
 
roseLoader - Variable in class org.eclipse.emf.importer.rose.parser.RoseLexer
 
RoseLoader - Class in org.eclipse.emf.importer.rose.parser
A loader that creates Buffered Reader.
RoseLoader(String, URIConverter) - Constructor for class org.eclipse.emf.importer.rose.parser.RoseLoader
 
roseNode - Variable in class org.eclipse.emf.importer.rose.builder.UnitTreeNode
 
RoseNode - Class in org.eclipse.emf.importer.rose.parser
Is used to build a tree for Rose file.
RoseNode(String, String, int) - Constructor for class org.eclipse.emf.importer.rose.parser.RoseNode
 
RoseParser - Class in org.eclipse.emf.importer.rose.parser
A parser for Rose files.
RoseParser(RoseLexer) - Constructor for class org.eclipse.emf.importer.rose.parser.RoseParser
 
RoseParser(RoseLexer, boolean) - Constructor for class org.eclipse.emf.importer.rose.parser.RoseParser
 
RoseParser(RoseLexer, boolean, boolean) - Constructor for class org.eclipse.emf.importer.rose.parser.RoseParser
 
RoseStrings - Class in org.eclipse.emf.importer.rose.builder
 
RoseStrings() - Constructor for class org.eclipse.emf.importer.rose.builder.RoseStrings
 
RoseToken - Class in org.eclipse.emf.importer.rose.parser
This is the RoseToken class.
RoseToken(int, String) - Constructor for class org.eclipse.emf.importer.rose.parser.RoseToken
 
ROSETYPE - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
roseUtil - Variable in class org.eclipse.emf.importer.rose.builder.RoseEcoreBuilder
 
RoseUtil - Class in org.eclipse.emf.importer.rose.builder
Provide functions to process a rose file.
RoseUtil(URIConverter) - Constructor for class org.eclipse.emf.importer.rose.builder.RoseUtil
 
roseUtil - Variable in class org.eclipse.emf.importer.rose.builder.UnitTreeBuilder
 
roseUtil - Variable in class org.eclipse.emf.importer.rose.RoseImporter
 
RoseVisitor - Interface in org.eclipse.emf.importer.rose.builder
 
RoseWalker - Class in org.eclipse.emf.importer.rose.builder
Traverses the Rose file a second time to create mapping object.
RoseWalker(RoseNode) - Constructor for class org.eclipse.emf.importer.rose.builder.RoseWalker
 
RoseWriter - Class in org.eclipse.emf.importer.rose.parser
Creates a Rose file from Rose Tree.
RoseWriter(String, RoseNode, RoseNode) - Constructor for class org.eclipse.emf.importer.rose.parser.RoseWriter
 
RS - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Escape
 
rule__ArrayBrackets__Group__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__ArrayBrackets__Group__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__ArrayBrackets__Group__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__ArrayBrackets__Group__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__FeatureCallID__Alternatives() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__FullJvmFormalParameter__Group__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__FullJvmFormalParameter__Group__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__FullJvmFormalParameter__Group__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__FullJvmFormalParameter__Group__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__FullJvmFormalParameter__NameAssignment_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__FullJvmFormalParameter__ParameterTypeAssignment_0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__IdOrSuper__Alternatives() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmArgumentTypeReference__Alternatives() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmFormalParameter__Group__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmFormalParameter__Group__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmFormalParameter__Group__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmFormalParameter__Group__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmFormalParameter__NameAssignment_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmFormalParameter__ParameterTypeAssignment_0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmLowerBound__Group__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmLowerBound__Group__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmLowerBound__Group__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmLowerBound__Group__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmLowerBound__TypeReferenceAssignment_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmLowerBoundAnded__Group__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmLowerBoundAnded__Group__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmLowerBoundAnded__Group__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmLowerBoundAnded__Group__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmLowerBoundAnded__TypeReferenceAssignment_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmParameterizedTypeReference__ArgumentsAssignment_1_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmParameterizedTypeReference__ArgumentsAssignment_1_2_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmParameterizedTypeReference__ArgumentsAssignment_1_4_2_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmParameterizedTypeReference__ArgumentsAssignment_1_4_2_2_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmParameterizedTypeReference__Group_1_2__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmParameterizedTypeReference__Group_1_2__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmParameterizedTypeReference__Group_1_2__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmParameterizedTypeReference__Group_1_2__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmParameterizedTypeReference__Group_1_4_0_0__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmParameterizedTypeReference__Group_1_4_0_0__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmParameterizedTypeReference__Group_1_4_0_0__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmParameterizedTypeReference__Group_1_4_0_0__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmParameterizedTypeReference__Group_1_4_0__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmParameterizedTypeReference__Group_1_4_0__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmParameterizedTypeReference__Group_1_4_2_2__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmParameterizedTypeReference__Group_1_4_2_2__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmParameterizedTypeReference__Group_1_4_2_2__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmParameterizedTypeReference__Group_1_4_2_2__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmParameterizedTypeReference__Group_1_4_2__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmParameterizedTypeReference__Group_1_4_2__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmParameterizedTypeReference__Group_1_4_2__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmParameterizedTypeReference__Group_1_4_2__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmParameterizedTypeReference__Group_1_4_2__2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmParameterizedTypeReference__Group_1_4_2__2__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmParameterizedTypeReference__Group_1_4_2__3() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmParameterizedTypeReference__Group_1_4_2__3__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmParameterizedTypeReference__Group_1_4__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmParameterizedTypeReference__Group_1_4__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmParameterizedTypeReference__Group_1_4__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmParameterizedTypeReference__Group_1_4__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmParameterizedTypeReference__Group_1_4__2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmParameterizedTypeReference__Group_1_4__2__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmParameterizedTypeReference__Group_1__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmParameterizedTypeReference__Group_1__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmParameterizedTypeReference__Group_1__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmParameterizedTypeReference__Group_1__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmParameterizedTypeReference__Group_1__2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmParameterizedTypeReference__Group_1__2__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmParameterizedTypeReference__Group_1__3() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmParameterizedTypeReference__Group_1__3__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmParameterizedTypeReference__Group_1__4() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmParameterizedTypeReference__Group_1__4__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmParameterizedTypeReference__Group__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmParameterizedTypeReference__Group__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmParameterizedTypeReference__Group__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmParameterizedTypeReference__Group__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmParameterizedTypeReference__TypeAssignment_0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmParameterizedTypeReference__TypeAssignment_1_4_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmTypeReference__Alternatives() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmTypeReference__Group_0_1_0__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmTypeReference__Group_0_1_0__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmTypeReference__Group_0_1_0__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmTypeReference__Group_0_1_0__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmTypeReference__Group_0_1__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmTypeReference__Group_0_1__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmTypeReference__Group_0__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmTypeReference__Group_0__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmTypeReference__Group_0__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmTypeReference__Group_0__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmUpperBound__Group__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmUpperBound__Group__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmUpperBound__Group__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmUpperBound__Group__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmUpperBound__TypeReferenceAssignment_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmUpperBoundAnded__Group__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmUpperBoundAnded__Group__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmUpperBoundAnded__Group__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmUpperBoundAnded__Group__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmUpperBoundAnded__TypeReferenceAssignment_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmWildcardTypeReference__Alternatives_2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmWildcardTypeReference__ConstraintsAssignment_2_0_0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmWildcardTypeReference__ConstraintsAssignment_2_0_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmWildcardTypeReference__ConstraintsAssignment_2_1_0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmWildcardTypeReference__ConstraintsAssignment_2_1_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmWildcardTypeReference__Group_2_0__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmWildcardTypeReference__Group_2_0__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmWildcardTypeReference__Group_2_0__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmWildcardTypeReference__Group_2_0__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmWildcardTypeReference__Group_2_1__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmWildcardTypeReference__Group_2_1__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmWildcardTypeReference__Group_2_1__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmWildcardTypeReference__Group_2_1__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmWildcardTypeReference__Group__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmWildcardTypeReference__Group__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmWildcardTypeReference__Group__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmWildcardTypeReference__Group__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmWildcardTypeReference__Group__2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__JvmWildcardTypeReference__Group__2__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__Number__Alternatives() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__Number__Alternatives_1_0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__Number__Alternatives_1_1_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__Number__Group_1_1__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__Number__Group_1_1__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__Number__Group_1_1__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__Number__Group_1_1__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__Number__Group_1__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__Number__Group_1__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__Number__Group_1__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__Number__Group_1__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__OpAdd__Alternatives() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__OpCompare__Alternatives() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__OpCompare__Group_1__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__OpCompare__Group_1__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__OpCompare__Group_1__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__OpCompare__Group_1__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__OpEquality__Alternatives() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__OpMulti__Alternatives() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__OpMultiAssign__Alternatives() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__OpMultiAssign__Group_5__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__OpMultiAssign__Group_5__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__OpMultiAssign__Group_5__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__OpMultiAssign__Group_5__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__OpMultiAssign__Group_5__2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__OpMultiAssign__Group_5__2__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__OpMultiAssign__Group_6__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__OpMultiAssign__Group_6__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__OpMultiAssign__Group_6__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__OpMultiAssign__Group_6__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__OpMultiAssign__Group_6__2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__OpMultiAssign__Group_6__2__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__OpOther__Alternatives() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__OpOther__Alternatives_5_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__OpOther__Alternatives_6_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__OpOther__Group_2__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__OpOther__Group_2__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__OpOther__Group_2__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__OpOther__Group_2__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__OpOther__Group_5_1_0_0__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__OpOther__Group_5_1_0_0__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__OpOther__Group_5_1_0_0__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__OpOther__Group_5_1_0_0__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__OpOther__Group_5_1_0__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__OpOther__Group_5_1_0__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__OpOther__Group_5__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__OpOther__Group_5__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__OpOther__Group_5__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__OpOther__Group_5__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__OpOther__Group_6_1_0_0__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__OpOther__Group_6_1_0_0__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__OpOther__Group_6_1_0_0__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__OpOther__Group_6_1_0_0__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__OpOther__Group_6_1_0__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__OpOther__Group_6_1_0__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__OpOther__Group_6__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__OpOther__Group_6__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__OpOther__Group_6__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__OpOther__Group_6__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__OpPostfix__Alternatives() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__OpUnary__Alternatives() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__QualifiedName__Group_1__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__QualifiedName__Group_1__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__QualifiedName__Group_1__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__QualifiedName__Group_1__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__QualifiedName__Group__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__QualifiedName__Group__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__QualifiedName__Group__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__QualifiedName__Group__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__QualifiedNameInStaticImport__Group__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__QualifiedNameInStaticImport__Group__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__QualifiedNameInStaticImport__Group__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__QualifiedNameInStaticImport__Group__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__QualifiedNameWithWildcard__Group__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__QualifiedNameWithWildcard__Group__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__QualifiedNameWithWildcard__Group__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__QualifiedNameWithWildcard__Group__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__QualifiedNameWithWildcard__Group__2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__QualifiedNameWithWildcard__Group__2__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__SignedInt__Group__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__SignedInt__Group__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__SignedInt__Group__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__SignedInt__Group__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__ValidID__Alternatives() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAdditiveExpression__FeatureAssignment_1_0_0_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAdditiveExpression__Group_1_0_0__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAdditiveExpression__Group_1_0_0__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAdditiveExpression__Group_1_0_0__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAdditiveExpression__Group_1_0_0__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAdditiveExpression__Group_1_0__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAdditiveExpression__Group_1_0__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAdditiveExpression__Group_1__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAdditiveExpression__Group_1__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAdditiveExpression__Group_1__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAdditiveExpression__Group_1__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAdditiveExpression__Group__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAdditiveExpression__Group__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAdditiveExpression__Group__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAdditiveExpression__Group__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAdditiveExpression__RightOperandAssignment_1_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAndExpression__FeatureAssignment_1_0_0_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAndExpression__Group_1_0_0__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAndExpression__Group_1_0_0__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAndExpression__Group_1_0_0__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAndExpression__Group_1_0_0__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAndExpression__Group_1_0__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAndExpression__Group_1_0__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAndExpression__Group_1__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAndExpression__Group_1__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAndExpression__Group_1__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAndExpression__Group_1__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAndExpression__Group__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAndExpression__Group__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAndExpression__Group__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAndExpression__Group__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAndExpression__RightOperandAssignment_1_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAnnotation__DetailsAssignment_2_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAnnotation__DetailsAssignment_2_2_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAnnotation__Group_2_2__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAnnotation__Group_2_2__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAnnotation__Group_2_2__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAnnotation__Group_2_2__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAnnotation__Group_2__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAnnotation__Group_2__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAnnotation__Group_2__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAnnotation__Group_2__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAnnotation__Group_2__2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAnnotation__Group_2__2__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAnnotation__Group_2__3() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAnnotation__Group_2__3__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAnnotation__Group__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAnnotation__Group__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAnnotation__Group__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAnnotation__Group__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAnnotation__Group__2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAnnotation__Group__2__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAnnotation__SourceAssignment_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAnnotationDirective__Group_0_0__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAnnotationDirective__Group_0_0__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAnnotationDirective__Group_0_0__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAnnotationDirective__Group_0_0__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAnnotationDirective__Group_0__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAnnotationDirective__Group_0__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAnnotationDirective__Group__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAnnotationDirective__Group__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAnnotationDirective__Group__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAnnotationDirective__Group__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAnnotationDirective__Group__2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAnnotationDirective__Group__2__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAnnotationDirective__NameAssignment_2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAnnotationDirective__SourceURIAssignment_0_0_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAssignment__Alternatives() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAssignment__FeatureAssignment_0_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAssignment__FeatureAssignment_1_1_0_0_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAssignment__Group_0__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAssignment__Group_0__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAssignment__Group_0__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAssignment__Group_0__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAssignment__Group_0__2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAssignment__Group_0__2__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAssignment__Group_0__3() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAssignment__Group_0__3__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAssignment__Group_1_1_0_0__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAssignment__Group_1_1_0_0__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAssignment__Group_1_1_0_0__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAssignment__Group_1_1_0_0__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAssignment__Group_1_1_0__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAssignment__Group_1_1_0__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAssignment__Group_1_1__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAssignment__Group_1_1__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAssignment__Group_1_1__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAssignment__Group_1_1__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAssignment__Group_1__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAssignment__Group_1__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAssignment__Group_1__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAssignment__Group_1__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAssignment__RightOperandAssignment_1_1_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAssignment__ValueAssignment_0_3() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAttribute__AnnotationsAssignment_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAttribute__DefaultValueLiteralAssignment_6_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAttribute__DerivedAssignment_2_6() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAttribute__GetBodyAssignment_7_0_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAttribute__Group_6__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAttribute__Group_6__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAttribute__Group_6__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAttribute__Group_6__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAttribute__Group_7_0__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAttribute__Group_7_0__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAttribute__Group_7_0__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAttribute__Group_7_0__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAttribute__Group_7_1__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAttribute__Group_7_1__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAttribute__Group_7_1__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAttribute__Group_7_1__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAttribute__Group_7_2__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAttribute__Group_7_2__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAttribute__Group_7_2__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAttribute__Group_7_2__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAttribute__Group_7_3__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAttribute__Group_7_3__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAttribute__Group_7_3__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAttribute__Group_7_3__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAttribute__Group__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAttribute__Group__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAttribute__Group__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAttribute__Group__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAttribute__Group__2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAttribute__Group__2__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAttribute__Group__3() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAttribute__Group__3__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAttribute__Group__4() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAttribute__Group__4__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAttribute__Group__5() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAttribute__Group__5__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAttribute__Group__6() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAttribute__Group__6__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAttribute__Group__7() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAttribute__Group__7__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAttribute__IDAssignment_2_7() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAttribute__IsSetBodyAssignment_7_2_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAttribute__MultiplicityAssignment_4() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAttribute__NameAssignment_5() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAttribute__ReadonlyAssignment_2_2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAttribute__SetBodyAssignment_7_1_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAttribute__TransientAssignment_2_3() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAttribute__TypeAssignment_3() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAttribute__UniqueAssignment_2_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAttribute__UnorderedAssignment_2_0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAttribute__UnorderedGroup_2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAttribute__UnorderedGroup_2__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAttribute__UnorderedGroup_2__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAttribute__UnorderedGroup_2__2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAttribute__UnorderedGroup_2__3() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAttribute__UnorderedGroup_2__4() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAttribute__UnorderedGroup_2__5() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAttribute__UnorderedGroup_2__6() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAttribute__UnorderedGroup_2__7() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAttribute__UnorderedGroup_2__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAttribute__UnorderedGroup_7() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAttribute__UnorderedGroup_7__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAttribute__UnorderedGroup_7__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAttribute__UnorderedGroup_7__2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAttribute__UnorderedGroup_7__3() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAttribute__UnorderedGroup_7__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAttribute__UnsetBodyAssignment_7_3_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAttribute__UnsettableAssignment_2_5() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XAttribute__VolatileAssignment_2_4() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XBasicForLoopExpression__EachExpressionAssignment_9() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XBasicForLoopExpression__ExpressionAssignment_5() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XBasicForLoopExpression__Group_3_1__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XBasicForLoopExpression__Group_3_1__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XBasicForLoopExpression__Group_3_1__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XBasicForLoopExpression__Group_3_1__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XBasicForLoopExpression__Group_3__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XBasicForLoopExpression__Group_3__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XBasicForLoopExpression__Group_3__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XBasicForLoopExpression__Group_3__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XBasicForLoopExpression__Group_7_1__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XBasicForLoopExpression__Group_7_1__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XBasicForLoopExpression__Group_7_1__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XBasicForLoopExpression__Group_7_1__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XBasicForLoopExpression__Group_7__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XBasicForLoopExpression__Group_7__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XBasicForLoopExpression__Group_7__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XBasicForLoopExpression__Group_7__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XBasicForLoopExpression__Group__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XBasicForLoopExpression__Group__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XBasicForLoopExpression__Group__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XBasicForLoopExpression__Group__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XBasicForLoopExpression__Group__2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XBasicForLoopExpression__Group__2__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XBasicForLoopExpression__Group__3() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XBasicForLoopExpression__Group__3__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XBasicForLoopExpression__Group__4() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XBasicForLoopExpression__Group__4__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XBasicForLoopExpression__Group__5() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XBasicForLoopExpression__Group__5__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XBasicForLoopExpression__Group__6() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XBasicForLoopExpression__Group__6__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XBasicForLoopExpression__Group__7() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XBasicForLoopExpression__Group__7__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XBasicForLoopExpression__Group__8() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XBasicForLoopExpression__Group__8__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XBasicForLoopExpression__Group__9() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XBasicForLoopExpression__Group__9__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XBasicForLoopExpression__InitExpressionsAssignment_3_0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XBasicForLoopExpression__InitExpressionsAssignment_3_1_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XBasicForLoopExpression__UpdateExpressionsAssignment_7_0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XBasicForLoopExpression__UpdateExpressionsAssignment_7_1_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XBlockExpression__ExpressionsAssignment_2_0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XBlockExpression__Group_2__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XBlockExpression__Group_2__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XBlockExpression__Group_2__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XBlockExpression__Group_2__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XBlockExpression__Group__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XBlockExpression__Group__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XBlockExpression__Group__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XBlockExpression__Group__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XBlockExpression__Group__2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XBlockExpression__Group__2__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XBlockExpression__Group__3() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XBlockExpression__Group__3__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XBooleanLiteral__Alternatives_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XBooleanLiteral__Group__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XBooleanLiteral__Group__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XBooleanLiteral__Group__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XBooleanLiteral__Group__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XBooleanLiteral__IsTrueAssignment_1_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XCasePart__Alternatives_3() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XCasePart__CaseAssignment_2_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XCasePart__FallThroughAssignment_3_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XCasePart__Group_2__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XCasePart__Group_2__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XCasePart__Group_2__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XCasePart__Group_2__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XCasePart__Group_3_0__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XCasePart__Group_3_0__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XCasePart__Group_3_0__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XCasePart__Group_3_0__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XCasePart__Group__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XCasePart__Group__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XCasePart__Group__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XCasePart__Group__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XCasePart__Group__2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XCasePart__Group__2__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XCasePart__Group__3() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XCasePart__Group__3__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XCasePart__ThenAssignment_3_0_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XCasePart__TypeGuardAssignment_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XCastedExpression__Group_1_0_0__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XCastedExpression__Group_1_0_0__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XCastedExpression__Group_1_0_0__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XCastedExpression__Group_1_0_0__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XCastedExpression__Group_1_0__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XCastedExpression__Group_1_0__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XCastedExpression__Group_1__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XCastedExpression__Group_1__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XCastedExpression__Group_1__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XCastedExpression__Group_1__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XCastedExpression__Group__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XCastedExpression__Group__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XCastedExpression__Group__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XCastedExpression__Group__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XCastedExpression__TypeAssignment_1_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XCatchClause__DeclaredParamAssignment_2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XCatchClause__ExpressionAssignment_4() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XCatchClause__Group__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XCatchClause__Group__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XCatchClause__Group__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XCatchClause__Group__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XCatchClause__Group__2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XCatchClause__Group__2__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XCatchClause__Group__3() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XCatchClause__Group__3__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XCatchClause__Group__4() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XCatchClause__Group__4__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XClass__AbstractAssignment_2_0_0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XClass__Alternatives_2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XClass__AnnotationsAssignment_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XClass__Group_2_0__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XClass__Group_2_0__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XClass__Group_2_0__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XClass__Group_2_0__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XClass__Group_4_2__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XClass__Group_4_2__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XClass__Group_4_2__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XClass__Group_4_2__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XClass__Group_4__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XClass__Group_4__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XClass__Group_4__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XClass__Group_4__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XClass__Group_4__2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XClass__Group_4__2__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XClass__Group_4__3() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XClass__Group_4__3__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XClass__Group_5_2__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XClass__Group_5_2__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XClass__Group_5_2__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XClass__Group_5_2__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XClass__Group_5__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XClass__Group_5__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XClass__Group_5__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XClass__Group_5__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XClass__Group_5__2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XClass__Group_5__2__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XClass__Group_6__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XClass__Group_6__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XClass__Group_6__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XClass__Group_6__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XClass__Group__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XClass__Group__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XClass__Group__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XClass__Group__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XClass__Group__2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XClass__Group__2__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XClass__Group__3() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XClass__Group__3__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XClass__Group__4() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XClass__Group__4__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XClass__Group__5() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XClass__Group__5__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XClass__Group__6() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XClass__Group__6__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XClass__Group__7() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XClass__Group__7__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XClass__Group__8() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XClass__Group__8__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XClass__Group__9() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XClass__Group__9__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XClass__InstanceTypeAssignment_6_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XClass__InterfaceAssignment_2_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XClass__MembersAssignment_8() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XClass__NameAssignment_3() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XClass__SuperTypesAssignment_5_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XClass__SuperTypesAssignment_5_2_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XClass__TypeParametersAssignment_4_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XClass__TypeParametersAssignment_4_2_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XClassifier__Alternatives() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XClosure__DeclaredFormalParametersAssignment_1_0_0_0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XClosure__DeclaredFormalParametersAssignment_1_0_0_1_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XClosure__ExplicitSyntaxAssignment_1_0_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XClosure__ExpressionAssignment_2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XClosure__Group_0_0__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XClosure__Group_0_0__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XClosure__Group_0_0__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XClosure__Group_0_0__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XClosure__Group_0__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XClosure__Group_0__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XClosure__Group_1_0_0_1__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XClosure__Group_1_0_0_1__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XClosure__Group_1_0_0_1__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XClosure__Group_1_0_0_1__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XClosure__Group_1_0_0__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XClosure__Group_1_0_0__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XClosure__Group_1_0_0__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XClosure__Group_1_0_0__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XClosure__Group_1_0__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XClosure__Group_1_0__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XClosure__Group_1_0__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XClosure__Group_1_0__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XClosure__Group_1__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XClosure__Group_1__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XClosure__Group__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XClosure__Group__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XClosure__Group__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XClosure__Group__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XClosure__Group__2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XClosure__Group__2__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XClosure__Group__3() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XClosure__Group__3__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XCollectionLiteral__Alternatives() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XConstructorCall__Alternatives_4_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XConstructorCall__ArgumentsAssignment_4_1_0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XConstructorCall__ArgumentsAssignment_4_1_1_0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XConstructorCall__ArgumentsAssignment_4_1_1_1_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XConstructorCall__ArgumentsAssignment_5() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XConstructorCall__ConstructorAssignment_2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XConstructorCall__ExplicitConstructorCallAssignment_4_0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XConstructorCall__Group_3_2__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XConstructorCall__Group_3_2__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XConstructorCall__Group_3_2__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XConstructorCall__Group_3_2__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XConstructorCall__Group_3__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XConstructorCall__Group_3__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XConstructorCall__Group_3__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XConstructorCall__Group_3__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XConstructorCall__Group_3__2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XConstructorCall__Group_3__2__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XConstructorCall__Group_3__3() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XConstructorCall__Group_3__3__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XConstructorCall__Group_4_1_1_1__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XConstructorCall__Group_4_1_1_1__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XConstructorCall__Group_4_1_1_1__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XConstructorCall__Group_4_1_1_1__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XConstructorCall__Group_4_1_1__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XConstructorCall__Group_4_1_1__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XConstructorCall__Group_4_1_1__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XConstructorCall__Group_4_1_1__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XConstructorCall__Group_4__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XConstructorCall__Group_4__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XConstructorCall__Group_4__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XConstructorCall__Group_4__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XConstructorCall__Group_4__2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XConstructorCall__Group_4__2__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XConstructorCall__Group__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XConstructorCall__Group__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XConstructorCall__Group__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XConstructorCall__Group__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XConstructorCall__Group__2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XConstructorCall__Group__2__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XConstructorCall__Group__3() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XConstructorCall__Group__3__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XConstructorCall__Group__4() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XConstructorCall__Group__4__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XConstructorCall__Group__5() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XConstructorCall__Group__5__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XConstructorCall__TypeArgumentsAssignment_3_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XConstructorCall__TypeArgumentsAssignment_3_2_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XDataType__AnnotationsAssignment_0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XDataType__ConvertBodyAssignment_6_1_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XDataType__CreateBodyAssignment_6_0_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XDataType__Group_3_2__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XDataType__Group_3_2__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XDataType__Group_3_2__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XDataType__Group_3_2__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XDataType__Group_3__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XDataType__Group_3__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XDataType__Group_3__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XDataType__Group_3__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XDataType__Group_3__2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XDataType__Group_3__2__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XDataType__Group_3__3() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XDataType__Group_3__3__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XDataType__Group_6_0__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XDataType__Group_6_0__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XDataType__Group_6_0__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XDataType__Group_6_0__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XDataType__Group_6_1__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XDataType__Group_6_1__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XDataType__Group_6_1__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XDataType__Group_6_1__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XDataType__Group__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XDataType__Group__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XDataType__Group__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XDataType__Group__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XDataType__Group__2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XDataType__Group__2__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XDataType__Group__3() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XDataType__Group__3__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XDataType__Group__4() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XDataType__Group__4__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XDataType__Group__5() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XDataType__Group__5__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XDataType__Group__6() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XDataType__Group__6__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XDataType__InstanceTypeAssignment_5() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XDataType__NameAssignment_2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XDataType__SerializableAssignment_6_0_0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XDataType__TypeParametersAssignment_3_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XDataType__TypeParametersAssignment_3_2_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XDataType__UnorderedGroup_6() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XDataType__UnorderedGroup_6__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XDataType__UnorderedGroup_6__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XDataType__UnorderedGroup_6__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XDoWhileExpression__BodyAssignment_2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XDoWhileExpression__Group__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XDoWhileExpression__Group__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XDoWhileExpression__Group__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XDoWhileExpression__Group__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XDoWhileExpression__Group__2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XDoWhileExpression__Group__2__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XDoWhileExpression__Group__3() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XDoWhileExpression__Group__3__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XDoWhileExpression__Group__4() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XDoWhileExpression__Group__4__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XDoWhileExpression__Group__5() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XDoWhileExpression__Group__5__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XDoWhileExpression__Group__6() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XDoWhileExpression__Group__6__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XDoWhileExpression__PredicateAssignment_5() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XEnum__AnnotationsAssignment_0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XEnum__Group_4_1__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XEnum__Group_4_1__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XEnum__Group_4_1__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XEnum__Group_4_1__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XEnum__Group_4__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XEnum__Group_4__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XEnum__Group_4__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XEnum__Group_4__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XEnum__Group__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XEnum__Group__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XEnum__Group__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XEnum__Group__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XEnum__Group__2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XEnum__Group__2__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XEnum__Group__3() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XEnum__Group__3__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XEnum__Group__4() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XEnum__Group__4__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XEnum__Group__5() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XEnum__Group__5__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XEnum__LiteralsAssignment_4_0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XEnum__LiteralsAssignment_4_1_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XEnum__NameAssignment_2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XEnumLiteral__AnnotationsAssignment_0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XEnumLiteral__Group_2__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XEnumLiteral__Group_2__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XEnumLiteral__Group_2__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XEnumLiteral__Group_2__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XEnumLiteral__Group_3__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XEnumLiteral__Group_3__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XEnumLiteral__Group_3__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XEnumLiteral__Group_3__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XEnumLiteral__Group__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XEnumLiteral__Group__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XEnumLiteral__Group__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XEnumLiteral__Group__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XEnumLiteral__Group__2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XEnumLiteral__Group__2__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XEnumLiteral__Group__3() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XEnumLiteral__Group__3__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XEnumLiteral__LiteralAssignment_2_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XEnumLiteral__NameAssignment_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XEnumLiteral__ValueAssignment_3_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XEqualityExpression__FeatureAssignment_1_0_0_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XEqualityExpression__Group_1_0_0__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XEqualityExpression__Group_1_0_0__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XEqualityExpression__Group_1_0_0__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XEqualityExpression__Group_1_0_0__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XEqualityExpression__Group_1_0__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XEqualityExpression__Group_1_0__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XEqualityExpression__Group_1__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XEqualityExpression__Group_1__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XEqualityExpression__Group_1__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XEqualityExpression__Group_1__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XEqualityExpression__Group__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XEqualityExpression__Group__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XEqualityExpression__Group__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XEqualityExpression__Group__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XEqualityExpression__RightOperandAssignment_1_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XExpressionInClosure__ExpressionsAssignment_1_0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XExpressionInClosure__Group_1__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XExpressionInClosure__Group_1__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XExpressionInClosure__Group_1__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XExpressionInClosure__Group_1__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XExpressionInClosure__Group__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XExpressionInClosure__Group__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XExpressionInClosure__Group__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XExpressionInClosure__Group__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XExpressionOrVarDeclaration__Alternatives() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XFeatureCall__Alternatives_3_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XFeatureCall__ExplicitOperationCallAssignment_3_0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XFeatureCall__FeatureAssignment_2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XFeatureCall__FeatureCallArgumentsAssignment_3_1_0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XFeatureCall__FeatureCallArgumentsAssignment_3_1_1_0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XFeatureCall__FeatureCallArgumentsAssignment_3_1_1_1_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XFeatureCall__FeatureCallArgumentsAssignment_4() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XFeatureCall__Group_1_2__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XFeatureCall__Group_1_2__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XFeatureCall__Group_1_2__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XFeatureCall__Group_1_2__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XFeatureCall__Group_1__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XFeatureCall__Group_1__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XFeatureCall__Group_1__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XFeatureCall__Group_1__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XFeatureCall__Group_1__2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XFeatureCall__Group_1__2__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XFeatureCall__Group_1__3() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XFeatureCall__Group_1__3__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XFeatureCall__Group_3_1_1_1__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XFeatureCall__Group_3_1_1_1__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XFeatureCall__Group_3_1_1_1__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XFeatureCall__Group_3_1_1_1__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XFeatureCall__Group_3_1_1__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XFeatureCall__Group_3_1_1__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XFeatureCall__Group_3_1_1__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XFeatureCall__Group_3_1_1__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XFeatureCall__Group_3__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XFeatureCall__Group_3__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XFeatureCall__Group_3__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XFeatureCall__Group_3__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XFeatureCall__Group_3__2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XFeatureCall__Group_3__2__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XFeatureCall__Group__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XFeatureCall__Group__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XFeatureCall__Group__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XFeatureCall__Group__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XFeatureCall__Group__2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XFeatureCall__Group__2__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XFeatureCall__Group__3() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XFeatureCall__Group__3__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XFeatureCall__Group__4() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XFeatureCall__Group__4__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XFeatureCall__TypeArgumentsAssignment_1_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XFeatureCall__TypeArgumentsAssignment_1_2_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XForLoopExpression__DeclaredParamAssignment_0_0_3() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XForLoopExpression__EachExpressionAssignment_3() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XForLoopExpression__ForExpressionAssignment_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XForLoopExpression__Group_0_0__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XForLoopExpression__Group_0_0__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XForLoopExpression__Group_0_0__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XForLoopExpression__Group_0_0__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XForLoopExpression__Group_0_0__2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XForLoopExpression__Group_0_0__2__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XForLoopExpression__Group_0_0__3() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XForLoopExpression__Group_0_0__3__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XForLoopExpression__Group_0_0__4() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XForLoopExpression__Group_0_0__4__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XForLoopExpression__Group_0__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XForLoopExpression__Group_0__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XForLoopExpression__Group__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XForLoopExpression__Group__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XForLoopExpression__Group__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XForLoopExpression__Group__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XForLoopExpression__Group__2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XForLoopExpression__Group__2__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XForLoopExpression__Group__3() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XForLoopExpression__Group__3__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XFunctionTypeRef__Group_0_1_1__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XFunctionTypeRef__Group_0_1_1__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XFunctionTypeRef__Group_0_1_1__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XFunctionTypeRef__Group_0_1_1__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XFunctionTypeRef__Group_0_1__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XFunctionTypeRef__Group_0_1__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XFunctionTypeRef__Group_0_1__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XFunctionTypeRef__Group_0_1__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XFunctionTypeRef__Group_0__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XFunctionTypeRef__Group_0__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XFunctionTypeRef__Group_0__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XFunctionTypeRef__Group_0__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XFunctionTypeRef__Group_0__2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XFunctionTypeRef__Group_0__2__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XFunctionTypeRef__Group__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XFunctionTypeRef__Group__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XFunctionTypeRef__Group__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XFunctionTypeRef__Group__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XFunctionTypeRef__Group__2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XFunctionTypeRef__Group__2__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XFunctionTypeRef__ParamTypesAssignment_0_1_0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XFunctionTypeRef__ParamTypesAssignment_0_1_1_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XFunctionTypeRef__ReturnTypeAssignment_2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XGenericType__Group_1_2__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XGenericType__Group_1_2__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XGenericType__Group_1_2__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XGenericType__Group_1_2__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XGenericType__Group_1__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XGenericType__Group_1__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XGenericType__Group_1__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XGenericType__Group_1__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XGenericType__Group_1__2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XGenericType__Group_1__2__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XGenericType__Group_1__3() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XGenericType__Group_1__3__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XGenericType__Group__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XGenericType__Group__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XGenericType__Group__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XGenericType__Group__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XGenericType__TypeArgumentsAssignment_1_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XGenericType__TypeArgumentsAssignment_1_2_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XGenericType__TypeAssignment_0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XGenericTypeArgument__Alternatives() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XGenericWildcardTypeArgument__Alternatives_2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XGenericWildcardTypeArgument__Group_2_0__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XGenericWildcardTypeArgument__Group_2_0__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XGenericWildcardTypeArgument__Group_2_0__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XGenericWildcardTypeArgument__Group_2_0__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XGenericWildcardTypeArgument__Group_2_1__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XGenericWildcardTypeArgument__Group_2_1__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XGenericWildcardTypeArgument__Group_2_1__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XGenericWildcardTypeArgument__Group_2_1__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XGenericWildcardTypeArgument__Group__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XGenericWildcardTypeArgument__Group__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XGenericWildcardTypeArgument__Group__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XGenericWildcardTypeArgument__Group__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XGenericWildcardTypeArgument__Group__2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XGenericWildcardTypeArgument__Group__2__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XGenericWildcardTypeArgument__LowerBoundAssignment_2_1_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XGenericWildcardTypeArgument__UpperBoundAssignment_2_0_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XID__Alternatives() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XIfExpression__ElseAssignment_6_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XIfExpression__Group_6__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XIfExpression__Group_6__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XIfExpression__Group_6__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XIfExpression__Group_6__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XIfExpression__Group__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XIfExpression__Group__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XIfExpression__Group__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XIfExpression__Group__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XIfExpression__Group__2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XIfExpression__Group__2__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XIfExpression__Group__3() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XIfExpression__Group__3__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XIfExpression__Group__4() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XIfExpression__Group__4__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XIfExpression__Group__5() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XIfExpression__Group__5__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XIfExpression__Group__6() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XIfExpression__Group__6__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XIfExpression__IfAssignment_3() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XIfExpression__ThenAssignment_5() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XImportDeclaration__Alternatives_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XImportDeclaration__Alternatives_1_0_3() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XImportDeclaration__ExtensionAssignment_1_0_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XImportDeclaration__Group_1_0__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XImportDeclaration__Group_1_0__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XImportDeclaration__Group_1_0__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XImportDeclaration__Group_1_0__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XImportDeclaration__Group_1_0__2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XImportDeclaration__Group_1_0__2__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XImportDeclaration__Group_1_0__3() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XImportDeclaration__Group_1_0__3__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XImportDeclaration__Group__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XImportDeclaration__Group__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XImportDeclaration__Group__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XImportDeclaration__Group__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XImportDeclaration__Group__2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XImportDeclaration__Group__2__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XImportDeclaration__ImportedNamespaceAssignment_1_2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XImportDeclaration__ImportedTypeAssignment_1_0_2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XImportDeclaration__ImportedTypeAssignment_1_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XImportDeclaration__MemberNameAssignment_1_0_3_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XImportDeclaration__StaticAssignment_1_0_0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XImportDeclaration__WildcardAssignment_1_0_3_0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XImportDirective__Alternatives_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XImportDirective__Group__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XImportDirective__Group__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XImportDirective__Group__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XImportDirective__Group__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XImportDirective__ImportedNamespaceAssignment_1_0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XImportDirective__ImportedObjectAssignment_1_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XListLiteral__ElementsAssignment_3_0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XListLiteral__ElementsAssignment_3_1_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XListLiteral__Group_3_1__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XListLiteral__Group_3_1__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XListLiteral__Group_3_1__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XListLiteral__Group_3_1__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XListLiteral__Group_3__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XListLiteral__Group_3__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XListLiteral__Group_3__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XListLiteral__Group_3__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XListLiteral__Group__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XListLiteral__Group__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XListLiteral__Group__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XListLiteral__Group__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XListLiteral__Group__2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XListLiteral__Group__2__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XListLiteral__Group__3() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XListLiteral__Group__3__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XListLiteral__Group__4() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XListLiteral__Group__4__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XLiteral__Alternatives() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMember__Alternatives() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMemberFeatureCall__Alternatives_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMemberFeatureCall__Alternatives_1_0_0_0_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMemberFeatureCall__Alternatives_1_1_0_0_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMemberFeatureCall__Alternatives_1_1_3_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMemberFeatureCall__ExplicitOperationCallAssignment_1_1_3_0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMemberFeatureCall__ExplicitStaticAssignment_1_0_0_0_1_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMemberFeatureCall__ExplicitStaticAssignment_1_1_0_0_1_2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMemberFeatureCall__FeatureAssignment_1_0_0_0_2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMemberFeatureCall__FeatureAssignment_1_1_2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMemberFeatureCall__Group_1_0_0_0__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMemberFeatureCall__Group_1_0_0_0__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMemberFeatureCall__Group_1_0_0_0__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMemberFeatureCall__Group_1_0_0_0__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMemberFeatureCall__Group_1_0_0_0__2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMemberFeatureCall__Group_1_0_0_0__2__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMemberFeatureCall__Group_1_0_0_0__3() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMemberFeatureCall__Group_1_0_0_0__3__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMemberFeatureCall__Group_1_0_0__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMemberFeatureCall__Group_1_0_0__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMemberFeatureCall__Group_1_0__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMemberFeatureCall__Group_1_0__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMemberFeatureCall__Group_1_0__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMemberFeatureCall__Group_1_0__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMemberFeatureCall__Group_1_1_0_0__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMemberFeatureCall__Group_1_1_0_0__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMemberFeatureCall__Group_1_1_0_0__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMemberFeatureCall__Group_1_1_0_0__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMemberFeatureCall__Group_1_1_0__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMemberFeatureCall__Group_1_1_0__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMemberFeatureCall__Group_1_1_1_2__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMemberFeatureCall__Group_1_1_1_2__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMemberFeatureCall__Group_1_1_1_2__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMemberFeatureCall__Group_1_1_1_2__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMemberFeatureCall__Group_1_1_1__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMemberFeatureCall__Group_1_1_1__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMemberFeatureCall__Group_1_1_1__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMemberFeatureCall__Group_1_1_1__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMemberFeatureCall__Group_1_1_1__2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMemberFeatureCall__Group_1_1_1__2__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMemberFeatureCall__Group_1_1_1__3() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMemberFeatureCall__Group_1_1_1__3__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMemberFeatureCall__Group_1_1_3_1_1_1__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMemberFeatureCall__Group_1_1_3_1_1_1__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMemberFeatureCall__Group_1_1_3_1_1_1__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMemberFeatureCall__Group_1_1_3_1_1_1__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMemberFeatureCall__Group_1_1_3_1_1__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMemberFeatureCall__Group_1_1_3_1_1__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMemberFeatureCall__Group_1_1_3_1_1__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMemberFeatureCall__Group_1_1_3_1_1__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMemberFeatureCall__Group_1_1_3__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMemberFeatureCall__Group_1_1_3__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMemberFeatureCall__Group_1_1_3__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMemberFeatureCall__Group_1_1_3__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMemberFeatureCall__Group_1_1_3__2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMemberFeatureCall__Group_1_1_3__2__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMemberFeatureCall__Group_1_1__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMemberFeatureCall__Group_1_1__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMemberFeatureCall__Group_1_1__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMemberFeatureCall__Group_1_1__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMemberFeatureCall__Group_1_1__2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMemberFeatureCall__Group_1_1__2__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMemberFeatureCall__Group_1_1__3() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMemberFeatureCall__Group_1_1__3__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMemberFeatureCall__Group_1_1__4() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMemberFeatureCall__Group_1_1__4__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMemberFeatureCall__Group__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMemberFeatureCall__Group__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMemberFeatureCall__Group__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMemberFeatureCall__Group__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_3_1_0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_3_1_1_0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_3_1_1_1_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMemberFeatureCall__MemberCallArgumentsAssignment_1_1_4() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMemberFeatureCall__NullSafeAssignment_1_1_0_0_1_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMemberFeatureCall__TypeArgumentsAssignment_1_1_1_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMemberFeatureCall__TypeArgumentsAssignment_1_1_1_2_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMemberFeatureCall__ValueAssignment_1_0_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMultiplicativeExpression__FeatureAssignment_1_0_0_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMultiplicativeExpression__Group_1_0_0__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMultiplicativeExpression__Group_1_0_0__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMultiplicativeExpression__Group_1_0_0__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMultiplicativeExpression__Group_1_0_0__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMultiplicativeExpression__Group_1_0__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMultiplicativeExpression__Group_1_0__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMultiplicativeExpression__Group_1__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMultiplicativeExpression__Group_1__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMultiplicativeExpression__Group_1__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMultiplicativeExpression__Group_1__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMultiplicativeExpression__Group__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMultiplicativeExpression__Group__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMultiplicativeExpression__Group__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMultiplicativeExpression__Group__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMultiplicativeExpression__RightOperandAssignment_1_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMultiplicity__Alternatives_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMultiplicity__Alternatives_1_3_1_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMultiplicity__Group_1_3_1__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMultiplicity__Group_1_3_1__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMultiplicity__Group_1_3_1__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMultiplicity__Group_1_3_1__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMultiplicity__Group_1_3__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMultiplicity__Group_1_3__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMultiplicity__Group_1_3__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMultiplicity__Group_1_3__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMultiplicity__Group__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMultiplicity__Group__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMultiplicity__Group__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMultiplicity__Group__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMultiplicity__Group__2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XMultiplicity__Group__2__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XNullLiteral__Group__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XNullLiteral__Group__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XNullLiteral__Group__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XNullLiteral__Group__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XNumberLiteral__Group__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XNumberLiteral__Group__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XNumberLiteral__Group__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XNumberLiteral__Group__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XNumberLiteral__ValueAssignment_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOperation__Alternatives_3() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOperation__Alternatives_5() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOperation__AnnotationsAssignment_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOperation__BodyAssignment_12() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOperation__ExceptionsAssignment_11_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOperation__ExceptionsAssignment_11_2_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOperation__Group_11_2__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOperation__Group_11_2__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOperation__Group_11_2__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOperation__Group_11_2__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOperation__Group_11__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOperation__Group_11__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOperation__Group_11__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOperation__Group_11__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOperation__Group_11__2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOperation__Group_11__2__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOperation__Group_3_0__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOperation__Group_3_0__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOperation__Group_3_0__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOperation__Group_3_0__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOperation__Group_3_1__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOperation__Group_3_1__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOperation__Group_3_1__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOperation__Group_3_1__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOperation__Group_4_2__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOperation__Group_4_2__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOperation__Group_4_2__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOperation__Group_4_2__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOperation__Group_4__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOperation__Group_4__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOperation__Group_4__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOperation__Group_4__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOperation__Group_4__2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOperation__Group_4__2__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOperation__Group_4__3() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOperation__Group_4__3__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOperation__Group_9_1__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOperation__Group_9_1__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOperation__Group_9_1__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOperation__Group_9_1__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOperation__Group_9__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOperation__Group_9__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOperation__Group_9__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOperation__Group_9__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOperation__Group__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOperation__Group__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOperation__Group__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOperation__Group__10() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOperation__Group__10__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOperation__Group__11() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOperation__Group__11__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOperation__Group__12() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOperation__Group__12__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOperation__Group__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOperation__Group__2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOperation__Group__2__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOperation__Group__3() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOperation__Group__3__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOperation__Group__4() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOperation__Group__4__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOperation__Group__5() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOperation__Group__5__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOperation__Group__6() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOperation__Group__6__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOperation__Group__7() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOperation__Group__7__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOperation__Group__8() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOperation__Group__8__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOperation__Group__9() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOperation__Group__9__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOperation__MultiplicityAssignment_6() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOperation__NameAssignment_7() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOperation__ParametersAssignment_9_0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOperation__ParametersAssignment_9_1_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOperation__TypeAssignment_5_0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOperation__TypeParametersAssignment_4_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOperation__TypeParametersAssignment_4_2_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOperation__UniqueAssignment_3_0_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOperation__UniqueAssignment_3_1_0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOperation__UnorderedAssignment_3_0_0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOperation__UnorderedAssignment_3_1_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOrExpression__FeatureAssignment_1_0_0_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOrExpression__Group_1_0_0__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOrExpression__Group_1_0_0__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOrExpression__Group_1_0_0__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOrExpression__Group_1_0_0__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOrExpression__Group_1_0__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOrExpression__Group_1_0__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOrExpression__Group_1__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOrExpression__Group_1__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOrExpression__Group_1__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOrExpression__Group_1__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOrExpression__Group__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOrExpression__Group__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOrExpression__Group__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOrExpression__Group__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOrExpression__RightOperandAssignment_1_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOtherOperatorExpression__FeatureAssignment_1_0_0_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOtherOperatorExpression__Group_1_0_0__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOtherOperatorExpression__Group_1_0_0__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOtherOperatorExpression__Group_1_0_0__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOtherOperatorExpression__Group_1_0_0__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOtherOperatorExpression__Group_1_0__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOtherOperatorExpression__Group_1_0__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOtherOperatorExpression__Group_1__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOtherOperatorExpression__Group_1__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOtherOperatorExpression__Group_1__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOtherOperatorExpression__Group_1__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOtherOperatorExpression__Group__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOtherOperatorExpression__Group__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOtherOperatorExpression__Group__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOtherOperatorExpression__Group__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XOtherOperatorExpression__RightOperandAssignment_1_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XPackage__AnnotationDirectivesAssignment_5() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XPackage__AnnotationsAssignment_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XPackage__ClassifiersAssignment_6() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XPackage__Group__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XPackage__Group__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XPackage__Group__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XPackage__Group__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XPackage__Group__2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XPackage__Group__2__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XPackage__Group__3() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XPackage__Group__3__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XPackage__Group__4() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XPackage__Group__4__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XPackage__Group__5() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XPackage__Group__5__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XPackage__Group__6() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XPackage__Group__6__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XPackage__ImportDirectivesAssignment_4() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XPackage__NameAssignment_3() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XParameter__Alternatives_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XParameter__AnnotationsAssignment_0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XParameter__Group_1_0__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XParameter__Group_1_0__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XParameter__Group_1_0__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XParameter__Group_1_0__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XParameter__Group_1_1__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XParameter__Group_1_1__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XParameter__Group_1_1__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XParameter__Group_1_1__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XParameter__Group__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XParameter__Group__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XParameter__Group__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XParameter__Group__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XParameter__Group__2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XParameter__Group__2__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XParameter__Group__3() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XParameter__Group__3__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XParameter__Group__4() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XParameter__Group__4__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XParameter__MultiplicityAssignment_3() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XParameter__NameAssignment_4() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XParameter__TypeAssignment_2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XParameter__UniqueAssignment_1_0_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XParameter__UniqueAssignment_1_1_0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XParameter__UnorderedAssignment_1_0_0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XParameter__UnorderedAssignment_1_1_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XParenthesizedExpression__Group__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XParenthesizedExpression__Group__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XParenthesizedExpression__Group__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XParenthesizedExpression__Group__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XParenthesizedExpression__Group__2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XParenthesizedExpression__Group__2__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XPostfixOperation__FeatureAssignment_1_0_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XPostfixOperation__Group_1_0__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XPostfixOperation__Group_1_0__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XPostfixOperation__Group_1_0__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XPostfixOperation__Group_1_0__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XPostfixOperation__Group_1__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XPostfixOperation__Group_1__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XPostfixOperation__Group__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XPostfixOperation__Group__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XPostfixOperation__Group__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XPostfixOperation__Group__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XPrimaryExpression__Alternatives() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XQualifiedName__Group_1__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XQualifiedName__Group_1__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XQualifiedName__Group_1__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XQualifiedName__Group_1__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XQualifiedName__Group__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XQualifiedName__Group__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XQualifiedName__Group__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XQualifiedName__Group__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__Alternatives_2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__AnnotationsAssignment_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__ContainerAssignment_2_2_0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__ContainerAssignment_2_3_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__ContainmentAssignment_2_0_0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__ContainmentAssignment_2_1_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__DerivedAssignment_3_6() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__GetBodyAssignment_9_0_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__Group_2_0__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__Group_2_0__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__Group_2_0__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__Group_2_0__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__Group_2_1__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__Group_2_1__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__Group_2_1__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__Group_2_1__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__Group_2_2__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__Group_2_2__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__Group_2_2__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__Group_2_2__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__Group_2_3__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__Group_2_3__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__Group_2_3__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__Group_2_3__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__Group_2_4__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__Group_2_4__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__Group_2_4__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__Group_2_4__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__Group_2_5__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__Group_2_5__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__Group_2_5__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__Group_2_5__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__Group_7__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__Group_7__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__Group_7__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__Group_7__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__Group_8_2__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__Group_8_2__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__Group_8_2__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__Group_8_2__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__Group_8__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__Group_8__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__Group_8__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__Group_8__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__Group_8__2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__Group_8__2__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__Group_9_0__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__Group_9_0__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__Group_9_0__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__Group_9_0__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__Group_9_1__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__Group_9_1__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__Group_9_1__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__Group_9_1__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__Group_9_2__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__Group_9_2__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__Group_9_2__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__Group_9_2__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__Group_9_3__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__Group_9_3__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__Group_9_3__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__Group_9_3__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__Group__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__Group__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__Group__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__Group__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__Group__2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__Group__2__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__Group__3() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__Group__3__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__Group__4() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__Group__4__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__Group__5() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__Group__5__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__Group__6() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__Group__6__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__Group__7() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__Group__7__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__Group__8() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__Group__8__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__Group__9() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__Group__9__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__IsSetBodyAssignment_9_2_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__KeysAssignment_8_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__KeysAssignment_8_2_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__LocalAssignment_2_4_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__LocalAssignment_2_5_0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__MultiplicityAssignment_5() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__NameAssignment_6() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__OppositeAssignment_7_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__ReadonlyAssignment_3_2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__ResolveProxiesAssignment_2_0_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__ResolveProxiesAssignment_2_1_0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__ResolveProxiesAssignment_2_2_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__ResolveProxiesAssignment_2_3_0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__SetBodyAssignment_9_1_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__TransientAssignment_3_3() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__TypeAssignment_4() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__UniqueAssignment_3_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__UnorderedAssignment_3_0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__UnorderedGroup_3() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__UnorderedGroup_3__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__UnorderedGroup_3__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__UnorderedGroup_3__2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__UnorderedGroup_3__3() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__UnorderedGroup_3__4() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__UnorderedGroup_3__5() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__UnorderedGroup_3__6() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__UnorderedGroup_3__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__UnorderedGroup_9() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__UnorderedGroup_9__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__UnorderedGroup_9__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__UnorderedGroup_9__2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__UnorderedGroup_9__3() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__UnorderedGroup_9__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__UnsetBodyAssignment_9_3_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__UnsettableAssignment_3_5() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReference__VolatileAssignment_3_4() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XRelationalExpression__Alternatives_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XRelationalExpression__FeatureAssignment_1_1_0_0_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XRelationalExpression__Group_1_0_0_0__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XRelationalExpression__Group_1_0_0_0__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XRelationalExpression__Group_1_0_0_0__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XRelationalExpression__Group_1_0_0_0__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XRelationalExpression__Group_1_0_0__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XRelationalExpression__Group_1_0_0__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XRelationalExpression__Group_1_0__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XRelationalExpression__Group_1_0__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XRelationalExpression__Group_1_0__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XRelationalExpression__Group_1_0__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XRelationalExpression__Group_1_1_0_0__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XRelationalExpression__Group_1_1_0_0__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XRelationalExpression__Group_1_1_0_0__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XRelationalExpression__Group_1_1_0_0__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XRelationalExpression__Group_1_1_0__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XRelationalExpression__Group_1_1_0__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XRelationalExpression__Group_1_1__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XRelationalExpression__Group_1_1__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XRelationalExpression__Group_1_1__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XRelationalExpression__Group_1_1__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XRelationalExpression__Group__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XRelationalExpression__Group__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XRelationalExpression__Group__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XRelationalExpression__Group__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XRelationalExpression__RightOperandAssignment_1_1_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XRelationalExpression__TypeAssignment_1_0_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReturnExpression__ExpressionAssignment_2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReturnExpression__Group__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReturnExpression__Group__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReturnExpression__Group__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReturnExpression__Group__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReturnExpression__Group__2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XReturnExpression__Group__2__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XSetLiteral__ElementsAssignment_3_0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XSetLiteral__ElementsAssignment_3_1_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XSetLiteral__Group_3_1__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XSetLiteral__Group_3_1__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XSetLiteral__Group_3_1__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XSetLiteral__Group_3_1__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XSetLiteral__Group_3__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XSetLiteral__Group_3__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XSetLiteral__Group_3__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XSetLiteral__Group_3__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XSetLiteral__Group__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XSetLiteral__Group__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XSetLiteral__Group__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XSetLiteral__Group__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XSetLiteral__Group__2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XSetLiteral__Group__2__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XSetLiteral__Group__3() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XSetLiteral__Group__3__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XSetLiteral__Group__4() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XSetLiteral__Group__4__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XShortClosure__DeclaredFormalParametersAssignment_0_0_1_0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XShortClosure__DeclaredFormalParametersAssignment_0_0_1_1_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XShortClosure__ExplicitSyntaxAssignment_0_0_2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XShortClosure__ExpressionAssignment_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XShortClosure__Group_0_0_1_1__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XShortClosure__Group_0_0_1_1__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XShortClosure__Group_0_0_1_1__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XShortClosure__Group_0_0_1_1__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XShortClosure__Group_0_0_1__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XShortClosure__Group_0_0_1__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XShortClosure__Group_0_0_1__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XShortClosure__Group_0_0_1__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XShortClosure__Group_0_0__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XShortClosure__Group_0_0__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XShortClosure__Group_0_0__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XShortClosure__Group_0_0__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XShortClosure__Group_0_0__2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XShortClosure__Group_0_0__2__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XShortClosure__Group_0__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XShortClosure__Group_0__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XShortClosure__Group__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XShortClosure__Group__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XShortClosure__Group__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XShortClosure__Group__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XStringLiteral__Group__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XStringLiteral__Group__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XStringLiteral__Group__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XStringLiteral__Group__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XStringLiteral__ValueAssignment_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XStringToStringMapEntry__Group__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XStringToStringMapEntry__Group__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XStringToStringMapEntry__Group__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XStringToStringMapEntry__Group__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XStringToStringMapEntry__Group__2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XStringToStringMapEntry__Group__2__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XStringToStringMapEntry__KeyAssignment_0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XStringToStringMapEntry__ValueAssignment_2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XSwitchExpression__Alternatives_2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XSwitchExpression__CasesAssignment_4() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XSwitchExpression__DeclaredParamAssignment_2_0_0_0_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XSwitchExpression__DeclaredParamAssignment_2_1_0_0_0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XSwitchExpression__DefaultAssignment_5_2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XSwitchExpression__Group_2_0_0_0__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XSwitchExpression__Group_2_0_0_0__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XSwitchExpression__Group_2_0_0_0__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XSwitchExpression__Group_2_0_0_0__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XSwitchExpression__Group_2_0_0_0__2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XSwitchExpression__Group_2_0_0_0__2__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XSwitchExpression__Group_2_0_0__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XSwitchExpression__Group_2_0_0__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XSwitchExpression__Group_2_0__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XSwitchExpression__Group_2_0__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XSwitchExpression__Group_2_0__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XSwitchExpression__Group_2_0__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XSwitchExpression__Group_2_0__2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XSwitchExpression__Group_2_0__2__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XSwitchExpression__Group_2_1_0_0__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XSwitchExpression__Group_2_1_0_0__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XSwitchExpression__Group_2_1_0_0__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XSwitchExpression__Group_2_1_0_0__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XSwitchExpression__Group_2_1_0__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XSwitchExpression__Group_2_1_0__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XSwitchExpression__Group_2_1__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XSwitchExpression__Group_2_1__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XSwitchExpression__Group_2_1__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XSwitchExpression__Group_2_1__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XSwitchExpression__Group_5__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XSwitchExpression__Group_5__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XSwitchExpression__Group_5__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XSwitchExpression__Group_5__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XSwitchExpression__Group_5__2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XSwitchExpression__Group_5__2__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XSwitchExpression__Group__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XSwitchExpression__Group__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XSwitchExpression__Group__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XSwitchExpression__Group__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XSwitchExpression__Group__2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XSwitchExpression__Group__2__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XSwitchExpression__Group__3() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XSwitchExpression__Group__3__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XSwitchExpression__Group__4() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XSwitchExpression__Group__4__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XSwitchExpression__Group__5() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XSwitchExpression__Group__5__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XSwitchExpression__Group__6() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XSwitchExpression__Group__6__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XSwitchExpression__SwitchAssignment_2_0_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XSwitchExpression__SwitchAssignment_2_1_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XSynchronizedExpression__ExpressionAssignment_3() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XSynchronizedExpression__Group_0_0__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XSynchronizedExpression__Group_0_0__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XSynchronizedExpression__Group_0_0__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XSynchronizedExpression__Group_0_0__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XSynchronizedExpression__Group_0_0__2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XSynchronizedExpression__Group_0_0__2__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XSynchronizedExpression__Group_0__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XSynchronizedExpression__Group_0__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XSynchronizedExpression__Group__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XSynchronizedExpression__Group__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XSynchronizedExpression__Group__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XSynchronizedExpression__Group__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XSynchronizedExpression__Group__2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XSynchronizedExpression__Group__2__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XSynchronizedExpression__Group__3() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XSynchronizedExpression__Group__3__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XSynchronizedExpression__ParamAssignment_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XThrowExpression__ExpressionAssignment_2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XThrowExpression__Group__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XThrowExpression__Group__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XThrowExpression__Group__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XThrowExpression__Group__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XThrowExpression__Group__2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XThrowExpression__Group__2__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XTryCatchFinallyExpression__Alternatives_3() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XTryCatchFinallyExpression__CatchClausesAssignment_3_0_0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XTryCatchFinallyExpression__ExpressionAssignment_2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XTryCatchFinallyExpression__FinallyExpressionAssignment_3_0_1_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XTryCatchFinallyExpression__FinallyExpressionAssignment_3_1_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XTryCatchFinallyExpression__Group_3_0_1__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XTryCatchFinallyExpression__Group_3_0_1__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XTryCatchFinallyExpression__Group_3_0_1__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XTryCatchFinallyExpression__Group_3_0_1__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XTryCatchFinallyExpression__Group_3_0__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XTryCatchFinallyExpression__Group_3_0__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XTryCatchFinallyExpression__Group_3_0__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XTryCatchFinallyExpression__Group_3_0__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XTryCatchFinallyExpression__Group_3_1__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XTryCatchFinallyExpression__Group_3_1__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XTryCatchFinallyExpression__Group_3_1__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XTryCatchFinallyExpression__Group_3_1__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XTryCatchFinallyExpression__Group__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XTryCatchFinallyExpression__Group__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XTryCatchFinallyExpression__Group__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XTryCatchFinallyExpression__Group__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XTryCatchFinallyExpression__Group__2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XTryCatchFinallyExpression__Group__2__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XTryCatchFinallyExpression__Group__3() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XTryCatchFinallyExpression__Group__3__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XTypeLiteral__ArrayDimensionsAssignment_4() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XTypeLiteral__Group__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XTypeLiteral__Group__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XTypeLiteral__Group__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XTypeLiteral__Group__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XTypeLiteral__Group__2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XTypeLiteral__Group__2__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XTypeLiteral__Group__3() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XTypeLiteral__Group__3__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XTypeLiteral__Group__4() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XTypeLiteral__Group__4__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XTypeLiteral__Group__5() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XTypeLiteral__Group__5__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XTypeLiteral__TypeAssignment_3() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XTypeParameter__AnnotationsAssignment_0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XTypeParameter__BoundsAssignment_2_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XTypeParameter__BoundsAssignment_2_2_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XTypeParameter__Group_2_2__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XTypeParameter__Group_2_2__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XTypeParameter__Group_2_2__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XTypeParameter__Group_2_2__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XTypeParameter__Group_2__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XTypeParameter__Group_2__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XTypeParameter__Group_2__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XTypeParameter__Group_2__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XTypeParameter__Group_2__2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XTypeParameter__Group_2__2__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XTypeParameter__Group__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XTypeParameter__Group__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XTypeParameter__Group__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XTypeParameter__Group__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XTypeParameter__Group__2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XTypeParameter__Group__2__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XTypeParameter__NameAssignment_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XUnaryOperation__Alternatives() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XUnaryOperation__FeatureAssignment_0_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XUnaryOperation__Group_0__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XUnaryOperation__Group_0__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XUnaryOperation__Group_0__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XUnaryOperation__Group_0__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XUnaryOperation__Group_0__2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XUnaryOperation__Group_0__2__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XUnaryOperation__OperandAssignment_0_2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XVariableDeclaration__Alternatives_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XVariableDeclaration__Alternatives_2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XVariableDeclaration__Group_2_0_0__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XVariableDeclaration__Group_2_0_0__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XVariableDeclaration__Group_2_0_0__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XVariableDeclaration__Group_2_0_0__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XVariableDeclaration__Group_2_0__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XVariableDeclaration__Group_2_0__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XVariableDeclaration__Group_3__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XVariableDeclaration__Group_3__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XVariableDeclaration__Group_3__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XVariableDeclaration__Group_3__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XVariableDeclaration__Group__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XVariableDeclaration__Group__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XVariableDeclaration__Group__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XVariableDeclaration__Group__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XVariableDeclaration__Group__2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XVariableDeclaration__Group__2__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XVariableDeclaration__Group__3() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XVariableDeclaration__Group__3__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XVariableDeclaration__NameAssignment_2_0_0_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XVariableDeclaration__NameAssignment_2_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XVariableDeclaration__RightAssignment_3_1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XVariableDeclaration__TypeAssignment_2_0_0_0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XVariableDeclaration__WriteableAssignment_1_0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XWhileExpression__BodyAssignment_5() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XWhileExpression__Group__0() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XWhileExpression__Group__0__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XWhileExpression__Group__1() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XWhileExpression__Group__1__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XWhileExpression__Group__2() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XWhileExpression__Group__2__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XWhileExpression__Group__3() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XWhileExpression__Group__3__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XWhileExpression__Group__4() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XWhileExpression__Group__4__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XWhileExpression__Group__5() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XWhileExpression__Group__5__Impl() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
rule__XWhileExpression__PredicateAssignment_3() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
RULE_ANY_OTHER - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
RULE_ANY_OTHER - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
RULE_ANY_OTHER - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
RULE_ANY_OTHER - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
RULE_DECIMAL - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
RULE_DECIMAL - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
RULE_DECIMAL - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
RULE_DECIMAL - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
RULE_HEX - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
RULE_HEX - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
RULE_HEX - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
RULE_HEX - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
RULE_ID - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
RULE_ID - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
RULE_ID - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
RULE_ID - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
RULE_INT - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
RULE_INT - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
RULE_INT - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
RULE_INT - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
RULE_ML_COMMENT - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
RULE_ML_COMMENT - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
RULE_ML_COMMENT - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
RULE_ML_COMMENT - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
RULE_SL_COMMENT - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
RULE_SL_COMMENT - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
RULE_SL_COMMENT - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
RULE_SL_COMMENT - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
RULE_STRING - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
RULE_STRING - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
RULE_STRING - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
RULE_STRING - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
RULE_WS - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
RULE_WS - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
RULE_WS - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
RULE_WS - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleArrayBrackets() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleArrayBrackets() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleFeatureCallID() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleFeatureCallID() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleFullJvmFormalParameter() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleFullJvmFormalParameter() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleIdOrSuper() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleIdOrSuper() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleJvmArgumentTypeReference() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleJvmArgumentTypeReference() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleJvmFormalParameter() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleJvmFormalParameter() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleJvmLowerBound() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleJvmLowerBound() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleJvmLowerBoundAnded() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleJvmLowerBoundAnded() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleJvmParameterizedTypeReference() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleJvmParameterizedTypeReference() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleJvmTypeReference() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleJvmTypeReference() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleJvmUpperBound() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleJvmUpperBound() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleJvmUpperBoundAnded() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleJvmUpperBoundAnded() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleJvmWildcardTypeReference() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleJvmWildcardTypeReference() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleNumber() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleNumber() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleOpAdd() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleOpAdd() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleOpAnd() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleOpAnd() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleOpCompare() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleOpCompare() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleOpEquality() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleOpEquality() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleOpMulti() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleOpMulti() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleOpMultiAssign() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleOpMultiAssign() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleOpOr() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleOpOr() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleOpOther() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleOpOther() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleOpPostfix() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleOpPostfix() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleOpSingleAssign() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleOpSingleAssign() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleOpUnary() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleOpUnary() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleQualifiedName() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleQualifiedName() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleQualifiedNameInStaticImport() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleQualifiedNameInStaticImport() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleQualifiedNameWithWildcard() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleQualifiedNameWithWildcard() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleSignedInt() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleSignedInt() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleValidID() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleValidID() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleXAdditiveExpression() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleXAdditiveExpression() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleXAndExpression() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleXAndExpression() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleXAnnotation() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleXAnnotation() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleXAnnotationDirective() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleXAnnotationDirective() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleXAssignment() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleXAssignment() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleXAttribute() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleXAttribute() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleXBasicForLoopExpression() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleXBasicForLoopExpression() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleXBlockExpression() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleXBlockExpression() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleXBooleanLiteral() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleXBooleanLiteral() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleXCasePart() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleXCasePart() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleXCastedExpression() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleXCastedExpression() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleXCatchClause() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleXCatchClause() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleXClass() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleXClass() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleXClassifier() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleXClassifier() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleXClosure() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleXClosure() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleXCollectionLiteral() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleXCollectionLiteral() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleXConstructorCall() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleXConstructorCall() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleXDataType() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleXDataType() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleXDoWhileExpression() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleXDoWhileExpression() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleXEnum() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleXEnum() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleXEnumLiteral() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleXEnumLiteral() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleXEqualityExpression() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleXEqualityExpression() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleXExpression() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleXExpression() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleXExpressionInClosure() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleXExpressionInClosure() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleXExpressionOrVarDeclaration() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleXExpressionOrVarDeclaration() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleXFeatureCall() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleXFeatureCall() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleXForLoopExpression() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleXForLoopExpression() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleXFunctionTypeRef() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleXFunctionTypeRef() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleXGenericType() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleXGenericType() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleXGenericTypeArgument() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleXGenericTypeArgument() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleXGenericWildcardTypeArgument() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleXGenericWildcardTypeArgument() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleXID() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleXID() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleXIfExpression() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleXIfExpression() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleXImportDeclaration() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleXImportDeclaration() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleXImportDirective() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleXImportDirective() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleXListLiteral() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleXListLiteral() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleXLiteral() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleXLiteral() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleXMember() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleXMember() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleXMemberFeatureCall() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleXMemberFeatureCall() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleXMultiplicativeExpression() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleXMultiplicativeExpression() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleXMultiplicity() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleXMultiplicity() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleXNullLiteral() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleXNullLiteral() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleXNumberLiteral() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleXNumberLiteral() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleXOperation() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleXOperation() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleXOrExpression() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleXOrExpression() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleXOtherOperatorExpression() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleXOtherOperatorExpression() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleXPackage() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleXPackage() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleXParameter() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleXParameter() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleXParenthesizedExpression() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleXParenthesizedExpression() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleXPostfixOperation() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleXPostfixOperation() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleXPrimaryExpression() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleXPrimaryExpression() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleXQualifiedName() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleXQualifiedName() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleXReference() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleXReference() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleXRelationalExpression() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleXRelationalExpression() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleXReturnExpression() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleXReturnExpression() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleXSetLiteral() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleXSetLiteral() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleXShortClosure() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleXShortClosure() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleXStringLiteral() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleXStringLiteral() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleXStringToStringMapEntry() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleXStringToStringMapEntry() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleXSwitchExpression() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleXSwitchExpression() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleXSynchronizedExpression() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleXSynchronizedExpression() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleXThrowExpression() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleXThrowExpression() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleXTryCatchFinallyExpression() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleXTryCatchFinallyExpression() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleXTypeLiteral() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleXTypeLiteral() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleXTypeParameter() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleXTypeParameter() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleXUnaryOperation() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleXUnaryOperation() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleXVariableDeclaration() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleXVariableDeclaration() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
ruleXWhileExpression() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
ruleXWhileExpression() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
run(IAction) - Method in class org.eclipse.emf.codegen.action.AddJETNatureAction
 
run(IAction) - Method in class org.eclipse.emf.codegen.action.CompileTemplateAction
 
run(Object) - Method in class org.eclipse.emf.codegen.CodeGen.PlatformRunnable
This is called with the command line arguments of a headless workbench invocation.
run(Object) - Method in class org.eclipse.emf.codegen.CodeGen
This is called with the command line arguments of a headless workbench invocation.
run(Object) - Method in class org.eclipse.emf.codegen.ecore.Generator.PlatformRunnable
This is called with the command line arguments of a headless workbench invocation.
run(Generator, Object) - Static method in class org.eclipse.emf.codegen.ecore.Generator.PlatformRunnable
This is called with the command line arguments of a headless workbench invocation.
run(Object) - Method in class org.eclipse.emf.codegen.ecore.Generator
This is called with the command line arguments of a headless workbench invocation.
run() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelActionBarContributor.GenerateAction
 
run() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelActionBarContributor.OpenEObjectEditorAction
 
run(IProgressMonitor) - Method in class org.eclipse.emf.codegen.jet.JETAddNatureOperation
Perform this operation.
run(IProgressMonitor) - Method in class org.eclipse.emf.codegen.jet.JETCompileTemplateOperation
 
run(Object) - Method in class org.eclipse.emf.codegen.jmerge.JMerger
Deprecated.
This is called with the command line arguments of a headless workbench invocation.
run(Object) - Method in class org.eclipse.emf.codegen.merge.java.JMerger
This is called with the command line arguments of a headless workbench invocation.
run(Object) - Method in class org.eclipse.emf.codegen.merge.properties.PropertyMerger
This is called with the command line arguments of a headless workbench invocation.
run(IAction) - Method in class org.eclipse.emf.converter.ui.OpenWizardActionDelegate
 
run(IWorkbench, Shell, IFile) - Method in class org.eclipse.emf.converter.ui.OpenWizardActionDelegate
 
run(IAction) - Method in class org.eclipse.emf.ecore.action.CreateDynamicInstanceAction
 
run(IAction) - Method in class org.eclipse.emf.ecore.action.OpenEditorAction
 
run() - Method in class org.eclipse.emf.ecore.presentation.EcoreActionBarContributor.ExtendedLoadResourceAction
 
run() - Method in class org.eclipse.emf.ecore.xcore.ui.hover.XcoreHoverProvider.XcoreOpenDeclarationAction
 
run(IAction) - Method in class org.eclipse.emf.edit.ui.action.CommandAction
The action must have been enabled for this to have been called, so we must have stored the selection already by this point.
run() - Method in class org.eclipse.emf.edit.ui.action.CommandActionHandler
This simply execute the command.
run() - Method in class org.eclipse.emf.edit.ui.action.ControlAction
 
run() - Method in class org.eclipse.emf.edit.ui.action.DelegatingCommandAction
 
run() - Method in class org.eclipse.emf.edit.ui.action.LoadResourceAction
 
run() - Method in class org.eclipse.emf.edit.ui.action.RedoAction
 
run() - Method in class org.eclipse.emf.edit.ui.action.StaticSelectionCommandAction
This executes the command.
run() - Method in class org.eclipse.emf.edit.ui.action.UndoAction
 
run() - Method in class org.eclipse.emf.edit.ui.action.ValidateAction
 
run() - Method in class org.eclipse.emf.edit.ui.provider.AdapterFactoryContentProvider.ViewerRefresh
 
run() - Method in class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator.DiagnosticDecoratorAdapter.Dispatcher
 
run() - Method in class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator.LiveValidator.LiveValidationAction
 
run() - Method in class org.eclipse.emf.edit.ui.view.ExtendedPropertySheetPage.LocateValueAction
 
run(Object) - Method in class org.eclipse.emf.importer.ModelImporterApplication
 
run(IProgressMonitor, String[]) - Method in class org.eclipse.emf.importer.ModelImporterApplication
 
run(IAction) - Method in class org.eclipse.emf.mapping.action.AddRootBottomAction
 
run(IAction) - Method in class org.eclipse.emf.mapping.action.AddRootTopAction
 
run(IAction) - Method in class org.eclipse.emf.mapping.ecore2ecore.action.MapToEcoreActionDelegate
 
run(IAction) - Method in class org.eclipse.emf.mapping.ecore2xml.action.GenerateEcore2XMLActionDelegate
 
run() - Method in class org.eclipse.emf.mapping.presentation.MappingEditor.DelayedColumnFitter.DelayedLayout
 
run() - Method in class org.eclipse.emf.mapping.presentation.SimpleMappedObjectViewer.SelectObjectAction
 
runHelper(Object) - Static method in class org.eclipse.emf.codegen.CodeGen.PlatformRunnable
 
runnable - Variable in class org.eclipse.emf.ecore.xcore.ui.editor.XcoreEditor.DelayedProcessor
 
runnables - Variable in class org.eclipse.emf.ecore.xcore.util.EcoreXcoreBuilder
 
runnables - Variable in class org.eclipse.emf.ecore.xcore.util.XcoreEcoreBuilder
 
RUNTIME_COMPATIBILITY_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Runtime Compatibility' attribute
RUNTIME_JAR_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Runtime Jar' attribute
RUNTIME_PLATFORM_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Runtime Platform' attribute
RUNTIME_VERSION_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Runtime Version' attribute
runtimeCompatibility - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Runtime Compatibility' attribute
runtimeJar - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Runtime Jar' attribute
runtimePlatform - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Runtime Platform' attribute
runtimeVersion - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Runtime Version' attribute
runtimeVersionESet - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
This is true if the Runtime Version attribute has been set
runWithEvent(IAction, Event) - Method in class org.eclipse.emf.edit.ui.action.CommandAction
Because we implement IActionDelegate2, this is called instead of the old run.

S

safe - Variable in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
safeName(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenBase
 
safeName(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
safeName(String) - Static method in class org.eclipse.emf.codegen.util.CodeGenUtil
 
SAME_DOC - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
sameDocMany(EObject, EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
sameDocSingle(EObject, EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
sameDocumentProxies - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
sameEditEditorProject() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
sameEditEditorProject() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
sameEditorTestsProject() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
sameEditTestsProject() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
sameModelEditorProject() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
sameModelEditorProject() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
sameModelEditProject() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
sameModelEditProject() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
sameModelTestsProject() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
sameModelTestsProject() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
save(Map<?, ?>) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
 
save(OutputStream, Map<?, ?>) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
Saves the resource to the output stream using the specified options.
save(Map<?, ?>) - Method in interface org.eclipse.emf.ecore.resource.Resource
Saves the resource using the specified options.
save(OutputStream, Map<?, ?>) - Method in interface org.eclipse.emf.ecore.resource.Resource
Saves the resource to the output stream using the specified options.
save(Writer, Map<?, ?>) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
Saves the resource to the writer using the specified options.
save(Document, Map<?, ?>, DOMHandler) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
 
save(XMLResource, Document, Map<?, ?>, DOMHandler) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
save(XMLResource, Writer, Map<?, ?>) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
save(XMLResource, OutputStream, Map<?, ?>) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
save(OutputStream, Resource, Map<?, ?>) - Method in class org.eclipse.emf.ecore.xmi.util.XMLProcessor
 
save(Writer, Resource, Map<?, ?>) - Method in class org.eclipse.emf.ecore.xmi.util.XMLProcessor
 
save(Document, Resource, DOMHandler, Map<?, ?>) - Method in class org.eclipse.emf.ecore.xmi.util.XMLProcessor
 
save(Document, Map<?, ?>, DOMHandler) - Method in interface org.eclipse.emf.ecore.xmi.XMLResource
Create a DOM tree representing contents of this resource.
save(Writer, Map<?, ?>) - Method in interface org.eclipse.emf.ecore.xmi.XMLResource
Saves the resource to the writer using the specified options.
save(XMLResource, OutputStream, Map<?, ?>) - Method in interface org.eclipse.emf.ecore.xmi.XMLSave
 
save(XMLResource, Document, Map<?, ?>, DOMHandler) - Method in interface org.eclipse.emf.ecore.xmi.XMLSave
 
save(XMLResource, Writer, Map<?, ?>) - Method in interface org.eclipse.emf.ecore.xmi.XMLSave
Saves the resource to the writer using the specified options.
save(String) - Method in class org.eclipse.emf.exporter.html.HTMLExporter
 
save() - Method in class org.eclipse.emf.exporter.ModelExporter
Saves this exporters settings in the selected GenModel.
saveAttributeFeatureMap(EObject, EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
saveContainedMany(EObject, EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.EMOFSaveImpl
 
saveContainedMany(EObject, EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
saveContainedSingle(EObject, EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.EMOFSaveImpl
 
saveContainedSingle(EObject, EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
saveDataTypeAttributeMany(EObject, EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
saveDataTypeElementSingle(EObject, EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.EMOFSaveImpl
 
saveDataTypeElementSingle(EObject, EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
saveDataTypeMany(EObject, EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
saveDataTypeSingle(EObject, EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
saveDataValueElement(String, String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLString
 
saveDoctype - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLString
 
saveDoctype(String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLString
 
savedResources - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
Resources that have been saved
savedResources - Variable in class org.eclipse.emf.ecore.presentation.EcoreEditor
Resources that have been saved
savedResources - Variable in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryEditor
Resources that have been saved.
savedResources - Variable in class org.eclipse.emf.java.presentation.JavaEditor
Resources that have been saved.
savedResources - Variable in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLEditor
Resources that have been saved.
saveEcoreFiles(ResourceSet) - Method in class org.eclipse.emf.importer.rose.builder.RoseUtil
 
saveElement(InternalEObject, EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
saveElement(EObject, EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
saveElement(EObject, Object, EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
saveElementFeatureMap(EObject, EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
saveElementID(EObject) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
saveElementIDRef(EObject, EObject, EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
saveElementIDRef(EObject, EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
saveElementIDRefMany(EObject, EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
saveElementIDRefSingle(EObject, EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
saveElementReference(EObject, EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
saveElementReferenceMany(EObject, EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
saveElementReferenceSingle(EObject, EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
saveEObject(InternalEObject, BinaryResourceImpl.EObjectOutputStream.Check) - Method in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectOutputStream
 
saveEObjectMany(EObject, EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
saveEObjects(InternalEList<? extends InternalEObject>, BinaryResourceImpl.EObjectOutputStream.Check) - Method in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectOutputStream
 
saveEObjectSingle(EObject, EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
saveEPackageArtifactURI - Variable in class org.eclipse.emf.exporter.ModelExporter
 
saveEPackageArtifactURI() - Method in class org.eclipse.emf.exporter.ModelExporter
Saves the exported artifact URI as annotations on the respective GenPackage.
saveEPackageURIButton - Variable in class org.eclipse.emf.exporter.ui.contribution.base.ModelExporterOptionsPage
 
saveExporter - Variable in class org.eclipse.emf.exporter.ModelExporter
 
saveExporter() - Method in class org.eclipse.emf.exporter.ModelExporter
Saves this exporter settings.
saveExporterButton - Variable in class org.eclipse.emf.exporter.ui.contribution.base.ModelExporterOptionsPage
 
saveExtensionFeature(EObject, EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.EMOFSaveImpl
 
saveFeatureMap(FeatureMap.Internal) - Method in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectOutputStream
 
saveFeatureMapElementReference(EObject, EReference) - Method in class org.eclipse.emf.ecore.xmi.impl.XMISaveImpl
 
saveFeatureMapElementReference(EObject, EReference) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
saveFeatureMapEntry(FeatureMap.Entry.Internal) - Method in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectOutputStream
 
saveFeatures(EObject) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
saveFeatures(EObject, boolean) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
saveFeatureValue(InternalEObject, int, BinaryResourceImpl.EObjectOutputStream.EStructuralFeatureData) - Method in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectOutputStream
 
saveFeatureValue(InternalEObject, Object, int, BinaryResourceImpl.EObjectOutputStream.EStructuralFeatureData) - Method in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectOutputStream
 
saveGenModelAndEPackages(Monitor) - Method in class org.eclipse.emf.importer.ModelImporter
 
saveHref(EObject, EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
saveHRefMany(EObject, EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
saveHRefSingle(EObject, EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
saveIDRefMany(EObject, EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
saveIDRefSingle(EObject, EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
saveIndex - Variable in class org.eclipse.emf.common.command.BasicCommandStack
saveIsDone() - Method in class org.eclipse.emf.common.command.BasicCommandStack
Called after a save has been successfully performed.
saveManyEmpty(EObject, EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
saveManyEmpty(EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
saveNil(EObject, EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
saveNil(EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
saveNilElement(String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLString
 
saveOnlyIfChangedWithFileBuffer(Map<?, ?>) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
 
saveOnlyIfChangedWithMemoryBuffer(Map<?, ?>) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
 
saveOptions - Variable in class org.eclipse.emf.ecore.xmi.util.XMLProcessor
 
savePage(DataSetDesign) - Method in class org.eclipse.emf.oda.ecore.ui.impl.EcoreDataSetWizardPage
Saves the user-defined values in this page, and updates the specified data set design with the latest design definition.
saveResource(Resource) - Method in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectOutputStream
 
saveResource(Resource) - Method in interface org.eclipse.emf.ecore.resource.URIConverter.Saveable
Save the contents of the resource directly to the backing store for which the stream implementing this interface is a facade.
saveState(IMemento) - Method in class org.eclipse.emf.common.ui.URIEditorInput
 
saveString(Map<?, ?>, List<? extends EObject>, String, XMLHelper) - Static method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
saveToString(Resource, Map<?, ?>) - Method in class org.eclipse.emf.ecore.xmi.util.XMLProcessor
 
saveTypeAttribute(EClass) - Method in class org.eclipse.emf.ecore.xmi.impl.XMISaveImpl
 
saveTypeAttribute(EClass) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
saveTypeAttribute(EDataType) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
saveTypeInfo - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
SAX_LEXICAL_PROPERTY - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLLoadImpl
 
SAXWrapper - Class in org.eclipse.emf.ecore.xmi.impl
Deprecated.
This class wraps an XMLHandler with a SAX DefaultHandler.
SAXWrapper(XMLHandler) - Constructor for class org.eclipse.emf.ecore.xmi.impl.SAXWrapper
Deprecated.
Constructor for SAXWrapper.
SAXXMIHandler - Class in org.eclipse.emf.ecore.xmi.impl
This class is a SAX handler for creating MOF2 objects from an XMI 2.0 file.
SAXXMIHandler(XMLResource, XMLHelper, Map<?, ?>) - Constructor for class org.eclipse.emf.ecore.xmi.impl.SAXXMIHandler
Constructor.
SAXXMLHandler - Class in org.eclipse.emf.ecore.xmi.impl
This class implements the XML deserializer which creates EObjects from XML files.
SAXXMLHandler(XMLResource, XMLHelper, Map<?, ?>) - Constructor for class org.eclipse.emf.ecore.xmi.impl.SAXXMLHandler
Constructor.
scale(int, double) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.ColorInformation
Deprecated.
 
scale(int, double) - Method in class org.eclipse.emf.codegen.util.GIFEmitter.ColorInformation
 
scale(Rectangle, int) - Static method in class org.eclipse.emf.common.ui.viewer.ExtendedTableTreeViewer
Deprecated.
Scales the Rectangle, maintaining its aspect, such that it fits within the given height.
scan() - Method in class org.eclipse.emf.common.util.BasicEMap.BasicEMapIterator
Scans to the new entry.
scanNext() - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap.FeatureEIterator
 
scanNext() - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap.FeatureEIterator
 
scanNext(ListIterator<E>) - Method in class org.eclipse.emf.ecore.util.EContentsEList.FeatureIteratorImpl
 
scanNext() - Method in class org.eclipse.emf.ecore.util.EContentsEList.FeatureIteratorImpl
 
scanNext() - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.BasicFeatureEIterator
 
scanPrevious() - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap.FeatureEIterator
 
scanPrevious() - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap.FeatureEIterator
 
scanPrevious(ListIterator<E>) - Method in class org.eclipse.emf.ecore.util.EContentsEList.FeatureIteratorImpl
 
scanPrevious() - Method in class org.eclipse.emf.ecore.util.EContentsEList.FeatureIteratorImpl
 
scanPrevious() - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.BasicFeatureEIterator
 
schedule(Set<ICompilationUnit>) - Method in interface org.eclipse.emf.codegen.ecore.generator.Generator.CleanupScheduler
 
scheduledResources - Variable in class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator.LiveValidator
 
scheduleValidation(Resource) - Method in class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator.LiveValidator
 
scheduleValidation() - Method in class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator.LiveValidator
 
SCHEMA_LOCATION - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
 
SCHEMA_LOCATION_ATTRIB - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
scheme() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
scheme - Variable in class org.eclipse.emf.common.util.URI.Hierarchical
The scheme of the hierarchical URIs.
scheme() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
scheme - Variable in class org.eclipse.emf.common.util.URI.Opaque
The scheme of the opaque URI.
scheme() - Method in class org.eclipse.emf.common.util.URI.Opaque
 
scheme() - Method in class org.eclipse.emf.common.util.URI
If this is an absolute URI, returns the scheme component; null otherwise.
SCHEME_ARCHIVE - Static variable in class org.eclipse.emf.common.util.URI
 
SCHEME_ARCHIVE_HASH_CODE - Static variable in class org.eclipse.emf.common.util.URI
 
SCHEME_FILE - Static variable in class org.eclipse.emf.common.util.URI
 
SCHEME_FILE_HASH_CODE - Static variable in class org.eclipse.emf.common.util.URI
 
SCHEME_HTTP - Static variable in class org.eclipse.emf.common.util.URI
 
SCHEME_HTTP_HASH_CODE - Static variable in class org.eclipse.emf.common.util.URI
 
SCHEME_JAR - Static variable in class org.eclipse.emf.common.util.URI
 
SCHEME_JAR_HASH_CODE - Static variable in class org.eclipse.emf.common.util.URI
 
SCHEME_PARSER_PPID - Static variable in class org.eclipse.emf.ecore.plugin.EcorePlugin
 
SCHEME_PLATFORM - Static variable in class org.eclipse.emf.common.util.URI
 
SCHEME_PLATFORM_HASH_CODE - Static variable in class org.eclipse.emf.common.util.URI
 
SCHEME_SEPARATOR - Static variable in class org.eclipse.emf.common.util.URI
 
SCHEME_ZIP - Static variable in class org.eclipse.emf.common.util.URI
 
SCHEME_ZIP_HASH_CODE - Static variable in class org.eclipse.emf.common.util.URI
 
SCIENCE_FICTION - Static variable in enum org.eclipse.emf.examples.extlibrary.BookCategory
The 'Science Fiction' literal value
scope - Variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.OppositeReplacementTextApplier
 
sdo - Variable in class org.eclipse.emf.ant.taskdefs.codegen.ecore.GeneratorTask
 
sdo - Variable in class org.eclipse.emf.importer.ModelImporterApplication
 
sectionDepth - Variable in class org.eclipse.emf.codegen.jet.JETCompiler
The depth of the current section, where 0 is outside of any sections.
seenEmptyStringMapping - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
seenRoot - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLString
 
SEGLABEL - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
segment(int) - Method in class org.eclipse.emf.common.util.SegmentSequence
Returns the segment at the given index of the segment sequence.
segment - Variable in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.SegmentsAndSegmentAccessUnit
The one additional segment being accessed
segment - Variable in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSegmentAccessUnit
The one additional segment.
segment - Variable in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSubsegmentAccessUnit
The one additional segment.
segment(int) - Method in class org.eclipse.emf.common.util.URI.Fragment
 
segment(int) - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
segment(int) - Method in class org.eclipse.emf.common.util.URI
Provides fast, indexed access to individual segments in the path segment array.
SEGMENT_CHAR_HI - Static variable in class org.eclipse.emf.common.util.URI
 
SEGMENT_CHAR_LO - Static variable in class org.eclipse.emf.common.util.URI
 
SEGMENT_EMPTY - Static variable in class org.eclipse.emf.common.util.URI
 
SEGMENT_END_HI - Static variable in class org.eclipse.emf.common.util.URI
 
SEGMENT_END_LO - Static variable in class org.eclipse.emf.common.util.URI
 
SEGMENT_PARENT - Static variable in class org.eclipse.emf.common.util.URI
 
SEGMENT_PLUGIN - Static variable in class org.eclipse.emf.common.util.URI
 
SEGMENT_RESOURCE - Static variable in class org.eclipse.emf.common.util.URI
 
SEGMENT_SELF - Static variable in class org.eclipse.emf.common.util.URI
 
SEGMENT_SEPARATOR - Static variable in class org.eclipse.emf.common.util.URI
 
segmentBoundaries - Variable in class org.eclipse.emf.common.util.URI.URIPool.FileAccessUnit
The boundaries of the segments in the path.
segmentBoundaries - Variable in class org.eclipse.emf.common.util.URI.URIPool.PlatformAccessUnit
The boundaries of the path segments.
segmentBuffer - Variable in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.StringAccessUnit
A buffer for building up string segments; it grows as needed.
segmentCapacity - Variable in class org.eclipse.emf.ecore.xmi.impl.StringSegment
 
segmentCount() - Method in class org.eclipse.emf.common.util.SegmentSequence
Returns the number of segments in the segment sequence.
segmentCount - Variable in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSegmentAccessUnit
The number of those segments to include.
segmentCount - Variable in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSegmentCountAccessUnit
The number of segments from the offset.
segmentCount - Variable in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSubsegmentAccessUnit
The number of segments to consider.
segmentCount() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
segmentCount() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
segmentCount() - Method in class org.eclipse.emf.common.util.URI
Returns the number of elements in the segment array that would be returned by segments.
segmentCount - Variable in class org.eclipse.emf.common.util.URI.URIPool.FileAccessUnit
The number of segments in the path.
segmentCount - Variable in class org.eclipse.emf.common.util.URI.URIPool.PlatformAccessUnit
The number of URI.segments().
segmentHashCode - Variable in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSubsegmentAccessUnit
Hash code of character range of the additional segment.
segmentHashCodes - Variable in class org.eclipse.emf.common.util.URI.URIPool.FileAccessUnit
The hash codes of the segments in the path.
segmentHashCodes - Variable in class org.eclipse.emf.common.util.URI.URIPool.PlatformAccessUnit
The hash code of the path segments.
segments - Variable in class org.eclipse.emf.common.util.SegmentSequence
The segments for this instance.
segments() - Method in class org.eclipse.emf.common.util.SegmentSequence
Returns the segments of this segment sequence.
segments - Variable in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.SegmentsAccessUnit
The segments being accessed.
segments - Variable in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.SegmentsAndSegmentAccessUnit
The segments being accessed.
segments - Variable in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAccessUnit
The segments being access.
segments - Variable in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSegmentAccessUnit
The segments being accessed.
segments - Variable in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSegmentCountAccessUnit
The segments being accessed.
segments - Variable in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSubsegmentAccessUnit
The segments being accessed.
segments() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
segments - Variable in class org.eclipse.emf.common.util.URI.Hierarchical
The segments of the hierarchical URI.
segments() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
segments() - Method in class org.eclipse.emf.common.util.URI
If this is a hierarchical URI with a path, returns an array containing the segments of the path; an empty array otherwise.
segments - Variable in class org.eclipse.emf.common.util.URI.URIPool.FileAccessUnit
The segments of the path.
segments - Variable in class org.eclipse.emf.common.util.URI.URIPool.PlatformAccessUnit
The accumulated segments pulled from the path.
segments1 - Variable in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.SegmentsAndSegmentsAccessUnit
The first segments being accessed.
segments1 - Variable in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSegmentsAccessUnit
The first segments.
segments1 - Variable in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SubsegmentsAndSubsegmentsAccessUnit
The first segments.
segments2 - Variable in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.SegmentsAndSegmentsAccessUnit
The second segments being accessed.
segments2 - Variable in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSegmentsAccessUnit
The first segments.
segments2 - Variable in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SubsegmentsAndSubsegmentsAccessUnit
The second segments.
segmentsAccessUnits - Variable in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool
Access units for accessing a delimiter and segments.
segmentsAccessUnits - Variable in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool
Access units for accessing segments that may need copying or interning.
segmentsAndSegmentAccessUnits - Variable in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool
Access units for accessing segments and one additional segment.
segmentsAndSegmentAccessUnits - Variable in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool
Access units for accessing segments and one additional segment.
segmentsAndSegmentCountAccessUnits - Variable in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool
Access units for accessing a range of segments.
segmentsAndSegmentsAccessUnits - Variable in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool
Access units for accessing the composition of two sequences of segments.
segmentsAndSegmentsAccessUnits - Variable in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool
Access units for accessing the composition of two sequences of segments.
segmentsAndSubsegmentAccessUnits - Variable in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool
Access units for accessing subsegments and a substring of one additional segment.
segmentsEqual(URI) - Method in class org.eclipse.emf.common.util.URI.Fragment
 
segmentsEqual(URI) - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
segmentsEqual(URI) - Method in class org.eclipse.emf.common.util.URI
 
SegmentSequence - Class in org.eclipse.emf.common.util
A memory efficient structure to store a sequence of delimited string segments.
segmentSequence - Variable in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.CachedToString
 
SegmentSequence.Builder - Class in org.eclipse.emf.common.util
SegmentSequence.Builder(String, int) - Constructor for class org.eclipse.emf.common.util.SegmentSequence.Builder
Creates an instance with the given capacity.
SegmentSequence.SegmentSequencePool - Class in org.eclipse.emf.common.util
A cached pool of weakly referenced segment sequences.
SegmentSequence.SegmentSequencePool(ReferenceQueue<Object>) - Constructor for class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool
Creates an instance managed the given external queue.
SegmentSequence.SegmentSequencePool.AccessUnitBase - Class in org.eclipse.emf.common.util
A base class for all this pool's access units.
SegmentSequence.SegmentSequencePool.AccessUnitBase(Pool.AccessUnit.Queue<SegmentSequence>) - Constructor for class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.AccessUnitBase
 
SegmentSequence.SegmentSequencePool.CachedToString - Class in org.eclipse.emf.common.util
A weak reference for caching a segment sequence's string representation.
SegmentSequence.SegmentSequencePool.CachedToString(SegmentSequence, String, ReferenceQueue<? super String>) - Constructor for class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.CachedToString
 
SegmentSequence.SegmentSequencePool.SegmentsAccessUnit - Class in org.eclipse.emf.common.util
An access unit for accessing a delimiter and segments.
SegmentSequence.SegmentSequencePool.SegmentsAccessUnit(SegmentSequence.SegmentSequencePool.SegmentsAccessUnit.Queue) - Constructor for class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.SegmentsAccessUnit
 
SegmentSequence.SegmentSequencePool.SegmentsAccessUnit.Queue - Class in org.eclipse.emf.common.util
 
SegmentSequence.SegmentSequencePool.SegmentsAccessUnit.Queue() - Constructor for class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.SegmentsAccessUnit.Queue
 
SegmentSequence.SegmentSequencePool.SegmentsAndSegmentAccessUnit - Class in org.eclipse.emf.common.util
An access unit for accessing segments and one additional segment.
SegmentSequence.SegmentSequencePool.SegmentsAndSegmentAccessUnit(SegmentSequence.SegmentSequencePool.SegmentsAndSegmentAccessUnit.Queue) - Constructor for class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.SegmentsAndSegmentAccessUnit
Creates an instance managed by the given queue.
SegmentSequence.SegmentSequencePool.SegmentsAndSegmentAccessUnit.Queue - Class in org.eclipse.emf.common.util
 
SegmentSequence.SegmentSequencePool.SegmentsAndSegmentAccessUnit.Queue() - Constructor for class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.SegmentsAndSegmentAccessUnit.Queue
 
SegmentSequence.SegmentSequencePool.SegmentsAndSegmentsAccessUnit - Class in org.eclipse.emf.common.util
An access units for accessing the composition of two sets of segments.
SegmentSequence.SegmentSequencePool.SegmentsAndSegmentsAccessUnit(SegmentSequence.SegmentSequencePool.SegmentsAndSegmentsAccessUnit.Queue) - Constructor for class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.SegmentsAndSegmentsAccessUnit
 
SegmentSequence.SegmentSequencePool.SegmentsAndSegmentsAccessUnit.Queue - Class in org.eclipse.emf.common.util
 
SegmentSequence.SegmentSequencePool.SegmentsAndSegmentsAccessUnit.Queue() - Constructor for class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.SegmentsAndSegmentsAccessUnit.Queue
 
SegmentSequence.SegmentSequencePool.StringAccessUnit - Class in org.eclipse.emf.common.util
An access unit for basic string access.
SegmentSequence.SegmentSequencePool.StringAccessUnit(SegmentSequence.SegmentSequencePool.StringAccessUnit.Queue) - Constructor for class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.StringAccessUnit
Create an instance managed by the given queue.
SegmentSequence.SegmentSequencePool.StringAccessUnit.Queue - Class in org.eclipse.emf.common.util
 
SegmentSequence.SegmentSequencePool.StringAccessUnit.Queue() - Constructor for class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.StringAccessUnit.Queue
 
SegmentSequence.StringArrayPool - Class in org.eclipse.emf.common.util
A specialized pool for caching string arrays.
SegmentSequence.StringArrayPool(ReferenceQueue<Object>) - Constructor for class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool
Creates an instance managed by the given queue.
SegmentSequence.StringArrayPool.AccessUnitBase - Class in org.eclipse.emf.common.util
A base class for all this pool's access units.
SegmentSequence.StringArrayPool.AccessUnitBase(Pool.AccessUnit.Queue<String[]>) - Constructor for class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.AccessUnitBase
 
SegmentSequence.StringArrayPool.SegmentsAccessUnit - Class in org.eclipse.emf.common.util
An Access unit for accessing segments that may need copying or interning.
SegmentSequence.StringArrayPool.SegmentsAccessUnit(SegmentSequence.StringArrayPool.SegmentsAccessUnit.Queue) - Constructor for class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAccessUnit
Creates an instance managed by the given queue.
SegmentSequence.StringArrayPool.SegmentsAccessUnit.Queue - Class in org.eclipse.emf.common.util
 
SegmentSequence.StringArrayPool.SegmentsAccessUnit.Queue() - Constructor for class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAccessUnit.Queue
 
SegmentSequence.StringArrayPool.SegmentsAndSegmentAccessUnit - Class in org.eclipse.emf.common.util
An access units for accessing segments and one additional segment.
SegmentSequence.StringArrayPool.SegmentsAndSegmentAccessUnit(SegmentSequence.StringArrayPool.SegmentsAndSegmentAccessUnit.Queue) - Constructor for class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSegmentAccessUnit
Creates an instance managed by the given queue.
SegmentSequence.StringArrayPool.SegmentsAndSegmentAccessUnit.Queue - Class in org.eclipse.emf.common.util
 
SegmentSequence.StringArrayPool.SegmentsAndSegmentAccessUnit.Queue() - Constructor for class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSegmentAccessUnit.Queue
 
SegmentSequence.StringArrayPool.SegmentsAndSegmentCountAccessUnit - Class in org.eclipse.emf.common.util
An Access units for accessing a range of segments.
SegmentSequence.StringArrayPool.SegmentsAndSegmentCountAccessUnit(SegmentSequence.StringArrayPool.SegmentsAndSegmentCountAccessUnit.Queue) - Constructor for class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSegmentCountAccessUnit
 
SegmentSequence.StringArrayPool.SegmentsAndSegmentCountAccessUnit.Queue - Class in org.eclipse.emf.common.util
 
SegmentSequence.StringArrayPool.SegmentsAndSegmentCountAccessUnit.Queue() - Constructor for class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSegmentCountAccessUnit.Queue
 
SegmentSequence.StringArrayPool.SegmentsAndSegmentsAccessUnit - Class in org.eclipse.emf.common.util
An access units for accessing the composition of two sequences of segments.
SegmentSequence.StringArrayPool.SegmentsAndSegmentsAccessUnit(SegmentSequence.StringArrayPool.SegmentsAndSegmentsAccessUnit.Queue) - Constructor for class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSegmentsAccessUnit
Creates an instance managed by the given queue.
SegmentSequence.StringArrayPool.SegmentsAndSegmentsAccessUnit.Queue - Class in org.eclipse.emf.common.util
 
SegmentSequence.StringArrayPool.SegmentsAndSegmentsAccessUnit.Queue() - Constructor for class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSegmentsAccessUnit.Queue
 
SegmentSequence.StringArrayPool.SegmentsAndSubsegmentAccessUnit - Class in org.eclipse.emf.common.util
An access unit for accessing segments and a substring of one additional segment.
SegmentSequence.StringArrayPool.SegmentsAndSubsegmentAccessUnit(SegmentSequence.StringArrayPool.SegmentsAndSubsegmentAccessUnit.Queue) - Constructor for class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSubsegmentAccessUnit
Creates an instance managed by the given queue.
SegmentSequence.StringArrayPool.SegmentsAndSubsegmentAccessUnit.Queue - Class in org.eclipse.emf.common.util
 
SegmentSequence.StringArrayPool.SegmentsAndSubsegmentAccessUnit.Queue() - Constructor for class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSubsegmentAccessUnit.Queue
 
SegmentSequence.StringArrayPool.StringAccessUnit - Class in org.eclipse.emf.common.util
An access unit for single segment access.
SegmentSequence.StringArrayPool.StringAccessUnit(SegmentSequence.StringArrayPool.StringAccessUnit.Queue) - Constructor for class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.StringAccessUnit
Creates an instance managed by the given queue.
SegmentSequence.StringArrayPool.StringAccessUnit.Queue - Class in org.eclipse.emf.common.util
 
SegmentSequence.StringArrayPool.StringAccessUnit.Queue() - Constructor for class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.StringAccessUnit.Queue
 
SegmentSequence.StringArrayPool.SubsegmentsAndSubsegmentsAccessUnit - Class in org.eclipse.emf.common.util
An access units for accessing the composition of two subsequences.
SegmentSequence.StringArrayPool.SubsegmentsAndSubsegmentsAccessUnit(SegmentSequence.StringArrayPool.SubsegmentsAndSubsegmentsAccessUnit.Queue) - Constructor for class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SubsegmentsAndSubsegmentsAccessUnit
Creates an instance managed by the given queue.
SegmentSequence.StringArrayPool.SubsegmentsAndSubsegmentsAccessUnit.Queue - Class in org.eclipse.emf.common.util
 
SegmentSequence.StringArrayPool.SubsegmentsAndSubsegmentsAccessUnit.Queue() - Constructor for class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SubsegmentsAndSubsegmentsAccessUnit.Queue
 
SegmentSequence.StringArrayPool.SubstringAccessUnit - Class in org.eclipse.emf.common.util
An Access units for accessing a single segment that's a substring of a larger string.
SegmentSequence.StringArrayPool.SubstringAccessUnit(SegmentSequence.StringArrayPool.SubstringAccessUnit.Queue) - Constructor for class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SubstringAccessUnit
Creates an instance managed by the given queue.
SegmentSequence.StringArrayPool.SubstringAccessUnit.Queue - Class in org.eclipse.emf.common.util
 
SegmentSequence.StringArrayPool.SubstringAccessUnit.Queue() - Constructor for class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SubstringAccessUnit.Queue
 
segmentsList() - Method in class org.eclipse.emf.common.util.SegmentSequence
Returns a read-only list view of the segments.
segmentsList() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
segmentsList() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
segmentsList() - Method in class org.eclipse.emf.common.util.URI
Returns an unmodifiable list containing the same segments as the array returned by segments.
select(Viewer, Object, Object) - Method in class org.eclipse.emf.common.ui.action.ViewerFilterAction
 
select(String, String) - Static method in class org.eclipse.emf.common.ui.celleditor.ExtendedComboBoxCellEditor
 
selectAndReveal(IEditorPart, URI, EReference, int, boolean) - Method in class org.eclipse.emf.codegen.ecore.xtext.ui.GenModelEditorOpener
 
SELECTED_MAPPED_OBJECT_PREFIX - Static variable in class org.eclipse.emf.mapping.presentation.MappingEditor
 
SELECTED_MAPPING_PREFIX - Static variable in class org.eclipse.emf.mapping.presentation.MappingEditor
 
selectedContainer - Variable in class org.eclipse.emf.common.ui.dialogs.WorkspaceResourceDialog
 
selectedObjects - Variable in class org.eclipse.emf.edit.ui.action.ValidateAction
 
selectedObjects - Variable in class org.eclipse.emf.mapping.presentation.MappingEditor.OverviewViewer
Deprecated.
 
selectedObjects - Variable in class org.eclipse.emf.mapping.presentation.SimpleMappedObjectViewer
 
selectedTableItem - Variable in class org.eclipse.emf.common.ui.celleditor.ExtendedTableEditor
Deprecated.
 
selectedTableItem - Variable in class org.eclipse.emf.common.ui.celleditor.ExtendedTableTreeEditor
Deprecated.
 
selectedTreeItem - Variable in class org.eclipse.emf.common.ui.celleditor.ExtendedTreeEditor
 
selectFile(IFile) - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterWizard
 
selection - Variable in class org.eclipse.emf.codegen.action.CompileTemplateAction
 
selection - Variable in class org.eclipse.emf.codegen.ecore.ui.EmptyProjectWizard
 
selection - Variable in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterWizard
 
selection - Variable in class org.eclipse.emf.converter.ui.ModelConverterDescriptorSelectionPage
 
selection - Variable in class org.eclipse.emf.ecore.presentation.DynamicModelWizard
Remember the selection during initialization for populating the default container.
selection - Variable in class org.eclipse.emf.ecore.presentation.EcoreModelWizard
Remember the selection during initialization for populating the default container
selection - Variable in class org.eclipse.emf.ecore.xcore.ui.AbstractSelectionView
 
selection - Variable in class org.eclipse.emf.edit.command.CreateChildCommand
This is the collection of objects that were selected when this command was created.
selection - Variable in class org.eclipse.emf.edit.ui.action.ControlAction
 
selection - Variable in class org.eclipse.emf.edit.ui.dnd.ViewerDragAdapter
This keeps track of the selection that is in effect at the start of the drag operation
selection - Variable in class org.eclipse.emf.edit.ui.provider.UnwrappingSelectionProvider
 
selection - Variable in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryModelWizard
Remember the selection during initialization for populating the default container
selection - Variable in class org.eclipse.emf.exporter.ui.EMFExportWizard
 
selection - Variable in class org.eclipse.emf.importer.ui.EMFModelWizard
 
selection - Variable in class org.eclipse.emf.mapping.ecore2ecore.presentation.Ecore2EcoreModelWizard
Remember the selection during initialization for populating the default container
selection - Variable in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLModelWizard
Remember the selection during initialization for populating the default container
selectionChanged(IAction, ISelection) - Method in class org.eclipse.emf.codegen.action.AddJETNatureAction
 
selectionChanged(IAction, ISelection) - Method in class org.eclipse.emf.codegen.action.CompileTemplateAction
 
selectionChanged(GenModel) - Method in class org.eclipse.emf.codegen.ecore.genmodel.handler.GenerateHandler.GenModelGenerationDialog
 
selectionChanged(SelectionChangedEvent) - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelActionBarContributor
This implements ISelectionChangedListener, refreshing the "Generate..." action contribution managers in the pull-down menu.
selectionChanged(IAction, ISelection) - Method in class org.eclipse.emf.common.ui.action.WorkbenchWindowActionDelegate
 
selectionChanged(SelectionChangedEvent) - Method in class org.eclipse.emf.converter.ui.ModelConverterDescriptorSelectionPage
 
selectionChanged(IAction, ISelection) - Method in class org.eclipse.emf.converter.ui.OpenWizardActionDelegate
 
selectionChanged(IAction, ISelection) - Method in class org.eclipse.emf.ecore.action.CreateDynamicInstanceAction
 
selectionChanged(IAction, ISelection) - Method in class org.eclipse.emf.ecore.action.OpenEditorAction
 
selectionChanged(SelectionChangedEvent) - Method in class org.eclipse.emf.ecore.presentation.EcoreActionBarContributor
 
selectionChanged(SelectionChangedEvent) - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractSelectionView
 
selectionChanged(ISelection) - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractSelectionView
 
selectionChanged(IAction, ISelection) - Method in class org.eclipse.emf.edit.ui.action.CommandAction
This is invoked by the framework so that the action state can be updated.
selectionChanged(SelectionChangedEvent) - Method in class org.eclipse.emf.edit.ui.action.DelegatingCommandAction
 
selectionChanged(IWorkbenchPart, ISelection) - Method in class org.eclipse.emf.edit.ui.action.DelegatingCommandAction
 
selectionChanged(ISelection) - Method in class org.eclipse.emf.edit.ui.action.DelegatingCommandAction
 
selectionChanged(SelectionChangedEvent) - Method in class org.eclipse.emf.edit.ui.action.ValidateAction
 
selectionChanged(IWorkbenchPart, ISelection) - Method in class org.eclipse.emf.edit.ui.view.ExtendedPropertySheetPage
 
selectionChanged(SelectionChangedEvent) - Method in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryActionBarContributor
This implements org.eclipse.jface.viewers.ISelectionChangedListener, handling org.eclipse.jface.viewers.SelectionChangedEvents by querying for the children and siblings that can be added to the selected object and updating the menus accordingly
selectionChanged(SelectionChangedEvent) - Method in class org.eclipse.emf.java.presentation.JavaActionBarContributor
This implements org.eclipse.jface.viewers.ISelectionChangedListener, handling org.eclipse.jface.viewers.SelectionChangedEvents by querying for the children and siblings that can be added to the selected object and updating the menus accordingly
selectionChanged(IAction, ISelection) - Method in class org.eclipse.emf.mapping.action.AddRootBottomAction
This action ignores the selection.
selectionChanged(IAction, ISelection) - Method in class org.eclipse.emf.mapping.action.AddRootTopAction
This action ignores the selection.
selectionChanged(IAction, ISelection) - Method in class org.eclipse.emf.mapping.action.CreateMappingAction
 
selectionChanged(IAction, ISelection) - Method in class org.eclipse.emf.mapping.action.NameMatchMappingAction
 
selectionChanged(IAction, ISelection) - Method in class org.eclipse.emf.mapping.action.RemoveMappingAction
 
selectionChanged(IAction, ISelection) - Method in class org.eclipse.emf.mapping.action.TypeMatchMappingAction
 
selectionChanged(IAction, ISelection) - Method in class org.eclipse.emf.mapping.ecore2ecore.action.MapToEcoreActionDelegate
 
selectionChanged(IAction, ISelection) - Method in class org.eclipse.emf.mapping.ecore2xml.action.GenerateEcore2XMLActionDelegate
 
selectionChanged(SelectionChangedEvent) - Method in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLActionBarContributor
This implements org.eclipse.jface.viewers.ISelectionChangedListener, handling org.eclipse.jface.viewers.SelectionChangedEvents by querying for the children and siblings that can be added to the selected object and updating the menus accordingly
selectionChangedGen(SelectionChangedEvent) - Method in class org.eclipse.emf.ecore.presentation.EcoreActionBarContributor
This implements org.eclipse.jface.viewers.ISelectionChangedListener, handling org.eclipse.jface.viewers.SelectionChangedEvents by querying for the children and siblings that can be added to the selected object and updating the menus accordingly
selectionChangedListener - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
This listens to which ever viewer is active
selectionChangedListener - Variable in class org.eclipse.emf.ecore.presentation.EcoreEditor
This listens to which ever viewer is active
selectionChangedListener - Variable in class org.eclipse.emf.edit.ui.provider.UnwrappingSelectionProvider
 
selectionChangedListener - Variable in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryEditor
This listens to which ever viewer is active
selectionChangedListener - Variable in class org.eclipse.emf.java.presentation.JavaEditor
This listens to which ever viewer is active
selectionChangedListener - Variable in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLEditor
This listens to which ever viewer is active
selectionChangedListener - Variable in class org.eclipse.emf.mapping.presentation.MappingEditor
This listens to which ever viewer is active.
selectionChangedListeners - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
This keeps track of all the org.eclipse.jface.viewers.ISelectionChangedListeners that are listening to this editor
selectionChangedListeners - Variable in class org.eclipse.emf.ecore.presentation.EcoreEditor
This keeps track of all the org.eclipse.jface.viewers.ISelectionChangedListeners that are listening to this editor
selectionChangedListeners - Variable in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryEditor
This keeps track of all the org.eclipse.jface.viewers.ISelectionChangedListeners that are listening to this editor
selectionChangedListeners - Variable in class org.eclipse.emf.java.presentation.JavaEditor
This keeps track of all the org.eclipse.jface.viewers.ISelectionChangedListeners that are listening to this editor
selectionChangedListeners - Variable in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLEditor
This keeps track of all the org.eclipse.jface.viewers.ISelectionChangedListeners that are listening to this editor
selectionChangedListeners - Variable in class org.eclipse.emf.mapping.presentation.MappingEditor
This keeps track of all the org.eclipse.jface.viewers.ISelectionChangedListeners that are listening to this editor.
selectionPage - Variable in class org.eclipse.emf.exporter.ui.EMFExportWizard
 
selectionPage - Variable in class org.eclipse.emf.importer.ui.EMFModelWizard
 
selectionProvider - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelActionBarContributor
This keeps track of the current selection provider.
selectionProvider - Variable in class org.eclipse.emf.ecore.presentation.EcoreActionBarContributor
This keeps track of the current selection provider
selectionProvider - Variable in class org.eclipse.emf.ecore.xcore.ui.AbstractSelectionView
 
selectionProvider - Variable in class org.eclipse.emf.edit.ui.action.ValidateAction
 
selectionProvider - Variable in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryActionBarContributor
This keeps track of the current selection provider
selectionProvider - Variable in class org.eclipse.emf.java.presentation.JavaActionBarContributor
This keeps track of the current selection provider
selectionProvider - Variable in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLActionBarContributor
This keeps track of the current selection provider
selections - Variable in class org.eclipse.emf.mapping.presentation.ComposedSelection
 
selectionViewer - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
This is the viewer that shadows the selection in the content outline.
selectionViewer - Variable in class org.eclipse.emf.ecore.presentation.EcoreEditor
This is the viewer that shadows the selection in the content outline.
selectionViewer - Variable in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryEditor
This is the viewer that shadows the selection in the content outline.
selectionViewer - Variable in class org.eclipse.emf.java.presentation.JavaEditor
This is the viewer that shadows the selection in the content outline.
selectionViewer - Variable in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLEditor
This is the viewer that shadows the selection in the content outline.
selectNextMappedObject - Variable in class org.eclipse.emf.mapping.presentation.SimpleMappedObjectViewer
 
selectNextUnmappedObject - Variable in class org.eclipse.emf.mapping.presentation.SimpleMappedObjectViewer
 
selector - Variable in class org.eclipse.emf.codegen.merge.java.JControlModel.PushRule
 
selector - Variable in class org.eclipse.emf.codegen.merge.java.JControlModel.SortRule
 
selector - Variable in class org.eclipse.emf.codegen.merge.java.JControlModel.SweepRule
 
selectorFeature - Variable in class org.eclipse.emf.codegen.merge.java.JControlModel.DictionaryPattern
 
selectOtherMappedObjects - Variable in class org.eclipse.emf.mapping.presentation.SimpleMappedObjectViewer
 
selectOtherMappedObjects() - Method in class org.eclipse.emf.mapping.presentation.SimpleMappedObjectViewer
 
selectPreviousMappedObject - Variable in class org.eclipse.emf.mapping.presentation.SimpleMappedObjectViewer
 
selectPreviousUnmappedObject - Variable in class org.eclipse.emf.mapping.presentation.SimpleMappedObjectViewer
 
selfAdapt(Notification) - Method in class org.eclipse.emf.ecore.util.EContentAdapter
Handles a notification by calling handleContainment for any containment-based notification.
selfAdapt(Notification) - Method in class org.eclipse.emf.ecore.util.ECrossReferenceAdapter
Handles a notification by calling handleContainment for any containment-based notification.
SEMANTICS - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
separateTypeArgument(String) - Static method in class org.eclipse.emf.java.util.JavaUtil
Separates the type argument from the type.
SEPARATOR - Static variable in class org.eclipse.emf.mapping.presentation.MappingEditor
 
SEPARATOR - Static variable in class org.eclipse.emf.mapping.provider.MappingItemProvider
 
serializable - Variable in class org.eclipse.emf.ecore.xcore.impl.XDataTypeImpl
The cached value of the 'Serializable' attribute
SERIALIZABLE_EDEFAULT - Static variable in class org.eclipse.emf.ecore.impl.EDataTypeImpl
The default value of the 'Serializable' attribute
SERIALIZABLE_EDEFAULT - Static variable in class org.eclipse.emf.ecore.xcore.impl.XDataTypeImpl
The default value of the 'Serializable' attribute
SERIALIZABLE_EFLAG - Static variable in class org.eclipse.emf.ecore.impl.EDataTypeImpl
The flag representing the value of the 'Serializable' attribute
serialize(JvmTypeReference, EObject, ITreeAppendable, boolean, boolean, boolean, boolean) - Method in class org.eclipse.emf.ecore.xcore.generator.XcoreCompiler
 
serialVersionUID - Static variable in class org.eclipse.emf.common.util.URI.URIPool
 
serialVersionUID - Static variable in class org.eclipse.emf.common.util.WeakInterningHashSet
 
SERVICESCAT - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
set(int, E) - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
SET - Static variable in interface org.eclipse.emf.common.notify.Notification
An event type indicating that a feature of the notifier has been set.
set(E1) - Method in class org.eclipse.emf.common.util.AbstractEList.EListIterator
Sets the object at the index of the last call to next or previous.
set(E1) - Method in class org.eclipse.emf.common.util.AbstractEList.NonResolvingEListIterator
Throws an exception.
set(int, E) - Method in class org.eclipse.emf.common.util.AbstractEList
Sets the object at the index and returns the old object at the index.
set(int, E) - Method in class org.eclipse.emf.common.util.BasicEList.UnmodifiableEList
Throws an exception.
set(int, Map.Entry<K, V>) - Method in class org.eclipse.emf.common.util.BasicEMap
set(int, E) - Method in class org.eclipse.emf.common.util.DelegatingEList.UnmodifiableEList
Throws an exception.
set - Variable in class org.eclipse.emf.common.util.WeakInterningHashSet.SelfCleaningEntry
 
set(int, Object) - Method in class org.eclipse.emf.databinding.edit.EditingDomainEObjectObservableList
 
set(EditingDomain, EStructuralFeature) - Static method in class org.eclipse.emf.databinding.edit.EMFEditProperties
Returns a set property for the given EStructuralFeature
set(EditingDomain, FeaturePath) - Static method in class org.eclipse.emf.databinding.edit.EMFEditProperties
Returns a set property for the given FeaturePath
set(EStructuralFeature) - Method in interface org.eclipse.emf.databinding.edit.IEMFEditValueProperty
Returns a master-detail combination of this property and the specified set property.
set(IEMFEditSetProperty) - Method in interface org.eclipse.emf.databinding.edit.IEMFEditValueProperty
Returns a master-detail combination of this property and the specified set property.
set(EStructuralFeature) - Method in class org.eclipse.emf.databinding.edit.internal.EMFEditValuePropertyDecorator
 
set(IEMFEditSetProperty) - Method in class org.eclipse.emf.databinding.edit.internal.EMFEditValuePropertyDecorator
 
set(IEMFSetProperty) - Method in class org.eclipse.emf.databinding.edit.internal.EMFEditValuePropertyDecorator
 
set(EStructuralFeature) - Static method in class org.eclipse.emf.databinding.EMFProperties
Returns a set property for the given EStructuralFeature
set(FeaturePath) - Static method in class org.eclipse.emf.databinding.EMFProperties
Returns a set property for the given FeaturePath
set(int, Object) - Method in class org.eclipse.emf.databinding.EObjectObservableList
 
set(EStructuralFeature) - Method in interface org.eclipse.emf.databinding.IEMFValueProperty
Returns a master-detail combination of this property and the specified set property.
set(IEMFSetProperty) - Method in interface org.eclipse.emf.databinding.IEMFValueProperty
Returns a master-detail combination of this property and the specified set property.
set(EStructuralFeature) - Method in class org.eclipse.emf.databinding.internal.EMFValuePropertyDecorator
 
set(IEMFSetProperty) - Method in class org.eclipse.emf.databinding.internal.EMFValuePropertyDecorator
 
set(int, Object) - Method in class org.eclipse.emf.databinding.internal.EWritableList
 
set - Variable in class org.eclipse.emf.ecore.change.impl.FeatureChangeImpl
The cached value of the 'Set' attribute
set(Object) - Method in interface org.eclipse.emf.ecore.EStructuralFeature.Setting
Set the value held by the feature of the object.
set(InternalEObject, EStructuralFeature, int, Object) - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.EStoreImpl
 
set(Object) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.SettingMany
 
set(InternalEObject, EStructuralFeature, int, Object) - Method in interface org.eclipse.emf.ecore.InternalEObject.EStore
Sets the value at the index in the content of the object's feature.
set(int, FeatureMap.Entry) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
set(EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
set(EStructuralFeature, int, Object) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
set(Object) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
set(InternalEObject, Object) - Method in class org.eclipse.emf.ecore.util.BasicSettingDelegate.Stateless
Sets this new value of this delegate's feature for the owner.
set(Object) - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList
 
set(Object) - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList.UnmodifiableEList
 
set(int, FeatureMap.Entry) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
set(EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
set(EStructuralFeature, int, Object) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
set(Object) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
set(Object) - Method in class org.eclipse.emf.ecore.util.EContentsEList.FeatureIteratorImpl
 
set(Object) - Method in class org.eclipse.emf.ecore.util.EcoreEList
 
set(Object) - Method in class org.eclipse.emf.ecore.util.EcoreEList.UnmodifiableEList
 
set(Object) - Method in class org.eclipse.emf.ecore.util.EcoreEMap
 
SET - Static variable in class org.eclipse.emf.ecore.util.EcoreUtil
Identifier for the set accessor.
set(EStructuralFeature, int, Object) - Method in interface org.eclipse.emf.ecore.util.FeatureMap.Internal
 
set(EStructuralFeature, Object) - Method in interface org.eclipse.emf.ecore.util.FeatureMap
 
set(Object) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.BasicFeatureEIterator
 
set(int, E) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList
 
set(Object) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList
 
set(EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureFeatureMap
 
set(EStructuralFeature, int, Object) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureFeatureMap
 
set(Object) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureValue
 
set(String) - Method in class org.eclipse.emf.ecore.xmi.impl.StringSegment.SegmentIterator
 
set(EStructuralFeature, int, Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter.ChildrenStore
Sets either a single element of the specified feature or, if the index is -1, the value of the feature.
set(int, E) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter.ModifiableSingletonEList
 
SET_EDEFAULT - Static variable in class org.eclipse.emf.ecore.change.impl.FeatureChangeImpl
The default value of the 'Set' attribute
setAbstract(boolean) - Method in interface org.eclipse.emf.ecore.EClass
Sets the value of the 'Abstract' attribute
setAbstract(boolean) - Method in class org.eclipse.emf.ecore.impl.EClassImpl
 
setAbstract(boolean) - Method in class org.eclipse.emf.ecore.xcore.impl.XClassImpl
 
setAbstract(boolean) - Method in interface org.eclipse.emf.ecore.xcore.XClass
Sets the value of the 'Abstract' attribute
setAbstract(boolean) - Method in class org.eclipse.emf.java.impl.JClassImpl
 
setAbstract(boolean) - Method in class org.eclipse.emf.java.impl.JMethodImpl
 
setAbstract(boolean) - Method in interface org.eclipse.emf.java.JClass
Sets the value of the 'Abstract' attribute
setAbstract(boolean) - Method in interface org.eclipse.emf.java.JMethod
Sets the value of the 'Abstract' attribute
setAccessorOperations - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
setAction(JControlModel.SweepRule.Action) - Method in class org.eclipse.emf.codegen.merge.java.JControlModel.SweepRule
 
setActionState(IAction) - Method in class org.eclipse.emf.codegen.action.CompileTemplateAction
 
setActiveEditor(IEditorPart) - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelActionBarContributor
When the active editor changes, this remembers the change,
setActiveEditor(IAction, IEditorPart) - Method in class org.eclipse.emf.converter.ui.OpenWizardActionDelegate
This is only called when being used as an editor action delegate.
setActiveEditor(IEditorPart) - Method in class org.eclipse.emf.ecore.presentation.EcoreActionBarContributor
 
setActiveEditor(IAction, IEditorPart) - Method in class org.eclipse.emf.edit.ui.action.CommandAction
For editor actions, the framework calls this when the active editor changes, so that we can connect with it.
setActiveEditor(IEditorPart) - Method in class org.eclipse.emf.edit.ui.action.CopyAction
Deprecated.
setActiveEditor(IEditorPart) - Method in class org.eclipse.emf.edit.ui.action.CutAction
Deprecated.
setActiveEditor(IEditorPart) - Method in class org.eclipse.emf.edit.ui.action.DelegatingCommandAction
Deprecated.
setActiveEditor(IEditorPart) - Method in class org.eclipse.emf.edit.ui.action.DeleteAction
Deprecated.
setActiveEditor(IEditorPart) - Method in class org.eclipse.emf.edit.ui.action.EditingDomainActionBarContributor
 
setActiveEditor(IEditorPart) - Method in class org.eclipse.emf.edit.ui.action.LoadResourceAction
Deprecated.
setActiveEditor(IEditorPart) - Method in class org.eclipse.emf.edit.ui.action.PasteAction
Deprecated.
setActiveEditor(IEditorPart) - Method in class org.eclipse.emf.edit.ui.action.RedoAction
Deprecated.
setActiveEditor(IEditorPart) - Method in class org.eclipse.emf.edit.ui.action.UndoAction
Deprecated.
setActiveEditor(IEditorPart) - Method in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryActionBarContributor
When the active editor changes, this remembers the change and registers with it as a selection provider
setActiveEditor(IEditorPart) - Method in class org.eclipse.emf.java.presentation.JavaActionBarContributor
When the active editor changes, this remembers the change and registers with it as a selection provider
setActiveEditor(IEditorPart) - Method in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLActionBarContributor
When the active editor changes, this remembers the change and registers with it as a selection provider
setActiveEditor(IEditorPart) - Method in class org.eclipse.emf.mapping.presentation.MappingEditor.ActionBarContributor
 
setActiveEditorGen(IEditorPart) - Method in class org.eclipse.emf.ecore.presentation.EcoreActionBarContributor
When the active editor changes, this remembers the change and registers with it as a selection provider
setActivePage(IEditorPart) - Method in class org.eclipse.emf.edit.ui.action.EditingDomainActionBarContributor
 
setActiveView(IViewPart) - Method in class org.eclipse.emf.edit.ui.action.EditingDomainActionBarContributor
Deprecated. 
setActiveWorkbenchPart(IWorkbenchPart) - Method in class org.eclipse.emf.edit.ui.action.CommandAction
This records the specified workbench part, and if it is an editing domain provider, its editing domain.
setActiveWorkbenchPart(IWorkbenchPart) - Method in class org.eclipse.emf.edit.ui.action.ControlAction
 
setActiveWorkbenchPart(IWorkbenchPart) - Method in class org.eclipse.emf.edit.ui.action.CopyAction
 
setActiveWorkbenchPart(IWorkbenchPart) - Method in class org.eclipse.emf.edit.ui.action.CutAction
 
setActiveWorkbenchPart(IWorkbenchPart) - Method in class org.eclipse.emf.edit.ui.action.DelegatingCommandAction
 
setActiveWorkbenchPart(IWorkbenchPart) - Method in class org.eclipse.emf.edit.ui.action.DeleteAction
 
setActiveWorkbenchPart(IWorkbenchPart) - Method in class org.eclipse.emf.edit.ui.action.LoadResourceAction
 
setActiveWorkbenchPart(IWorkbenchPart) - Method in class org.eclipse.emf.edit.ui.action.PasteAction
 
setActiveWorkbenchPart(IWorkbenchPart) - Method in class org.eclipse.emf.edit.ui.action.RedoAction
 
setActiveWorkbenchPart(IWorkbenchPart) - Method in class org.eclipse.emf.edit.ui.action.UndoAction
 
setActiveWorkbenchPart(IWorkbenchPart) - Method in class org.eclipse.emf.edit.ui.action.ValidateAction
 
setActiveWorkbenchPart(IWorkbenchPart) - Method in class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator.LiveValidator.LiveValidationAction
 
setActiveWorkbenchPart(IWorkbenchPart) - Method in class org.eclipse.emf.mapping.action.AddRootBottomAction
 
setActiveWorkbenchPart(IWorkbenchPart) - Method in class org.eclipse.emf.mapping.action.AddRootTopAction
 
setActiveWorkbenchPart(IWorkbenchPart) - Method in class org.eclipse.emf.mapping.action.CreateMappingAction
 
setActiveWorkbenchPart(IWorkbenchPart) - Method in class org.eclipse.emf.mapping.action.CreateOneSidedMappingAction
 
setActiveWorkbenchPart(IWorkbenchPart) - Method in class org.eclipse.emf.mapping.action.NameMatchMappingAction
 
setActiveWorkbenchPart(IWorkbenchPart) - Method in class org.eclipse.emf.mapping.action.RemoveMappingAction
 
setActiveWorkbenchPart(IWorkbenchPart) - Method in class org.eclipse.emf.mapping.action.TypeMatchMappingAction
 
setAdapterFactory(GeneratorAdapterFactory) - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter
 
setAdapterFactory(GeneratorAdapterFactory) - Method in interface org.eclipse.emf.codegen.ecore.generator.GeneratorAdapter
Sets the adapter factory that created this adapter.
setAdapterFactory(boolean) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
Sets the value of the 'Adapter Factory' attribute
setAdapterFactory(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
setAdapterFactory(AdapterFactory) - Method in class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain
This sets the adapter factory after the domain is already created.
setAdapterFactory(AdapterFactory) - Method in class org.eclipse.emf.edit.provider.ItemProvider
This sets the optional adapter factory.
setAdapterFactory(AdapterFactory) - Method in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
Deprecated.
 
setAdapterFactory(AdapterFactory) - Method in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTreeEditor
 
setAdapterFactory(AdapterFactory) - Method in class org.eclipse.emf.edit.ui.provider.AdapterFactoryContentProvider
This sets the wrapped factory.
setAdapterFactory(AdapterFactory) - Method in class org.eclipse.emf.edit.ui.provider.AdapterFactoryLabelProvider
Set the wrapped AdapterFactory.
setAdapterFactory(AdapterFactory) - Method in class org.eclipse.emf.mapping.presentation.MappingEditor.OverviewViewer
Deprecated.
 
setAdapterFactory(AdapterFactory) - Method in class org.eclipse.emf.mapping.presentation.SimpleMappedObjectViewer
 
setAddress(String) - Method in interface org.eclipse.emf.examples.extlibrary.Addressable
Sets the value of the 'Address' attribute
setAddress(String) - Method in class org.eclipse.emf.examples.extlibrary.impl.LibraryImpl
 
setAddress(String) - Method in class org.eclipse.emf.examples.extlibrary.impl.PersonImpl
 
setAffiliation(EStructuralFeature) - Method in interface org.eclipse.emf.ecore.util.BasicExtendedMetaData.EStructuralFeatureExtendedMetaData
 
setAffiliation(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EStructuralFeatureExtendedMetaDataImpl
 
setAffiliation(EStructuralFeature, EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
setAffiliation(EStructuralFeature, EStructuralFeature) - Method in interface org.eclipse.emf.ecore.util.ExtendedMetaData
Sets the substitution group affiliation for the given structural feature.
setAllAttributesCollectionModified(boolean) - Method in class org.eclipse.emf.ecore.impl.ESuperAdapter
 
setAllContainmentsCollectionModified(boolean) - Method in class org.eclipse.emf.ecore.impl.ESuperAdapter
 
setAllOperationsCollectionModified(boolean) - Method in class org.eclipse.emf.ecore.impl.ESuperAdapter
 
setAllowControlCharacters(boolean) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Escape
 
setAllReferencesCollectionModified(boolean) - Method in class org.eclipse.emf.ecore.impl.ESuperAdapter
 
setAllStructuralFeaturesCollectionModified(boolean) - Method in class org.eclipse.emf.ecore.impl.ESuperAdapter
 
setAllSuperCollectionModified(boolean) - Method in class org.eclipse.emf.ecore.impl.ESuperAdapter
 
setAnnotation(GenBase, String, String, String) - Static method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelUtil
 
setAnnotation(EModelElement, String, String, String) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
 
setAnySimpleType(EClass) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
setAnySimpleType(EClass) - Method in interface org.eclipse.emf.ecore.xmi.XMLHelper
Sets the any simple type class.
setAppContext(Object) - Method in class org.eclipse.emf.oda.ecore.impl.Connection
 
setAppContext(Object) - Method in class org.eclipse.emf.oda.ecore.impl.Driver
 
setAppContext(Object) - Method in class org.eclipse.emf.oda.ecore.impl.Query
 
setArbitraryValue(Object) - Method in class org.eclipse.emf.common.util.Pool.AccessUnit
 
setArbitraryValue(Object) - Method in class org.eclipse.emf.common.util.Pool.ObjectAccessUnit
 
setArbitraryValue(Object) - Method in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.AccessUnitBase
 
setArbitraryValue(Object) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.AccessUnitBase
 
setArbitraryValue(Object) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAccessUnit
Checks of the value is a string array and delegates to SegmentSequence.StringArrayPool.SegmentsAccessUnit.setValue(String[]) if that's the case..
setArbitraryValue(Object) - Method in class org.eclipse.emf.common.util.URI.URIPool.URIPoolAccessUnitBase
 
setArgument(Object) - Method in class org.eclipse.emf.ant.taskdefs.codegen.JETEmitterTask
 
setArgumentClass(Class<?>) - Method in class org.eclipse.emf.ant.taskdefs.codegen.JETEmitterTask
 
setArguments(String[]) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJEnumConstant
 
setArguments(String[]) - Method in interface org.eclipse.emf.codegen.merge.java.facade.JEnumConstant
 
setArrayAccessors(boolean) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Array Accessors' attribute
setArrayAccessors(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
setArrayType(JClass) - Method in class org.eclipse.emf.java.impl.JClassImpl
 
setArrayType(JClass) - Method in interface org.eclipse.emf.java.JClass
Sets the value of the 'Array Type' containment reference
setArtifactLocation(String) - Method in class org.eclipse.emf.exporter.ModelExporter.EPackageExportInfo
 
setArtifactURI(URI) - Method in class org.eclipse.emf.exporter.ModelExporter.ReferencedGenPackageExportInfo
 
setASTNode(T) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJNode
 
setAttached(boolean) - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterWizard.PageHelper
 
setAttributes(Map<String, ?>) - Method in class org.eclipse.emf.ecore.resource.impl.ArchiveURIHandlerImpl.Archive
 
setAttributes(URI, Map<String, ?>, Map<?, ?>) - Method in class org.eclipse.emf.ecore.resource.impl.ArchiveURIHandlerImpl
 
setAttributes(URI, Map<String, ?>, Map<?, ?>) - Method in class org.eclipse.emf.ecore.resource.impl.EFSURIHandlerImpl
 
setAttributes(URI, Map<String, ?>, Map<?, ?>) - Method in class org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl
 
setAttributes(URI, Map<String, ?>, Map<?, ?>) - Method in class org.eclipse.emf.ecore.resource.impl.FileURIHandlerImpl
 
setAttributes(URI, Map<String, ?>, Map<?, ?>) - Method in class org.eclipse.emf.ecore.resource.impl.PlatformResourceURIHandlerImpl
 
setAttributes(URI, Map<String, ?>, Map<?, ?>) - Method in class org.eclipse.emf.ecore.resource.impl.URIHandlerImpl
 
setAttributes(URI, Map<String, ?>, Map<?, ?>) - Method in interface org.eclipse.emf.ecore.resource.URIConverter
Updates the map from String attributes to their corresponding values representing information about various aspects of the URI's state.
setAttributes(URI, Map<String, ?>, Map<?, ?>) - Method in interface org.eclipse.emf.ecore.resource.URIHandler
Updates the map from String attributes to their corresponding values representing information about various aspects of the URI's state.
setAttributes(Object) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
Sets the current attributes and returns the old ones.
setAttributes(NamedNodeMap) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLLoadImpl.AttributesProxy
Sets the DOM attributes.
setAttribValue(EObject, String, String) - Method in class org.eclipse.emf.ecore.xmi.impl.EMOFHandler
 
setAttribValue(EObject, String, String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
Create a feature with the given name for the given object with the given values.
setAuthor(Writer) - Method in interface org.eclipse.emf.examples.extlibrary.Book
Sets the value of the 'Author' reference
setAuthor(Writer) - Method in interface org.eclipse.emf.examples.extlibrary.BookOnTape
Sets the value of the 'Author' reference
setAuthor(Writer) - Method in class org.eclipse.emf.examples.extlibrary.impl.BookImpl
 
setAuthor(Writer) - Method in class org.eclipse.emf.examples.extlibrary.impl.BookOnTapeImpl
 
setAutoBuild(boolean) - Method in class org.eclipse.emf.ant.taskdefs.codegen.ecore.GeneratorTask
 
setBackground(Object, Object) - Method in class org.eclipse.emf.edit.provider.ItemProvider
This allows ItemProvider.background to be set.
setBackground(Object) - Method in class org.eclipse.emf.edit.provider.ItemProvider
setBackgroundColor(URI) - Method in class org.eclipse.emf.edit.provider.StyledString.Style.Builder
 
setBase(String) - Method in class org.eclipse.emf.ecore.xml.namespace.impl.XMLNamespaceDocumentRootImpl
 
setBase(String) - Method in interface org.eclipse.emf.ecore.xml.namespace.XMLNamespaceDocumentRoot
Sets the value of the 'Base' attribute
setBasePackage(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
Sets the value of the 'Base Package' attribute
setBasePackage(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
setBasePackage(String) - Method in class org.eclipse.emf.importer.ModelImporter.EPackageImportInfo
 
setBaseType(EDataType) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EClassExtendedMetaDataImpl
 
setBaseType(EDataType) - Method in interface org.eclipse.emf.ecore.util.BasicExtendedMetaData.EClassifierExtendedMetaData
 
setBaseType(EDataType) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EDataTypeExtendedMetaDataImpl
 
setBaseType(EDataType, EDataType) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
setBaseType(EDataType, EDataType) - Method in interface org.eclipse.emf.ecore.util.ExtendedMetaData
Sets the base type for a data type, indicating that the data type corresponds to a simple type that derives from another by restriction.
setBaseURI(URI) - Method in class org.eclipse.emf.ecore.xmi.impl.ResourceEntityHandlerImpl
Sets the base URI and if the URI has changed, resolves all the entity URIs values against the old base URI and then deresolves them against the new baseURI.
setBaseURI(URI) - Method in class org.eclipse.emf.ecore.xmi.impl.URIHandlerImpl
 
setBaseURI(URI) - Method in interface org.eclipse.emf.ecore.xmi.XMLResource.URIHandler
Sets base URI used by the handler.
setBeginning(int, int) - Method in class org.eclipse.emf.ecore.xml.type.internal.RegEx.Match
 
setBigDecimal(String, BigDecimal) - Method in class org.eclipse.emf.oda.ecore.impl.Query
 
setBigDecimal(int, BigDecimal) - Method in class org.eclipse.emf.oda.ecore.impl.Query
 
setBinaryCompatibleReflectiveMethods(boolean) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Binary Compatible Reflective Methods' attribute
setBinaryCompatibleReflectiveMethods(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
setBlocked(Diagnostic) - Method in class org.eclipse.emf.common.util.BasicMonitor.Delegating
 
setBlocked(Diagnostic) - Method in class org.eclipse.emf.common.util.BasicMonitor.EclipseSubProgress
 
setBlocked(Diagnostic) - Method in class org.eclipse.emf.common.util.BasicMonitor.Printing
 
setBlocked(Diagnostic) - Method in class org.eclipse.emf.common.util.BasicMonitor
 
setBlocked(Diagnostic) - Method in interface org.eclipse.emf.common.util.Monitor
Sets the reason for the activity being blocked.
setBody(List<String>) - Method in class org.eclipse.emf.codegen.jet.JETSkeleton
 
setBody(String) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJEnumConstant
 
setBody(String) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJInitializer
 
setBody(String) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJMethod
 
setBody(String) - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMJInitializer
 
setBody(String) - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMJMethod
 
setBody(String) - Method in interface org.eclipse.emf.codegen.merge.java.facade.JEnumConstant
 
setBody(String) - Method in interface org.eclipse.emf.codegen.merge.java.facade.JInitializer
Sets the body of this initializer.
setBody(String) - Method in interface org.eclipse.emf.codegen.merge.java.facade.JMethod
Sets the body of this method.
setBody(XBlockExpression) - Method in class org.eclipse.emf.ecore.xcore.impl.XOperationImpl
 
setBody - Variable in class org.eclipse.emf.ecore.xcore.impl.XStructuralFeatureImpl
The cached value of the 'Set Body' containment reference
setBody(XBlockExpression) - Method in interface org.eclipse.emf.ecore.xcore.XOperation
Sets the value of the 'Body' containment reference
setBody(String) - Method in class org.eclipse.emf.java.impl.JInitializerImpl
 
setBody(String) - Method in class org.eclipse.emf.java.impl.JMethodImpl
 
setBody(String) - Method in interface org.eclipse.emf.java.JInitializer
Sets the value of the 'Body' attribute
setBody(String) - Method in interface org.eclipse.emf.java.JMethod
Sets the value of the 'Body' attribute
setBoolean(String, boolean) - Method in class org.eclipse.emf.oda.ecore.impl.Query
 
setBoolean(int, boolean) - Method in class org.eclipse.emf.oda.ecore.impl.Query
 
setBooleanFlagsField(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Boolean Flags Field' attribute
setBooleanFlagsField(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
setBooleanFlagsReservedBits(int) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Boolean Flags Reserved Bits' attribute
setBooleanFlagsReservedBits(int) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
setBorderColor(URI) - Method in class org.eclipse.emf.edit.provider.StyledString.Style.Builder
 
setBorderStyle(StyledString.Style.BorderStyle) - Method in class org.eclipse.emf.edit.provider.StyledString.Style.Builder
 
setBuffer(StringBuffer) - Method in class org.eclipse.emf.mapping.command.PersistentCommandStack.Encoder
 
setBundleManifest(boolean) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Bundle Manifest' attribute
setBundleManifest(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
setCanceled(boolean) - Method in class org.eclipse.emf.common.util.BasicMonitor.Delegating
 
setCanceled(boolean) - Method in class org.eclipse.emf.common.util.BasicMonitor
 
setCanceled(boolean) - Method in interface org.eclipse.emf.common.util.Monitor
Sets whether the active should be canceled.
setCanGenerate(boolean) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
setCanGenerate(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
setCategory(BookCategory) - Method in interface org.eclipse.emf.examples.extlibrary.Book
Sets the value of the 'Category' attribute
setCategory(BookCategory) - Method in class org.eclipse.emf.examples.extlibrary.impl.BookImpl
 
setChangeable(boolean) - Method in interface org.eclipse.emf.ecore.EStructuralFeature
Sets the value of the 'Changeable' attribute
setChangeable(boolean) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
 
setChangeDescription(ChangeDescription) - Method in class org.eclipse.emf.ecore.change.util.BasicChangeRecorder
 
setChangeDescription(ChangeDescription) - Method in class org.eclipse.emf.edit.command.ChangeCommand
 
setCheck(TreeItem, boolean) - Method in class org.eclipse.emf.converter.util.ConverterUIUtil.TreeCheckStateManager
 
setChecked(boolean) - Method in class org.eclipse.emf.common.ui.action.ViewerFilterAction
 
setCheckForDuplicates(boolean) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
setCheckForDuplicates(boolean) - Method in interface org.eclipse.emf.ecore.xmi.XMLHelper
 
setChildCreationExtenders(boolean) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
Sets the value of the 'Child Creation Extenders' attribute
setChildCreationExtenders(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
setChildren(boolean) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
Sets the value of the 'Children' attribute
setChildren(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
setClassifierID(int) - Method in class org.eclipse.emf.ecore.impl.EClassifierImpl
 
setClassLoader(ClassLoader) - Method in class org.eclipse.emf.java.util.JavaPackageResourceImpl
 
setClassName(String) - Method in class org.eclipse.emf.codegen.jet.JETSkeleton
 
setClassNamePattern(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Class Name Pattern' attribute
setClassNamePattern(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
setClassPackageSuffix(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
Sets the value of the 'Class Package Suffix' attribute
setClassPackageSuffix(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
setClassType(JvmGenericType) - Method in class org.eclipse.emf.ecore.xcore.mappings.XClassMapping
 
setCleanup(boolean) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Cleanup' attribute
setCleanup(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
setClipboard(Collection<Object>) - Method in class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain
This sets the clipboard of the editing domain.
setClipboard(Collection<Object>) - Method in interface org.eclipse.emf.edit.domain.EditingDomain
This sets the clipboard of the editing domain.
setCode(int) - Method in class org.eclipse.emf.common.util.BasicDiagnostic
 
setCodeFormatterOptions(Map) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Deprecated.
In EMF 2.2, the Generator.Options should be used to record code formatter options in order to be used via the new Generator-based design. This method will be removed after 2.2.
setCodeFormatterOptions(Map) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
Deprecated.
In EMF 2.2, the Generator.Options should be used to record code formatter options in order to be used via the new Generator-based design. This method will be removed after 2.2.
setCodeFormatting(boolean) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Code Formatting' attribute
setCodeFormatting(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
setColorProviders(boolean) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Color Providers' attribute
setColorProviders(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
setColumn(int) - Method in class org.eclipse.emf.exporter.util.ExporterUIUtil.TreeEditorHelper
 
SetCommand - Class in org.eclipse.emf.edit.command
The set command logically acts upon an owner object to set a particular feature to a specified value or to unset a feature.
SetCommand(EditingDomain, EObject, EStructuralFeature, Object) - Constructor for class org.eclipse.emf.edit.command.SetCommand
This constructs a primitive command to set the owner's feature to the specified value.
SetCommand(EditingDomain, EObject, EStructuralFeature, Object, int) - Constructor for class org.eclipse.emf.edit.command.SetCommand
This constructs a primitive command to set the owner's feature to the specified value at the given index.
setCommand - Variable in class org.eclipse.emf.mapping.command.SetOverrideCommand
This keeps track of the SetCommand we're overriding
SetCommand.PessimisticStrictCompoundCommand - Class in org.eclipse.emf.edit.command
 
SetCommand.PessimisticStrictCompoundCommand(String, String) - Constructor for class org.eclipse.emf.edit.command.SetCommand.PessimisticStrictCompoundCommand
 
setCommandOwner(Object) - Method in class org.eclipse.emf.edit.provider.DelegatingWrapperItemProvider.DelegatingWrapperItemPropertyDescriptor
Sets the override command owner and, if the decorated descriptor also implements OverrideableCommandOwner, updates its command owner.
setCommandOwner(Object) - Method in interface org.eclipse.emf.edit.provider.IItemPropertyDescriptor.OverrideableCommandOwner
Sets the object to use as the owner of commands created to set the property's value.
setCommandOwner(Object) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
Sets the object to use as the owner of commands created to set the property's value.
setCommandStack(String) - Method in class org.eclipse.emf.mapping.impl.MappingRootImpl
 
setCommandStack(String) - Method in interface org.eclipse.emf.mapping.MappingRoot
Sets the value of the 'Command Stack' attribute
setComment(String) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJField
May split the declaration same way as ASTJField.setType(String).
setComment(String) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJMember
 
setComment(String) - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMJMember
 
setComment(String) - Method in interface org.eclipse.emf.codegen.merge.java.facade.JMember
Sets the comment associated with this member.
setComment(String) - Method in class org.eclipse.emf.java.impl.JCompilationUnitImpl
 
setComment(String) - Method in class org.eclipse.emf.java.impl.JMemberImpl
 
setComment(String) - Method in interface org.eclipse.emf.java.JCompilationUnit
Sets the value of the 'Comment' attribute
setComment(String) - Method in interface org.eclipse.emf.java.JMember
Sets the value of the 'Comment' attribute
setCommentFormatting(boolean) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Comment Formatting' attribute
setCommentFormatting(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
setCommit(boolean) - Method in class org.eclipse.emf.importer.rose.parser.RoseNode
 
setCompilationUnitContents(String) - Method in class org.eclipse.emf.codegen.jet.JETSkeleton
 
setCompilerCompliance(String) - Method in class org.eclipse.emf.codegen.merge.java.facade.FacadeHelper
Specify the required Java compiler compliance level.
setComplianceLevel(GenJDKLevel) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Compliance Level' attribute
setComplianceLevel(GenJDKLevel) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
setComponentType(JClass) - Method in class org.eclipse.emf.java.impl.JClassImpl
 
setComponentType(JClass) - Method in interface org.eclipse.emf.java.JClass
Sets the value of the 'Component Type' container reference
setConstants(List<String>) - Method in class org.eclipse.emf.codegen.jet.JETSkeleton
 
setConstraints(EModelElement, List<String>) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
 
setConstructor(boolean) - Method in class org.eclipse.emf.java.impl.JMethodImpl
 
setConstructor(boolean) - Method in interface org.eclipse.emf.java.JMethod
Sets the value of the 'Constructor' attribute
setContainer(IWizardContainer) - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterWizard
 
setContainer(boolean) - Method in class org.eclipse.emf.ecore.xcore.impl.XReferenceImpl
 
setContainer(boolean) - Method in interface org.eclipse.emf.ecore.xcore.XReference
Sets the value of the 'Container' attribute
setContainer(UnitTreeNode) - Method in class org.eclipse.emf.importer.rose.builder.TableObject
 
setContainerClass(Class<?>) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
 
setContainerValue(IContainer, Element, String) - Method in class org.eclipse.emf.codegen.jet.JETNature
Sets the template container location in the settings file
setContainerValues(List<Object>, Element, String) - Method in class org.eclipse.emf.codegen.jet.JETNature
 
setContainerValues(List<Object>, List<Object>, Element, String) - Method in class org.eclipse.emf.codegen.jet.JETNature
Sets the template container locations in the settings file
setContainingType(JClass) - Method in class org.eclipse.emf.java.impl.JMemberImpl
 
setContainingType(JClass) - Method in interface org.eclipse.emf.java.JMember
Sets the value of the 'Containing Type' container reference
setContainment(boolean) - Method in interface org.eclipse.emf.ecore.EReference
Sets the value of the 'Containment' attribute
setContainment(boolean) - Method in class org.eclipse.emf.ecore.impl.EReferenceImpl
 
setContainment(boolean) - Method in class org.eclipse.emf.ecore.xcore.impl.XReferenceImpl
 
setContainment(boolean) - Method in interface org.eclipse.emf.ecore.xcore.XReference
Sets the value of the 'Containment' attribute
setContainmentGen(boolean) - Method in class org.eclipse.emf.ecore.impl.EReferenceImpl
 
setContainmentProxies(boolean) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Containment Proxies' attribute
setContainmentProxies(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
setContentCreated(boolean) - Method in class org.eclipse.emf.converter.ui.contribution.ModelConverterManager.ModelConverterDescriptorWizardNode
 
setContentKind(int) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EClassExtendedMetaDataImpl
 
setContentKind(int) - Method in interface org.eclipse.emf.ecore.util.BasicExtendedMetaData.EClassifierExtendedMetaData
 
setContentKind(int) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EDataTypeExtendedMetaDataImpl
 
setContentKind(EClass, int) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
setContentKind(EClass, int) - Method in interface org.eclipse.emf.ecore.util.ExtendedMetaData
Sets the kind of XML content of the type corresponding to the given class.
setContents(String) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJAnnotation
 
setContents(String) - Method in interface org.eclipse.emf.codegen.merge.java.facade.JAnnotation
Overwrites the contents of the annotation with the given contents.
setContentTypeIdentifier(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
Sets the value of the 'Content Type Identifier' attribute
setContentTypeIdentifier(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
setContentURI(URI) - Method in class org.eclipse.emf.common.ui.wizard.AbstractExampleInstallerWizard.ProjectDescriptor
 
setContext(EClassifier) - Method in interface org.eclipse.emf.edit.ui.util.QueryDelegateTextViewer
Sets the context for the text viewer's query.
setContextType(EClassifier) - Method in class org.eclipse.emf.oda.ecore.ui.impl.EcoreDataSetWizardPage
Sets the value of the context type property.
setControlModel(JControlModel) - Method in class org.eclipse.emf.codegen.jmerge.JMerger
Deprecated.
 
setControlModel(JControlModel) - Method in class org.eclipse.emf.codegen.merge.java.facade.FacadeHelper
Sets this facade helper's control model.
setConversionDelegate(EDataType.Internal.ConversionDelegate) - Method in interface org.eclipse.emf.ecore.EDataType.Internal
Sets the specialized delegate for this data type.
setConversionDelegate(EDataType.Internal.ConversionDelegate) - Method in class org.eclipse.emf.ecore.impl.EDataTypeImpl
 
setConversionDelegates(EPackage, List<String>) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
 
setConvert(boolean) - Method in class org.eclipse.emf.converter.ModelConverter.EPackageConvertInfo
 
setConvertBody(XBlockExpression) - Method in class org.eclipse.emf.ecore.xcore.impl.XDataTypeImpl
 
setConvertBody(XBlockExpression) - Method in interface org.eclipse.emf.ecore.xcore.XDataType
Sets the value of the 'Convert Body' containment reference
setConvertData(String) - Method in class org.eclipse.emf.converter.ModelConverter.EPackageConvertInfo
 
setConverter(JvmOperation) - Method in class org.eclipse.emf.ecore.xcore.mappings.XDataTypeMapping
 
setConvertToStandardBraceStyle(boolean) - Method in class org.eclipse.emf.codegen.merge.java.JControlModel
 
setCopies(int) - Method in class org.eclipse.emf.examples.extlibrary.impl.CirculatingItemImpl
 
setCopies(int) - Method in interface org.eclipse.emf.examples.extlibrary.Lendable
Sets the value of the 'Copies' attribute
setCopyright(String) - Method in class org.eclipse.emf.ant.taskdefs.codegen.ecore.GeneratorTask
 
setCopyrightFields(boolean) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Copyright Fields' attribute
setCopyrightFields(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
setCopyrightText(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Copyright Text' attribute
setCopyrightText(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
setCreateBody(XBlockExpression) - Method in class org.eclipse.emf.ecore.xcore.impl.XDataTypeImpl
 
setCreateBody(XBlockExpression) - Method in interface org.eclipse.emf.ecore.xcore.XDataType
Sets the value of the 'Create Body' containment reference
setCreateChild(boolean) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
Sets the value of the 'Create Child' attribute
setCreateChild(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
setCreationCommands(boolean) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Creation Commands' attribute
setCreationCommands(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
setCreationIcons(boolean) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Creation Icons' attribute
setCreationIcons(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
setCreationSubmenus(boolean) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Creation Submenus' attribute
setCreationSubmenus(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
setCreator(JvmOperation) - Method in class org.eclipse.emf.ecore.xcore.mappings.XDataTypeMapping
 
setCurrentViewer(Viewer) - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
This makes sure that one content viewer, either for the current page or the outline view, if it has focus, is the current one
setCurrentViewer(Viewer) - Method in class org.eclipse.emf.ecore.presentation.EcoreEditor
This makes sure that one content viewer, either for the current page or the outline view, if it has focus, is the current one
setCurrentViewer(Viewer) - Method in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryEditor
This makes sure that one content viewer, either for the current page or the outline view, if it has focus, is the current one
setCurrentViewer(Viewer) - Method in class org.eclipse.emf.java.presentation.JavaEditor
This makes sure that one content viewer, either for the current page or the outline view, if it has focus, is the current one
setCurrentViewer(Viewer) - Method in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLEditor
This makes sure that one content viewer, either for the current page or the outline view, if it has focus, is the current one
setCurrentViewer(Viewer) - Method in class org.eclipse.emf.mapping.presentation.MappingEditor
This makes sure that one content viewer, either for the current page or the outline view, if it has focus, is the current one.
setCurrentViewerPane(ViewerPane) - Method in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryEditor
 
setCurrentViewerPane(ViewerPane) - Method in class org.eclipse.emf.java.presentation.JavaEditor
 
setCurrentViewerPane(ViewerPane) - Method in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLEditor
 
setCurrentViewerPane(ViewerPane) - Method in class org.eclipse.emf.mapping.presentation.MappingEditor
 
setDamaged(boolean) - Method in interface org.eclipse.emf.examples.extlibrary.AudioVisualItem
Sets the value of the 'Damaged' attribute
setDamaged(boolean) - Method in class org.eclipse.emf.examples.extlibrary.impl.AudioVisualItemImpl
 
setData(Object[]) - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Updates directly and unsafely the underlying data storage.
setData(int, Object[]) - Method in class org.eclipse.emf.common.util.BasicEList
Updates directly and unsafely the underlying data storage.
setData(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.ProcessingInstructionImpl
 
setData(String) - Method in interface org.eclipse.emf.ecore.xml.type.ProcessingInstruction
Sets the value of the 'Data' attribute
setData(EObject) - Method in class org.eclipse.emf.edit.tree.impl.TreeNodeImpl
 
setData(EObject) - Method in interface org.eclipse.emf.edit.tree.TreeNode
Sets the value of the 'Data' reference
setDataTypeConverters(boolean) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
Sets the value of the 'Data Type Converters' attribute
setDataTypeConverters(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
setDataTypeGeneratedInstanceClass(boolean) - Method in class org.eclipse.emf.ecore.impl.EDataTypeImpl
 
setDataTypeGeneratedInstanceClass(boolean) - Method in class org.eclipse.emf.ecore.impl.EEnumImpl
 
setDataValue(String) - Method in interface org.eclipse.emf.ecore.change.FeatureChange
Sets the value of the 'Data Value' attribute
setDataValue(String) - Method in interface org.eclipse.emf.ecore.change.FeatureMapEntry
Sets the value of the 'Data Value' attribute
setDataValue(String) - Method in class org.eclipse.emf.ecore.change.impl.FeatureChangeImpl
 
setDataValue(String) - Method in class org.eclipse.emf.ecore.change.impl.FeatureMapEntryImpl
 
setDate(String, Date) - Method in class org.eclipse.emf.oda.ecore.impl.Query
 
setDate(int, Date) - Method in class org.eclipse.emf.oda.ecore.impl.Query
 
setDay(int) - Method in class org.eclipse.emf.ecore.xml.type.internal.XMLCalendar
 
setDecoratedAdapterFactory(AdapterFactory) - Method in class org.eclipse.emf.edit.provider.DecoratorAdapterFactory
This sets the adapter factory whose adapters will be decorated.
setDecoratedItemProvider(IChangeNotifier) - Method in interface org.eclipse.emf.edit.provider.IItemProviderDecorator
This set the decorated item provider, which must implement the IChangeNotifier interface.
setDecoratedItemProvider(IChangeNotifier) - Method in class org.eclipse.emf.edit.provider.ItemProviderDecorator
This sets the item provider that this decorates; it also hooks up the INotifyChangedListener.
setDecoration(GenDecoration) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Decoration' attribute
setDecoration(GenDecoration) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
setDefaultBackground(Color) - Method in class org.eclipse.emf.edit.ui.provider.AdapterFactoryLabelProvider
Set the default background color.
setDefaultFont(Font) - Method in class org.eclipse.emf.edit.ui.provider.AdapterFactoryLabelProvider
Set the default font.
setDefaultForeground(Color) - Method in class org.eclipse.emf.edit.ui.provider.AdapterFactoryLabelProvider
Set the default foreground color.
setDefaultModelImporterDescriptorID(String) - Method in class org.eclipse.emf.importer.ui.EMFModelWizard
Sets the model importer descriptor that will be selected when this wizard is presented to the user.
setDefaultPath(IPath) - Method in class org.eclipse.emf.importer.ui.EMFModelWizard
Sets the path of the genmodel that will be used when this wizard is presented to the user.
setDefaults(IProgressMonitor) - Method in class org.eclipse.emf.codegen.jet.JETNature
Sets the containers to their defaults.
setDefaultValue(String) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJAnnotationTypeMember
 
setDefaultValue(String) - Method in interface org.eclipse.emf.codegen.merge.java.facade.JAnnotationTypeMember
Sets default value.
setDefaultValue(Object) - Method in interface org.eclipse.emf.ecore.EStructuralFeature
A convenience method for setting the 'Default Value Literal' attribute.
setDefaultValue(Object) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
 
setDefaultValueLiteral(String) - Method in interface org.eclipse.emf.ecore.EStructuralFeature
Sets the value of the 'Default Value Literal' attribute
setDefaultValueLiteral(String) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
 
setDefaultValueLiteral(String) - Method in class org.eclipse.emf.ecore.xcore.impl.XAttributeImpl
 
setDefaultValueLiteral(String) - Method in interface org.eclipse.emf.ecore.xcore.XAttribute
Sets the value of the 'Default Value Literal' attribute
setDefaultValueLiteralGen(String) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
 
setDerived(boolean) - Method in interface org.eclipse.emf.ecore.EStructuralFeature
Sets the value of the 'Derived' attribute
setDerived(boolean) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
 
setDerived(boolean) - Method in class org.eclipse.emf.ecore.xcore.impl.XStructuralFeatureImpl
 
setDerived(boolean) - Method in interface org.eclipse.emf.ecore.xcore.XStructuralFeature
Sets the value of the 'Derived' attribute
setDescription(String) - Method in class org.eclipse.emf.common.command.AbstractCommand
Sets the description after construction.
setDescription(String) - Method in class org.eclipse.emf.common.ui.wizard.AbstractExampleInstallerWizard.ProjectDescriptor
 
setDescription(String) - Method in class org.eclipse.emf.converter.ui.contribution.ModelConverterManager.ModelConverterDescriptorImpl
 
setDetailText(String) - Method in class org.eclipse.emf.common.ui.DiagnosticComposite
 
setDiagnostic(Diagnostic) - Method in class org.eclipse.emf.common.ui.DiagnosticComposite
 
setDiagnostic(Diagnostic) - Method in class org.eclipse.emf.common.ui.dialogs.DiagnosticDialog
Set the diagnostic displayed by this diagnostic dialog to the given diagnostic.
setDiagnostic(Diagnostic) - Method in class org.eclipse.emf.common.ui.editor.ProblemEditorPart
 
setDirectory(String, boolean) - Method in class org.eclipse.emf.exporter.ui.contribution.base.ModelExporterDirectoryURIPage
 
setDirectoryURI(URI) - Method in class org.eclipse.emf.exporter.ModelExporter
 
setDirectoryURI(String) - Method in class org.eclipse.emf.exporter.ModelExporter
 
setDisposableProviderFactory(boolean) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
Sets the value of the 'Disposable Provider Factory' attribute
setDisposableProviderFactory(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
setDoctypeInfo(String, String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
 
setDoctypeInfo(String, String) - Method in interface org.eclipse.emf.ecore.xmi.XMLResource
Sets the values of system and public identifiers on this resource.
setDocumentation(EModelElement, String) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
 
setDocumentLocator(Locator) - Method in class org.eclipse.emf.ecore.xmi.impl.SAXWrapper
Deprecated.
 
setDocumentLocator(Locator) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
setDocumentRoot(EClass) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
setDocumentRoot(EClass) - Method in interface org.eclipse.emf.ecore.util.ExtendedMetaData
Sets the specified class to be a document root.
setDomain(MappingDomain) - Method in class org.eclipse.emf.mapping.impl.MappingRootImpl
 
setDomain(MappingDomain) - Method in interface org.eclipse.emf.mapping.MappingRoot
This sets the domain of this mapping root.
setDouble(String, double) - Method in class org.eclipse.emf.oda.ecore.impl.Query
 
setDouble(int, double) - Method in class org.eclipse.emf.oda.ecore.impl.Query
 
setDown(boolean) - Method in class org.eclipse.emf.edit.ui.celleditor.AdapterFactoryTableTreeEditor
Deprecated.
 
setDynamic(boolean) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
Sets the value of the 'Dynamic' attribute
setDynamic(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
setDynamicTemplates(boolean) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Dynamic Templates' attribute
setDynamicTemplates(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
setEAttributeProperties(RoseNode, EAttribute) - Method in class org.eclipse.emf.importer.rose.builder.RoseEcoreBuilder
 
setEClass(EClass) - Method in interface org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder
 
setEClass(EClass) - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl
 
setEClass(EClass) - Method in class org.eclipse.emf.ecore.impl.DynamicEObjectImpl.DynamicEPropertiesHolderImpl
 
setEClass(EClass) - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.EStoreEPropertiesHolderImpl
 
setEClass(EClass) - Method in class org.eclipse.emf.ecore.xcore.mappings.XClassMapping
 
setEClassifier(EClassifier) - Method in interface org.eclipse.emf.ecore.EGenericType
Sets the value of the 'EClassifier' reference
setEClassifier(EClassifier, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EGenericTypeImpl
 
setEClassifier(EClassifier) - Method in class org.eclipse.emf.ecore.impl.EGenericTypeImpl
 
setEClassProperties(RoseNode, EClass) - Method in class org.eclipse.emf.importer.rose.builder.RoseEcoreBuilder
 
setEContents(EList<EObject>) - Method in interface org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder
 
setEContents(EList<EObject>) - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl
 
setEContents(EList<EObject>) - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImpl
 
setEContents(EList<EObject>) - Method in class org.eclipse.emf.ecore.impl.DynamicEObjectImpl.DynamicEPropertiesHolderImpl
 
setEContents(EList<EObject>) - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.EStoreEPropertiesHolderImpl
 
setEcoreBuilder(EcoreBuilder) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLOptionsImpl
 
setEcoreBuilder(EcoreBuilder) - Method in interface org.eclipse.emf.ecore.xmi.XMLOptions
This option allows the user to specify implementation of EcoreBuilder that will be used to process schema locations to build Ecore dynamically.
setEcoreClass(EClass) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
Sets the value of the 'Ecore Class' reference
setEcoreClass(EClass) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
setEcoreDataType(EDataType) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenDataType
Sets the value of the 'Ecore Data Type' reference
setEcoreDataType(EDataType) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
 
setEcoreEnum(EEnum) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenEnum
Sets the value of the 'Ecore Enum' reference
setEcoreEnum(EEnum) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumImpl
 
setEcoreEnumLiteral(EEnumLiteral) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenEnumLiteral
Sets the value of the 'Ecore Enum Literal' reference
setEcoreEnumLiteral(EEnumLiteral) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumLiteralImpl
 
setEcoreFeature(EStructuralFeature) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
Sets the value of the 'Ecore Feature' reference
setEcoreFeature(EStructuralFeature) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
setEcoreFileName(String) - Method in class org.eclipse.emf.importer.ModelImporter.EPackageImportInfo
 
setEcoreFileName(String) - Method in class org.eclipse.emf.importer.rose.builder.UnitTreeNode
 
setEcoreOperation(EOperation) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenOperation
Sets the value of the 'Ecore Operation' reference
setEcoreOperation(EOperation) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
 
setEcorePackage(EPackage) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
Sets the value of the 'Ecore Package' reference
setEcorePackage(EPackage) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
setEcoreParameter(EParameter) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenParameter
Sets the value of the 'Ecore Parameter' reference
setEcoreParameter(EParameter) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenParameterImpl
 
setEcoreTypeParameter(ETypeParameter) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenTypeParameter
Sets the value of the 'Ecore Type Parameter' reference
setEcoreTypeParameter(ETypeParameter) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenTypeParameterImpl
 
setECrossReferences(EList<EObject>) - Method in interface org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder
 
setECrossReferences(EList<EObject>) - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl
 
setECrossReferences(EList<EObject>) - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImpl
 
setECrossReferences(EList<EObject>) - Method in class org.eclipse.emf.ecore.impl.DynamicEObjectImpl.DynamicEPropertiesHolderImpl
 
setECrossReferences(EList<EObject>) - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.EStoreEPropertiesHolderImpl
 
setEDataType(EDataType) - Method in class org.eclipse.emf.ecore.xcore.mappings.XDataTypeMapping
 
setEDataTypeProperties(RoseNode, EDataType) - Method in class org.eclipse.emf.importer.rose.builder.RoseEcoreBuilder
 
setEditDirectory(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Edit Directory' attribute
setEditDirectory(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
setEditingDomain(EditingDomain) - Method in class org.eclipse.emf.edit.ui.action.CommandActionHandler
This sets the action's domain.
setEditingDomain(EditingDomain) - Method in class org.eclipse.emf.edit.ui.action.LoadResourceAction
This sets the action's domain.
setEditingDomain(EditingDomain) - Method in class org.eclipse.emf.edit.ui.action.RedoAction
This sets the action's domain.
setEditingDomain(EditingDomain) - Method in class org.eclipse.emf.edit.ui.action.UndoAction
This sets the action's domain.
setEditingDomain(EditingDomain) - Method in class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator.LiveValidator.LiveValidationAction
 
setEditingDomainProvider(IEditingDomainProvider) - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractSelectionView
 
setEditor(Control, TableItem, int) - Method in class org.eclipse.emf.common.ui.celleditor.ExtendedTableEditor
Deprecated.
 
setEditor(Control, TableTreeItem, int) - Method in class org.eclipse.emf.common.ui.celleditor.ExtendedTableTreeEditor
Deprecated.
 
setEditor(Control, Widget) - Method in class org.eclipse.emf.exporter.util.ExporterUIUtil.CompositeEditorHelper
 
setEditor(Control, Widget) - Method in class org.eclipse.emf.exporter.util.ExporterUIUtil.TreeEditorHelper
 
setEditorDirectory(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Editor Directory' attribute
setEditorDirectory(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
setEditorID(String) - Method in class org.eclipse.emf.common.ui.wizard.AbstractExampleInstallerWizard.FileToOpen
 
setEditorPluginClass(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Editor Plugin Class' attribute
setEditorPluginClass(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
setEditorPluginID(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Editor Plugin ID' attribute
setEditorPluginID(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
setEditPluginClass(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Edit Plugin Class' attribute
setEditPluginClass(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
setEditPluginID(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Edit Plugin ID' attribute
setEditPluginID(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
setEEnumLiteral(EEnumLiteral) - Method in class org.eclipse.emf.ecore.xcore.mappings.XEnumLiteralMapping
 
setEEnumLiteralProperties(RoseNode, EEnumLiteral) - Method in class org.eclipse.emf.importer.rose.builder.RoseEcoreBuilder
 
setEEnumProperties(RoseNode, EEnum) - Method in class org.eclipse.emf.importer.rose.builder.RoseEcoreBuilder
 
setEEnums() - Method in class org.eclipse.emf.importer.rose.builder.RoseEcoreBuilder
 
setEFactoryInstance(EFactory) - Method in interface org.eclipse.emf.ecore.EPackage
Sets the value of the 'EFactory Instance' reference
setEFactoryInstance(EFactory) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
setEGenericType(EGenericType) - Method in interface org.eclipse.emf.ecore.ETypedElement
Sets the value of the 'EGeneric Type' containment reference
setEGenericType(EGenericType, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.ETypedElementImpl
 
setEGenericType(EGenericType) - Method in class org.eclipse.emf.ecore.impl.ETypedElementImpl
 
setEList(EList<T>, List<? extends T>) - Static method in class org.eclipse.emf.common.util.ECollections
Sets the eList's contents and order to be exactly that of the prototype list.
setEList(EList<T>, Collection<? extends T>) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Deprecated.
setEList(EList<T>, List<? extends T>) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Deprecated.
setELowerBound(EGenericType) - Method in interface org.eclipse.emf.ecore.EGenericType
Sets the value of the 'ELower Bound' containment reference
setELowerBound(EGenericType) - Method in class org.eclipse.emf.ecore.impl.EGenericTypeImpl
 
setEModelElement(EModelElement) - Method in interface org.eclipse.emf.ecore.EAnnotation
Sets the value of the 'EModel Element' container reference
setEModelElement(EModelElement) - Method in class org.eclipse.emf.ecore.impl.EAnnotationImpl
 
setEModelElementProperties(RoseNode, EModelElement) - Method in class org.eclipse.emf.importer.rose.builder.RoseEcoreBuilder
 
setEnabled(Object) - Method in class org.eclipse.emf.ecore.xcore.ui.CreateDynamicInstanceHandler
 
setEncoding(String) - Method in class org.eclipse.emf.ant.taskdefs.codegen.JETCompilerTask
 
setEncoding(String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
 
setEncoding(String) - Method in interface org.eclipse.emf.ecore.xmi.XMLResource
Set the XML encoding for this resource.
setEncoding(String) - Method in class org.eclipse.emf.mapping.command.PersistentCommandStack.Decoder
 
setEncoding(MappingDomain, String) - Method in class org.eclipse.emf.mapping.command.PersistentCommandStack
 
setEnd(int, int) - Method in class org.eclipse.emf.ecore.xml.type.internal.RegEx.Match
 
setEndTag(String) - Method in class org.eclipse.emf.codegen.jet.JETParser
 
setEndTag(String) - Method in class org.eclipse.emf.codegen.jet.JETReader
 
setEnumConstantArgumentsAndBody(ASTJEnumConstant, ASTJField) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTNodeConverter.TypeToEnumConverter
Sets arguments and body of the enum constant from the initializer of the given field.
setEnumerationFacet(List<String>) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EClassExtendedMetaDataImpl
 
setEnumerationFacet(List<String>) - Method in interface org.eclipse.emf.ecore.util.BasicExtendedMetaData.EClassifierExtendedMetaData
 
setEnumerationFacet(List<String>) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EDataTypeExtendedMetaDataImpl
 
setEnumerationFacet(EDataType, List<String>) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
setEnumerationFacet(EDataType, List<String>) - Method in interface org.eclipse.emf.ecore.util.ExtendedMetaData
Sets the enumeration constraint on the given data type.
setEObjectToProxyURIMap(Map<EObject, URI>) - Method in class org.eclipse.emf.ecore.change.util.ChangeRecorder
When this is set to a non-null value, the original proxy URI of each object will be recorded as the change recorder is attached to each object.
setEOperation(EOperation) - Method in class org.eclipse.emf.ecore.xcore.mappings.XOperationMapping
 
setEOperationProperties(RoseNode, EOperation) - Method in class org.eclipse.emf.importer.rose.builder.RoseEcoreBuilder
 
setEOpposite(EReference) - Method in interface org.eclipse.emf.ecore.EReference
Sets the value of the 'EOpposite' reference
setEOpposite(EReference) - Method in class org.eclipse.emf.ecore.impl.EReferenceImpl
 
setEPackage(EPackage) - Method in interface org.eclipse.emf.ecore.EFactory
Sets the value of the 'EPackage' reference
setEPackage(EPackage) - Method in class org.eclipse.emf.ecore.impl.EFactoryImpl
 
setEPackage(EPackage) - Method in class org.eclipse.emf.ecore.xcore.mappings.XPackageMapping
 
setEPackageData(EPackage, String) - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPackagePage
 
setEPackageData(EPackage, String) - Method in class org.eclipse.emf.exporter.ui.contribution.base.ModelExporterPackagePage
 
setEPackageData(EPackage, String) - Method in class org.eclipse.emf.importer.ui.contribution.base.ModelImporterPackagePage
 
setEPackageProperties(RoseNode, EPackage, String) - Method in class org.eclipse.emf.importer.rose.builder.RoseEcoreBuilder
 
setEParameter(EParameter) - Method in class org.eclipse.emf.ecore.xcore.mappings.XParameterMapping
 
setEParameterProperties(RoseNode, EParameter) - Method in class org.eclipse.emf.importer.rose.builder.RoseEcoreBuilder
 
setEProxyURI(URI) - Method in interface org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder
 
setEProxyURI(URI) - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl
 
setEProxyURI(URI) - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImpl
 
setEProxyURI(URI) - Method in class org.eclipse.emf.ecore.impl.DynamicEObjectImpl.DynamicEPropertiesHolderImpl
 
setEProxyURI(URI) - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.EStoreEPropertiesHolderImpl
 
setEqualityFeature(JControlModel.Feature) - Method in class org.eclipse.emf.codegen.merge.java.JControlModel.PullRule
 
setERawType(EClassifier, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EGenericTypeImpl
 
setEReferenceDefaultMultiplicity(EReference) - Method in class org.eclipse.emf.importer.rose.builder.RoseEcoreBuilder
 
setEReferenceIsContainment(EReference, RoseNode, RoseNode) - Method in class org.eclipse.emf.importer.rose.builder.RoseEcoreBuilder
 
setEReferenceProperties(RoseNode, EReference) - Method in class org.eclipse.emf.importer.rose.builder.RoseEcoreBuilder
 
setEReferences() - Method in class org.eclipse.emf.importer.rose.builder.RoseEcoreBuilder
 
setEResource(Resource.Internal) - Method in interface org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder
 
setEResource(Resource.Internal) - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl
 
setEResource(Resource.Internal) - Method in class org.eclipse.emf.ecore.impl.DynamicEObjectImpl.DynamicEPropertiesHolderImpl
 
setEResource(Resource.Internal) - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.EStoreEPropertiesHolderImpl
 
setErrorMessage(String) - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPage.PageDiagnosticHandler
 
setErrorMessage(String) - Method in class org.eclipse.emf.converter.util.ConverterUIUtil.DiagnosticHandler
 
setEStructuralFeature(EStructuralFeature) - Method in class org.eclipse.emf.ecore.xcore.mappings.XFeatureMapping
 
setEStructuralFeatureProperties(RoseNode, EStructuralFeature) - Method in class org.eclipse.emf.importer.rose.builder.RoseEcoreBuilder
 
setEStructuralFeatureVisibility(RoseNode, EStructuralFeature) - Method in class org.eclipse.emf.importer.rose.builder.RoseEcoreBuilder
Maps the single, user-friendly Rose setting into accessor method suppression, via EcoreUtil.
setEType(EClassifier) - Method in interface org.eclipse.emf.ecore.ETypedElement
Sets the value of the 'EType' reference
setEType(EClassifier, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EAttributeImpl
 
setEType(EClassifier, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EReferenceImpl
 
setEType(EClassifier, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.ETypedElementImpl
 
setEType(EClassifier) - Method in class org.eclipse.emf.ecore.impl.ETypedElementImpl
 
setETypeClassifier() - Method in class org.eclipse.emf.importer.rose.builder.RoseEcoreBuilder
 
setETypedElementProperties(RoseNode, ETypedElement) - Method in class org.eclipse.emf.importer.rose.builder.RoseEcoreBuilder
 
setETypeParameter(ETypeParameter) - Method in interface org.eclipse.emf.ecore.EGenericType
Sets the value of the 'EType Parameter' reference
setETypeParameter(ETypeParameter) - Method in class org.eclipse.emf.ecore.impl.EGenericTypeImpl
 
setETypeParameter(ETypeParameter) - Method in class org.eclipse.emf.ecore.xcore.mappings.XTypeParameterMapping
 
setEUpperBound(EGenericType) - Method in interface org.eclipse.emf.ecore.EGenericType
Sets the value of the 'EUpper Bound' containment reference
setEUpperBound(EGenericType) - Method in class org.eclipse.emf.ecore.impl.EGenericTypeImpl
 
setExceptions(String[]) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJMethod
 
setExceptions(String[]) - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMJMethod
 
setExceptions(String[]) - Method in interface org.eclipse.emf.codegen.merge.java.facade.JMethod
Sets the names of the exception types this method throws, in the order in which they are declared in the source.
setExtendedMetaData(BasicExtendedMetaData.EClassifierExtendedMetaData) - Method in class org.eclipse.emf.ecore.impl.EClassifierImpl
 
setExtendedMetaData(BasicExtendedMetaData.EPackageExtendedMetaData) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
setExtendedMetaData(BasicExtendedMetaData.EStructuralFeatureExtendedMetaData) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
 
setExtendedMetaData(BasicExtendedMetaData.EClassifierExtendedMetaData) - Method in interface org.eclipse.emf.ecore.util.BasicExtendedMetaData.EClassifierExtendedMetaData.Holder
 
setExtendedMetaData(BasicExtendedMetaData.EPackageExtendedMetaData) - Method in interface org.eclipse.emf.ecore.util.BasicExtendedMetaData.EPackageExtendedMetaData.Holder
 
setExtendedMetaData(BasicExtendedMetaData.EStructuralFeatureExtendedMetaData) - Method in interface org.eclipse.emf.ecore.util.BasicExtendedMetaData.EStructuralFeatureExtendedMetaData.Holder
 
setExtendedMetaData(ExtendedMetaData) - Method in interface org.eclipse.emf.ecore.xmi.EcoreBuilder
Sets extended meta data to register generated Ecore models.
setExtendedMetaData(ExtendedMetaData) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
setExtendedMetaData(ExtendedMetaData) - Method in class org.eclipse.emf.ecore.xmi.util.DefaultEcoreBuilder
 
setExtendedMetaData(ExtendedMetaData) - Method in interface org.eclipse.emf.ecore.xmi.XMLHelper
Sets the ExtendedMetaData to use when serializing an XML file.
setExtendedMetaDataOption(Object) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
setExtensibleProviderFactory(boolean) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
Sets the value of the 'Extensible Provider Factory' attribute
setExtensibleProviderFactory(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
setExtent(EList<EObject>) - Method in class org.eclipse.emf.importer.rose.builder.UnitTreeNode
 
setExternalSchemaLocations(Map<String, URI>) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLOptionsImpl
 
setExternalSchemaLocations(Map<String, URI>) - Method in interface org.eclipse.emf.ecore.xmi.XMLOptions
The XML Schema Recommendation explicitly states that the inclusion of schemaLocation/noNamespaceSchemaLocation attributes is only a hint; it does not mandate that these attributes must be used to locate schemas.
setFacadeHelper(FacadeHelper) - Method in class org.eclipse.emf.codegen.merge.java.facade.AbstractJNode
 
setFacadeHelper(FacadeHelper) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJNode
 
setFacadeHelper(FacadeHelper) - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMJNode
 
setFacadeHelper(FacadeHelper) - Method in class org.eclipse.emf.codegen.merge.java.JControlModel
 
setFacadeHelperClass(String) - Method in class org.eclipse.emf.ant.taskdefs.codegen.JMergerTask
 
setFacadeHelperClass(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Facade Helper Class' attribute
setFacadeHelperClass(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
setFactory() - Method in class org.eclipse.emf.databinding.edit.internal.EMFEditSetPropertyDecorator
 
setFactory(Realm) - Method in class org.eclipse.emf.databinding.edit.internal.EMFEditSetPropertyDecorator
 
setFactory() - Method in class org.eclipse.emf.databinding.internal.EMFSetPropertyDecorator
 
setFactory(Realm) - Method in class org.eclipse.emf.databinding.internal.EMFSetPropertyDecorator
 
setFeature(EStructuralFeature) - Method in interface org.eclipse.emf.ecore.change.FeatureChange
Sets the value of the 'Feature' reference
setFeature(EStructuralFeature) - Method in interface org.eclipse.emf.ecore.change.FeatureMapEntry
Sets the value of the 'Feature' reference
setFeature(EStructuralFeature) - Method in class org.eclipse.emf.ecore.change.impl.FeatureChangeImpl
 
setFeature(EStructuralFeature) - Method in class org.eclipse.emf.ecore.change.impl.FeatureMapEntryImpl
 
setFeature(EStructuralFeature) - Method in class org.eclipse.emf.ecore.change.impl.ListChangeImpl
 
setFeature(EStructuralFeature) - Method in interface org.eclipse.emf.ecore.change.ListChange
Sets the value of the 'Feature' reference
setFeatureDelegation(GenDelegationKind) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Feature Delegation' attribute
setFeatureDelegation(GenDelegationKind) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
setFeatureID(int) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
 
setFeatureKind(int) - Method in interface org.eclipse.emf.ecore.util.BasicExtendedMetaData.EStructuralFeatureExtendedMetaData
 
setFeatureKind(int) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EStructuralFeatureExtendedMetaDataImpl
 
setFeatureKind(EStructuralFeature, int) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
setFeatureKind(EStructuralFeature, int) - Method in interface org.eclipse.emf.ecore.util.ExtendedMetaData
Sets the kind of XML structure that should be used to represent the given structural feature.
setFeatureMapEntryPrototype(FeatureMap.Entry.Internal) - Method in interface org.eclipse.emf.ecore.EStructuralFeature.Internal
Sets the appropriately behaving feature map entry for this feature.
setFeatureMapEntryPrototype(FeatureMap.Entry.Internal) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
 
setFeatureMapWrapperClass(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Feature Map Wrapper Class' attribute
setFeatureMapWrapperClass(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
setFeatureMapWrapperInterface(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Feature Map Wrapper Interface' attribute
setFeatureMapWrapperInterface(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
setFeatureMapWrapperInternalInterface(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Feature Map Wrapper Internal Interface' attribute
setFeatureMapWrapperInternalInterface(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
setFeatureName(String) - Method in interface org.eclipse.emf.ecore.change.FeatureChange
Sets the value of the 'Feature Name' attribute
setFeatureName(String) - Method in interface org.eclipse.emf.ecore.change.FeatureMapEntry
Sets the value of the 'Feature Name' attribute
setFeatureName(String) - Method in class org.eclipse.emf.ecore.change.impl.FeatureChangeImpl
 
setFeatureName(String) - Method in class org.eclipse.emf.ecore.change.impl.FeatureMapEntryImpl
 
setFeatureValue(EObject, EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
setFeatureValue(EObject, EStructuralFeature, Object, int) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
Set the given feature of the given object to the given value.
setFeatureValues(XMLHandler.ManyReference) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
Set the values for the given multi-valued forward reference.
setFieldInitializer(ASTJField, ASTJEnumConstant) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTNodeConverter.EnumToTypeConverter
Sets field initializer based on arguments and body of enum constant.
setFile(File) - Method in class org.eclipse.emf.ant.taskdefs.codegen.ecore.GeneratorTask.ModelLocation
 
setFileExtensions(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
Sets the value of the 'File Extensions' attribute
setFileExtensions(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
setFileName(String) - Method in class org.eclipse.emf.importer.ui.EMFModelWizard.NewGenModelFileCreationPage
 
setFileSystemAccess(IFileSystemAccess) - Method in class org.eclipse.emf.ecore.xcore.generator.XcoreGeneratorImpl
 
setFileSystemAccess(IFileSystemAccess) - Method in class org.eclipse.emf.ecore.xcore.generator.XcoreGenModelGeneratorAdapterFactory
 
setFileText(String) - Method in class org.eclipse.emf.common.ui.dialogs.WorkspaceResourceDialog
 
setFinal(boolean) - Method in class org.eclipse.emf.java.impl.JClassImpl
 
setFinal(boolean) - Method in class org.eclipse.emf.java.impl.JFieldImpl
 
setFinal(boolean) - Method in class org.eclipse.emf.java.impl.JMethodImpl
 
setFinal(boolean) - Method in class org.eclipse.emf.java.impl.JParameterImpl
 
setFinal(boolean) - Method in interface org.eclipse.emf.java.JClass
Sets the value of the 'Final' attribute
setFinal(boolean) - Method in interface org.eclipse.emf.java.JField
Sets the value of the 'Final' attribute
setFinal(boolean) - Method in interface org.eclipse.emf.java.JMethod
Sets the value of the 'Final' attribute
setFinal(boolean) - Method in interface org.eclipse.emf.java.JParameter
Sets the value of the 'Final' attribute
setFireLabelUpdateNotifications(boolean) - Method in class org.eclipse.emf.edit.ui.provider.AdapterFactoryLabelProvider
Sets whether this label provider fires update notifications.
setFirstName(String) - Method in class org.eclipse.emf.examples.extlibrary.impl.PersonImpl
 
setFirstName(String) - Method in interface org.eclipse.emf.examples.extlibrary.Person
Sets the value of the 'First Name' attribute
setFixInterfaceBrace(boolean) - Method in class org.eclipse.emf.codegen.jmerge.JMerger
Deprecated.
 
setFixInterfaceBrace(boolean) - Method in class org.eclipse.emf.codegen.merge.java.JMerger
 
setFlags(int) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJField
May split the declaration same way as ASTJField.setType(String) If the declaration has been split, getFlags() might not return the correct value.
setFlags(int) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJImport
setFlags(int) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJMember
Sets the flags of the member.
setFlags(int) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJNode
Default implementation does nothing.
setFlags(int) - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMJImport
 
setFlags(int) - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMJMember
 
setFlags(int) - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMJNode
 
setFlags(int) - Method in interface org.eclipse.emf.codegen.merge.java.facade.JNode
Sets the flags for this member.
setFocus() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
 
setFocus() - Method in class org.eclipse.emf.common.ui.editor.ProblemEditorPart
 
setFocus() - Method in class org.eclipse.emf.common.ui.ViewerPane
Sets focus to this part.
setFocus() - Method in class org.eclipse.emf.ecore.presentation.EcoreEditor
 
setFocus() - Method in class org.eclipse.emf.ecore.xcore.ui.EOperationInvocationView
 
setFocus() - Method in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryEditor
 
setFocus() - Method in class org.eclipse.emf.java.presentation.JavaEditor
 
setFocus() - Method in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLEditor
 
setFocus() - Method in class org.eclipse.emf.mapping.presentation.MappingEditor
 
setFont(Object, Object) - Method in class org.eclipse.emf.edit.provider.ItemProvider
This allows ItemProvider.font to be set.
setFont(Object) - Method in class org.eclipse.emf.edit.provider.ItemProvider
This delegates to setFont(this, font).
setFont(URI) - Method in class org.eclipse.emf.edit.provider.StyledString.Style.Builder
 
setFontProviders(boolean) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Font Providers' attribute
setFontProviders(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
setForcedSourceCompatibility(boolean) - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMFacadeHelper
 
setForceOverwrite(boolean) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Force Overwrite' attribute
setForceOverwrite(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
setForeground(Object, Object) - Method in class org.eclipse.emf.edit.provider.ItemProvider
This allows ItemProvider.foreground to be set.
setForeground(Object) - Method in class org.eclipse.emf.edit.provider.ItemProvider
setForegroundColor(URI) - Method in class org.eclipse.emf.edit.provider.StyledString.Style.Builder
 
setFractionalSecond(BigDecimal) - Method in class org.eclipse.emf.ecore.xml.type.internal.XMLCalendar
 
setFractionDigitsFacet(int) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EClassExtendedMetaDataImpl
 
setFractionDigitsFacet(int) - Method in interface org.eclipse.emf.ecore.util.BasicExtendedMetaData.EClassifierExtendedMetaData
 
setFractionDigitsFacet(int) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EDataTypeExtendedMetaDataImpl
 
setFractionDigitsFacet(EDataType, int) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
setFractionDigitsFacet(EDataType, int) - Method in interface org.eclipse.emf.ecore.util.ExtendedMetaData
Sets the fraction digits constraint on the given data type.
setFragment(String) - Method in class org.eclipse.emf.ecore.xml.type.internal.DataValue.URI
Set the fragment for this URI.
setFrozen() - Method in class org.eclipse.emf.ecore.impl.EModelElementImpl
 
setGenBase(GenBase) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenAnnotation
Sets the value of the 'Gen Base' container reference
setGenBase(GenBase) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenAnnotationImpl
 
setGenClass(GenClass) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
Sets the value of the 'Gen Class' container reference
setGenClass(GenClass) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenOperation
Sets the value of the 'Gen Class' container reference
setGenClass(GenClass) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
setGenClass(GenClass) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenOperationImpl
 
setGenClass(GenClass) - Method in class org.eclipse.emf.ecore.xcore.mappings.XClassMapping
 
setGenDataType(GenDataType) - Method in class org.eclipse.emf.ecore.xcore.mappings.XDataTypeMapping
 
setGenEnum(GenEnum) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenEnumLiteral
Sets the value of the 'Gen Enum' container reference
setGenEnum(GenEnum) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumLiteralImpl
 
setGenEnumLiteral(GenEnumLiteral) - Method in class org.eclipse.emf.ecore.xcore.mappings.XEnumLiteralMapping
 
setGeneratedClassName(EClassifier) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
setGeneratedInstance(boolean) - Method in class org.eclipse.emf.ecore.impl.EEnumLiteralImpl
 
setGeneratedInstanceClass(boolean) - Method in class org.eclipse.emf.ecore.impl.EClassifierImpl
 
setGeneratedInstanceClass(boolean) - Method in class org.eclipse.emf.ecore.impl.EDataTypeImpl
 
setGenerateEditorProject(boolean) - Method in class org.eclipse.emf.ant.taskdefs.codegen.ecore.GeneratorTask
 
setGenerateEditProject(boolean) - Method in class org.eclipse.emf.ant.taskdefs.codegen.ecore.GeneratorTask
 
setGenerateExampleClass(boolean) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
Sets the value of the 'Generate Example Class' attribute
setGenerateExampleClass(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
setGenerateJavaCode(boolean) - Method in class org.eclipse.emf.ant.taskdefs.codegen.ecore.GeneratorTask
 
setGenerateModelProject(boolean) - Method in class org.eclipse.emf.ant.taskdefs.codegen.ecore.GeneratorTask
 
setGenerateModelWizard(boolean) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
Sets the value of the 'Generate Model Wizard' attribute
setGenerateModelWizard(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
setGenerateSchema(boolean) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Generate Schema' attribute
setGenerateSchema(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
setGenerateTestsProject(boolean) - Method in class org.eclipse.emf.ant.taskdefs.codegen.ecore.GeneratorTask
 
setGenerator(Generator) - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapterFactory
 
setGenerator(Generator) - Method in interface org.eclipse.emf.codegen.ecore.generator.GeneratorAdapterFactory
Sets the Generator associated with this adapter factory.
setGenerator(Generator) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenModelGeneratorAdapterFactory
 
setGenFeature(GenFeature) - Method in class org.eclipse.emf.ecore.xcore.mappings.XFeatureMapping
 
setGenModel(File) - Method in class org.eclipse.emf.ant.taskdefs.codegen.ecore.GeneratorTask
 
setGenModel(GenModel) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
Sets the value of the 'Gen Model' container reference
setGenModel(GenModel) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
setGenModel(GenModel) - Method in class org.eclipse.emf.exporter.ModelExporter
 
setGenModel(File) - Method in class org.eclipse.emf.importer.java.taskdefs.JavaGeneratorTask
 
setGenModelContainerPath(IPath) - Method in class org.eclipse.emf.importer.ModelImporter
 
setGenModelContainerPath(IPath) - Method in class org.eclipse.emf.importer.ui.contribution.base.ModelImporterWizard
 
setGenModelContainerPath(IPath) - Method in interface org.eclipse.emf.importer.ui.contribution.IModelImporterWizard
 
setGenModelFileName(String) - Method in class org.eclipse.emf.importer.ModelImporter
 
setGenModelFileName(String) - Method in class org.eclipse.emf.importer.ui.contribution.base.ModelImporterWizard
 
setGenModelFileName(String) - Method in interface org.eclipse.emf.importer.ui.contribution.IModelImporterWizard
 
setGenModelPath(String) - Method in class org.eclipse.emf.importer.java.taskdefs.JavaGeneratorTask
 
setGenModelProjectLocation(IPath) - Method in class org.eclipse.emf.importer.ModelImporter
 
setGenModelProjectLocation(IPath) - Method in class org.eclipse.emf.importer.ui.contribution.base.ModelImporterWizard
 
setGenModelProjectLocation(IPath) - Method in interface org.eclipse.emf.importer.ui.contribution.IModelImporterWizard
 
setGenModelProjectPath(IPath) - Method in class org.eclipse.emf.importer.ui.contribution.base.ModelImporterWizard
 
setGenModelProjectPath(IPath) - Method in interface org.eclipse.emf.importer.ui.contribution.IModelImporterWizard
 
setGenOperation(GenOperation) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenParameter
Sets the value of the 'Gen Operation' container reference
setGenOperation(GenOperation) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenParameterImpl
 
setGenOperation(GenOperation) - Method in class org.eclipse.emf.ecore.xcore.mappings.XOperationMapping
 
setGenPackage(GenPackage) - Method in class org.eclipse.emf.ecore.xcore.mappings.XPackageMapping
 
setGenParameter(GenParameter) - Method in class org.eclipse.emf.ecore.xcore.mappings.XParameterMapping
 
setGenTypeParameter(GenTypeParameter) - Method in class org.eclipse.emf.ecore.xcore.mappings.XTypeParameterMapping
 
setGetBody(XBlockExpression) - Method in class org.eclipse.emf.ecore.xcore.impl.XStructuralFeatureImpl
 
setGetBody(XBlockExpression) - Method in interface org.eclipse.emf.ecore.xcore.XStructuralFeature
Sets the value of the 'Get Body' containment reference
setGetFeature(JControlModel.Feature) - Method in class org.eclipse.emf.codegen.merge.java.JControlModel.MatchRule
 
setGetter(JvmOperation) - Method in class org.eclipse.emf.ecore.xcore.mappings.XFeatureMapping
 
setGrammarAccess(XcoreGrammarAccess) - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.XcoreParser
 
setGrammarAccess(XcoreGrammarAccess) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
setGrammarAccess(XcoreGrammarAccess) - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.XcoreParser
 
setGray(TreeItem, boolean) - Method in class org.eclipse.emf.converter.util.ConverterUIUtil.TreeCheckStateManager
 
setGroup(EStructuralFeature) - Method in interface org.eclipse.emf.ecore.util.BasicExtendedMetaData.EStructuralFeatureExtendedMetaData
 
setGroup(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EStructuralFeatureExtendedMetaDataImpl
 
setGroup(EStructuralFeature, EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
setGroup(EStructuralFeature, EStructuralFeature) - Method in interface org.eclipse.emf.ecore.util.ExtendedMetaData
Sets a model group feature, substitution group head feature, or wildcard feature, to which the implementation of the given feature should be delegated.
setHandlingEvent(boolean) - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPage
 
setHash(int) - Method in interface org.eclipse.emf.common.util.BasicEMap.Entry
Sets the hash code of the key.
setHash(int) - Method in class org.eclipse.emf.common.util.BasicEMap.EntryImpl
 
setHash(int) - Method in class org.eclipse.emf.ecore.change.impl.EObjectToChangesMapEntryImpl
 
setHash(int) - Method in class org.eclipse.emf.ecore.impl.DynamicEObjectImpl.BasicEMapEntry
 
setHash(int) - Method in class org.eclipse.emf.ecore.impl.EStringToStringMapEntryImpl
 
setHash(int) - Method in class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container.Dynamic.BasicEMapEntry
 
setHash(int) - Method in class org.eclipse.emf.ecore.xcore.impl.XStringToStringMapEntryImpl
 
setHash(int) - Method in class org.eclipse.emf.mapping.ecore2xml.impl.ENamedElementToXMLInfoMapEntryImpl
 
setHeader(String) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJCompilationUnit
This implementation remembers the header string, and does replacement of the header in the final document after any other changes.
setHeader(IDocument) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJCompilationUnit
Method to replace the header in the given document.
setHeader(String) - Method in interface org.eclipse.emf.codegen.merge.java.facade.JCompilationUnit
Sets the header comment for this compilation unit.
setHeader(String) - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMJCompilationUnit
 
setHelpedObject(EObject) - Method in class org.eclipse.emf.mapping.impl.MappingHelperImpl
 
setHelpedObject(EObject) - Method in interface org.eclipse.emf.mapping.MappingHelper
Sets the value of the 'Helped Object' reference
setHelper(MappingHelper) - Method in class org.eclipse.emf.mapping.impl.MappingImpl
 
setHelper(MappingHelper) - Method in interface org.eclipse.emf.mapping.Mapping
Sets the value of the 'Helper' containment reference
setHost(String) - Method in class org.eclipse.emf.ecore.xml.type.internal.DataValue.URI
Set the host for this URI.
setHour(int) - Method in class org.eclipse.emf.ecore.xml.type.internal.XMLCalendar
 
setIcon(Image) - Method in class org.eclipse.emf.converter.ui.contribution.ModelConverterManager.ModelConverterDescriptorImpl
 
setID(String) - Method in class org.eclipse.emf.converter.ui.contribution.ModelConverterManager.ModelConverterDescriptorImpl
 
setID(boolean) - Method in interface org.eclipse.emf.ecore.EAttribute
Sets the value of the 'ID' attribute
setID(boolean) - Method in class org.eclipse.emf.ecore.impl.EAttributeImpl
 
setID(EObject, String) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Sets the value of the object's ID attribute according to the value represented by the String.
setID(boolean) - Method in class org.eclipse.emf.ecore.xcore.impl.XAttributeImpl
 
setID(boolean) - Method in interface org.eclipse.emf.ecore.xcore.XAttribute
Sets the value of the 'ID' attribute
setID(EObject, String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
Sets the ID of the object.
setID(EObject, String) - Method in interface org.eclipse.emf.ecore.xmi.XMLResource
Sets the ID for the given object.
setId(String) - Method in class org.eclipse.emf.ecore.xml.namespace.impl.XMLNamespaceDocumentRootImpl
 
setId(String) - Method in interface org.eclipse.emf.ecore.xml.namespace.XMLNamespaceDocumentRoot
Sets the value of the 'Id' attribute
setId(String) - Method in class org.eclipse.emf.importer.rose.parser.RoseNode
 
setIDAttributeName(String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLMapImpl
 
setIDAttributeName(String) - Method in interface org.eclipse.emf.ecore.xmi.XMLResource.XMLMap
Sets the name of the XML attribute that holds IDs.
setIDAttributeName(String) - Method in class org.eclipse.emf.mapping.ecore2xml.impl.XMLMapImpl
 
setIDAttributeName(String) - Method in interface org.eclipse.emf.mapping.ecore2xml.XMLMap
Sets the value of the 'ID Attribute Name' attribute
setIDs(EObject, EObject) - Method in class org.eclipse.emf.importer.rose.builder.RoseEcoreBuilder
 
setIDs(UnitTreeNode) - Method in class org.eclipse.emf.importer.rose.builder.RoseUtil
 
setImage(boolean) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
Sets the value of the 'Image' attribute
setImage(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
setImage(int, Image) - Method in class org.eclipse.emf.common.ui.viewer.ExtendedTableTreeViewer.ExtendedTableTreeItem
Deprecated.
 
setImage(Object, Object) - Method in class org.eclipse.emf.edit.provider.ItemProvider
This allows ItemProvider.image to be set.
setImage(Object) - Method in class org.eclipse.emf.edit.provider.ItemProvider
This delegates to setImage(this, image).
setImportedNamespace(String) - Method in class org.eclipse.emf.ecore.xcore.impl.XImportDirectiveImpl
 
setImportedNamespace(String) - Method in interface org.eclipse.emf.ecore.xcore.XImportDirective
Sets the value of the 'Imported Namespace' attribute
setImportedObject(EObject) - Method in class org.eclipse.emf.ecore.xcore.impl.XImportDirectiveImpl
 
setImportedObject(EObject) - Method in interface org.eclipse.emf.ecore.xcore.XImportDirective
Sets the value of the 'Imported Object' reference
setImporterID(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Importer ID' attribute
setImporterID(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
setImportManager(ImportManager) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
setImportManager(ImportManager) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
setImportManager(ImportManager) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
setImportOrganizing(boolean) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Import Organizing' attribute
setImportOrganizing(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
setImportOrganzing(boolean) - Method in class org.eclipse.emf.ant.taskdefs.codegen.ecore.GeneratorTask
 
setIn2out(Mapping) - Method in interface org.eclipse.emf.mapping.ComplexTypeConverter
Sets the value of the 'In2out' reference
setIn2out(String) - Method in interface org.eclipse.emf.mapping.FunctionNamePair
Sets the value of the 'In2out' attribute
setIn2out(EOperation) - Method in interface org.eclipse.emf.mapping.FunctionPair
Sets the value of the 'In2out' reference
setIn2out(Mapping) - Method in class org.eclipse.emf.mapping.impl.ComplexTypeConverterImpl
 
setIn2out(String) - Method in class org.eclipse.emf.mapping.impl.FunctionNamePairImpl
 
setIn2out(EOperation) - Method in class org.eclipse.emf.mapping.impl.FunctionPairImpl
 
setInBuild(boolean) - Method in class org.eclipse.emf.codegen.jet.JETCompileTemplateOperation
 
setIndex(int) - Method in class org.eclipse.emf.ecore.change.impl.ListChangeImpl
 
setIndex(int) - Method in interface org.eclipse.emf.ecore.change.ListChange
Sets the value of the 'Index' attribute
setIndex(int) - Method in interface org.eclipse.emf.edit.provider.IWrapperItemProvider
Sets the index.
setIndex(int) - Method in class org.eclipse.emf.edit.provider.WrapperItemProvider
Sets the index.
setInferredJvmElementName(String, ResourceSet) - Method in class org.eclipse.emf.ecore.xcore.ui.refactoring.XcoreRenameStrategy
 
setInfo(URI, Object, Object, int, Map<?, ?>) - Method in class org.eclipse.emf.ecore.resource.impl.EFSURIHandlerImpl
 
setInitialHiddenTokens(XtextTokenStream) - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.XcoreParser
 
setInitializationData(IConfigurationElement, String, Object) - Method in class org.eclipse.emf.common.ui.wizard.ExampleInstallerWizard
 
setInitializationData(IConfigurationElement, String, Object) - Method in class org.eclipse.emf.ecore.resource.impl.ContentHandlerImpl.Describer
 
setInitializer(String) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJField
Sets initializer of variable declaration fragment.
setInitializer(String) - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMJField
 
setInitializer(String) - Method in interface org.eclipse.emf.codegen.merge.java.facade.JField
Sets the initializer expression for this field.
setInitializer(String) - Method in class org.eclipse.emf.java.impl.JFieldImpl
 
setInitializer(String) - Method in interface org.eclipse.emf.java.JField
Sets the value of the 'Initializer' attribute
setInitialName(String) - Method in class org.eclipse.emf.oda.ecore.ui.impl.EcoreDataSetWizardPage.VariableSpecificationDialog
 
setInitialProjectName(String) - Method in class org.eclipse.emf.codegen.ecore.ui.EmptyProjectWizard
 
setInitialProperties(Properties) - Method in class org.eclipse.emf.oda.ecore.ui.impl.EcoreDataSourceWizardPage
 
setInput(Object) - Method in class org.eclipse.emf.codegen.ecore.generator.Generator
Sets the model-level input object, and invokes initialize(Object) on any of its adapter factories.
setInput(Object) - Method in class org.eclipse.emf.ecore.xcore.generator.XcoreGeneratorImpl
 
setInput() - Method in class org.eclipse.emf.mapping.impl.MappingRootImpl.MappedObjectStateAdapter
 
setInput() - Method in interface org.eclipse.emf.mapping.MappedObjectState
This is called to indicate that the mapped object is an input.
setInstance(Enumerator) - Method in interface org.eclipse.emf.ecore.EEnumLiteral
Sets the value of the 'Instance' attribute
setInstance(Enumerator) - Method in class org.eclipse.emf.ecore.impl.EEnumLiteralImpl
 
setInstanceClass(Class<?>) - Method in interface org.eclipse.emf.ecore.EClassifier
Sets the value of the 'Instance Class' attribute.
setInstanceClass(Class<?>) - Method in class org.eclipse.emf.ecore.impl.EClassifierImpl
 
setInstanceClassGen(Class<?>) - Method in class org.eclipse.emf.ecore.impl.EClassifierImpl
 
setInstanceClassGen(Class<?>) - Method in class org.eclipse.emf.ecore.impl.EDataTypeImpl
 
setInstanceClassName(String) - Method in interface org.eclipse.emf.ecore.EClassifier
Sets the value of the 'Instance Class Name' attribute
setInstanceClassName(String) - Method in class org.eclipse.emf.ecore.impl.EClassifierImpl
 
setInstanceClassNameGen(String) - Method in class org.eclipse.emf.ecore.impl.EClassifierImpl
 
setInstanceGen(Enumerator) - Method in class org.eclipse.emf.ecore.impl.EEnumLiteralImpl
 
setInstanceType(JvmTypeReference) - Method in class org.eclipse.emf.ecore.xcore.impl.XClassifierImpl
 
setInstanceType(JvmTypeReference) - Method in interface org.eclipse.emf.ecore.xcore.XClassifier
Sets the value of the 'Instance Type' containment reference
setInstanceType(EDataType) - Method in class org.eclipse.emf.ecore.xml.type.impl.SimpleAnyTypeImpl
 
setInstanceType(EDataType) - Method in interface org.eclipse.emf.ecore.xml.type.SimpleAnyType
Sets the value of the 'Instance Type' reference
setInstanceTypeName(String) - Method in interface org.eclipse.emf.ecore.EClassifier
Sets the value of the 'Instance Type Name' attribute
setInstanceTypeName(String) - Method in class org.eclipse.emf.ecore.impl.EClassifierImpl
 
setInstanceTypeName(EClassifier, String) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
setInt(String, int) - Method in class org.eclipse.emf.oda.ecore.impl.Query
 
setInt(int, int) - Method in class org.eclipse.emf.oda.ecore.impl.Query
 
setInterface(boolean) - Method in interface org.eclipse.emf.ecore.EClass
Sets the value of the 'Interface' attribute
setInterface(boolean) - Method in class org.eclipse.emf.ecore.impl.EClassImpl
 
setInterface(boolean) - Method in class org.eclipse.emf.ecore.xcore.impl.XClassImpl
 
setInterface(boolean) - Method in interface org.eclipse.emf.ecore.xcore.XClass
Sets the value of the 'Interface' attribute
setInterface(boolean) - Method in class org.eclipse.emf.java.impl.JClassImpl
 
setInterface(boolean) - Method in interface org.eclipse.emf.java.JClass
Sets the value of the 'Interface' attribute
setInterfaceNamePattern(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Interface Name Pattern' attribute
setInterfaceNamePattern(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
setInterfacePackageSuffix(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
Sets the value of the 'Interface Package Suffix' attribute
setInterfacePackageSuffix(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
setInterfaceType(JvmGenericType) - Method in class org.eclipse.emf.ecore.xcore.mappings.XClassMapping
 
setIntrinsicIDToEObjectMap(Map<String, EObject>) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
Sets the map used to cache the EObject identified by the value of its ID feature.
setInvocationDelegate(EOperation.Internal.InvocationDelegate) - Method in interface org.eclipse.emf.ecore.EOperation.Internal
Assigns a delegate to this operation.
setInvocationDelegate(EOperation.Internal.InvocationDelegate) - Method in class org.eclipse.emf.ecore.impl.EOperationImpl
 
setInvocationDelegates(EPackage, List<String>) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
 
setIsSetBody(XBlockExpression) - Method in class org.eclipse.emf.ecore.xcore.impl.XStructuralFeatureImpl
 
setIsSetBody(XBlockExpression) - Method in interface org.eclipse.emf.ecore.xcore.XStructuralFeature
Sets the value of the 'Is Set Body' containment reference
setIsSetter(JvmOperation) - Method in class org.eclipse.emf.ecore.xcore.mappings.XFeatureMapping
 
setIssuesPerYear(int) - Method in class org.eclipse.emf.examples.extlibrary.impl.PeriodicalImpl
 
setIssuesPerYear(int) - Method in interface org.eclipse.emf.examples.extlibrary.Periodical
Sets the value of the 'Issues Per Year' attribute
setItemType(EDataType) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EClassExtendedMetaDataImpl
 
setItemType(EDataType) - Method in interface org.eclipse.emf.ecore.util.BasicExtendedMetaData.EClassifierExtendedMetaData
 
setItemType(EDataType) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EDataTypeExtendedMetaDataImpl
 
setItemType(EDataType, EDataType) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
setItemType(EDataType, EDataType) - Method in interface org.eclipse.emf.ecore.util.ExtendedMetaData
Sets the item type for a data type, indicating that the data type corresponds to a list type.
setJavaClass(Class<?>) - Method in class org.eclipse.emf.java.impl.JClassImpl
 
setJavaClass(Class<?>) - Method in interface org.eclipse.emf.java.JClass
Sets the value of the 'Java Class' attribute
setJavaConstructor(Constructor<?>) - Method in class org.eclipse.emf.java.impl.JMethodImpl
 
setJavaConstructor(Constructor<?>) - Method in interface org.eclipse.emf.java.JMethod
Sets the value of the 'Java Constructor' attribute
setJavaField(Field) - Method in class org.eclipse.emf.java.impl.JFieldImpl
 
setJavaField(Field) - Method in interface org.eclipse.emf.java.JField
Sets the value of the 'Java Field' attribute
setJavaMethod(Method) - Method in class org.eclipse.emf.java.impl.JMethodImpl
 
setJavaMethod(Method) - Method in interface org.eclipse.emf.java.JMethod
Sets the value of the 'Java Method' attribute
setJavaPackage(Package) - Method in class org.eclipse.emf.java.impl.JPackageImpl
 
setJavaPackage(Package) - Method in interface org.eclipse.emf.java.JPackage
Sets the value of the 'Java Package' attribute
setJavaSourceContainer(IContainer) - Method in interface org.eclipse.emf.codegen.jet.IJETNature
Sets the container where the generated Java sources go.
setJavaSourceContainer(IContainer) - Method in class org.eclipse.emf.codegen.jet.JETNature
 
setJavaSourceContainerToFile(IContainer) - Method in class org.eclipse.emf.codegen.jet.JETNature
Writes the Java Source Container Location to a file
setJdkLevel(String) - Method in class org.eclipse.emf.ant.taskdefs.codegen.ecore.GeneratorTask
 
setJNode(Object) - Method in class org.eclipse.emf.java.impl.JModelElementImpl
EATM
setJNode(Object) - Method in interface org.eclipse.emf.java.JModelElement
Sets the value of the 'JNode' attribute
setJNodeGen(Object) - Method in class org.eclipse.emf.java.impl.JModelElementImpl
 
setJvmOperation(JvmOperation) - Method in class org.eclipse.emf.ecore.xcore.mappings.XOperationMapping
 
setKey(K) - Method in interface org.eclipse.emf.common.util.BasicEMap.Entry
Sets the key.
setKey(K) - Method in class org.eclipse.emf.common.util.BasicEMap.EntryImpl
 
setKey(EObject) - Method in class org.eclipse.emf.ecore.change.impl.EObjectToChangesMapEntryImpl
 
setKey(Object) - Method in class org.eclipse.emf.ecore.impl.DynamicEObjectImpl.BasicEMapEntry
 
setKey(String) - Method in class org.eclipse.emf.ecore.impl.EStringToStringMapEntryImpl
 
setKey(Object) - Method in class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container.Dynamic.BasicEMapEntry
 
setKey(String) - Method in class org.eclipse.emf.ecore.xcore.impl.XStringToStringMapEntryImpl
 
setKey(ENamedElement) - Method in class org.eclipse.emf.mapping.ecore2xml.impl.ENamedElementToXMLInfoMapEntryImpl
 
setKeysize(int) - Method in class org.eclipse.emf.ecore.resource.impl.AESCipherImpl
Sets the key size to be used when creating the AES key.
setKind(ChangeKind) - Method in class org.eclipse.emf.ecore.change.impl.ListChangeImpl
 
setKind(ChangeKind) - Method in interface org.eclipse.emf.ecore.change.ListChange
Sets the value of the 'Kind' attribute
setLabel(String) - Method in class org.eclipse.emf.common.command.AbstractCommand
Sets the label after construction.
setLabelFeature(GenFeature) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
Sets the value of the 'Label Feature' reference
setLabelFeature(GenFeature) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
setLang(String) - Method in class org.eclipse.emf.ecore.xml.namespace.impl.XMLNamespaceDocumentRootImpl
 
setLang(String) - Method in interface org.eclipse.emf.ecore.xml.namespace.XMLNamespaceDocumentRoot
Sets the value of the 'Lang' attribute
setLanguage(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Language' attribute
setLanguage(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
setLanguageGen(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
setLastName(String) - Method in class org.eclipse.emf.examples.extlibrary.impl.PersonImpl
 
setLastName(String) - Method in interface org.eclipse.emf.examples.extlibrary.Person
Sets the value of the 'Last Name' attribute
setLeadingTabReplacement(String) - Method in class org.eclipse.emf.codegen.merge.java.JControlModel
 
setLengthFacet(int) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EClassExtendedMetaDataImpl
 
setLengthFacet(int) - Method in interface org.eclipse.emf.ecore.util.BasicExtendedMetaData.EClassifierExtendedMetaData
 
setLengthFacet(int) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EDataTypeExtendedMetaDataImpl
 
setLengthFacet(EDataType, int) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
setLengthFacet(EDataType, int) - Method in interface org.eclipse.emf.ecore.util.ExtendedMetaData
Sets the length constraint on the given data type.
setLineDelimiter(String) - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter
Sets the current line delimiter used for generating textual results.
setLineDelimiter(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenBaseGeneratorAdapter
 
setLineDelimiter(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
setLineDelimiter(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
setLineDelimiter(String) - Method in class org.eclipse.emf.codegen.util.ImportManager
Sets the line delimiter to be used in ImportManager.computeSortedImports().
setLineFeed(String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Escape
 
setLineSeparator(String) - Method in class org.eclipse.emf.ecore.xmi.impl.StringSegment
 
setLineWidth(int) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLString
 
setListNodeProperty(ASTNode, String[], ChildListPropertyDescriptor, int) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJNode
Sets the list property to the given array of values.
setLiteral(String) - Method in interface org.eclipse.emf.ecore.EEnumLiteral
Sets the value of the 'Literal' attribute
setLiteral(String) - Method in class org.eclipse.emf.ecore.impl.EEnumLiteralImpl
 
setLiteral(String) - Method in class org.eclipse.emf.ecore.xcore.impl.XEnumLiteralImpl
 
setLiteral(String) - Method in interface org.eclipse.emf.ecore.xcore.XEnumLiteral
Sets the value of the 'Literal' attribute
setLiteralsInterface(boolean) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
Sets the value of the 'Literals Interface' attribute
setLiteralsInterface(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
setLoaded(boolean) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
Sets the load state as indicated, and returns a notification, if required.
setLoadInitialization(boolean) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
Sets the value of the 'Load Initialization' attribute
setLoadInitialization(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
setLocal(boolean) - Method in class org.eclipse.emf.ecore.xcore.impl.XReferenceImpl
 
setLocal(boolean) - Method in interface org.eclipse.emf.ecore.xcore.XReference
Sets the value of the 'Local' attribute
setLocale(ULocale) - Method in class org.eclipse.emf.oda.ecore.impl.Connection
 
setLocalPart(String) - Method in class org.eclipse.emf.ecore.xmi.impl.NameInfoImpl
 
setLocalPart(String) - Method in interface org.eclipse.emf.ecore.xmi.NameInfo
 
setLocation(String) - Method in class org.eclipse.emf.common.ui.wizard.AbstractExampleInstallerWizard.FileToOpen
 
setLocator(Object) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
Sets the object that might be used for determining the line and column number.
setLogConfiguration(LogConfiguration) - Method in class org.eclipse.emf.oda.ecore.impl.Driver
 
setLower(int) - Method in class org.eclipse.emf.importer.rose.parser.RoseLoader
 
setLower(int) - Method in class org.eclipse.emf.importer.rose.parser.RoseWriter
 
setLowerBound(int) - Method in interface org.eclipse.emf.ecore.ETypedElement
Sets the value of the 'Lower Bound' attribute
setLowerBound(int) - Method in class org.eclipse.emf.ecore.impl.ETypedElementImpl
 
setLowerBound(XGenericType) - Method in class org.eclipse.emf.ecore.xcore.impl.XGenericTypeImpl
 
setLowerBound(XGenericType) - Method in interface org.eclipse.emf.ecore.xcore.XGenericType
Sets the value of the 'Lower Bound' containment reference
setMainGenModel(GenModel) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
setMainGenModel(GenModel) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
setManager(Employee) - Method in interface org.eclipse.emf.examples.extlibrary.Employee
Sets the value of the 'Manager' reference
setManager(Employee) - Method in class org.eclipse.emf.examples.extlibrary.impl.EmployeeImpl
 
setManyReference(XMLHelper.ManyReference, String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
setManyReference(XMLHelper.ManyReference, String) - Method in interface org.eclipse.emf.ecore.xmi.XMLHelper
 
setMapper(Mapping) - Method in class org.eclipse.emf.mapping.impl.MappingHelperImpl
 
setMapper(Mapping) - Method in interface org.eclipse.emf.mapping.MappingHelper
Sets the value of the 'Mapper' container reference
setMappingEnablementFlags(int) - Method in class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain
 
setMappingLimit(int) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Escape
 
setMappingRoot(MappingRoot) - Method in class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain
 
setMappingRoot(MappingRoot) - Method in interface org.eclipse.emf.mapping.domain.MappingDomain
This sets the mapping root for this domain to use.
setMappingRoot(MappingRoot) - Method in class org.eclipse.emf.mapping.presentation.MappingEditor
 
setMarkerHelper(MarkerHelper) - Method in class org.eclipse.emf.common.ui.editor.ProblemEditorPart
 
setMarkup(Pattern) - Method in class org.eclipse.emf.codegen.merge.java.JControlModel.MatchRule
 
setMarkup(Pattern) - Method in class org.eclipse.emf.codegen.merge.java.JControlModel.PushRule
 
setMarkup(Pattern) - Method in class org.eclipse.emf.codegen.merge.java.JControlModel.SortRule
 
setMarkup(Pattern) - Method in class org.eclipse.emf.codegen.merge.java.JControlModel.SweepRule
 
setMaxExclusiveFacet(String) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EClassExtendedMetaDataImpl
 
setMaxExclusiveFacet(String) - Method in interface org.eclipse.emf.ecore.util.BasicExtendedMetaData.EClassifierExtendedMetaData
 
setMaxExclusiveFacet(String) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EDataTypeExtendedMetaDataImpl
 
setMaxExclusiveFacet(EDataType, String) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
setMaxExclusiveFacet(EDataType, String) - Method in interface org.eclipse.emf.ecore.util.ExtendedMetaData
Sets the maximum (exclusive) constraint on the given data type.
setMaxInclusiveFacet(String) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EClassExtendedMetaDataImpl
 
setMaxInclusiveFacet(String) - Method in interface org.eclipse.emf.ecore.util.BasicExtendedMetaData.EClassifierExtendedMetaData
 
setMaxInclusiveFacet(String) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EDataTypeExtendedMetaDataImpl
 
setMaxInclusiveFacet(EDataType, String) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
setMaxInclusiveFacet(EDataType, String) - Method in interface org.eclipse.emf.ecore.util.ExtendedMetaData
Sets the maximum (inclusive) constraint on the given data type.
setMaxLengthFacet(int) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EClassExtendedMetaDataImpl
 
setMaxLengthFacet(int) - Method in interface org.eclipse.emf.ecore.util.BasicExtendedMetaData.EClassifierExtendedMetaData
 
setMaxLengthFacet(int) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EDataTypeExtendedMetaDataImpl
 
setMaxLengthFacet(EDataType, int) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
setMaxLengthFacet(EDataType, int) - Method in interface org.eclipse.emf.ecore.util.ExtendedMetaData
Sets the maximum length constraint on the given data type.
setMaxRows(int) - Method in class org.eclipse.emf.oda.ecore.impl.Query
 
setMaxRows(int) - Method in class org.eclipse.emf.oda.ecore.impl.ResultSet
 
setMemberTypes(List<EDataType>) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EClassExtendedMetaDataImpl
 
setMemberTypes(List<EDataType>) - Method in interface org.eclipse.emf.ecore.util.BasicExtendedMetaData.EClassifierExtendedMetaData
 
setMemberTypes(List<EDataType>) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EDataTypeExtendedMetaDataImpl
 
setMemberTypes(EDataType, List<EDataType>) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
setMemberTypes(EDataType, List<EDataType>) - Method in interface org.eclipse.emf.ecore.util.ExtendedMetaData
Sets the member types for a data type, indicating that the data type corresponds to a union type.
setMergeXMLFile(File) - Method in class org.eclipse.emf.ant.taskdefs.codegen.JMergerTask
 
setMergeXMLURI(String) - Method in class org.eclipse.emf.ant.taskdefs.codegen.JMergerTask
 
setMessage(String) - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPage.PageDiagnosticHandler
 
setMessage(String, int) - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPage.PageDiagnosticHandler
 
setMessage(String) - Method in class org.eclipse.emf.converter.util.ConverterUIUtil.DiagnosticHandler
 
setMessage(String, int) - Method in class org.eclipse.emf.converter.util.ConverterUIUtil.DiagnosticHandler
 
setMessage(String, int) - Method in class org.eclipse.emf.oda.ecore.ui.impl.EcoreDataSourcePageHelper
Sets the message for this helper's page.
setMetaDataPackageSuffix(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
Sets the value of the 'Meta Data Package Suffix' attribute
setMetaDataPackageSuffix(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
setMethod(JETEmitter, 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.
setMethod(Method) - Method in class org.eclipse.emf.codegen.jet.JETEmitter
Set the method that will be invoked when generate called.
setMethod(JMethod) - Method in class org.eclipse.emf.java.impl.JParameterImpl
 
setMethod(JMethod) - Method in interface org.eclipse.emf.java.JParameter
Sets the value of the 'Method' container reference
setMillisecond(int) - Method in class org.eclipse.emf.ecore.xml.type.internal.XMLCalendar
 
setMinExclusiveFacet(String) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EClassExtendedMetaDataImpl
 
setMinExclusiveFacet(String) - Method in interface org.eclipse.emf.ecore.util.BasicExtendedMetaData.EClassifierExtendedMetaData
 
setMinExclusiveFacet(String) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EDataTypeExtendedMetaDataImpl
 
setMinExclusiveFacet(EDataType, String) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
setMinExclusiveFacet(EDataType, String) - Method in interface org.eclipse.emf.ecore.util.ExtendedMetaData
Sets the minimum (exclusive) constraint on the given data type.
setMinimalReflectiveMethods(boolean) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Minimal Reflective Methods' attribute
setMinimalReflectiveMethods(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
setMinInclusiveFacet(String) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EClassExtendedMetaDataImpl
 
setMinInclusiveFacet(String) - Method in interface org.eclipse.emf.ecore.util.BasicExtendedMetaData.EClassifierExtendedMetaData
 
setMinInclusiveFacet(String) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EDataTypeExtendedMetaDataImpl
 
setMinInclusiveFacet(EDataType, String) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
setMinInclusiveFacet(EDataType, String) - Method in interface org.eclipse.emf.ecore.util.ExtendedMetaData
Sets the minimum (inclusive) constraint on the given data type.
setMinLengthFacet(int) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EClassExtendedMetaDataImpl
 
setMinLengthFacet(int) - Method in interface org.eclipse.emf.ecore.util.BasicExtendedMetaData.EClassifierExtendedMetaData
 
setMinLengthFacet(int) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EDataTypeExtendedMetaDataImpl
 
setMinLengthFacet(EDataType, int) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
setMinLengthFacet(EDataType, int) - Method in interface org.eclipse.emf.ecore.util.ExtendedMetaData
Sets the minimum length constraint on the given data type.
setMinute(int) - Method in class org.eclipse.emf.ecore.xml.type.internal.XMLCalendar
 
setMinutesLength(int) - Method in interface org.eclipse.emf.examples.extlibrary.AudioVisualItem
Sets the value of the 'Minutes Length' attribute
setMinutesLength(int) - Method in class org.eclipse.emf.examples.extlibrary.impl.AudioVisualItemImpl
 
setMixed(boolean) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLString
 
setModeConverterWizardDefaultImageDescriptor(ImageDescriptor) - Method in class org.eclipse.emf.converter.ui.ModelConverterDescriptorSelectionPage
 
setModel(File) - Method in class org.eclipse.emf.ant.taskdefs.codegen.ecore.GeneratorTask
 
setModel(File) - Method in class org.eclipse.emf.importer.java.taskdefs.JavaGeneratorTask
 
setModelConverterDescriptor(ModelConverterDescriptor) - Method in class org.eclipse.emf.converter.ui.ModelConverterDescriptorSelectionPage
 
setModelDirectory(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Model Directory' attribute
setModelDirectory(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
setModelDirectory(String) - Method in class org.eclipse.emf.ecore.xcore.generator.XcoreGeneratorImpl
 
setModelDirectory(URI) - Method in class org.eclipse.emf.ecore.xcore.generator.XcoreGenModelGeneratorAdapterFactory
 
setModelElement(XModelElement) - Method in class org.eclipse.emf.ecore.xcore.impl.XAnnotationImpl
 
setModelElement(XModelElement) - Method in interface org.eclipse.emf.ecore.xcore.XAnnotation
Sets the value of the 'Model Element' container reference
setModelExporterDescriptor(ModelExporterDescriptor) - Method in class org.eclipse.emf.exporter.ui.EMFExportWizard.SelectionPage
 
setModelExporterID(String) - Method in class org.eclipse.emf.exporter.ModelExporter.ReferencedGenPackageExportInfo
 
setModelFile(IFile) - Method in class org.eclipse.emf.importer.ModelImporter
 
setModelFile(IFile) - Method in class org.eclipse.emf.importer.ui.contribution.base.ModelImporterWizard
 
setModelFile(IFile) - Method in interface org.eclipse.emf.importer.ui.contribution.IModelImporterWizard
 
setModelImporterDescriptor(ModelImporterDescriptor) - Method in class org.eclipse.emf.importer.ui.EMFModelWizard.SelectionPage
 
setModelLocation(String) - Method in class org.eclipse.emf.importer.ModelImporter
 
setModelLocation(String) - Method in class org.eclipse.emf.importer.rose.RoseImporter
 
setModelName(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Model Name' attribute
setModelName(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
setModelPluginClass(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Model Plugin Class' attribute
setModelPluginClass(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
setModelPluginDirectory(String) - Method in class org.eclipse.emf.importer.ModelImporter
 
setModelPluginID(String) - Method in class org.eclipse.emf.ant.taskdefs.codegen.ecore.GeneratorTask
 
setModelPluginID(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Model Plugin ID' attribute
setModelPluginID(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
setModelPluginID(String) - Method in class org.eclipse.emf.importer.ModelImporter
 
setModelProject(File) - Method in class org.eclipse.emf.ant.taskdefs.codegen.ecore.GeneratorTask
 
setModelProjectFragmentPath(String) - Method in class org.eclipse.emf.ant.taskdefs.codegen.ecore.GeneratorTask
 
setModelProjectFragmentPath(String) - Method in class org.eclipse.emf.importer.java.taskdefs.JavaGeneratorTask
 
setModelProjectName(String) - Method in class org.eclipse.emf.importer.ModelImporter
 
setModified(boolean) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
 
setModified(boolean) - Method in interface org.eclipse.emf.ecore.resource.Resource
Sets whether this resource has been modified.
setMonth(int) - Method in class org.eclipse.emf.ecore.xml.type.internal.XMLCalendar
 
setMoveToIndex(int) - Method in class org.eclipse.emf.ecore.change.impl.ListChangeImpl
 
setMoveToIndex(int) - Method in interface org.eclipse.emf.ecore.change.ListChange
Sets the value of the 'Move To Index' attribute
setMultipleEditorPages(boolean) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
Sets the value of the 'Multiple Editor Pages' attribute
setMultipleEditorPages(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
setMultiplicity(int[]) - Method in class org.eclipse.emf.ecore.xcore.impl.XTypedElementImpl
 
setMultiplicity(int[]) - Method in interface org.eclipse.emf.ecore.xcore.XTypedElement
Sets the value of the 'Multiplicity' attribute
setMustHavePrefix(boolean) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
setMustHavePrefix(boolean) - Method in interface org.eclipse.emf.ecore.xmi.XMLHelper
Specify if qualified names must have a prefix or could use default namespace (if possible)
setName(String) - Method in class org.eclipse.emf.ant.taskdefs.codegen.JETEmitterTask.Variable
 
setName(String) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJAbstractType
 
setName(String) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJAnnotation
Sets the name of annotation type.
setName(String) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJAnnotationTypeMember
 
setName(String) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJCompilationUnit
Sets the name of the main type of compilation unit.
setName(String) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJEnumConstant
 
setName(String) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJField
Sets name of variable declaration fragment.
setName(String) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJImport
Sets the name of the import to the given name and sets "on demand" property to false.
setName(String) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJInitializer
This implementation does nothing.
setName(String) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJMethod
 
setName(String) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJPackage
 
setName(String) - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMJNode
 
setName(String) - Method in interface org.eclipse.emf.codegen.merge.java.facade.JNode
Sets the name of this node.
setName(String) - Method in class org.eclipse.emf.codegen.merge.java.JControlModel.DictionaryPattern
 
setName(String) - Method in class org.eclipse.emf.codegen.merge.java.JControlModel.MatchRule
 
setName(String) - Method in class org.eclipse.emf.codegen.merge.java.JControlModel.PullRule
 
setName(String) - Method in class org.eclipse.emf.codegen.merge.java.JControlModel.PushRule
 
setName(String) - Method in class org.eclipse.emf.codegen.merge.java.JControlModel.SortRule
 
setName(String) - Method in class org.eclipse.emf.codegen.merge.java.JControlModel.SweepRule
 
setName(String) - Method in class org.eclipse.emf.common.ui.wizard.AbstractExampleInstallerWizard.ProjectDescriptor
 
setName(String) - Method in class org.eclipse.emf.converter.ui.contribution.ModelConverterManager.ModelConverterDescriptorImpl
 
setName(String) - Method in interface org.eclipse.emf.ecore.ENamedElement
Sets the value of the 'Name' attribute
setName(String) - Method in class org.eclipse.emf.ecore.impl.EClassifierImpl
 
setName(String) - Method in class org.eclipse.emf.ecore.impl.ENamedElementImpl
 
setName(String) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
 
setName(String) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EClassExtendedMetaDataImpl
 
setName(String) - Method in interface org.eclipse.emf.ecore.util.BasicExtendedMetaData.EClassifierExtendedMetaData
 
setName(String) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EDataTypeExtendedMetaDataImpl
 
setName(String) - Method in interface org.eclipse.emf.ecore.util.BasicExtendedMetaData.EStructuralFeatureExtendedMetaData
 
setName(String) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EStructuralFeatureExtendedMetaDataImpl
 
setName(EClassifier, String) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
setName(EStructuralFeature, String) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
setName(EClassifier, String) - Method in interface org.eclipse.emf.ecore.util.ExtendedMetaData
Sets the XML name for a classifier.
setName(EStructuralFeature, String) - Method in interface org.eclipse.emf.ecore.util.ExtendedMetaData
Set the XML name for a structural feature.
setName(String) - Method in class org.eclipse.emf.ecore.xcore.impl.XNamedElementImpl
 
setName(URI, String, ResourceSet) - Method in class org.eclipse.emf.ecore.xcore.ui.refactoring.XcoreRenameStrategy
 
setName(String) - Method in interface org.eclipse.emf.ecore.xcore.XNamedElement
Sets the value of the 'Name' attribute
setName(String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLInfoImpl
Set the name to be used in an XML file.
setName(String) - Method in interface org.eclipse.emf.ecore.xmi.XMLResource.XMLInfo
Set the name to be used in an XML file.
setName(String) - Method in class org.eclipse.emf.examples.extlibrary.impl.LibraryImpl
 
setName(String) - Method in class org.eclipse.emf.examples.extlibrary.impl.WriterImpl
 
setName(String) - Method in interface org.eclipse.emf.examples.extlibrary.Library
Sets the value of the 'Name' attribute
setName(String) - Method in interface org.eclipse.emf.examples.extlibrary.Writer
Sets the value of the 'Name' attribute
setName(String) - Method in class org.eclipse.emf.importer.rose.builder.TableObject
 
setName(String) - Method in class org.eclipse.emf.importer.rose.builder.UnitTreeNode
 
setName(String) - Method in class org.eclipse.emf.java.impl.JModelElementImpl
 
setName(String) - Method in interface org.eclipse.emf.java.JModelElement
Sets the value of the 'Name' attribute
setName(Object, String) - Method in class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain
 
setName(Object, String) - Method in interface org.eclipse.emf.mapping.domain.MappingDomain
This sets the name of the object.
setName(String) - Method in class org.eclipse.emf.mapping.ecore2xml.impl.XMLInfoImpl
 
setName(String) - Method in interface org.eclipse.emf.mapping.ecore2xml.XMLInfo
Sets the value of the 'Name' attribute
setNamespace(String) - Method in interface org.eclipse.emf.ecore.util.BasicExtendedMetaData.EStructuralFeatureExtendedMetaData
 
setNamespace(String) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EStructuralFeatureExtendedMetaDataImpl
 
setNamespace(EStructuralFeature, String) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
setNamespace(EStructuralFeature, String) - Method in interface org.eclipse.emf.ecore.util.ExtendedMetaData
Sets the namespace associated with the specified structural feature.
setNamespaceURI(String) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
Deprecated.
setNamespaceURI(String) - Method in class org.eclipse.emf.ecore.xmi.impl.NameInfoImpl
 
setNamespaceURI(String) - Method in interface org.eclipse.emf.ecore.xmi.NameInfo
 
setNative(boolean) - Method in class org.eclipse.emf.java.impl.JMethodImpl
 
setNative(boolean) - Method in interface org.eclipse.emf.java.JMethod
Sets the value of the 'Native' attribute
setNestedIn(MappingHelper) - Method in class org.eclipse.emf.mapping.impl.MappingHelperImpl
 
setNestedIn(Mapping) - Method in class org.eclipse.emf.mapping.impl.MappingImpl
 
setNestedIn(Mapping) - Method in interface org.eclipse.emf.mapping.Mapping
Sets the value of the 'Nested In' container reference
setNestedIn(MappingHelper) - Method in interface org.eclipse.emf.mapping.MappingHelper
Sets the value of the 'Nested In' container reference
setNewFile(File) - Method in class org.eclipse.emf.ant.taskdefs.codegen.JETTask
 
setNewFile(File) - Method in class org.eclipse.emf.ant.taskdefs.codegen.JMergerTask
 
setNewName(String) - Method in class org.eclipse.emf.codegen.merge.java.JControlModel.SweepRule
 
setNLString(String) - Method in class org.eclipse.emf.codegen.jet.JETSkeleton
 
setNode(Object) - Method in class org.eclipse.emf.importer.rose.parser.RoseNode
 
setNodeProperty(ASTNode, Object, StructuralPropertyDescriptor) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJNode
Sets the property of the node to the given value.
setNodeProperty(ASTNode, String, StructuralPropertyDescriptor, int) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJNode
Sets the property of the node to the given string value.
setNoNamespacePackage(EPackage) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
setNoNamespacePackage(EPackage) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLMapImpl
 
setNoNamespacePackage(EPackage) - Method in interface org.eclipse.emf.ecore.xmi.XMLHelper
Sets the package to use when there is no XML namespace in an XML file.
setNoNamespacePackage(EPackage) - Method in interface org.eclipse.emf.ecore.xmi.XMLResource.XMLMap
Sets the package to use when namespaces are not used in an XML file; this affects loading only.
setNoNamespacePackage(EPackage) - Method in class org.eclipse.emf.mapping.ecore2xml.impl.XMLMapImpl
 
setNoNamespacePackage(EPackage) - Method in interface org.eclipse.emf.mapping.ecore2xml.XMLMap
Sets the value of the 'No Namespace Package' reference
setNonExternalizedStringTag(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Non Externalized String Tag' attribute
setNonExternalizedStringTag(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
setNonExternalizedStringTagGen(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
setNonNLSMarkers(boolean) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Non NLS Markers' attribute
setNonNLSMarkers(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
setNonNLSMarkersGen(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
setNoQualify(boolean) - Method in class org.eclipse.emf.importer.rose.RoseImporter
 
setNotificationEnabled(boolean) - Method in class org.eclipse.emf.mapping.presentation.MappingEditor
 
setNotify(boolean) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
Sets the value of the 'Notify' attribute
setNotify(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
setNsPrefix(String) - Method in interface org.eclipse.emf.ecore.EPackage
Sets the value of the 'Ns Prefix' attribute
setNsPrefix(String) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
setNsURI(String) - Method in interface org.eclipse.emf.ecore.EPackage
Sets the value of the 'Ns URI' attribute
setNsURI(String) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
setNull(String) - Method in class org.eclipse.emf.oda.ecore.impl.Query
 
setNull(int) - Method in class org.eclipse.emf.oda.ecore.impl.Query
 
setNumberOfGroups(int) - Method in class org.eclipse.emf.ecore.xml.type.internal.RegEx.Match
 
setObject(Object) - Method in class org.eclipse.emf.codegen.jet.JETEmitter
Sets the object used as the target of the template.
setObject(Object) - Method in class org.eclipse.emf.importer.rose.builder.TableObject
 
setObject(String, Object) - Method in class org.eclipse.emf.oda.ecore.impl.Query
 
setObject(int, Object) - Method in class org.eclipse.emf.oda.ecore.impl.Query
 
setObjectToSelect(Object) - Method in class org.eclipse.emf.mapping.presentation.SimpleMappedObjectViewer.SelectObjectAction
 
setOperationID(int) - Method in class org.eclipse.emf.ecore.impl.EOperationImpl
 
setOperationReflection(boolean) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Operation Reflection' attribute
setOperationReflection(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
setOpposite(GenFeature) - Method in class org.eclipse.emf.ecore.xcore.impl.XReferenceImpl
 
setOpposite(GenFeature) - Method in interface org.eclipse.emf.ecore.xcore.XReference
Sets the value of the 'Opposite' reference
setOptimizeCopy(boolean) - Method in class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain
This sets whether or not copy command optimizations are safe in this domain.
setOptimizedHasChildren(boolean) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Optimized Has Children' attribute
setOptimizedHasChildren(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
setOptions(Map<?, ?>) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
setOptions(Map<?, ?>) - Method in interface org.eclipse.emf.ecore.xmi.XMLHelper
Sets various resource options on the helper
setOrdered(boolean) - Method in interface org.eclipse.emf.ecore.ETypedElement
Sets the value of the 'Ordered' attribute
setOrdered(boolean) - Method in class org.eclipse.emf.ecore.impl.ETypedElementImpl
 
setOriginalContent(String) - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMJCompilationUnit
 
setOriginalContents(char[]) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJCompilationUnit
Sets original contents of the compilation unit to be used for converting nodes to strings.
setOriginalGenModelFile(IFile) - Method in class org.eclipse.emf.importer.ui.contribution.base.ModelImporterWizard
 
setOriginalGenModelFile(IFile) - Method in interface org.eclipse.emf.importer.ui.contribution.IModelImporterWizard
 
setOriginatingInput(Object) - Method in class org.eclipse.emf.mapping.impl.MappingRootImpl.MappedObjectStateAdapter
 
setOriginatingInput(Object) - Method in interface org.eclipse.emf.mapping.MappedObjectState
This sets the originating input object of the output object.
setOSGiCompatible(boolean) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'OS Gi Compatible' attribute
setOSGiCompatible(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
setOtherViewer(SimpleMappedObjectViewer) - Method in class org.eclipse.emf.mapping.presentation.SimpleMappedObjectViewer
 
setOut2in(Mapping) - Method in interface org.eclipse.emf.mapping.ComplexTypeConverter
Sets the value of the 'Out2in' reference
setOut2in(String) - Method in interface org.eclipse.emf.mapping.FunctionNamePair
Sets the value of the 'Out2in' attribute
setOut2in(EOperation) - Method in interface org.eclipse.emf.mapping.FunctionPair
Sets the value of the 'Out2in' reference
setOut2in(Mapping) - Method in class org.eclipse.emf.mapping.impl.ComplexTypeConverterImpl
 
setOut2in(String) - Method in class org.eclipse.emf.mapping.impl.FunctionNamePairImpl
 
setOut2in(EOperation) - Method in class org.eclipse.emf.mapping.impl.FunctionPairImpl
 
setOutput() - Method in class org.eclipse.emf.mapping.impl.MappingRootImpl.MappedObjectStateAdapter
 
setOutput() - Method in interface org.eclipse.emf.mapping.MappedObjectState
This is called to indicate that the mapped object is an output.
setOutputDirty(boolean) - Method in class org.eclipse.emf.mapping.impl.MappingRootImpl
 
setOutputDirty(boolean) - Method in interface org.eclipse.emf.mapping.MappingRoot
This method sets the output dirty flag.
setOutputReadOnly(boolean) - Method in class org.eclipse.emf.mapping.impl.MappingRootImpl
 
setOutputReadOnly(boolean) - Method in interface org.eclipse.emf.mapping.MappingRoot
Sets the value of the 'Output Read Only' attribute
setOverride(Command) - Method in class org.eclipse.emf.edit.command.AbstractOverrideableCommand
This sets the command that overrides this command.
setOverride(Command) - Method in interface org.eclipse.emf.edit.command.OverrideableCommand
This sets the command that overrides this command.
SetOverrideCommand - Class in org.eclipse.emf.mapping.command
This command overrides the SetCommand to additionally unmap the removed object and map the new object.
SetOverrideCommand(MappingDomain, SetCommand) - Constructor for class org.eclipse.emf.mapping.command.SetOverrideCommand
This creates a command instance that removes, unmaps the removed object and then adds and maps the new object.
setOverwriteable(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.
setOwner(Object) - Method in class org.eclipse.emf.edit.command.CommandParameter
This sets the owner to the specified value.
setPackage(JPackage) - Method in class org.eclipse.emf.java.impl.JClassImpl
 
setPackage(JPackage) - Method in class org.eclipse.emf.java.impl.JCompilationUnitImpl
 
setPackage(JPackage) - Method in interface org.eclipse.emf.java.JClass
Sets the value of the 'Package' reference
setPackage(JPackage) - Method in interface org.eclipse.emf.java.JCompilationUnit
Sets the value of the 'Package' reference
setPackageName(String) - Method in class org.eclipse.emf.codegen.jet.JETSkeleton
 
setPackageRegistry(EPackage.Registry) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl
 
setPackageRegistry(EPackage.Registry) - Method in interface org.eclipse.emf.ecore.resource.ResourceSet
Set the registry used for looking up a package based namespace.
setPackageRegistry(EPackage.Registry) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLMapImpl
 
setPackedEnums(boolean) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Packed Enums' attribute
setPackedEnums(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
setPageComplete(boolean) - Method in class org.eclipse.emf.oda.ecore.ui.impl.EcoreDataSourcePageHelper
Sets whether the page for this helps is complete.
setPages(int) - Method in interface org.eclipse.emf.examples.extlibrary.Book
Sets the value of the 'Pages' attribute
setPages(int) - Method in class org.eclipse.emf.examples.extlibrary.impl.BookImpl
 
setParameterNames(String[]) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJMethod
Sets parameter names.
setParameterNames(String[]) - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMJMethod
 
setParameterNames(String[]) - Method in interface org.eclipse.emf.codegen.merge.java.facade.JMethod
Sets the names of parameters in this method in the order they are to be declared.
setParameters(String[]) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJMethod
 
setParameters(String[]) - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMJMethod
 
setParameters(String[]) - Method in interface org.eclipse.emf.codegen.merge.java.facade.JMethod
Sets the parameters in this method in the order they are to be declared.
setParameters(Map<String, EClassifier>) - Method in interface org.eclipse.emf.edit.ui.util.QueryDelegateTextViewer
Sets the parameters for the text viewer's query.
setParent(ASTJNode<?>) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJNode
Sets the parent of this node.
setParent(Object, Object) - Method in class org.eclipse.emf.edit.provider.ItemProvider
setParent(Object) - Method in class org.eclipse.emf.edit.provider.ItemProvider
setParent(Object, Object) - Method in interface org.eclipse.emf.edit.provider.IUpdateableItemParent
This sets the given object's parent to be parent.
setParent(TreeNode) - Method in class org.eclipse.emf.edit.tree.impl.TreeNodeImpl
 
setParent(TreeNode) - Method in interface org.eclipse.emf.edit.tree.TreeNode
Sets the value of the 'Parent' container reference
setParent(RoseNode) - Method in class org.eclipse.emf.importer.rose.parser.RoseNode
 
setParentAdapterFactory(ComposedAdapterFactory) - Method in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProviderAdapterFactory
This sets the composed adapter factory that contains this factory
setParentAdapterFactory(ComposedAdapterFactory) - Method in class org.eclipse.emf.ecore.change.provider.ChangeItemProviderAdapterFactory
This sets the composed adapter factory that contains this factory
setParentAdapterFactory(ComposedAdapterFactory) - Method in class org.eclipse.emf.ecore.provider.EcoreItemProviderAdapterFactory
This sets the composed adapter factory that contains this factory
setParentAdapterFactory(ComposedAdapterFactory) - Method in class org.eclipse.emf.ecore.xcore.provider.XcoreItemProviderAdapterFactory
This sets the composed adapter factory that contains this factory
setParentAdapterFactory(ComposedAdapterFactory) - Method in interface org.eclipse.emf.edit.provider.ComposeableAdapterFactory
This sets the direct parent adapter factory into which this factory is composed.
setParentAdapterFactory(ComposedAdapterFactory) - Method in class org.eclipse.emf.edit.provider.ComposedAdapterFactory
This sets the direct parent adapter factory into which this factory is composed.
setParentAdapterFactory(ComposedAdapterFactory) - Method in class org.eclipse.emf.edit.provider.DecoratorAdapterFactory
This sets the direct parent adapter factory into which this factory is composed.
setParentAdapterFactory(ComposedAdapterFactory) - Method in class org.eclipse.emf.edit.provider.ReflectiveItemProviderAdapterFactory
This sets the composed adapter factory that contains this factory.
setParentAdapterFactory(ComposedAdapterFactory) - Method in class org.eclipse.emf.edit.provider.resource.ResourceItemProviderAdapterFactory
This sets the composed adapter factory that contains this factory.
setParentAdapterFactory(ComposedAdapterFactory) - Method in class org.eclipse.emf.edit.tree.provider.TreeItemProviderAdapterFactory
This sets the composed adapter factory that contains this factory.
setParentAdapterFactory(ComposedAdapterFactory) - Method in class org.eclipse.emf.examples.extlibrary.provider.EXTLibraryItemProviderAdapterFactory
This sets the composed adapter factory that contains this factory
setParentAdapterFactory(ComposedAdapterFactory) - Method in class org.eclipse.emf.java.provider.JavaItemProviderAdapterFactory
This sets the composed adapter factory that contains this factory
setParentAdapterFactory(ComposedAdapterFactory) - Method in class org.eclipse.emf.mapping.ecore2ecore.provider.Ecore2EcoreItemProviderAdapterFactory
This sets the composed adapter factory that contains this factory
setParentAdapterFactory(ComposedAdapterFactory) - Method in class org.eclipse.emf.mapping.ecore2xml.provider.Ecore2XMLItemProviderAdapterFactory
This sets the composed adapter factory that contains this factory
setParentAdapterFactory(ComposedAdapterFactory) - Method in class org.eclipse.emf.mapping.provider.MappingItemProviderAdapterFactory
This sets the composed adapter factory that contains this factory.
setParentBranch(Library) - Method in class org.eclipse.emf.examples.extlibrary.impl.LibraryImpl
 
setParentBranch(Library) - Method in interface org.eclipse.emf.examples.extlibrary.Library
Sets the value of the 'Parent Branch' container reference
setParentDir(File) - Method in class org.eclipse.emf.ant.taskdefs.RemoveVersionTask
 
setParentMarkup(Pattern) - Method in class org.eclipse.emf.codegen.merge.java.JControlModel.SweepRule
 
setPath(String) - Method in class org.eclipse.emf.ecore.xml.type.internal.DataValue.URI
Set the path for this URI.
setPattern(Pattern) - Method in class org.eclipse.emf.codegen.merge.java.JControlModel.DictionaryPattern
 
setPattern(String) - Method in class org.eclipse.emf.ecore.xml.type.internal.RegEx.RegularExpression
 
setPattern(String, String) - Method in class org.eclipse.emf.ecore.xml.type.internal.RegEx.RegularExpression
 
setPatternFacet(List<String>) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EClassExtendedMetaDataImpl
 
setPatternFacet(List<String>) - Method in interface org.eclipse.emf.ecore.util.BasicExtendedMetaData.EClassifierExtendedMetaData
 
setPatternFacet(List<String>) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EDataTypeExtendedMetaDataImpl
 
setPatternFacet(EDataType, List<String>) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
setPatternFacet(EDataType, List<String>) - Method in interface org.eclipse.emf.ecore.util.ExtendedMetaData
Sets the pattern constraint on the given data type.
setPluginID(String) - Method in class org.eclipse.emf.ant.taskdefs.codegen.JETEmitterTask.Variable
 
setPluginKey(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Plugin Key' attribute
setPluginKey(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
setPort(int) - Method in class org.eclipse.emf.ecore.xml.type.internal.DataValue.URI
Set the port for this URI. -1 is used to indicate that the port is not specified, otherwise valid port numbers are between 0 and 65535.
setPrefix(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
Sets the value of the 'Prefix' attribute
setPrefix(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
setPrefix(String) - Method in class org.eclipse.emf.ecore.xml.type.internal.QName
 
setPrefix(QName, String) - Static method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeUtil
Updates the QName's prefix, if possible, and returns either the updated result, or a newly created QName with the new prefix, if the QName could not be directly updated.
setPrefix(String) - Method in class org.eclipse.emf.importer.ModelImporter.EPackageImportInfo
 
setPrefixToNamespaceMap(EMap<String, String>) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
setPrefixToNamespaceMap(EMap<String, String>) - Method in interface org.eclipse.emf.ecore.xmi.XMLHelper
 
setPresentationPackageSuffix(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
Sets the value of the 'Presentation Package Suffix' attribute
setPresentationPackageSuffix(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
setProcessAnyXML(boolean) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLOptionsImpl
 
setProcessAnyXML(boolean) - Method in interface org.eclipse.emf.ecore.xmi.XMLOptions
This options allows the user to load and deserialize arbitrary XML (i.e.
setProcessDanglingHREF(String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
setProcessDanglingHREF(String) - Method in interface org.eclipse.emf.ecore.xmi.XMLHelper
 
setProcessingKind(int) - Method in interface org.eclipse.emf.ecore.util.BasicExtendedMetaData.EStructuralFeatureExtendedMetaData
 
setProcessingKind(int) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EStructuralFeatureExtendedMetaDataImpl
 
setProcessingKind(EStructuralFeature, int) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
setProcessingKind(EStructuralFeature, int) - Method in interface org.eclipse.emf.ecore.util.ExtendedMetaData
Sets the kind of contents processing to be used for a structural feature corresponding to an any wildcard.
setProcessSchemaLocations(boolean) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLOptionsImpl
 
setProcessSchemaLocations(boolean) - Method in interface org.eclipse.emf.ecore.xmi.XMLOptions
This options allows the user to specify that the schemaLocation/noNamespaceSchemaLocation attributes occurring in the instance document will be processed to convert XSD(s) to Ecore file(s).
setProgressIncrement(int) - Method in class org.eclipse.emf.importer.rose.parser.RoseLoader
 
setProgressIncrement(int) - Method in class org.eclipse.emf.importer.rose.parser.RoseWriter
 
setProject(String) - Method in class org.eclipse.emf.ant.taskdefs.codegen.JETEmitterTask
 
setProject(IProject) - Method in class org.eclipse.emf.codegen.jet.JETNature
 
setProjectName(String) - Method in class org.eclipse.emf.codegen.jet.JETEmitter
Sets the name of the project where JET templates will be compiled.
setProperty(GenPropertyKind) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
Sets the value of the 'Property' attribute
setProperty(GenPropertyKind) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
setProperty(String, String) - Method in class org.eclipse.emf.oda.ecore.impl.Query
 
setPropertyCategory(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
Sets the value of the 'Property Category' attribute
setPropertyCategory(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
setPropertyDescription(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
Sets the value of the 'Property Description' attribute
setPropertyDescription(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
setPropertyMultiLine(boolean) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
Sets the value of the 'Property Multi Line' attribute
setPropertyMultiLine(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
setPropertySortChoices(boolean) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
Sets the value of the 'Property Sort Choices' attribute
setPropertySortChoices(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
setPropertySourceProvider(IPropertySourceProvider) - Method in class org.eclipse.emf.edit.ui.view.ExtendedPropertySheetPage
 
setPropertyValue(Object, Object) - Method in class org.eclipse.emf.edit.provider.DelegatingWrapperItemProvider.DelegatingWrapperItemPropertyDescriptor
Updates the decorated descriptor's command owner and invokes setPropertyValue on it.
setPropertyValue(Object, Object) - Method in interface org.eclipse.emf.edit.provider.IItemPropertyDescriptor
This sets this descriptor's property for the object to the given value.
setPropertyValue(Object, Object) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
This does the delegated job of setting the property to the given value.
setPropertyValue(Object, Object) - Method in class org.eclipse.emf.edit.provider.ItemPropertyDescriptorDecorator
This does the delegated job of setting the property to the given value.
setPropertyValue(Object, String, Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This implements PropertySource by delegating to the descriptor, which is assumed to support the IItemPropertyDescriptor interface
setPropertyValue(Object, Object) - Method in class org.eclipse.emf.edit.provider.WrapperItemProvider.WrapperItemPropertyDescriptor
Sets the property value.
setPropertyValue(Object, Object) - Method in class org.eclipse.emf.edit.ui.provider.PropertySource
setProvider(GenProviderKind) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenClass
Sets the value of the 'Provider' attribute
setProvider(GenProviderKind) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
setProviderPackageSuffix(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
Sets the value of the 'Provider Package Suffix' attribute
setProviderPackageSuffix(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
setProviderRootExtendsClass(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Provider Root Extends Class' attribute
setProviderRootExtendsClass(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
setPublicationDate(Date) - Method in class org.eclipse.emf.examples.extlibrary.impl.ItemImpl
 
setPublicationDate(Date) - Method in interface org.eclipse.emf.examples.extlibrary.Item
Sets the value of the 'Publication Date' attribute
setPublicationLocation(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
Sets the value of the 'Publication Location' attribute
setPublicationLocation(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
setPublicConstructors(boolean) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Public Constructors' attribute
setPublicConstructors(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
setQNameValues(Object, String, String, String) - Static method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeUtil
Deprecated.
setQualified(boolean) - Method in interface org.eclipse.emf.ecore.util.BasicExtendedMetaData.EPackageExtendedMetaData
 
setQualified(boolean) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EPackageExtendedMetaDataImpl
 
setQualified(EPackage, boolean) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
setQualified(EPackage, boolean) - Method in interface org.eclipse.emf.ecore.util.ExtendedMetaData
Sets whether model instance serializations of the specified package should use namespace qualification.
setQualifiedName(String) - Method in class org.eclipse.emf.ecore.xmi.impl.NameInfoImpl
 
setQualifiedName(String) - Method in interface org.eclipse.emf.ecore.xmi.NameInfo
 
setQualifiedPackageName(EPackage, String) - Static method in class org.eclipse.emf.ecore.xcore.util.XcoreEcoreBuilder
 
setQueryString(String) - Method in class org.eclipse.emf.ecore.xml.type.internal.DataValue.URI
Set the query string for this URI.
setQUID(String) - Method in class org.eclipse.emf.importer.rose.builder.TableObject
 
setQUID(String) - Method in class org.eclipse.emf.importer.rose.builder.UnitTreeNode
 
setRawValue(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.SimpleAnyTypeImpl
 
setRawValue(String) - Method in interface org.eclipse.emf.ecore.xml.type.SimpleAnyType
Sets the value of the 'Raw Value' attribute
setReader(Person) - Method in interface org.eclipse.emf.examples.extlibrary.BookOnTape
Sets the value of the 'Reader' reference
setReader(Person) - Method in class org.eclipse.emf.examples.extlibrary.impl.BookOnTapeImpl
 
setReadonly(boolean) - Method in class org.eclipse.emf.ecore.xcore.impl.XStructuralFeatureImpl
 
setReadonly(boolean) - Method in interface org.eclipse.emf.ecore.xcore.XStructuralFeature
Sets the value of the 'Readonly' attribute
setReconcileGenModel(GeneratorTask.ReconcileGenModelType) - Method in class org.eclipse.emf.ant.taskdefs.codegen.ecore.GeneratorTask
 
setReconcileGenModel(String) - Method in class org.eclipse.emf.ant.taskdefs.codegen.ecore.GeneratorTask
 
setRecording(boolean) - Method in class org.eclipse.emf.ecore.change.util.BasicChangeRecorder
 
setRecordingTransientFeatures(boolean) - Method in class org.eclipse.emf.ecore.change.util.BasicChangeRecorder
 
setRedirection(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Redirection' attribute
setRedirection(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
setReferenceValue(EObject) - Method in interface org.eclipse.emf.ecore.change.FeatureChange
Sets the value of the 'Reference Value' reference
setReferenceValue(EObject) - Method in interface org.eclipse.emf.ecore.change.FeatureMapEntry
Sets the value of the 'Reference Value' reference
setReferenceValue(EObject) - Method in class org.eclipse.emf.ecore.change.impl.FeatureChangeImpl
 
setReferenceValue(EObject) - Method in class org.eclipse.emf.ecore.change.impl.FeatureMapEntryImpl
 
setReflectiveDelegation(boolean) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
setReflectiveDelegation(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
setRegBasedAuthority(String) - Method in class org.eclipse.emf.ecore.xml.type.internal.DataValue.URI
Sets the registry based authority for this URI.
setRemovedASTNode(ASTNode) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJNode
 
setResolveProxies(boolean) - Method in class org.eclipse.emf.ecore.change.util.ChangeRecorder
 
setResolveProxies(boolean) - Method in interface org.eclipse.emf.ecore.EReference
Sets the value of the 'Resolve Proxies' attribute
setResolveProxies(boolean) - Method in class org.eclipse.emf.ecore.impl.EReferenceImpl
 
setResolveProxies(boolean) - Method in class org.eclipse.emf.ecore.xcore.impl.XReferenceImpl
 
setResolveProxies(boolean) - Method in interface org.eclipse.emf.ecore.xcore.XReference
Sets the value of the 'Resolve Proxies' attribute
setResource(GenResourceKind) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
Sets the value of the 'Resource' attribute
setResource(GenResourceKind) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
setResource(Resource) - Method in class org.eclipse.emf.ecore.change.impl.ResourceChangeImpl
 
setResource(Resource) - Method in interface org.eclipse.emf.ecore.change.ResourceChange
Sets the value of the 'Resource' attribute
setResource(XMLResource) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
setResourceFactoryRegistry(Resource.Factory.Registry) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl
 
setResourceFactoryRegistry(Resource.Factory.Registry) - Method in interface org.eclipse.emf.ecore.resource.ResourceSet
Sets the registry used for creating resource of the appropriate type.
setResourceGen(Resource) - Method in class org.eclipse.emf.ecore.change.impl.ResourceChangeImpl
 
setResourceToReadOnlyMap(Map<Resource, Boolean>) - Method in class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain
Set the map of resource to a Boolean value indicating whether the resource is read only.
setResourceURI(String) - Method in class org.eclipse.emf.ecore.change.impl.ResourceChangeImpl
 
setResourceURI(String) - Method in interface org.eclipse.emf.ecore.change.ResourceChange
Sets the value of the 'Resource URI' attribute
setResultType(RoseNode, EOperation) - Method in class org.eclipse.emf.importer.rose.builder.RoseEcoreBuilder
 
setResultType(EClassifier) - Method in class org.eclipse.emf.oda.ecore.ui.impl.EcoreDataSetWizardPage
Sets the value of the result type property.
setReturnType(String) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJMethod
 
setReturnType(String) - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMJMethod
 
setReturnType(String) - Method in interface org.eclipse.emf.codegen.merge.java.facade.JMethod
Sets the return type name.
setReturnType(JClass) - Method in class org.eclipse.emf.java.impl.JMethodImpl
 
setReturnType(JClass) - Method in interface org.eclipse.emf.java.JMethod
Sets the value of the 'Return Type' reference
setRewriter(ASTRewrite) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJNode
 
setRewrittenASTNode(Annotation) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJAnnotation
 
setRichAjaxPlatform(boolean) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Rich Ajax Platform' attribute
setRichAjaxPlatform(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
setRichClientPlatform(boolean) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Rich Client Platform' attribute
setRichClientPlatform(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
setRootDiagnosticMessage(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GeneratorUIUtil.GeneratorOperation
 
setRootExtendsClass(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Root Extends Class' attribute
setRootExtendsClass(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
setRootExtendsInterface(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Root Extends Interface' attribute
setRootExtendsInterface(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
setRootImplementsInterface(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Root Implements Interface' attribute
setRootImplementsInterface(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
setRootImplementsInterfaceGen(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
setRoseFileName(String) - Method in class org.eclipse.emf.importer.rose.builder.UnitTreeNode
 
setRoseNode(RoseNode) - Method in class org.eclipse.emf.importer.rose.builder.UnitTreeNode
 
setRuntimeCompatibility(boolean) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Runtime Compatibility' attribute
setRuntimeCompatibility(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
setRuntimeJar(boolean) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Runtime Jar' attribute
setRuntimeJar(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
setRuntimePlatform(GenRuntimePlatform) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Runtime Platform' attribute
setRuntimePlatform(GenRuntimePlatform) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
setRuntimeVersion(GenRuntimeVersion) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Runtime Version' attribute
setRuntimeVersion(GenRuntimeVersion) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
setSaveEPackageArtifactURI(boolean) - Method in class org.eclipse.emf.exporter.ModelExporter
 
setSaveExporter(boolean) - Method in class org.eclipse.emf.exporter.ModelExporter
 
setScheme(String) - Method in class org.eclipse.emf.ecore.xml.type.internal.DataValue.URI
Set the scheme for this URI.
setSDO(boolean) - Method in class org.eclipse.emf.ant.taskdefs.codegen.ecore.GeneratorTask
 
setSDODefaults(GenModel) - Static method in class org.eclipse.emf.codegen.ecore.Generator
 
setSDODefaults(GenModel) - Method in class org.eclipse.emf.importer.ModelImporterApplication
 
setSecond(int) - Method in class org.eclipse.emf.ecore.xml.type.internal.XMLCalendar
 
setSelection(ISelection) - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
This implements org.eclipse.jface.viewers.ISelectionProvider to set this editor's overall selection.
setSelection(Object) - Method in class org.eclipse.emf.common.ui.viewer.ColumnViewerInformationControlToolTipSupport.PathLocationListener
 
setSelection(ISelection) - Method in class org.eclipse.emf.ecore.presentation.EcoreEditor
This implements org.eclipse.jface.viewers.ISelectionProvider to set this editor's overall selection.
setSelection(ISelection) - Method in class org.eclipse.emf.edit.ui.provider.UnwrappingSelectionProvider
 
setSelection(ISelection) - Method in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryEditor
This implements org.eclipse.jface.viewers.ISelectionProvider to set this editor's overall selection.
setSelection(ISelection) - Method in class org.eclipse.emf.java.presentation.JavaEditor
This implements org.eclipse.jface.viewers.ISelectionProvider to set this editor's overall selection.
setSelection(ISelection) - Method in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLEditor
This implements org.eclipse.jface.viewers.ISelectionProvider to set this editor's overall selection.
setSelection(ISelection) - Method in class org.eclipse.emf.mapping.presentation.MappingEditor
This implements org.eclipse.jface.viewers.ISelectionProvider to set this editor's overall selection.
setSelectionProvider(ISelectionProvider) - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractSelectionView
 
setSelectionToViewer(Collection<?>) - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
This sets the selection into whichever viewer is active
setSelectionToViewer(Collection<?>) - Method in class org.eclipse.emf.ecore.presentation.EcoreEditor
This sets the selection into whichever viewer is active
setSelectionToViewer(List<?>) - Method in class org.eclipse.emf.edit.ui.view.ExtendedPropertySheetPage
This method should be overridden to set the selection.
setSelectionToViewer(Collection<?>) - Method in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryEditor
This sets the selection into whichever viewer is active
setSelectionToViewer(Collection<?>) - Method in class org.eclipse.emf.java.presentation.JavaEditor
This sets the selection into whichever viewer is active
setSelectionToViewer(Collection<?>) - Method in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLEditor
This sets the selection into whichever viewer is active
setSelectionToViewer(Collection<?>) - Method in class org.eclipse.emf.mapping.presentation.MappingEditor
This sets the selection into whichever viewer is active.
setSelectionToWidget(List, boolean) - Method in class org.eclipse.emf.mapping.presentation.MappingEditor.OverviewViewer
Deprecated.
This override ensures the objects which aren't in the view don't cause a failure.
setSelector(Class<?>) - Method in class org.eclipse.emf.codegen.merge.java.JControlModel.PushRule
 
setSelector(Class<?>) - Method in class org.eclipse.emf.codegen.merge.java.JControlModel.SortRule
 
setSelector(Class<?>) - Method in class org.eclipse.emf.codegen.merge.java.JControlModel.SweepRule
 
setSelectorFeature(JControlModel.Feature) - Method in class org.eclipse.emf.codegen.merge.java.JControlModel.DictionaryPattern
 
setSerializable(boolean) - Method in interface org.eclipse.emf.ecore.EDataType
Sets the value of the 'Serializable' attribute
setSerializable(boolean) - Method in class org.eclipse.emf.ecore.impl.EDataTypeImpl
 
setSerializable(boolean) - Method in class org.eclipse.emf.ecore.xcore.impl.XDataTypeImpl
 
setSerializable(boolean) - Method in interface org.eclipse.emf.ecore.xcore.XDataType
Sets the value of the 'Serializable' attribute
setSet(boolean) - Method in interface org.eclipse.emf.ecore.change.FeatureChange
Sets the value of the 'Set' attribute
setSet(boolean) - Method in class org.eclipse.emf.ecore.change.impl.FeatureChangeImpl
 
setSetBody(XBlockExpression) - Method in class org.eclipse.emf.ecore.xcore.impl.XStructuralFeatureImpl
 
setSetBody(XBlockExpression) - Method in interface org.eclipse.emf.ecore.xcore.XStructuralFeature
Sets the value of the 'Set Body' containment reference
setSetter(JvmOperation) - Method in class org.eclipse.emf.ecore.xcore.mappings.XFeatureMapping
 
setSettingDelegate(EStructuralFeature.Internal.SettingDelegate) - Method in interface org.eclipse.emf.ecore.EStructuralFeature.Internal
Sets the specialized delegate for this feature.
setSettingDelegate(EStructuralFeature.Internal.SettingDelegate) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
 
setSettingDelegates(EPackage, List<String>) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
 
setSeverity(int) - Method in class org.eclipse.emf.common.util.BasicDiagnostic
 
setSeverityMask(int) - Method in class org.eclipse.emf.common.ui.DiagnosticComposite
 
setShouldTranslate(boolean) - Method in class org.eclipse.emf.common.util.DelegatingResourceLocator
Sets whether strings should be translated by default.
setShowBackButton(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.handler.GenerateHandler.GenModelGenerationDialog
 
setShowFileControl(boolean) - Method in class org.eclipse.emf.common.ui.dialogs.WorkspaceResourceDialog
 
setShowNewFolderControl(boolean) - Method in class org.eclipse.emf.common.ui.dialogs.WorkspaceResourceDialog
 
setShowReferencedGenModels(boolean) - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPackagePage
 
setShowRootDiagnostic(boolean) - Method in class org.eclipse.emf.common.ui.DiagnosticComposite
 
setSignature(Pattern) - Method in class org.eclipse.emf.codegen.merge.java.JControlModel.MatchRule
 
setSortSpec(SortSpec) - Method in class org.eclipse.emf.oda.ecore.impl.Query
 
setSource(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenAnnotation
Sets the value of the 'Source' attribute
setSource(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenAnnotationImpl
 
setSource(String) - Method in class org.eclipse.emf.common.util.BasicDiagnostic
 
setSource(String) - Method in interface org.eclipse.emf.ecore.EAnnotation
Sets the value of the 'Source' attribute
setSource(String) - Method in class org.eclipse.emf.ecore.impl.EAnnotationImpl
 
setSource(XAnnotationDirective) - Method in class org.eclipse.emf.ecore.xcore.impl.XAnnotationImpl
 
setSource(XAnnotationDirective) - Method in interface org.eclipse.emf.ecore.xcore.XAnnotation
Sets the value of the 'Source' reference
setSource(CharacterIterator) - Method in class org.eclipse.emf.ecore.xml.type.internal.RegEx.Match
 
setSource(String) - Method in class org.eclipse.emf.ecore.xml.type.internal.RegEx.Match
 
setSource(char[]) - Method in class org.eclipse.emf.ecore.xml.type.internal.RegEx.Match
 
setSourceCompilationUnit(IDOMCompilationUnit) - Method in class org.eclipse.emf.codegen.jmerge.JMerger
Deprecated.
 
setSourceCompilationUnit(JCompilationUnit) - Method in class org.eclipse.emf.codegen.merge.java.JMerger
 
setSourceDirectory(File) - Method in class org.eclipse.emf.ant.taskdefs.codegen.JETCompilerTask
 
setSourceFile(File) - Method in class org.eclipse.emf.ant.taskdefs.codegen.JMergerTask
 
setSourceGen(String) - Method in class org.eclipse.emf.ecore.impl.EAnnotationImpl
 
setSourceGetFeature(JControlModel.Feature) - Method in class org.eclipse.emf.codegen.jmerge.JControlModel.PullRule
Deprecated.
 
setSourceGetFeature(JControlModel.Feature) - Method in class org.eclipse.emf.codegen.merge.java.JControlModel.PullRule
 
setSourceMarkup(Pattern) - Method in class org.eclipse.emf.codegen.merge.java.JControlModel.PullRule
 
setSourceParentMarkup(Pattern) - Method in class org.eclipse.emf.codegen.merge.java.JControlModel.PullRule
 
setSourcePatternDictionary(JPatternDictionary) - Method in class org.eclipse.emf.codegen.jmerge.JMerger
Deprecated.
 
setSourcePatternDictionary(JPatternDictionary) - Method in class org.eclipse.emf.codegen.merge.java.JMerger
 
setSourceProperties(String) - Method in class org.eclipse.emf.codegen.merge.properties.PropertyMerger
 
setSourceToTargetMap(Map) - Method in class org.eclipse.emf.codegen.jmerge.JMerger
Deprecated.
 
setSourceTransfer(Pattern) - Method in class org.eclipse.emf.codegen.merge.java.JControlModel.PullRule
 
setSourceURI(String) - Method in class org.eclipse.emf.ant.taskdefs.codegen.JMergerTask
 
setSourceURI(String) - Method in class org.eclipse.emf.ecore.xcore.impl.XAnnotationDirectiveImpl
 
setSourceURI(String) - Method in interface org.eclipse.emf.ecore.xcore.XAnnotationDirective
Sets the value of the 'Source URI' attribute
setSpace(SpaceType) - Method in class org.eclipse.emf.ecore.xml.namespace.impl.XMLNamespaceDocumentRootImpl
 
setSpace(SpaceType) - Method in interface org.eclipse.emf.ecore.xml.namespace.XMLNamespaceDocumentRoot
Sets the value of the 'Space' attribute
setSpecification(QuerySpecification) - Method in class org.eclipse.emf.oda.ecore.impl.Query
 
setStartTag(String) - Method in class org.eclipse.emf.codegen.jet.JETParser
 
setStartTag(String) - Method in class org.eclipse.emf.codegen.jet.JETReader
 
setStatic(boolean) - Method in class org.eclipse.emf.java.impl.JMemberImpl
 
setStatic(boolean) - Method in interface org.eclipse.emf.java.JMember
Sets the value of the 'Static' attribute
setStaticTemplateClass(JETEmitter, String) - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter
If dynamic templates are not being used, attempts to set the emitter to use an existing, precompiled template class that has a method with signature generate(Object).
setStaticTemplateClass(JETEmitter, String, String, Class<?>[]) - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter
If dynamic templates are not being used, attempts to set the emitter to use an existing, precompiled template class that has the given method name and argument types.
setStatusLineManager(ISelection) - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
 
setStatusLineManager(ISelection) - Method in class org.eclipse.emf.ecore.presentation.EcoreEditor
 
setStatusLineManager(ISelection) - Method in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryEditor
 
setStatusLineManager(ISelection) - Method in class org.eclipse.emf.java.presentation.JavaEditor
 
setStatusLineManager(ISelection) - Method in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLEditor
 
setStatusLineManager(ISelection) - Method in class org.eclipse.emf.mapping.presentation.MappingEditor
 
setStopMatching(boolean) - Method in class org.eclipse.emf.codegen.merge.java.JControlModel.MatchRule
 
setStrikedout(boolean) - Method in class org.eclipse.emf.edit.provider.StyledString.Style.Builder
 
setStrikeoutColor(URI) - Method in class org.eclipse.emf.edit.provider.StyledString.Style.Builder
 
setString(String, String) - Method in class org.eclipse.emf.oda.ecore.impl.Query
 
setString(int, String) - Method in class org.eclipse.emf.oda.ecore.impl.Query
 
setStyledText(Object, Object) - Method in class org.eclipse.emf.edit.provider.ItemProvider
This allows ItemProvider.styledText to be set.
setStyledText(Object) - Method in class org.eclipse.emf.edit.provider.ItemProvider
This delegates to getStyledText(this, styledText).
setStyleProviders(boolean) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Style Providers' attribute
setStyleProviders(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
setSuper() - Method in class org.eclipse.emf.importer.rose.builder.RoseEcoreBuilder
 
setSuperclass(String) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJType
 
setSuperclass(String) - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMJType
 
setSuperclass(String) - Method in interface org.eclipse.emf.codegen.merge.java.facade.JType
Sets the name of this type's superclass.
setSuperInterfaces(String[]) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJEnum
 
setSuperInterfaces(String[]) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJType
 
setSuperInterfaces(String[]) - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMJType
 
setSuperInterfaces(String[]) - Method in interface org.eclipse.emf.codegen.merge.java.facade.JEnum
Sets ordered super interfaces array of super interfaces to the given array.
setSuperInterfaces(String[]) - Method in interface org.eclipse.emf.codegen.merge.java.facade.JType
Sets the names of interfaces that this type implements or extends, in the order in which they are to be listed in the source.
setSuppressContainment(boolean) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Suppress Containment' attribute
setSuppressContainment(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
setSuppressedVisibility(EStructuralFeature, int, boolean) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Sets or removes annotations on the given structural feature to prevent generation of accessor methods in its interface.
setSuppressedVisibility(EOperation, boolean) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Sets or removes the annotation on the given operation to prevent generation of a method declaration in its interface.
setSuppressEMFMetaData(boolean) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Suppress EMF Meta Data' attribute
setSuppressEMFMetaData(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
setSuppressEMFModelTags(boolean) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Suppress EMF Model Tags' attribute
setSuppressEMFModelTags(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
setSuppressEMFTypes(boolean) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Suppress EMF Types' attribute
setSuppressEMFTypes(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
setSuppressGenModelAnnotations(boolean) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Suppress Gen Model Annotations' attribute
setSuppressGenModelAnnotations(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
setSuppressInterfaces(boolean) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Suppress Interfaces' attribute
setSuppressInterfaces(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
setSuppressNotification(boolean) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Suppress Notification' attribute
setSuppressNotification(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
setSuppressUnsettable(boolean) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Suppress Unsettable' attribute
setSuppressUnsettable(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
setSynchronized(boolean) - Method in class org.eclipse.emf.java.impl.JMethodImpl
 
setSynchronized(boolean) - Method in interface org.eclipse.emf.java.JMethod
Sets the value of the 'Synchronized' attribute
setTableProviders(boolean) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Table Providers' attribute
setTableProviders(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
setTarget(Notifier) - Method in interface org.eclipse.emf.common.notify.Adapter
Sets the target from which the adapter will receive notification.
setTarget(Notifier) - Method in class org.eclipse.emf.common.notify.impl.AdapterImpl
 
setTarget(Notifier) - Method in class org.eclipse.emf.common.notify.impl.SingletonAdapterImpl
 
setTarget(Notifier) - Method in class org.eclipse.emf.ecore.change.util.ChangeRecorder
Handles installation of the adapter by adding the adapter to each of the directly contained objects.
setTarget(Resource) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.MappedResourceLocator.ResourceAdapter
 
setTarget(Notifier) - Method in class org.eclipse.emf.ecore.util.EContentAdapter
Handles installation of the adapter by adding the adapter to each of the directly contained objects.
setTarget(EObject) - Method in class org.eclipse.emf.ecore.util.EContentAdapter
Handles installation of the adapter on an EObject by adding the adapter to each of the directly contained objects.
setTarget(Resource) - Method in class org.eclipse.emf.ecore.util.EContentAdapter
Handles installation of the adapter on a Resource by adding the adapter to each of the directly contained objects.
setTarget(ResourceSet) - Method in class org.eclipse.emf.ecore.util.EContentAdapter
Handles installation of the adapter on a ResourceSet by adding the adapter to each of the directly contained objects.
setTarget(Notifier) - Method in class org.eclipse.emf.ecore.util.ECrossReferenceAdapter
Handles installation of the adapter by adding the adapter to each of the directly contained objects.
setTarget(EObject) - Method in class org.eclipse.emf.ecore.util.ECrossReferenceAdapter
Handles installation of the adapter on an EObject by adding the adapter to each of the directly contained objects.
setTarget(Resource) - Method in class org.eclipse.emf.ecore.util.ECrossReferenceAdapter
Handles installation of the adapter on a Resource by adding the adapter to each of the directly contained objects.
setTarget(ResourceSet) - Method in class org.eclipse.emf.ecore.util.ECrossReferenceAdapter
Handles installation of the adapter on a ResourceSet by adding the adapter to each of the directly contained objects.
setTarget(String) - Method in class org.eclipse.emf.ecore.xml.type.impl.ProcessingInstructionImpl
 
setTarget(String) - Method in interface org.eclipse.emf.ecore.xml.type.ProcessingInstruction
Sets the value of the 'Target' attribute
setTarget(Notifier) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
 
setTarget(Notifier) - Method in class org.eclipse.emf.edit.tree.provider.TreeNodeItemProvider
 
setTarget(ResourceSet) - Method in class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator.DiagnosticAdapter
 
setTarget(Resource) - Method in class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator.DiagnosticAdapter
 
setTargetCompilationUnit(IDOMCompilationUnit) - Method in class org.eclipse.emf.codegen.jmerge.JMerger
Deprecated.
 
setTargetCompilationUnit(JCompilationUnit) - Method in class org.eclipse.emf.codegen.merge.java.JMerger
 
setTargetFile(File) - Method in class org.eclipse.emf.ant.taskdefs.codegen.JMergerTask
 
setTargetMarkup(Pattern) - Method in class org.eclipse.emf.codegen.merge.java.JControlModel.PullRule
 
setTargetNamespace(String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLInfoImpl
 
setTargetNamespace(String) - Method in interface org.eclipse.emf.ecore.xmi.XMLResource.XMLInfo
Set the target namespace for the Ecore construct.
setTargetNamespace(String) - Method in class org.eclipse.emf.mapping.ecore2xml.impl.XMLInfoImpl
 
setTargetNamespace(String) - Method in interface org.eclipse.emf.mapping.ecore2xml.XMLInfo
Sets the value of the 'Target Namespace' attribute
setTargetParentMarkup(Pattern) - Method in class org.eclipse.emf.codegen.merge.java.JControlModel.PullRule
 
setTargetParentMarkup(Pattern) - Method in class org.eclipse.emf.codegen.merge.java.JControlModel.PushRule
 
setTargetPatternDictionary(JPatternDictionary) - Method in class org.eclipse.emf.codegen.jmerge.JMerger
Deprecated.
 
setTargetPatternDictionary(JPatternDictionary) - Method in class org.eclipse.emf.codegen.merge.java.JMerger
 
setTargetProperties(String) - Method in class org.eclipse.emf.codegen.merge.properties.PropertyMerger
 
setTargetPutFeature(JControlModel.Feature) - Method in class org.eclipse.emf.codegen.jmerge.JControlModel.PullRule
Deprecated.
 
setTargetPutFeature(JControlModel.Feature) - Method in class org.eclipse.emf.codegen.merge.java.JControlModel.PullRule
 
setTargetURI(String) - Method in class org.eclipse.emf.ant.taskdefs.codegen.JMergerTask
 
setTaskName(String) - Method in class org.eclipse.emf.codegen.util.CodeGenUtil.EclipseUtil.StreamProgressMonitor
 
setTaskName(String) - Method in class org.eclipse.emf.common.util.BasicMonitor.Delegating
 
setTaskName(String) - Method in class org.eclipse.emf.common.util.BasicMonitor.Printing
 
setTaskName(String) - Method in class org.eclipse.emf.common.util.BasicMonitor
 
setTaskName(String) - Method in interface org.eclipse.emf.common.util.Monitor
Update the task name.
setTemplateContainers(List<Object>) - Method in interface org.eclipse.emf.codegen.jet.IJETNature
Sets the containers where the templates are located.
setTemplateContainers(List<Object>, List<Object>) - Method in interface org.eclipse.emf.codegen.jet.IJETNature
Sets the containers where the template sources are located.
setTemplateContainers(List<Object>) - Method in class org.eclipse.emf.codegen.jet.JETNature
 
setTemplateContainers(List<Object>, List<Object>) - Method in class org.eclipse.emf.codegen.jet.JETNature
 
setTemplateContainersToFile(List<Object>) - Method in class org.eclipse.emf.codegen.jet.JETNature
 
setTemplateContainersToFile(List<Object>, List<Object>) - Method in class org.eclipse.emf.codegen.jet.JETNature
Writes the Template Container Location to a file
setTemplateDirectory(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Template Directory' attribute
setTemplateDirectory(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
setTemplateFile(File) - Method in class org.eclipse.emf.ant.taskdefs.codegen.JETTask
 
setTemplatePath(File) - Method in class org.eclipse.emf.ant.taskdefs.codegen.ecore.GeneratorTask
 
setTemplateURI(String) - Method in class org.eclipse.emf.ant.taskdefs.codegen.JETTask
 
setTemporaryFileName(String) - Method in class org.eclipse.emf.ecore.xmi.impl.StringSegment
 
setTestsDirectory(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Tests Directory' attribute
setTestsDirectory(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
setTestsPackageSuffix(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
Sets the value of the 'Tests Package Suffix' attribute
setTestsPackageSuffix(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
setTestsPluginID(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Tests Plugin ID' attribute
setTestsPluginID(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
setTestSuiteClass(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Test Suite Class' attribute
setTestSuiteClass(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
setText(int, String) - Method in class org.eclipse.emf.common.ui.viewer.ExtendedTableTreeViewer.ExtendedTableTreeItem
Deprecated.
 
setText(Object, String) - Method in class org.eclipse.emf.edit.provider.ItemProvider
This implements IUpdateableItemText.setText, although the class doesn't declare that it implements this interface.
setText(String) - Method in class org.eclipse.emf.edit.provider.ItemProvider
This delegates to setText(this, text).
setText(Object, String) - Method in interface org.eclipse.emf.edit.provider.IUpdateableItemText
This sets the given object's label text to the given text.
setTextProvider(DiagnosticComposite.TextProvider) - Method in class org.eclipse.emf.common.ui.DiagnosticComposite
 
setTextProvider(DiagnosticComposite.TextProvider) - Method in class org.eclipse.emf.common.ui.dialogs.DiagnosticDialog
 
setTextProvider(ProblemEditorPart.TextProvider) - Method in class org.eclipse.emf.common.ui.editor.ProblemEditorPart
 
setThrowable(boolean) - Method in class org.eclipse.emf.java.impl.JClassImpl
 
setThrowable(boolean) - Method in interface org.eclipse.emf.java.JClass
Sets the value of the 'Throwable' attribute
setTime(String, Time) - Method in class org.eclipse.emf.oda.ecore.impl.Query
 
setTime(int, Time) - Method in class org.eclipse.emf.oda.ecore.impl.Query
 
setTimeStamp(long) - Method in class org.eclipse.emf.common.archive.ArchiveURLConnection
 
setTimeStamp(long) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
 
setTimeStamp(long) - Method in interface org.eclipse.emf.ecore.resource.Resource
Sets the value of the time stamp.
setTimestamp(String, Timestamp) - Method in class org.eclipse.emf.oda.ecore.impl.Query
 
setTimestamp(int, Timestamp) - Method in class org.eclipse.emf.oda.ecore.impl.Query
 
setTimezone(int) - Method in class org.eclipse.emf.ecore.xml.type.internal.XMLCalendar
 
setting(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
setting(InternalEObject) - Method in class org.eclipse.emf.ecore.util.BasicSettingDelegate.Stateless
Creates a setting for the owner and this delegate's feature.
setting(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
setting(EStructuralFeature) - Method in interface org.eclipse.emf.ecore.util.FeatureMap.Internal
 
setting(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureFeatureMap
 
SETTING_DELEGATE_PPID - Static variable in class org.eclipse.emf.ecore.plugin.EcorePlugin
 
settingDelegate - Variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
 
setTitle(Object) - Method in class org.eclipse.emf.common.ui.ViewerPane
 
setTitle(String, Image) - Method in class org.eclipse.emf.common.ui.ViewerPane
 
setTitle(String) - Method in interface org.eclipse.emf.examples.extlibrary.AudioVisualItem
Sets the value of the 'Title' attribute
setTitle(String) - Method in interface org.eclipse.emf.examples.extlibrary.Book
Sets the value of the 'Title' attribute
setTitle(String) - Method in class org.eclipse.emf.examples.extlibrary.impl.AudioVisualItemImpl
 
setTitle(String) - Method in class org.eclipse.emf.examples.extlibrary.impl.BookImpl
 
setTitle(String) - Method in class org.eclipse.emf.examples.extlibrary.impl.PeriodicalImpl
 
setTitle(String) - Method in interface org.eclipse.emf.examples.extlibrary.Periodical
Sets the value of the 'Title' attribute
setTopToBottom(boolean) - Method in class org.eclipse.emf.mapping.impl.MappingRootImpl
 
setTopToBottom(boolean) - Method in interface org.eclipse.emf.mapping.MappingRoot
Sets the value of the 'Top To Bottom' attribute
setTotalDigitsFacet(int) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EClassExtendedMetaDataImpl
 
setTotalDigitsFacet(int) - Method in interface org.eclipse.emf.ecore.util.BasicExtendedMetaData.EClassifierExtendedMetaData
 
setTotalDigitsFacet(int) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EDataTypeExtendedMetaDataImpl
 
setTotalDigitsFacet(EDataType, int) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
setTotalDigitsFacet(EDataType, int) - Method in interface org.eclipse.emf.ecore.util.ExtendedMetaData
Sets the total digits constraint on the given data type.
setTrackedNodeProperty(ASTNode, String, StructuralPropertyDescriptor, int) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJNode
Sets the property of the node.
setTrackingModification(boolean) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
 
setTrackingModification(boolean) - Method in interface org.eclipse.emf.ecore.resource.Resource
Sets whether modification tracking is enabled.
setTransient(boolean) - Method in interface org.eclipse.emf.ecore.EStructuralFeature
Sets the value of the 'Transient' attribute
setTransient(boolean) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
 
setTransient(boolean) - Method in class org.eclipse.emf.ecore.xcore.impl.XStructuralFeatureImpl
 
setTransient(boolean) - Method in interface org.eclipse.emf.ecore.xcore.XStructuralFeature
Sets the value of the 'Transient' attribute
setTransient(boolean) - Method in class org.eclipse.emf.java.impl.JFieldImpl
 
setTransient(boolean) - Method in interface org.eclipse.emf.java.JField
Sets the value of the 'Transient' attribute
setType(String) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJAnnotationTypeMember
 
setType(String) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJField
Sets the type of FieldDeclaration.
setType(String) - Method in interface org.eclipse.emf.codegen.merge.java.facade.JAnnotationTypeMember
 
setType(String) - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMJField
 
setType(String) - Method in interface org.eclipse.emf.codegen.merge.java.facade.JField
Sets the type name of this field.
setType(GenBase) - Method in class org.eclipse.emf.ecore.xcore.impl.XGenericTypeImpl
 
setType(XGenericType) - Method in class org.eclipse.emf.ecore.xcore.impl.XTypedElementImpl
 
setType(GenBase) - Method in interface org.eclipse.emf.ecore.xcore.XGenericType
Sets the value of the 'Type' reference
setType(XGenericType) - Method in interface org.eclipse.emf.ecore.xcore.XTypedElement
Sets the value of the 'Type' containment reference
setType(JClass) - Method in class org.eclipse.emf.java.impl.JFieldImpl
 
setType(JClass) - Method in class org.eclipse.emf.java.impl.JParameterImpl
 
setType(JClass) - Method in interface org.eclipse.emf.java.JField
Sets the value of the 'Type' reference
setType(JClass) - Method in interface org.eclipse.emf.java.JParameter
Sets the value of the 'Type' reference
setTypeClassifier(Object, Object) - Method in class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain
This default implementation sets the ETypedElement if the object is an ETypedElement.
setTypeClassifier(Object, Object) - Method in interface org.eclipse.emf.mapping.domain.MappingDomain
This sets the type classifier of the input or output object.
setTypedKey(EObject) - Method in class org.eclipse.emf.ecore.change.impl.EObjectToChangesMapEntryImpl
 
setTypedKey(String) - Method in class org.eclipse.emf.ecore.impl.EStringToStringMapEntryImpl
 
setTypedKey(String) - Method in class org.eclipse.emf.ecore.xcore.impl.XStringToStringMapEntryImpl
 
setTypedKey(ENamedElement) - Method in class org.eclipse.emf.mapping.ecore2xml.impl.ENamedElementToXMLInfoMapEntryImpl
 
setTypedKeyGen(EObject) - Method in class org.eclipse.emf.ecore.change.impl.EObjectToChangesMapEntryImpl
 
setTypedKeyGen(String) - Method in class org.eclipse.emf.ecore.impl.EStringToStringMapEntryImpl
 
setTypedValue(String) - Method in class org.eclipse.emf.ecore.impl.EStringToStringMapEntryImpl
 
setTypedValue(String) - Method in class org.eclipse.emf.ecore.xcore.impl.XStringToStringMapEntryImpl
 
setTypedValue(XMLInfo) - Method in class org.eclipse.emf.mapping.ecore2xml.impl.ENamedElementToXMLInfoMapEntryImpl
 
setTypeMapping(Mapping) - Method in class org.eclipse.emf.mapping.impl.MappingImpl
 
setTypeMapping(Mapping) - Method in interface org.eclipse.emf.mapping.Mapping
Sets the value of the 'Type Mapping' reference
setTypeParameters(String[]) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJMethod
 
setTypeParameters(String[]) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJType
 
setTypeParameters(String[]) - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMJMethod
 
setTypeParameters(String[]) - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMJType
 
setTypeParameters(String[]) - Method in interface org.eclipse.emf.codegen.merge.java.facade.JMethod
Sets the formal type parameters for this method.
setTypeParameters(String[]) - Method in interface org.eclipse.emf.codegen.merge.java.facade.JType
Sets the formal type parameters for this type.
setTypes(int) - Method in class org.eclipse.emf.importer.ui.contribution.ModelImporterManager.ModelImporterDescriptorImpl
 
setTypeSafeEnumCompatible(boolean) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenEnum
Sets the value of the 'Type Safe Enum Compatible' attribute
setTypeSafeEnumCompatible(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumImpl
 
setUnderlineColor(URI) - Method in class org.eclipse.emf.edit.provider.StyledString.Style.Builder
 
setUnderlineStyle(StyledString.Style.UnderLineStyle) - Method in class org.eclipse.emf.edit.provider.StyledString.Style.Builder
 
setUnformatted(boolean) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLString
 
setUnique(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 or uniqueness checking.
setUnique(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 or uniqueness checking.
setUnique(int, E) - Method in class org.eclipse.emf.common.util.AbstractEList
Sets the object at the index and returns the old object at the index; it does no ranging checking or uniqueness checking.
setUnique(int, E) - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Sets the object at the index and returns the old object at the index; it does no ranging checking or uniqueness checking.
setUnique(int, E) - Method in class org.eclipse.emf.common.util.BasicEList
Sets the object at the index and returns the old object at the index; it does no ranging checking or uniqueness checking.
setUnique(int, E) - Method in class org.eclipse.emf.common.util.DelegatingEList
Sets the object at the index and returns the old object at the index; it does no ranging checking or uniqueness checking.
setUnique(boolean) - Method in interface org.eclipse.emf.ecore.ETypedElement
Sets the value of the 'Unique' attribute
setUnique(boolean) - Method in class org.eclipse.emf.ecore.impl.ETypedElementImpl
 
setUnique(int, E) - Method in class org.eclipse.emf.ecore.util.AbstractSequentialInternalEList
 
setUnique(EStructuralFeature, int, Object) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
setUnique(EStructuralFeature, int, Object) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
setUnique(int, Map.Entry<K, V>) - Method in class org.eclipse.emf.ecore.util.EcoreEMap
Set the object without verifying uniqueness.
setUnique(EStructuralFeature, int, Object) - Method in interface org.eclipse.emf.ecore.util.FeatureMap.Internal
 
setUnique(int, E) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList
 
setUnique(EStructuralFeature, int, Object) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureFeatureMap
 
setUnique(int, E) - Method in interface org.eclipse.emf.ecore.util.InternalEList
Sets the object without verifying uniqueness.
setUnique(boolean) - Method in class org.eclipse.emf.ecore.xcore.impl.XTypedElementImpl
 
setUnique(boolean) - Method in interface org.eclipse.emf.ecore.xcore.XTypedElement
Sets the value of the 'Unique' attribute
setUnit(JCompilationUnit) - Method in class org.eclipse.emf.java.impl.JClassImpl
 
setUnit(JCompilationUnit) - Method in interface org.eclipse.emf.java.JClass
Sets the value of the 'Unit' container reference
setUnordered(boolean) - Method in class org.eclipse.emf.ecore.xcore.impl.XTypedElementImpl
 
setUnordered(boolean) - Method in interface org.eclipse.emf.ecore.xcore.XTypedElement
Sets the value of the 'Unordered' attribute
setUnsetBody(XBlockExpression) - Method in class org.eclipse.emf.ecore.xcore.impl.XStructuralFeatureImpl
 
setUnsetBody(XBlockExpression) - Method in interface org.eclipse.emf.ecore.xcore.XStructuralFeature
Sets the value of the 'Unset Body' containment reference
setUnsettable(boolean) - Method in interface org.eclipse.emf.ecore.EStructuralFeature
Sets the value of the 'Unsettable' attribute
setUnsettable(boolean) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
 
setUnsettable(boolean) - Method in class org.eclipse.emf.ecore.xcore.impl.XStructuralFeatureImpl
 
setUnsettable(boolean) - Method in interface org.eclipse.emf.ecore.xcore.XStructuralFeature
Sets the value of the 'Unsettable' attribute
setUnsettablePrimitive(boolean) - Method in class org.eclipse.emf.importer.rose.RoseImporter
 
setUnsetter(JvmOperation) - Method in class org.eclipse.emf.ecore.xcore.mappings.XFeatureMapping
 
setupClassLoader(IProject) - Method in class org.eclipse.emf.java.presentation.JavaEditor
 
setUpdateClasspath(boolean) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Sets the value of the 'Update Classpath' attribute
setUpdateClasspath(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
setUpper(int) - Method in class org.eclipse.emf.importer.rose.parser.RoseLoader
 
setUpper(int) - Method in class org.eclipse.emf.importer.rose.parser.RoseWriter
 
setUpperBound(int) - Method in interface org.eclipse.emf.ecore.ETypedElement
Sets the value of the 'Upper Bound' attribute
setUpperBound(int) - Method in class org.eclipse.emf.ecore.impl.EAttributeImpl
 
setUpperBound(int) - Method in class org.eclipse.emf.ecore.impl.ETypedElementImpl
 
setUpperBound(XGenericType) - Method in class org.eclipse.emf.ecore.xcore.impl.XGenericTypeImpl
 
setUpperBound(XGenericType) - Method in interface org.eclipse.emf.ecore.xcore.XGenericType
Sets the value of the 'Upper Bound' containment reference
setUri(String) - Method in class org.eclipse.emf.ant.taskdefs.codegen.ecore.GeneratorTask.ModelLocation
 
setURI(URI) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
 
setURI(URI) - Method in interface org.eclipse.emf.ecore.resource.Resource
Sets the URI of this resource.
setURIConverter(URIConverter) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl
 
setURIConverter(URIConverter) - Method in interface org.eclipse.emf.ecore.resource.ResourceSet
Sets the converter used to normalize URIs and to open streams.
setURIResourceMap(Map<URI, Resource>) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl
Sets the map used to cache the resource associated with a specific URI.
setURIText(String) - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterURIPage
 
setUseCDATA(boolean) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Escape
 
setUsePlatformURI(boolean) - Method in class org.eclipse.emf.importer.ModelImporter
 
setUserinfo(String) - Method in class org.eclipse.emf.ecore.xml.type.internal.DataValue.URI
Set the userinfo for this URI.
setUseZip(boolean) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
 
setUseZip(boolean) - Method in interface org.eclipse.emf.ecore.xmi.XMLResource
Set whether the contents will be zipped.
setUtilityPackageSuffix(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenPackage
Sets the value of the 'Utility Package Suffix' attribute
setUtilityPackageSuffix(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
setValidateModel(boolean) - Method in class org.eclipse.emf.ant.taskdefs.codegen.ecore.GeneratorTask
 
setValidateModel(boolean) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
setValidateModel(boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
setValidationDelegates(EPackage, List<String>) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
 
setValidReference(boolean) - Method in class org.eclipse.emf.converter.ModelConverter.ReferencedGenPackageConvertInfo
 
setValue(V) - Method in class org.eclipse.emf.common.util.BasicEMap.EntryImpl
 
setValue(E) - Method in class org.eclipse.emf.common.util.Pool.AccessUnit
 
setValue(E) - Method in class org.eclipse.emf.common.util.Pool.ObjectAccessUnit
 
setValue(E, int) - Method in class org.eclipse.emf.common.util.Pool.ObjectAccessUnit
 
setValue(SegmentSequence) - Method in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.AccessUnitBase
 
setValue(boolean, boolean, String, String[], int) - Method in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.SegmentsAccessUnit
Caches the arguments the computes the hash code.
setValue(int, String, String[], String) - Method in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.SegmentsAndSegmentAccessUnit
Caches the parameters and computes the hash code.
setValue(int, String, String[], String[], boolean) - Method in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.SegmentsAndSegmentsAccessUnit
Caches the parameters and computes the hash code.
setValue(String, String) - Method in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.StringAccessUnit
Records the parameters and computes the hash code.
setValue(String[]) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.AccessUnitBase
 
setValue(String[]) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAccessUnit
Delegates to setValue(true, true, value, value.length).
setValue(boolean, boolean, String[], int) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAccessUnit
Caches the parameters and computes the hash code.
setValue(String[], int, String, boolean) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSegmentAccessUnit
Caches the parameters and computes the hash code.
setValue(String[], int, int) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSegmentCountAccessUnit
Caches the parameters and computes the hash code.
setValue(String[], int, int, int) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSegmentCountAccessUnit
Caches the parameters and computes.
setValue(String[], String[], boolean) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSegmentsAccessUnit
Caches the parameters and computes the hash code.
setValue(int, String[], int, String, int, int, int) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSubsegmentAccessUnit
Caches the parameters and computes the hash code.
setValue(String[], int, String, int, int, int) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSubsegmentAccessUnit
Caches the parameters and computes the hash code.
setValue(String, boolean) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.StringAccessUnit
Caches the parameters and computes the hash code.
setValue(String[], int, int, String[], int, int) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SubsegmentsAndSubsegmentsAccessUnit
Caches the parameters and computes the hash code.
setValue(String, int, int, int) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SubstringAccessUnit
Caches the parameters.
setValue(String) - Method in class org.eclipse.emf.common.util.URI.URIPool.FileAccessUnit
Caches the parameter and computes the hash code.
setValue(String, String, boolean) - Method in class org.eclipse.emf.common.util.URI.URIPool.PlatformAccessUnit
Caches the parameters and computes the hash code, which can involve encoding the path.
setValue(String) - Method in class org.eclipse.emf.common.util.URI.URIPool.StringAccessUnit
Caches the parameters.
setValue(String, int) - Method in class org.eclipse.emf.common.util.URI.URIPool.StringAccessUnit
Caches the parameters.
setValue(boolean, String, String, String, boolean, String[], String, int) - Method in class org.eclipse.emf.common.util.URI.URIPool.URIComponentsAccessUnit
Caches the parameters.
setValue(int, boolean, String, String, String, boolean, String[], String) - Method in class org.eclipse.emf.common.util.URI.URIPool.URIComponentsAccessUnit
Caches the parameters and computes the hash code.
setValue(URI) - Method in class org.eclipse.emf.common.util.URI.URIPool.URIPoolAccessUnitBase
 
setValue(EList<FeatureChange>) - Method in class org.eclipse.emf.ecore.change.impl.EObjectToChangesMapEntryImpl
 
setValue(Object) - Method in class org.eclipse.emf.ecore.change.impl.FeatureChangeImpl
 
setValue(Object) - Method in class org.eclipse.emf.ecore.change.impl.FeatureMapEntryImpl
 
setValue(EList<Object>) - Method in class org.eclipse.emf.ecore.change.impl.ResourceChangeImpl
 
setValue(int) - Method in interface org.eclipse.emf.ecore.EEnumLiteral
Sets the value of the 'Value' attribute
setValue(V) - Method in class org.eclipse.emf.ecore.impl.DynamicEObjectImpl.BasicEMapEntry
 
setValue(int) - Method in class org.eclipse.emf.ecore.impl.EEnumLiteralImpl
 
setValue(String) - Method in class org.eclipse.emf.ecore.impl.EStringToStringMapEntryImpl
 
setValue(V) - Method in class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container.Dynamic.BasicEMapEntry
 
setValue(int, Object) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
setValue(int, Object) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
setValue(int, Object) - Method in interface org.eclipse.emf.ecore.util.FeatureMap
 
setValue(int, Object) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureFeatureMap
 
setValue(int) - Method in class org.eclipse.emf.ecore.xcore.impl.XEnumLiteralImpl
 
setValue(String) - Method in class org.eclipse.emf.ecore.xcore.impl.XStringToStringMapEntryImpl
 
setValue(int) - Method in interface org.eclipse.emf.ecore.xcore.XEnumLiteral
Sets the value of the 'Value' attribute
setValue(EObject, EStructuralFeature, Object, int) - Method in class org.eclipse.emf.ecore.xmi.impl.EMOFHelperImpl
 
setValue(EObject, EStructuralFeature, Object, int) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
setValue(EObject, EStructuralFeature, Object, int) - Method in interface org.eclipse.emf.ecore.xmi.XMLHelper
Set the value of the feature for the object.
setValue(Object) - Method in class org.eclipse.emf.ecore.xml.type.impl.SimpleAnyTypeImpl
 
setValue(Object) - Method in interface org.eclipse.emf.ecore.xml.type.SimpleAnyType
Sets the value of the 'Value' attribute
setValue(EStructuralFeature, Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter.ChildrenStore
Sets the value of the specified feature.
setValue(EObject, EStructuralFeature, Object) - Method in class org.eclipse.emf.edit.provider.WrapperItemProvider.WrapperItemPropertyDescriptor
Sets a value on a model object.
setValue(String) - Method in class org.eclipse.emf.importer.rose.parser.RoseNode
 
setValue(XMLInfo) - Method in class org.eclipse.emf.mapping.ecore2xml.impl.ENamedElementToXMLInfoMapEntryImpl
 
setValueFromId(EObject, EReference, String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
Create a ValueLine object and put it in the list of references to resolve at the end of the document.
setValues(EList<?>) - Method in class org.eclipse.emf.ecore.change.impl.ListChangeImpl
 
setVisibility(JVisibility) - Method in class org.eclipse.emf.java.impl.JMemberImpl
 
setVisibility(JVisibility) - Method in interface org.eclipse.emf.java.JMember
Sets the value of the 'Visibility' attribute
setVisible(boolean) - Method in class org.eclipse.emf.common.ui.wizard.AbstractExampleInstallerWizard.ProjectPage
 
setVisible(boolean) - Method in class org.eclipse.emf.converter.ui.ModelConverterDescriptorSelectionPage
 
setVisible(boolean) - Method in class org.eclipse.emf.ecore.presentation.EcoreModelWizard.EcoreModelWizardInitialObjectCreationPage
 
setVisible(boolean) - Method in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryModelWizard.EXTLibraryModelWizardInitialObjectCreationPage
 
setVisible(boolean) - Method in class org.eclipse.emf.importer.ui.EMFModelWizard.NewGenModelFileCreationPage
 
setVisible(boolean) - Method in class org.eclipse.emf.mapping.ecore2ecore.presentation.Ecore2EcoreModelWizard.Ecore2EcoreModelWizardInitialObjectCreationPage
 
setVisible(boolean) - Method in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLModelWizard.Ecore2XMLModelWizardInitialObjectCreationPage
 
setVisible(boolean) - Method in class org.eclipse.emf.mapping.presentation.MappingEditor.OverviewViewer
Deprecated.
 
setVolatile(boolean) - Method in interface org.eclipse.emf.ecore.EStructuralFeature
Sets the value of the 'Volatile' attribute
setVolatile(boolean) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
 
setVolatile(boolean) - Method in class org.eclipse.emf.ecore.xcore.impl.XStructuralFeatureImpl
 
setVolatile(boolean) - Method in interface org.eclipse.emf.ecore.xcore.XStructuralFeature
Sets the value of the 'Volatile' attribute
setVolatile(boolean) - Method in class org.eclipse.emf.java.impl.JFieldImpl
 
setVolatile(boolean) - Method in interface org.eclipse.emf.java.JField
Sets the value of the 'Volatile' attribute
setWhiteSpaceFacet(int) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EClassExtendedMetaDataImpl
 
setWhiteSpaceFacet(int) - Method in interface org.eclipse.emf.ecore.util.BasicExtendedMetaData.EClassifierExtendedMetaData
 
setWhiteSpaceFacet(int) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EDataTypeExtendedMetaDataImpl
 
setWhiteSpaceFacet(EDataType, int) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
setWhiteSpaceFacet(EDataType, int) - Method in interface org.eclipse.emf.ecore.util.ExtendedMetaData
Sets the white space constraint on the given data type.
setWildcards(List<String>) - Method in interface org.eclipse.emf.ecore.util.BasicExtendedMetaData.EStructuralFeatureExtendedMetaData
 
setWildcards(List<String>) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EStructuralFeatureExtendedMetaDataImpl
 
setWildcards(EStructuralFeature, List<String>) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
setWildcards(EStructuralFeature, List<String>) - Method in interface org.eclipse.emf.ecore.util.ExtendedMetaData
Sets the allowable namespace patterns for a structural feature corresponding to an any or anyAttribute wildcard.
setWorkingSets(IWorkingSet[]) - Method in class org.eclipse.emf.importer.ui.contribution.base.ModelImporterWizard
 
setWorkingSets(IWorkingSet[]) - Method in interface org.eclipse.emf.importer.ui.contribution.IModelImporterWizard
 
setWrappedObject(ASTNode) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJField
Sets wrapped object to be the given FieldDeclaration, and sets wrappedVariableDeclarationFragment attribute to be the first variable declaration fragment in the given FieldDeclaration.
setWrappedObject(ASTNode) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJNode
Sets the wrapped object to the given ASTNode.
setWrapper(FeatureMap.Internal.Wrapper) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
setWrapper(FeatureMap.Internal.Wrapper) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
setWrapper(FeatureMap.Internal.Wrapper) - Method in interface org.eclipse.emf.ecore.util.FeatureMap.Internal
 
setWrapper(FeatureMap.Internal.Wrapper) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureFeatureMap
 
setWriteable(URI) - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter
Sets the file represented by a workspace path URI to be writable.
setWriteable(String) - Static method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.EclipseUtil
Deprecated.
 
setXcoreElement(XNamedElement) - Method in class org.eclipse.emf.ecore.xcore.mappings.ToXcoreMapping
 
setXMINamespace(String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMIResourceImpl
 
setXMINamespace(String) - Method in interface org.eclipse.emf.ecore.xmi.XMIResource
Sets XMI namespace and automatically assigns corresponding version
setXMIVersion(String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMIResourceImpl
 
setXMIVersion(String) - Method in interface org.eclipse.emf.ecore.xmi.XMIResource
Sets XMI version and automatically assigns corresponding namespace
setXMLMap(XMLResource.XMLMap) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
setXMLMap(XMLResource.XMLMap) - Method in interface org.eclipse.emf.ecore.xmi.XMLHelper
Sets the XMLMap to use when serializing an XML file.
setXMLRepresentation(int) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLInfoImpl
Set attribute to true to serialize a feature as an XML attribute.
setXMLRepresentation(int) - Method in interface org.eclipse.emf.ecore.xmi.XMLResource.XMLInfo
Set attribute to true to serialize a feature as an XML attribute.
setXMLRepresentation(int) - Method in class org.eclipse.emf.mapping.ecore2xml.impl.XMLInfoImpl
 
setXMLRepresentation(int) - Method in interface org.eclipse.emf.mapping.ecore2xml.XMLInfo
Sets the value of the 'XML Representation' attribute
setXMLVersion(String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
 
setXMLVersion(String) - Method in interface org.eclipse.emf.ecore.xmi.XMLResource
Set the XML version for this resource
setYear(BigInteger) - Method in class org.eclipse.emf.ecore.xml.type.internal.XMLCalendar
 
setYear(int) - Method in class org.eclipse.emf.ecore.xml.type.internal.XMLCalendar
 
severity - Variable in class org.eclipse.emf.common.util.BasicDiagnostic
The severity.
severityMask - Variable in class org.eclipse.emf.common.ui.DiagnosticComposite
 
severityMatches(Diagnostic, int) - Static method in class org.eclipse.emf.common.ui.DiagnosticComposite
 
shadowAdd(E, NotificationChain) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Does nothing and returns the notifications.
shadowAdd(E, NotificationChain) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Does nothing and returns the notifications.
shadowAdd(FeatureMap.Entry, NotificationChain) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
shadowAdd(FeatureMap.Entry.Internal, NotificationChain) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
shadowAdd(FeatureMap.Entry, NotificationChain) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
shadowRemove(E, NotificationChain) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Does nothing and returns the notifications.
shadowRemove(E, NotificationChain) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Does nothing and returns the notifications.
shadowRemove(FeatureMap.Entry, NotificationChain) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
shadowRemove(FeatureMap.Entry.Internal, NotificationChain) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
shadowRemove(FeatureMap.Entry, NotificationChain) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
shadowSet(E, E, NotificationChain) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Does nothing and returns the notifications.
shadowSet(E, E, NotificationChain) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Does nothing and returns the notifications.
shadowSet(FeatureMap.Entry, FeatureMap.Entry, NotificationChain) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
shadowSet(FeatureMap.Entry, FeatureMap.Entry, NotificationChain) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
shareGlobalActions(IPage, IActionBars) - Method in class org.eclipse.emf.edit.ui.action.EditingDomainActionBarContributor
 
shell - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GeneratorUIUtil.GeneratorOperation
 
SHIFT - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Lookup
 
SHORT - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage.Literals
The meta object literal for the 'Short' data type
SHORT - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
The meta object id for the 'Short' data type
short_ - Variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
SHORT_NOTIFICATION_CREATOR - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleData.NotificationCreator
 
SHORT_OBJECT - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage.Literals
The meta object literal for the 'Short Object' data type
SHORT_OBJECT - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
The meta object id for the 'Short Object' data type
shortClassName(EStructuralFeature) - Static method in class org.eclipse.emf.databinding.internal.EMFPropertyHelper
 
shortNameToImportMap - Variable in class org.eclipse.emf.codegen.util.ImportManager
The mapping from short names to qualified names for explicit and implicit imports.
shortObject - Variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
shouldCompile() - Method in class org.eclipse.emf.codegen.jet.JETCompileTemplateOperation
Returns true if there are files to compile.
shouldComposeCreationImage() - Method in class org.eclipse.emf.ecore.xcore.provider.XAnnotationDirectiveItemProvider
 
shouldComposeCreationImage() - Method in class org.eclipse.emf.ecore.xcore.provider.XAnnotationItemProvider
 
shouldComposeCreationImage() - Method in class org.eclipse.emf.ecore.xcore.provider.XAttributeItemProvider
 
shouldComposeCreationImage() - Method in class org.eclipse.emf.ecore.xcore.provider.XClassifierItemProvider
 
shouldComposeCreationImage() - Method in class org.eclipse.emf.ecore.xcore.provider.XClassItemProvider
 
shouldComposeCreationImage() - Method in class org.eclipse.emf.ecore.xcore.provider.XDataTypeItemProvider
 
shouldComposeCreationImage() - Method in class org.eclipse.emf.ecore.xcore.provider.XEnumItemProvider
 
shouldComposeCreationImage() - Method in class org.eclipse.emf.ecore.xcore.provider.XEnumLiteralItemProvider
 
shouldComposeCreationImage() - Method in class org.eclipse.emf.ecore.xcore.provider.XGenericTypeItemProvider
 
shouldComposeCreationImage() - Method in class org.eclipse.emf.ecore.xcore.provider.XImportDirectiveItemProvider
 
shouldComposeCreationImage() - Method in class org.eclipse.emf.ecore.xcore.provider.XMemberItemProvider
 
shouldComposeCreationImage() - Method in class org.eclipse.emf.ecore.xcore.provider.XModelElementItemProvider
 
shouldComposeCreationImage() - Method in class org.eclipse.emf.ecore.xcore.provider.XNamedElementItemProvider
 
shouldComposeCreationImage() - Method in class org.eclipse.emf.ecore.xcore.provider.XOperationItemProvider
 
shouldComposeCreationImage() - Method in class org.eclipse.emf.ecore.xcore.provider.XPackageItemProvider
 
shouldComposeCreationImage() - Method in class org.eclipse.emf.ecore.xcore.provider.XParameterItemProvider
 
shouldComposeCreationImage() - Method in class org.eclipse.emf.ecore.xcore.provider.XReferenceItemProvider
 
shouldComposeCreationImage() - Method in class org.eclipse.emf.ecore.xcore.provider.XStringToStringMapEntryItemProvider
 
shouldComposeCreationImage() - Method in class org.eclipse.emf.ecore.xcore.provider.XStructuralFeatureItemProvider
 
shouldComposeCreationImage() - Method in class org.eclipse.emf.ecore.xcore.provider.XTypedElementItemProvider
 
shouldComposeCreationImage() - Method in class org.eclipse.emf.ecore.xcore.provider.XTypeParameterItemProvider
 
shouldComposeCreationImage() - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
Indicates whether creation icon images should always be composed in ItemProviderAdapter.getCreateChildImage(Object, Object, Object, Collection).
shouldCreateToolTip(Event) - Method in class org.eclipse.emf.common.ui.viewer.ColumnViewerInformationControlToolTipSupport
 
shouldDisplay(Diagnostic, int) - Static method in class org.eclipse.emf.common.ui.dialogs.DiagnosticDialog
Returns whether the given diagnostic object should be displayed.
shouldHaveExtendedRange(ASTNode) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.CommentAwareSourceRangeComputer
Checks if the range should be extended for the given node.
shouldImport(String, String, String) - Method in class org.eclipse.emf.codegen.util.ImportManager
Determines whether the given non-wildcard import should be added.
shouldMerge(URI) - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter
Whether #generateJava(String, String, String, JETEmitter, Object[], Monitor) generateJava) or {@link #generateProperties(String, JETEmitter, Object[], Monitor) generateProperties} should merge the newly generated contents with the existing contents or should simply overwrite the old contents.
shouldRecord(EStructuralFeature, EObject) - Method in class org.eclipse.emf.ecore.change.util.BasicChangeRecorder
 
shouldRecord(EStructuralFeature, EReference, Notification, EObject) - Method in class org.eclipse.emf.ecore.change.util.ChangeRecorder
 
shouldSaveFeature(EObject, EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.EMOFSaveImpl
 
shouldSaveFeature(EObject, EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
shouldSaveType(EClass, EClassifier, EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.EMOFSaveImpl.EMOFXMLTypeInfoImpl
 
shouldSaveType(EClass, EClass, EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.EMOFSaveImpl.EMOFXMLTypeInfoImpl
 
shouldSaveType(EClass, EClassifier, EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.XMLTypeInfoImpl
 
shouldSaveType(EClass, EClass, EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.XMLTypeInfoImpl
 
shouldSaveType(EClass, EClassifier, EStructuralFeature) - Method in interface org.eclipse.emf.ecore.xmi.XMLSave.XMLTypeInfo
Determines whether type information should be saved for an object of the specified type in a feature of the specified type.
shouldSaveType(EClass, EClass, EStructuralFeature) - Method in interface org.eclipse.emf.ecore.xmi.XMLSave.XMLTypeInfo
Determines whether type information should be saved for an object of the specified type in a feature of the specified type.
shouldShowDetailsButton() - Method in class org.eclipse.emf.common.ui.dialogs.DiagnosticDialog
Return whether the Details button should be included.
shouldTranslate - Variable in class org.eclipse.emf.common.util.DelegatingResourceLocator
Whether to translate strings by default.
shouldTranslate() - Method in class org.eclipse.emf.common.util.DelegatingResourceLocator
Indicates whether strings should be translated by default.
shouldTranslate() - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
Indicates whether strings should be translated by default.
shouldUnset(EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
shouldUnset(EStructuralFeature, Object) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
showBackButton - Variable in class org.eclipse.emf.codegen.ecore.genmodel.handler.GenerateHandler.GenModelGenerationDialog
 
showFileControl - Variable in class org.eclipse.emf.common.ui.dialogs.WorkspaceResourceDialog
 
showFiles - Variable in class org.eclipse.emf.common.ui.dialogs.WorkspaceResourceDialog
 
showFocus(boolean) - Method in class org.eclipse.emf.common.ui.ViewerPane
Indicate focus in part.
showGenAnnotationsAction - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelActionBarContributor
 
showGenerics(boolean) - Method in class org.eclipse.emf.ecore.presentation.EcoreActionBarContributor
 
showGenericsAction - Variable in class org.eclipse.emf.ecore.presentation.EcoreActionBarContributor
 
showGenModel - Variable in class org.eclipse.emf.importer.ui.contribution.base.ModelImporterDetailPage
 
showGenModel() - Method in class org.eclipse.emf.importer.ui.contribution.base.ModelImporterDetailPage
 
showInformation() - Method in class org.eclipse.emf.common.ui.viewer.ColumnViewerInformationControlToolTipSupport
 
showNewFolderControl - Variable in class org.eclipse.emf.common.ui.dialogs.WorkspaceResourceDialog
 
showOutlineView() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
Returns whether the outline view should be presented to the user
showOutlineView() - Method in class org.eclipse.emf.ecore.presentation.EcoreEditor
Returns whether the outline view should be presented to the user
showOutlineView() - Method in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryEditor
Returns whether the outline view should be presented to the user
showOutlineView() - Method in class org.eclipse.emf.java.presentation.JavaEditor
Returns whether the outline view should be presented to the user
showOutlineView() - Method in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLEditor
Returns whether the outline view should be presented to the user
showPropertiesViewAction - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelActionBarContributor
This action opens the Properties view
showPropertiesViewAction - Variable in class org.eclipse.emf.ecore.presentation.EcoreActionBarContributor
This action opens the Properties view
showPropertiesViewAction - Variable in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryActionBarContributor
This action opens the Properties view
showPropertiesViewAction - Variable in class org.eclipse.emf.java.presentation.JavaActionBarContributor
This action opens the Properties view
showPropertiesViewAction - Variable in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLActionBarContributor
This action opens the Properties view
showReferencedGenModels - Variable in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPackagePage
 
showReferencedGenModels() - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPackagePage
 
showRootDiagnostic - Variable in class org.eclipse.emf.common.ui.DiagnosticComposite
 
showRoseUnitTree(UnitTreeNode) - Method in class org.eclipse.emf.importer.rose.builder.RoseUtil
 
showTabs() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
If there is more than one page in the multi-page editor part, this shows the tabs at the bottom
showTabs() - Method in class org.eclipse.emf.ecore.presentation.EcoreEditor
If there is more than one page in the multi-page editor part, this shows the tabs at the bottom
showTabs() - Method in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryEditor
If there is more than one page in the multi-page editor part, this shows the tabs at the bottom
showTabs() - Method in class org.eclipse.emf.java.presentation.JavaEditor
If there is more than one page in the multi-page editor part, this shows the tabs at the bottom
showTabs() - Method in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLEditor
If there is more than one page in the multi-page editor part, this shows the tabs at the bottom
showTopFirst - Variable in class org.eclipse.emf.mapping.presentation.MappingEditor.OverviewViewer
Deprecated.
 
shrink() - Method in class org.eclipse.emf.common.util.BasicEList
Shrinks the capacity of the list to the minimal requirements.
shrink() - Method in class org.eclipse.emf.common.util.BasicEList.UnmodifiableEList
Throws an exception.
SI - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Escape
 
signature - Variable in class org.eclipse.emf.codegen.merge.java.JControlModel.MatchRule
 
SignedIntValueConverter - Class in org.eclipse.emf.ecore.xcore.conversion
 
SignedIntValueConverter() - Constructor for class org.eclipse.emf.ecore.xcore.conversion.SignedIntValueConverter
 
SIMPLE_ANY_TYPE - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage.Literals
The meta object literal for the 'Simple Any Type' class
SIMPLE_ANY_TYPE - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
The meta object id for the 'Simple Any Type' class
SIMPLE_ANY_TYPE__ANY - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
The feature id for the 'Any' attribute list
SIMPLE_ANY_TYPE__ANY_ATTRIBUTE - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
The feature id for the 'Any Attribute' attribute list
SIMPLE_ANY_TYPE__INSTANCE_TYPE - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage.Literals
The meta object literal for the 'Instance Type' reference feature
SIMPLE_ANY_TYPE__INSTANCE_TYPE - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
The feature id for the 'Instance Type' reference
SIMPLE_ANY_TYPE__MIXED - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
The feature id for the 'Mixed' attribute list
SIMPLE_ANY_TYPE__RAW_VALUE - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage.Literals
The meta object literal for the 'Raw Value' attribute feature
SIMPLE_ANY_TYPE__RAW_VALUE - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
The feature id for the 'Raw Value' attribute
SIMPLE_ANY_TYPE__VALUE - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage.Literals
The meta object literal for the 'Value' attribute feature
SIMPLE_ANY_TYPE__VALUE - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
The feature id for the 'Value' attribute
SIMPLE_ANY_TYPE_FEATURE_COUNT - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
The number of structural features of the 'Simple Any Type' class
SIMPLE_CONTENT - Static variable in interface org.eclipse.emf.ecore.util.ExtendedMetaData
The content kind ID specifying simple content.
SIMPLE_FEATURE - Static variable in interface org.eclipse.emf.ecore.util.ExtendedMetaData
The feature kind ID representing a simple value.
SimpleAnyType - Interface in org.eclipse.emf.ecore.xml.type
A representation of the model object 'Simple Any Type'
simpleAnyType - Variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
SimpleAnyTypeImpl - Class in org.eclipse.emf.ecore.xml.type.impl
An implementation of the model object 'Simple Any Type'
SimpleAnyTypeImpl() - Constructor for class org.eclipse.emf.ecore.xml.type.impl.SimpleAnyTypeImpl
 
SimpleMappedObjectViewer - Class in org.eclipse.emf.mapping.presentation
 
SimpleMappedObjectViewer(MappingDomain, Tree, boolean) - Constructor for class org.eclipse.emf.mapping.presentation.SimpleMappedObjectViewer
 
SimpleMappedObjectViewer.SelectObjectAction - Class in org.eclipse.emf.mapping.presentation
 
SimpleMappedObjectViewer.SelectObjectAction(String, ImageDescriptor) - Constructor for class org.eclipse.emf.mapping.presentation.SimpleMappedObjectViewer.SelectObjectAction
 
SINGLE_CONTAINER - Static variable in class org.eclipse.emf.ecore.util.EcoreValidator
 
SingleColumnTableEditor - Class in org.eclipse.emf.common.ui.celleditor
An abstract base class for implementing table editing where only a single column is editable.
SingleColumnTableEditor(Table) - Constructor for class org.eclipse.emf.common.ui.celleditor.SingleColumnTableEditor
 
SingleColumnTableEditor(Table, int) - Constructor for class org.eclipse.emf.common.ui.celleditor.SingleColumnTableEditor
 
SINGLETON - Static variable in enum org.eclipse.emf.codegen.ecore.genmodel.GenProviderKind
The 'Singleton' literal value
SingletonAdapterImpl - Class in org.eclipse.emf.common.notify.impl
An alternate, extensible adapter implementation that is well suited to adapt for a number of objects (typically all objects of a given type).
SingletonAdapterImpl() - Constructor for class org.eclipse.emf.common.notify.impl.SingletonAdapterImpl
Creates an instance.
singletonEList(T) - Static method in class org.eclipse.emf.common.util.ECollections
Returns an immutable list containing just the one object.
singletonEMap(K, V) - Static method in class org.eclipse.emf.common.util.ECollections
Returns an immutable map containing just the one key/value mapping.
size - Variable in class org.eclipse.emf.codegen.ecore.genmodel.handler.GenerateHandler.GenModelGenerationDialog
 
size - Variable in class org.eclipse.emf.codegen.ecore.genmodel.handler.GenerateHandler.GenModelSelectionDialog
 
size - Variable in class org.eclipse.emf.codegen.jet.JETReader
 
size() - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Returns the number of objects in the list.
size - Variable in class org.eclipse.emf.common.util.BasicEList
The size of the list.
size() - Method in class org.eclipse.emf.common.util.BasicEList
Returns the number of objects in the list.
size() - Method in class org.eclipse.emf.common.util.BasicEMap.DelegatingMap
 
size - Variable in class org.eclipse.emf.common.util.BasicEMap
The size of the map.
size() - Method in class org.eclipse.emf.common.util.BasicEMap
Returns the number of entries in the map.
size() - Method in class org.eclipse.emf.common.util.DelegatingEList
Returns the number of objects in the list.
size - Variable in class org.eclipse.emf.common.util.SegmentSequence.Builder
The number of strings in the builder.
size - Variable in class org.eclipse.emf.common.util.WeakInterningHashSet
The current size of the set.
size() - Method in class org.eclipse.emf.common.util.WeakInterningHashSet
 
size() - Method in class org.eclipse.emf.databinding.internal.DelegatingSet
 
size() - Method in class org.eclipse.emf.ecore.impl.EPackageRegistryImpl.Delegator
 
size(InternalEObject, EStructuralFeature) - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.EStoreImpl
 
size(InternalEObject, EStructuralFeature) - Method in interface org.eclipse.emf.ecore.InternalEObject.EStore
Returns the number of values in the content of the object's feature.
size(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
size(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
size() - Method in class org.eclipse.emf.ecore.util.EContentsEList
 
size - Variable in class org.eclipse.emf.ecore.util.EcoreUtil.AbstractFilteredSettingsIterator
 
size(EStructuralFeature) - Method in interface org.eclipse.emf.ecore.util.FeatureMap.Internal
 
size() - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList
 
size(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureFeatureMap
 
SIZE - Static variable in class org.eclipse.emf.ecore.xmi.impl.ConfigurationCache
 
SIZE - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Lookup
 
size() - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter.ModifiableSingletonEList
 
size() - Method in class org.eclipse.emf.mapping.presentation.ComposedSelection
 
skeleton - Variable in class org.eclipse.emf.codegen.jet.JETCompiler
 
SKELETON_COMPILATION_UNIT - Variable in class org.eclipse.emf.codegen.jet.JETSkeleton
 
SKIP - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
SKIP_PROCESSING - Static variable in interface org.eclipse.emf.ecore.util.ExtendedMetaData
The processing kind ID for skip processing.
skipNewLine() - Method in class org.eclipse.emf.codegen.jet.JETReader
If the next character would be a line break, moves the cursor past it.
skippedEntity(String) - Method in class org.eclipse.emf.ecore.xmi.impl.SAXWrapper
Deprecated.
 
skippedEntity(String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
skipping - Variable in class org.eclipse.emf.codegen.jet.JETCompiler
Whether content is currently being skipped.
skipSections - Variable in class org.eclipse.emf.codegen.jet.JETCompiler
A stack of sections and whether to start skipping, one from each include with alternative encountered.
skipSpaces() - Method in class org.eclipse.emf.codegen.jet.JETReader
 
skipUntil(String) - Method in class org.eclipse.emf.codegen.jet.JETReader
Skip until the given string is matched in the stream.
skipWhitespace() - Method in class org.eclipse.emf.mapping.command.PersistentCommandStack.Decoder
 
SO - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Escape
 
SOH - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Escape
 
sort(EList<?>) - Static method in class org.eclipse.emf.common.util.ECollections
Sorts the specified list.
sort(EList<T>, Comparator<? super T>) - Static method in class org.eclipse.emf.common.util.ECollections
Sorts the specified list based on the order defined by the specified comparator.
sort(EList<T>, Map<Object, Integer>) - Method in class org.eclipse.emf.importer.java.builder.JavaEcoreBuilder
 
sortChoices - Variable in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
Whether the choices for this property should be sorted for display.
sorted - Variable in class org.eclipse.emf.common.ui.celleditor.ExtendedComboBoxCellEditor
 
sortEList(Iterable<T>) - Static method in class org.eclipse.emf.ecore.xcore.lib.XcoreIterableExtensions
Creates a sorted list containing the elements of the given iterable in ascending order according to the natural ordering of the elements.
sortEList(Iterable<T>, Comparator<? super T>) - Static method in class org.eclipse.emf.ecore.xcore.lib.XcoreIterableExtensions
Creates a sorted list containing the element of the given iterable in ascending order according to the order induced by the comparator.
sortEListBy(Iterable<T>, <any>) - Static method in class org.eclipse.emf.ecore.xcore.lib.XcoreIterableExtensions
Creates a sorted list that contains the elements of the given iterable in ascending order according to the nature order of the corresponding element induced by the key function.
sortInplace(EList<T>) - Static method in class org.eclipse.emf.ecore.xcore.lib.XcoreEListExtensions
Sorts the specified list itself into ascending order according to the natural ordering of its elements.
sortInplace(EList<T>, Comparator<? super T>) - Static method in class org.eclipse.emf.ecore.xcore.lib.XcoreEListExtensions
Sorts the specified list itself into ascending according to the order induced by the specified comparator.
sortInplaceBy(EList<T>, <any>) - Static method in class org.eclipse.emf.ecore.xcore.lib.XcoreEListExtensions
Sorts the specified list in ascending order according to the nature order of the corresponding element induced by the key function.
sortRules - Variable in class org.eclipse.emf.codegen.merge.java.JControlModel
 
sortSuper(Map<EClass, List<EGenericType>[]>) - Method in class org.eclipse.emf.importer.rose.builder.RoseEcoreBuilder
 
sortTargetCompilationUnit() - Method in class org.eclipse.emf.codegen.jmerge.JMerger
Deprecated.
 
sortTargetCompilationUnit() - Method in class org.eclipse.emf.codegen.merge.java.JMerger
 
source - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenAnnotationImpl
The cached value of the 'Source' attribute
source - Variable in class org.eclipse.emf.codegen.merge.java.facade.ast.CommentAwareSourceRangeComputer
Original source used to create compilation unit
source - Variable in class org.eclipse.emf.common.util.BasicDiagnostic
The source.
source - Variable in class org.eclipse.emf.ecore.impl.EAnnotationImpl
The cached value of the 'Source' attribute
source - Variable in class org.eclipse.emf.ecore.xcore.impl.XAnnotationImpl
The cached value of the 'Source' reference
source - Variable in class org.eclipse.emf.edit.ui.dnd.EditingDomainViewerDropAdapter.DragAndDropCommandInformation
 
source - Variable in class org.eclipse.emf.edit.ui.dnd.EditingDomainViewerDropAdapter
This is the collection of source objects being dragged.
SOURCE_CONTAINER_NODE - Static variable in class org.eclipse.emf.codegen.jet.JETNature
 
SOURCE_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenAnnotationImpl
The default value of the 'Source' attribute
SOURCE_EDEFAULT - Static variable in class org.eclipse.emf.ecore.impl.EAnnotationImpl
The default value of the 'Source' attribute
SOURCE_SUPPLIER - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
SOURCE_TARGET - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
SOURCE_URI_EDEFAULT - Static variable in class org.eclipse.emf.ecore.xcore.impl.XAnnotationDirectiveImpl
The default value of the 'Source URI' attribute
sourceCompilationUnit - Variable in class org.eclipse.emf.codegen.jmerge.JMerger
Deprecated.
 
sourceCompilationUnit - Variable in class org.eclipse.emf.codegen.merge.java.JMerger
 
sourceDirectory - Variable in class org.eclipse.emf.ant.taskdefs.codegen.JETCompilerTask
 
sourceFiles - Variable in class org.eclipse.emf.codegen.jet.JETReader
 
sourceGetFeature - Variable in class org.eclipse.emf.codegen.merge.java.JControlModel.PullRule
 
sourceMarkup - Variable in class org.eclipse.emf.codegen.merge.java.JControlModel.PullRule
 
sourceObjects - Variable in class org.eclipse.emf.edit.command.CopyToClipboardCommand
This is the collection of objects to be copied to the clipboard.
sourceParentMarkup - Variable in class org.eclipse.emf.codegen.merge.java.JControlModel.PullRule
 
sourcePatternDictionary - Variable in class org.eclipse.emf.codegen.jmerge.JMerger
Deprecated.
 
sourcePatternDictionary - Variable in class org.eclipse.emf.codegen.merge.java.JMerger
 
sourceProperties - Variable in class org.eclipse.emf.codegen.merge.properties.PropertyMerger
 
sourceToTargetMap - Variable in class org.eclipse.emf.codegen.jmerge.JMerger
Deprecated.
 
sourceToTargetMap - Variable in class org.eclipse.emf.codegen.merge.java.JMerger
 
sourceToTargetMap - Variable in class org.eclipse.emf.codegen.merge.properties.PropertyMerger
 
sourceTransfer - Variable in class org.eclipse.emf.codegen.merge.java.JControlModel.PullRule
 
sourceURI - Variable in class org.eclipse.emf.ecore.xcore.impl.XAnnotationDirectiveImpl
The cached value of the 'Source URI' attribute
sourceURIs - Variable in class org.eclipse.emf.java.util.JavaPackageResourceImpl
 
space - Variable in class org.eclipse.emf.ecore.xml.namespace.impl.XMLNamespaceDocumentRootImpl
The cached value of the 'Space' attribute
SPACE_EDEFAULT - Static variable in class org.eclipse.emf.ecore.xml.namespace.impl.XMLNamespaceDocumentRootImpl
The default value of the 'Space' attribute
SPACE_TYPE - Static variable in interface org.eclipse.emf.ecore.xml.namespace.XMLNamespacePackage.Literals
The meta object literal for the 'Space Type' enum
SPACE_TYPE - Static variable in interface org.eclipse.emf.ecore.xml.namespace.XMLNamespacePackage
The meta object id for the 'Space Type' enum
SPACE_TYPE_OBJECT - Static variable in interface org.eclipse.emf.ecore.xml.namespace.XMLNamespacePackage.Literals
The meta object literal for the 'Space Type Object' data type
SPACE_TYPE_OBJECT - Static variable in interface org.eclipse.emf.ecore.xml.namespace.XMLNamespacePackage
The meta object id for the 'Space Type Object' data type
spaceESet - Variable in class org.eclipse.emf.ecore.xml.namespace.impl.XMLNamespaceDocumentRootImpl
This is true if the Space attribute has been set
SpaceType - Enum in org.eclipse.emf.ecore.xml.namespace
A representation of the literals of the enumeration 'Space Type', and utility methods for working with them
specification - Variable in class org.eclipse.emf.oda.ecore.impl.Query
 
split(String, String[], int) - Static method in class org.eclipse.emf.common.util.SegmentSequence
Splits individual segments as necessary, i.e., if they contain the delimiter character, or omits empty segments in the case of the empty delimiter.
split(String) - Method in class org.eclipse.emf.ecore.impl.EFactoryImpl
 
splitInternFragment(String) - Static method in class org.eclipse.emf.common.util.URI
 
splitLastComment(String) - Method in class org.eclipse.emf.codegen.merge.java.facade.jdom.JDOMJMember
 
splitPerformed - Variable in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJField
Indicates whether the variable declaration fragment is the only fragment in the field declaration.
stackFrame - Variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.Handler
 
stackStream(String, InputStream, String) - Method in class org.eclipse.emf.codegen.jet.JETReader
 
stackStream(String, String, InputStream, String) - Method in class org.eclipse.emf.codegen.jet.JETReader
Stack a stream for parsing
standardBraceStyle - Variable in class org.eclipse.emf.codegen.merge.java.JControlModel
 
standardBraceStyleIsSet - Variable in class org.eclipse.emf.codegen.merge.java.JControlModel
 
STAR_EXTENSION - Static variable in class org.eclipse.emf.ecore.xmi.util.XMLProcessor
 
start(IApplicationContext) - Method in class org.eclipse.emf.codegen.CodeGen.PlatformRunnable
 
start(BundleContext) - Method in class org.eclipse.emf.codegen.ecore.CodeGenEcorePlugin.Implementation
 
start - Variable in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter.AttributeData
 
start - Variable in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter.ExtensionData
 
start(IApplicationContext) - Method in class org.eclipse.emf.codegen.ecore.Generator.PlatformRunnable
 
start(BundleContext) - Method in class org.eclipse.emf.codegen.ecore.xtext.ui.Activator
 
start(JNode) - Method in class org.eclipse.emf.codegen.merge.java.facade.FacadeVisitor
 
start(BundleContext) - Method in class org.eclipse.emf.common.EMFPlugin.OSGiDelegatingBundleActivator
 
start(BundleContext) - Method in class org.eclipse.emf.ecore.plugin.EcorePlugin.Implementation
Starts up this plugin by reading some extensions and populating the relevant registries.
start(BundleContext) - Method in class org.eclipse.emf.ecore.xcore.ui.internal.XcoreActivator
 
start(BundleContext) - Method in class org.eclipse.emf.edit.ui.EMFEditUIPlugin.Implementation
Starts up this plugin by reading some extensions and populating the relevant registries.
start(IApplicationContext) - Method in class org.eclipse.emf.importer.ModelImporterApplication
 
startAttribute(String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLString
 
startCDATA() - Method in class org.eclipse.emf.ecore.xmi.impl.SAXWrapper
Deprecated.
 
startCDATA() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
startDocument() - Method in class org.eclipse.emf.ecore.xmi.impl.SAXWrapper
Deprecated.
 
startDocument() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
startDTD(String, String, String) - Method in class org.eclipse.emf.ecore.xmi.impl.SAXWrapper
Deprecated.
 
startDTD(String, String, String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
startElement(String, String, String, Attributes) - Method in class org.eclipse.emf.ecore.xmi.impl.SAXWrapper
Deprecated.
 
startElement(String, String, String, Attributes) - Method in class org.eclipse.emf.ecore.xmi.impl.XMIHandler
 
startElement(String, String, String, Attributes) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
startElement(String, String, String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
This method determines whether to make an object or not, then makes an object based on the XML attributes and the metamodel.
startElement(String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLString
 
startElement(String, String, String, Attributes) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory.AnyTypeStackFrame
 
startElement(String, String, String, Attributes) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory.ProcessingInstructionStackFrame
 
startElement(String, String, String, Attributes) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory.SimpleAnyTypeStackFrame
 
startElement(String, String, String, Attributes) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory.XMLTypeDocumentRootStackFrame
 
startElement(String, String, String, Attributes) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.Handler
 
startElement(String, String, String, Attributes) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.StackFrame
 
startEntity(String) - Method in class org.eclipse.emf.ecore.xmi.impl.SAXWrapper
Deprecated.
 
startEntity(String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
startFileBuffering() - Method in class org.eclipse.emf.ecore.xmi.impl.StringSegment
 
startPrefixMapping(String, String) - Method in class org.eclipse.emf.ecore.xmi.impl.SAXWrapper
Deprecated.
 
startPrefixMapping(String, String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
startTag - Variable in class org.eclipse.emf.codegen.jet.JETParser
 
startTagInitialChar - Variable in class org.eclipse.emf.codegen.jet.JETReader
 
startTime - Variable in class org.eclipse.emf.edit.ui.dnd.LocalTransfer
This records the time at which the transfer data was recorded.
startWithProjectSelected - Variable in class org.eclipse.emf.codegen.ecore.genmodel.handler.GenerateHandler.GenModelGenerationDialog
 
STATEFUL - Static variable in enum org.eclipse.emf.codegen.ecore.genmodel.GenProviderKind
The 'Stateful' literal value
STATIC - Static variable in class org.eclipse.emf.codegen.merge.java.facade.FacadeFlags
Static access flag.
STATIC - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
static_ - Variable in class org.eclipse.emf.java.impl.JMemberImpl
The cached value of the 'Static' attribute
STATIC_EDEFAULT - Static variable in class org.eclipse.emf.java.impl.JMemberImpl
The default value of the 'Static' attribute
STATIC_NL_DECLARATION - Variable in class org.eclipse.emf.codegen.jet.JETSkeleton
 
staticGenPackages - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
staticImage - Variable in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
This is the image that will be used with the value no matter what type of object it is.
staticPackages - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Static Packages' attribute list
StaticSelectionCommandAction - Class in org.eclipse.emf.edit.ui.action
This class is used as a basis for implementing an org.eclipse.jface.action.IAction on the menubar, the toolbar, or a pop-up menu by delegating all required behaviour to a Command, only when it is guaranteed that the selection will not change during the life of the action.
StaticSelectionCommandAction - Class in org.eclipse.emf.edit.ui.action
This class is used as a basis for implementing an org.eclipse.jface.action.IAction on the menubar, the toolbar, or a pop-up menu by delegating all required behaviour to a Command, only when it is guaranteed that the selection will not change during the life of the action.
StaticSelectionCommandAction(IWorkbenchPart) - Constructor for class org.eclipse.emf.edit.ui.action.StaticSelectionCommandAction
This constructs an instance for a command to be executed via workbenchPart's editing domain.
StaticSelectionCommandAction(IEditorPart) - Constructor for class org.eclipse.emf.edit.ui.action.StaticSelectionCommandAction
This constructor is simply retained for binary compatibility.
StaticSelectionCommandAction() - Constructor for class org.eclipse.emf.edit.ui.action.StaticSelectionCommandAction
This constructs an instance without a specified workbenchPart.
STATICSTRING - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
status - Variable in class org.eclipse.emf.codegen.ecore.genmodel.handler.GenerateHandler.GenModelSelectionDialog
 
statusLineManager - Variable in class org.eclipse.emf.codegen.ecore.genmodel.handler.GenerateHandler.GenModelSelectionDialog
 
STEREOTYPE - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
stock - Variable in class org.eclipse.emf.examples.extlibrary.impl.LibraryImpl
The cached value of the 'Stock' containment reference list
stop() - Method in class org.eclipse.emf.codegen.CodeGen.PlatformRunnable
 
stop() - Method in class org.eclipse.emf.codegen.ecore.Generator.PlatformRunnable
 
stop(BundleContext) - Method in class org.eclipse.emf.codegen.ecore.xtext.ui.Activator
 
stop(BundleContext) - Method in class org.eclipse.emf.common.EMFPlugin.OSGiDelegatingBundleActivator
 
stop(BundleContext) - Method in class org.eclipse.emf.common.ui.CommonUIPlugin.Implementation
 
stop(BundleContext) - Method in class org.eclipse.emf.ecore.xcore.ui.internal.XcoreActivator
 
stop() - Method in class org.eclipse.emf.importer.ModelImporterApplication
 
stopMatching - Variable in class org.eclipse.emf.codegen.merge.java.JControlModel.MatchRule
 
store - Variable in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.EStoreEList
 
store - Variable in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.EStoreFeatureMap
 
stream - Variable in class org.eclipse.emf.codegen.jet.JETMark
This is the stream of characters.
STRICT_NAMED_ELEMENT_NAMES - Static variable in class org.eclipse.emf.ecore.util.EcoreValidator
A key to be used in context maps to indicate that stricter validation should be performed to ensure that the name of each named element is a well formed Java identifier.
STRICT_PROCESSING - Static variable in interface org.eclipse.emf.ecore.util.ExtendedMetaData
The processing kind ID for strict processing.
StrictCompoundCommand - Class in org.eclipse.emf.common.command
A composite command which assumes that later commands in the list may depend on the results and side-effects of earlier commands in the list.
StrictCompoundCommand() - Constructor for class org.eclipse.emf.common.command.StrictCompoundCommand
Creates an empty instance.
StrictCompoundCommand(String) - Constructor for class org.eclipse.emf.common.command.StrictCompoundCommand
Creates an instance with the given label.
StrictCompoundCommand(String, String) - Constructor for class org.eclipse.emf.common.command.StrictCompoundCommand
Creates an instance with the given label and description.
StrictCompoundCommand(List<Command>) - Constructor for class org.eclipse.emf.common.command.StrictCompoundCommand
Creates an instance with the given command list.
StrictCompoundCommand(String, List<Command>) - Constructor for class org.eclipse.emf.common.command.StrictCompoundCommand
Creates an instance with the given label and command list.
StrictCompoundCommand(String, String, List<Command>) - Constructor for class org.eclipse.emf.common.command.StrictCompoundCommand
Creates an instance with the given label, description, and command list.
STRICTFP - Static variable in class org.eclipse.emf.codegen.merge.java.facade.FacadeFlags
Strictfp property flag.
string - Variable in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.StringAccessUnit
The value being access.
string - Variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
STRING - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage.Literals
The meta object literal for the 'String' data type
STRING - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
The meta object id for the 'String' data type
STRING - Static variable in class org.eclipse.emf.importer.rose.parser.RoseNode
 
STRING - Static variable in class org.eclipse.emf.importer.rose.parser.RoseToken
 
string - Variable in class org.eclipse.emf.mapping.command.PersistentCommandStack.Decoder
 
STRING_ARRAY_POOL - Static variable in class org.eclipse.emf.common.util.SegmentSequence
The cached pool for string arrays.
STRING_BUFFER_DECLARATION - Variable in class org.eclipse.emf.codegen.jet.JETSkeleton
 
STRING_BUFFER_RETURN - Variable in class org.eclipse.emf.codegen.jet.JETSkeleton
 
STRING_SEQ - Static variable in class org.eclipse.emf.importer.rose.parser.RoseNode
 
stringAccessUnit - Variable in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.AccessUnitBase
stringAccessUnit - Variable in class org.eclipse.emf.common.util.URI.URIPool.URIPoolAccessUnitBase
stringAccessUnits - Variable in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool
Access units for basic string access.
stringAccessUnits - Variable in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool
Access units for single segment access.
stringAccessUnits - Variable in class org.eclipse.emf.common.util.URI.URIPool
Access units for basic string access.
stringArraySegmentsAndSegmentCountAccessUnit - Variable in class org.eclipse.emf.common.util.URI.URIPool.URIPoolAccessUnitBase
stringArraySegmentsAndSubsegmentAccessUnit - Variable in class org.eclipse.emf.common.util.URI.URIPool.StringAccessUnit
stringArraySubstringAccessUnit - Variable in class org.eclipse.emf.common.util.URI.URIPool.StringAccessUnit
stringBuffer - Variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.DataFrame
 
stringIterator() - Method in class org.eclipse.emf.ecore.xmi.impl.StringSegment
 
stringKey - Variable in class org.eclipse.emf.ecore.resource.impl.DESCipherImpl
 
stringParameterType - Static variable in class org.eclipse.emf.codegen.merge.java.JControlModel.DictionaryPattern
 
stringPoolEntry - Variable in class org.eclipse.emf.common.util.URI.URIPool.URIPoolAccessUnitBase
The string pool entry found during the most recent use of URI.URIPool.URIPoolAccessUnitBase.substringAccessUnit.
strings - Variable in class org.eclipse.emf.common.util.DelegatingResourceLocator
A cache of the translated strings.
strings - Variable in class org.eclipse.emf.common.util.SegmentSequence.Builder
The string sin the builder.
StringSegment - Class in org.eclipse.emf.ecore.xmi.impl
A String Buffer that never reallocates
StringSegment() - Constructor for class org.eclipse.emf.ecore.xmi.impl.StringSegment
 
StringSegment(int) - Constructor for class org.eclipse.emf.ecore.xmi.impl.StringSegment
 
StringSegment(int, int) - Constructor for class org.eclipse.emf.ecore.xmi.impl.StringSegment
 
StringSegment(String) - Constructor for class org.eclipse.emf.ecore.xmi.impl.StringSegment
 
StringSegment.Element - Class in org.eclipse.emf.ecore.xmi.impl
 
StringSegment.SegmentIterator - Class in org.eclipse.emf.ecore.xmi.impl
 
StringUtil - Class in org.eclipse.emf.oda.ecore.util
A utility for working with strings and text.
StringUtil() - Constructor for class org.eclipse.emf.oda.ecore.util.StringUtil
 
strip(String) - Static method in class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator
Cleans up the escaping and HTML tags inserted by the live validator.
stripFirstNewLineWithBlanks(char[]) - Method in class org.eclipse.emf.codegen.jet.JETCompiler
 
stripLastNewLineWithBlanks(char[]) - Method in class org.eclipse.emf.codegen.jet.JETCompiler
 
stripToNull(String) - Method in class org.eclipse.emf.ecore.provider.EModelElementItemProvider
Strips whitespace and converts the empty string to null.
stripTypeArguments(String) - Method in class org.eclipse.emf.importer.java.builder.JavaEcoreBuilder
Strips the type arguments from the type, if it has any.
STRUCTURAL_FEATURES - Static variable in class org.eclipse.emf.ecore.impl.ESuperAdapter
 
STRUCTURAL_FEATURES_MODIFIED - Static variable in class org.eclipse.emf.ecore.impl.ESuperAdapter
 
STRUCTURE - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
structuredSelection - Variable in class org.eclipse.emf.common.ui.wizard.AbstractExampleInstallerWizard
 
STX - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Escape
 
style - Variable in class org.eclipse.emf.common.ui.dialogs.ResourceDialog
 
style - Variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateMany
 
style - Variable in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.BinaryIO
 
style - Variable in class org.eclipse.emf.edit.ui.action.EditingDomainActionBarContributor
This is used to encode the style bits.
style - Variable in class org.eclipse.emf.edit.ui.provider.AdapterFactoryLabelProvider.ConvertingStyler
The wrapped style .
STYLE_BINARY_DATE - Static variable in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.BinaryIO
 
STYLE_BINARY_ENUMERATOR - Static variable in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.BinaryIO
 
STYLE_BINARY_FLOATING_POINT - Static variable in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.BinaryIO
 
STYLE_DATA_CONVERTER - Static variable in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.BinaryIO
 
STYLE_PROVIDERS_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Style Providers' attribute
STYLE_PROXY_ATTRIBUTES - Static variable in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.BinaryIO
 
StyledString - Class in org.eclipse.emf.edit.provider
A mutable string with styled ranges similar to JFaces's SyledString.
StyledString() - Constructor for class org.eclipse.emf.edit.provider.StyledString
Constructs an empty styled string.
StyledString(String) - Constructor for class org.eclipse.emf.edit.provider.StyledString
Constructs a new styled string with the given text with no associated style.
StyledString(String, StyledString.Style) - Constructor for class org.eclipse.emf.edit.provider.StyledString
Constructs a new styled string with the given text associated with the given style.
StyledString.Fragment - Class in org.eclipse.emf.edit.provider
An immutable string styled with a given StyledString.Style.
StyledString.Style - Class in org.eclipse.emf.edit.provider
An immutable object describing how a StyledString should be style.
StyledString.Style.BorderStyle - Enum in org.eclipse.emf.edit.provider
All the supported border styles.
StyledString.Style.Builder - Class in org.eclipse.emf.edit.provider
Builder pattern to create a custom class.
StyledString.Style.UnderLineStyle - Enum in org.eclipse.emf.edit.provider
All the supported underline styles.
styledText - Variable in class org.eclipse.emf.edit.provider.ItemProvider
This is the text returned by getStyledText(Object).
styleProviders - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Style Providers' attribute
stylers - Variable in class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator.StyledError.ComposedStyler
 
SUB - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Escape
 
subclasses - Variable in class org.eclipse.emf.ecore.impl.ESuperAdapter
 
subcommand - Variable in class org.eclipse.emf.mapping.command.CreateMappingCommand
This is set during CreateMappingCommand.execute() to record the command used to add the newly created mapping to the mapping root.
subList(int, int) - Method in class org.eclipse.emf.common.util.BasicEMap
subList(int, int) - Method in class org.eclipse.emf.databinding.internal.EWritableList
 
subSegments(int) - Method in class org.eclipse.emf.common.util.SegmentSequence
Returns the segments from the given start.
subSegments(int, int) - Method in class org.eclipse.emf.common.util.SegmentSequence
Returns the segments from the given start and before the given end.
subsegmentsAndSubsegmentsAccessUnits - Variable in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool
Access units for accessing the composition of two subsequences.
subSegmentsList(int) - Method in class org.eclipse.emf.common.util.SegmentSequence
Returns a read-only list view of the segments from the given start.
subSegmentsList(int, int) - Method in class org.eclipse.emf.common.util.SegmentSequence
Returns a read-only list view of the segments from the given start and before the given end.
subSequence(int, int) - Method in class org.eclipse.emf.common.util.SegmentSequence
Returns the requested subsequence in the representation of the sequence.
substituteMappedObject(Mapping, Object) - Method in class org.eclipse.emf.mapping.provider.MappingItemProvider
 
substituteMappedObjectItemProvider(Mapping, Object) - Method in class org.eclipse.emf.mapping.provider.MappingItemProvider
 
substitutionGroupMap - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Lookup
 
substringAccessUnit - Variable in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.AccessUnitBase
substringAccessUnit - Variable in class org.eclipse.emf.common.util.URI.URIPool.URIPoolAccessUnitBase
substringAccessUnits - Variable in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool
Access units for accessing a single segment that's a substring of a larger string.
SUBSYSTEM - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
subTask(String) - Method in class org.eclipse.emf.codegen.util.CodeGenUtil.EclipseUtil.StreamProgressMonitor
 
subTask(String) - Method in class org.eclipse.emf.common.util.BasicMonitor.Delegating
 
subTask(String) - Method in class org.eclipse.emf.common.util.BasicMonitor.Printing
 
subTask(String) - Method in class org.eclipse.emf.common.util.BasicMonitor
 
subTask(String) - Method in interface org.eclipse.emf.common.util.Monitor
Sets the current subtask of the overall task.
summarize() - Method in class org.eclipse.emf.ecore.change.util.BasicChangeRecorder
Summarizes the changes made to the analyzed objects on the change description returned by the BasicChangeRecorder.endRecording() without ending the recording.
SUNCAT - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
SUPER - Static variable in class org.eclipse.emf.codegen.merge.java.facade.FacadeFlags
Super property flag.
SUPERCLASSES - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
superclassName - Variable in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJType
Cached super class name.
superInterfaces - Variable in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJEnum
Array of cached super interfaces.
superInterfaces - Variable in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJType
Array of cached super interfaces.
SUPERS - Static variable in class org.eclipse.emf.ecore.impl.ESuperAdapter
 
SUPERS_MODIFIED - Static variable in class org.eclipse.emf.ecore.impl.ESuperAdapter
 
superTable - Variable in class org.eclipse.emf.importer.rose.builder.RoseUtil
 
superTypes - Variable in class org.eclipse.emf.ecore.xcore.impl.XClassImpl
The cached value of the 'Super Types' containment reference list
superTypes - Variable in class org.eclipse.emf.java.impl.JClassImpl
The cached value of the 'Super Types' reference list
supplemental(char, char) - Static method in class org.eclipse.emf.ecore.xml.type.internal.DataValue.XMLChar
Returns true the supplemental character corresponding to the given surrogates.
SUPPLIER - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
supportedTypes - Variable in class org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProviderAdapterFactory
This keeps track of all the supported types checked by isFactoryForType
supportedTypes - Variable in class org.eclipse.emf.ecore.change.provider.ChangeItemProviderAdapterFactory
This keeps track of all the supported types checked by isFactoryForType
supportedTypes - Variable in class org.eclipse.emf.ecore.provider.EcoreItemProviderAdapterFactory
This keeps track of all the supported types checked by isFactoryForType
supportedTypes - Variable in class org.eclipse.emf.ecore.xcore.provider.XcoreItemProviderAdapterFactory
This keeps track of all the supported types checked by isFactoryForType
supportedTypes - Variable in class org.eclipse.emf.edit.provider.ReflectiveItemProviderAdapterFactory
This keeps track of all the supported types checked by isFactoryForType.
supportedTypes - Variable in class org.eclipse.emf.edit.provider.resource.ResourceItemProviderAdapterFactory
This keeps track of all the supported types checked by isFactoryForType.
supportedTypes - Variable in class org.eclipse.emf.edit.tree.provider.TreeItemProviderAdapterFactory
This keeps track of all the supported types checked by isFactoryForType.
supportedTypes - Variable in class org.eclipse.emf.examples.extlibrary.provider.EXTLibraryItemProviderAdapterFactory
This keeps track of all the supported types checked by isFactoryForType
supportedTypes - Variable in class org.eclipse.emf.java.provider.JavaItemProviderAdapterFactory
This keeps track of all the supported types checked by isFactoryForType
supportedTypes - Variable in class org.eclipse.emf.mapping.ecore2ecore.provider.Ecore2EcoreItemProviderAdapterFactory
This keeps track of all the supported types checked by isFactoryForType
supportedTypes - Variable in class org.eclipse.emf.mapping.ecore2xml.provider.Ecore2XMLItemProviderAdapterFactory
This keeps track of all the supported types checked by isFactoryForType
supportedTypes - Variable in class org.eclipse.emf.mapping.provider.MappingItemProviderAdapterFactory
This keeps track of all the supported types checked by isFactoryForType.
supportMultipleURIs() - Method in class org.eclipse.emf.ant.taskdefs.codegen.ecore.GeneratorTask
 
supportMultipleURIs() - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterURIPage
 
supportMultipleURIs() - Method in class org.eclipse.emf.importer.rose.taskdefs.RoseGeneratorTask
 
supportMultipleURIs() - Method in class org.eclipse.emf.importer.rose.ui.RoseDetailPage
 
supportMultipleURIs() - Method in class org.eclipse.emf.importer.ui.contribution.base.ModelImporterDetailPage
 
supportsInParameters() - Method in class org.eclipse.emf.oda.ecore.impl.DataSetMetaData
 
supportsMultipleOpenResults() - Method in class org.eclipse.emf.oda.ecore.impl.DataSetMetaData
 
supportsMultipleResultSets() - Method in class org.eclipse.emf.oda.ecore.impl.DataSetMetaData
 
supportsNamedParameters() - Method in class org.eclipse.emf.oda.ecore.impl.DataSetMetaData
 
supportsNamedResultSets() - Method in class org.eclipse.emf.oda.ecore.impl.DataSetMetaData
 
supportsNestedPackages() - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPackagePage
 
supportsNestedPackages() - Method in class org.eclipse.emf.ecore.xcore.importer.ui.XcorePackagePage
 
supportsNestedPackages() - Method in class org.eclipse.emf.exporter.ui.contribution.base.ModelExporterPackagePage
 
supportsOutParameters() - Method in class org.eclipse.emf.oda.ecore.impl.DataSetMetaData
 
SUPPRESS_CONTAINMENT_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Suppress Containment' attribute
SUPPRESS_EMF_META_DATA_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Suppress EMF Meta Data' attribute
SUPPRESS_EMF_MODEL_TAGS_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Suppress EMF Model Tags' attribute
SUPPRESS_EMF_TYPES_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Suppress EMF Types' attribute
SUPPRESS_GEN_MODEL_ANNOTATIONS_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Suppress Gen Model Annotations' attribute
SUPPRESS_INTERFACES_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Suppress Interfaces' attribute
SUPPRESS_NOTIFICATION_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Suppress Notification' attribute
SUPPRESS_UNLOAD_PROPERTY_NAME - Static variable in class org.eclipse.emf.oda.ecore.impl.Connection
 
SUPPRESS_UNSETTABLE_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Suppress Unsettable' attribute
suppressContainment - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Suppress Containment' attribute
suppressDocumentRoot - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
suppressEMFMetaData - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Suppress EMF Meta Data' attribute
suppressEMFModelTags - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Suppress EMF Model Tags' attribute
suppressEMFTypes - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Suppress EMF Types' attribute
suppressGenModelAnnotations - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Suppress Gen Model Annotations' attribute
suppressInterfaces - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Suppress Interfaces' attribute
suppressNotification - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Suppress Notification' attribute
suppressUnload - Variable in class org.eclipse.emf.oda.ecore.impl.Connection
 
suppressUnsettable - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Suppress Unsettable' attribute
sweepRules - Variable in class org.eclipse.emf.codegen.merge.java.JControlModel
 
sweepTargetCompilationUnit() - Method in class org.eclipse.emf.codegen.jmerge.JMerger
Deprecated.
 
sweepTargetCompilationUnit() - Method in class org.eclipse.emf.codegen.merge.java.JMerger
 
Switch<T> - Class in org.eclipse.emf.ecore.util
An abstract base class for all switch classes.
Switch() - Constructor for class org.eclipse.emf.ecore.util.Switch
 
SWITCH_CLASS_ID - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenPackageGeneratorAdapter
 
SwitchClass - Class in org.eclipse.emf.codegen.ecore.templates.model
 
SwitchClass() - Constructor for class org.eclipse.emf.codegen.ecore.templates.model.SwitchClass
 
switchClassEmitter - 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.
switchClassTemplateName - 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.
SYN - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Escape
 
SYNCHRONIZED - Static variable in class org.eclipse.emf.codegen.merge.java.facade.FacadeFlags
Synchronized access flag.
SYNCHRONIZED - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
synchronized_ - Variable in class org.eclipse.emf.java.impl.JMethodImpl
The cached value of the 'Synchronized' attribute
SYNCHRONIZED_EDEFAULT - Static variable in class org.eclipse.emf.java.impl.JMethodImpl
The default value of the 'Synchronized' attribute
synchronizedInterningSet(InterningSet<T>) - Static method in class org.eclipse.emf.common.util.ECollections
Returns a synchronized, i.e., thread-safe view of the interning set.
SYNCHRONOUS - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
synpred104_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred104_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred105_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred105_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred10_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
synpred10_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
synpred118_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred118_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred11_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
synpred11_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
synpred122_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred122_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred123_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred123_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred125_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred125_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred12_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
synpred12_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
synpred13_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
synpred13_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
synpred14_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
synpred14_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
synpred15_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
synpred15_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
synpred16_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
synpred16_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
synpred17_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
synpred17_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
synpred18_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
synpred18_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
synpred19_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
synpred19_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
synpred1_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
synpred1_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
synpred201_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred201_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred203_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred203_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred204_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred204_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred205_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred205_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred206_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred206_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred207_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred207_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred208_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred208_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred209_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred209_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred20_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
synpred20_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
synpred210_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred210_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred211_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred211_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred212_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred212_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred214_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred214_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred215_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred215_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred21_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
synpred21_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
synpred223_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred223_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred22_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
synpred22_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
synpred230_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred230_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred233_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred233_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred23_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
synpred23_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
synpred244_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred244_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred245_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred245_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred249_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred249_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred24_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
synpred24_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
synpred250_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred250_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred251_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred251_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred256_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred256_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred257_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred257_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred258_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred258_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred259_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred259_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred261_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred261_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred265_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred265_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred267_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred267_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred268_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred268_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred26_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
synpred26_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
synpred275_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred275_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred276_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred276_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred277_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred277_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred278_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred278_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred279_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred279_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred280_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred280_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred281_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred281_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred282_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred282_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred283_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred283_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred284_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred284_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred285_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred285_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred286_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred286_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred287_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred287_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred288_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred288_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred289_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred289_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred28_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
synpred28_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
synpred290_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred290_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred291_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred291_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred292_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred292_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred293_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred293_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred294_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred294_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred295_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred295_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred296_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred296_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred297_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred297_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred298_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred298_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred299_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred299_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred29_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
synpred29_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
synpred300_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred300_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred301_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred301_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred302_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred302_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred303_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred303_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred304_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred304_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred305_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred305_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred306_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred306_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred307_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred307_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred308_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred308_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred309_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred309_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred30_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
synpred30_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
synpred310_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred310_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred311_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred311_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred312_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred312_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred313_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred313_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred314_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred314_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred315_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred315_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred316_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred316_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred317_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred317_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred318_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred318_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred319_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred319_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred32_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
synpred32_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
synpred33_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
synpred33_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
synpred34_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
synpred34_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
synpred35_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
synpred35_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
synpred36_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
synpred36_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
synpred37_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
synpred37_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
synpred38_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
synpred38_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
synpred39_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
synpred39_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
synpred3_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
synpred3_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
synpred40_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
synpred40_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
synpred41_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
synpred41_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
synpred42_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
synpred42_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
synpred45_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
synpred45_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
synpred46_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
synpred46_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
synpred47_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
synpred47_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
synpred48_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
synpred48_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
synpred49_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
synpred49_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
synpred4_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
synpred4_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
synpred5_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
synpred5_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
synpred6_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
synpred6_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
synpred7_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
synpred7_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
synpred82_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred82_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred83_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred83_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred8_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
synpred8_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
synpred96_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred96_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
synpred9_InternalXcore() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
synpred9_InternalXcore_fragment() - Method in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
SYNTHETIC - Static variable in class org.eclipse.emf.codegen.merge.java.facade.FacadeFlags
Synthetic property flag.
systemBar - Variable in class org.eclipse.emf.common.ui.ViewerPane
 
systemId - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
 
systemId - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLString
 

T

T__100 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__100 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__100 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__100 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__101 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__101 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__101 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__101 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__102 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__102 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__102 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__102 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__103 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__103 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__103 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__103 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__104 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__104 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__104 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__104 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__105 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__105 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__105 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__105 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__106 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__106 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__106 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__106 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__107 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__107 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__107 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__107 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__108 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__108 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__108 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__108 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__109 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__109 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__109 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__109 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__110 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__110 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__110 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__110 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__111 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__111 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__111 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__111 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__112 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__112 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__112 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__112 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__113 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__113 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__113 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__113 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__114 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__114 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__114 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__114 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__115 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__115 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__115 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__115 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__116 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__116 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__116 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__116 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__117 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__117 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__117 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__117 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__118 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__118 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__118 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__118 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__119 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__119 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__119 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__119 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__13 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__13 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__13 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__13 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__14 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__14 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__14 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__14 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__15 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__15 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__15 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__15 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__16 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__16 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__16 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__16 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__17 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__17 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__17 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__17 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__18 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__18 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__18 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__18 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__19 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__19 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__19 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__19 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__20 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__20 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__20 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__20 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__21 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__21 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__21 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__21 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__22 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__22 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__22 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__22 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__23 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__23 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__23 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__23 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__24 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__24 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__24 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__24 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__25 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__25 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__25 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__25 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__26 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__26 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__26 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__26 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__27 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__27 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__27 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__27 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__28 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__28 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__28 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__28 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__29 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__29 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__29 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__29 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__30 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__30 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__30 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__30 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__31 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__31 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__31 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__31 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__32 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__32 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__32 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__32 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__33 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__33 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__33 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__33 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__34 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__34 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__34 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__34 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__35 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__35 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__35 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__35 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__36 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__36 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__36 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__36 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__37 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__37 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__37 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__37 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__38 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__38 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__38 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__38 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__39 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__39 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__39 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__39 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__40 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__40 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__40 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__40 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__41 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__41 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__41 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__41 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__42 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__42 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__42 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__42 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__43 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__43 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__43 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__43 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__44 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__44 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__44 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__44 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__45 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__45 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__45 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__45 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__46 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__46 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__46 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__46 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__47 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__47 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__47 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__47 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__48 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__48 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__48 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__48 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__49 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__49 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__49 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__49 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__50 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__50 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__50 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__50 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__51 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__51 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__51 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__51 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__52 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__52 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__52 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__52 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__53 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__53 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__53 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__53 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__54 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__54 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__54 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__54 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__55 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__55 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__55 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__55 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__56 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__56 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__56 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__56 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__57 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__57 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__57 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__57 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__58 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__58 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__58 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__58 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__59 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__59 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__59 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__59 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__60 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__60 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__60 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__60 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__61 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__61 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__61 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__61 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__62 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__62 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__62 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__62 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__63 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__63 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__63 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__63 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__64 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__64 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__64 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__64 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__65 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__65 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__65 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__65 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__66 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__66 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__66 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__66 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__67 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__67 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__67 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__67 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__68 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__68 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__68 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__68 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__69 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__69 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__69 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__69 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__70 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__70 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__70 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__70 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__71 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__71 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__71 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__71 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__72 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__72 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__72 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__72 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__73 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__73 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__73 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__73 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__74 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__74 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__74 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__74 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__75 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__75 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__75 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__75 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__76 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__76 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__76 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__76 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__77 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__77 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__77 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__77 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__78 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__78 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__78 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__78 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__79 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__79 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__79 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__79 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__80 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__80 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__80 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__80 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__81 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__81 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__81 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__81 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__82 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__82 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__82 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__82 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__83 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__83 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__83 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__83 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__84 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__84 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__84 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__84 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__85 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__85 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__85 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__85 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__86 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__86 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__86 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__86 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__87 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__87 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__87 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__87 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__88 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__88 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__88 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__88 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__89 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__89 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__89 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__89 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__90 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__90 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__90 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__90 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__91 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__91 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__91 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__91 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__92 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__92 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__92 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__92 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__93 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__93 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__93 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__93 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__94 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__94 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__94 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__94 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__95 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__95 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__95 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__95 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__96 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__96 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__96 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__96 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__97 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__97 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__97 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__97 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__98 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__98 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__98 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__98 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
T__99 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreLexer
 
T__99 - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
T__99 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreLexer
 
T__99 - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
TAB - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Escape
 
table - Variable in class org.eclipse.emf.common.ui.celleditor.BasicTableEditor
 
table - Variable in class org.eclipse.emf.common.ui.celleditor.ExtendedTableEditor
Deprecated.
 
table - Variable in class org.eclipse.emf.common.ui.celleditor.ExtendedTableTreeEditor
Deprecated.
 
table - Variable in class org.eclipse.emf.edit.ui.provider.ExtendedColorRegistry
 
table - Variable in class org.eclipse.emf.edit.ui.provider.ExtendedFontRegistry
 
table - Variable in class org.eclipse.emf.edit.ui.provider.ExtendedImageRegistry
 
table - Variable in class org.eclipse.emf.mapping.presentation.MappingEditor.DelayedColumnFitter
 
table - Variable in class org.eclipse.emf.mapping.presentation.MappingEditor.OverviewViewer
Deprecated.
 
TABLE_PROVIDERS_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Table Providers' attribute
TableObject - Class in org.eclipse.emf.importer.rose.builder
 
TableObject(String, String, UnitTreeNode) - Constructor for class org.eclipse.emf.importer.rose.builder.TableObject
 
tableOffset1 - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.GIFEmitter
Deprecated.
 
tableOffset1 - Static variable in class org.eclipse.emf.codegen.util.GIFEmitter
 
tableOffset2 - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.GIFEmitter
Deprecated.
 
tableOffset2 - Static variable in class org.eclipse.emf.codegen.util.GIFEmitter
 
tableProviders - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Table Providers' attribute
tableTree - Variable in class org.eclipse.emf.common.ui.celleditor.ExtendedTableTreeEditor
Deprecated.
 
tableTree - Variable in class org.eclipse.emf.mapping.presentation.MappingEditor.OverviewViewer
Deprecated.
 
tableTreeEditor - Variable in class org.eclipse.emf.mapping.presentation.MappingEditor.OverviewViewer
Deprecated.
 
tableViewer - Variable in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryEditor
This shows how a table view works.
tableViewer - Variable in class org.eclipse.emf.java.presentation.JavaEditor
This shows how a table view works.
tableViewer - Variable in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLEditor
This shows how a table view works.
TAG - Static variable in class org.eclipse.emf.ecore.xmi.impl.EMOFExtendedMetaData
 
TAG_DESCRIPTION - Static variable in class org.eclipse.emf.ecore.plugin.RegistryReader
 
TAG_ECORE2XML - Static variable in class org.eclipse.emf.mapping.ecore2xml.Ecore2XMLRegistry.Reader
 
target - Variable in class org.eclipse.emf.common.notify.impl.AdapterImpl
The last notifier set to this adapter.
target - Variable in class org.eclipse.emf.ecore.xml.type.impl.ProcessingInstructionImpl
The cached value of the 'Target' attribute
target - Variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory.ProcessingInstructionStackFrame
 
target - Variable in class org.eclipse.emf.edit.ui.dnd.EditingDomainViewerDropAdapter.DragAndDropCommandInformation
 
TARGET_EDEFAULT - Static variable in class org.eclipse.emf.ecore.xml.type.impl.ProcessingInstructionImpl
The default value of the 'Target' attribute
TARGET_NAMESPACE_EDEFAULT - Static variable in class org.eclipse.emf.mapping.ecore2xml.impl.XMLInfoImpl
The default value of the 'Target Namespace' attribute
TARGET_PARAMETER_NAME - Static variable in class org.eclipse.emf.oda.ecore.impl.ParameterMetaData
 
TARGET_SOURCE - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
TARGET_SUPPLIER - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
targetCompilationChanged - Variable in class org.eclipse.emf.codegen.merge.java.JMerger
 
targetCompilationUnit - Variable in class org.eclipse.emf.codegen.jmerge.JMerger
Deprecated.
 
targetCompilationUnit - Variable in class org.eclipse.emf.codegen.merge.java.JMerger
 
targetCompilationUnitExists - Variable in class org.eclipse.emf.codegen.merge.java.JMerger
 
targetMarkup - Variable in class org.eclipse.emf.codegen.merge.java.JControlModel.PullRule
 
targetNamespace - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLInfoImpl
 
targetObjects - Variable in class org.eclipse.emf.ecore.change.util.ChangeRecorder
 
targetParentMarkup - Variable in class org.eclipse.emf.codegen.merge.java.JControlModel.PullRule
 
targetParentMarkup - Variable in class org.eclipse.emf.codegen.merge.java.JControlModel.PushRule
 
targetPatternDictionary - Variable in class org.eclipse.emf.codegen.jmerge.JMerger
Deprecated.
 
targetPatternDictionary - Variable in class org.eclipse.emf.codegen.merge.java.JMerger
 
targetProperties - Variable in class org.eclipse.emf.codegen.merge.properties.PropertyMerger
 
targetPutFeature - Variable in class org.eclipse.emf.codegen.merge.java.JControlModel.PullRule
 
targets - Variable in class org.eclipse.emf.common.notify.impl.SingletonAdapterImpl
The list of all the targets to which this adapter is set.
targets - Variable in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This keeps track of all the targets to which this adapter is set.
targetToSourceMap - Variable in class org.eclipse.emf.codegen.jmerge.JMerger
Deprecated.
 
targetToSourceMap - Variable in class org.eclipse.emf.codegen.merge.java.JMerger
 
targetToSourceMap - Variable in class org.eclipse.emf.codegen.merge.properties.PropertyMerger
 
TEMPLATE_CONTAINER_NODE - Static variable in class org.eclipse.emf.codegen.jet.JETNature
 
TEMPLATE_DIRECTORY_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Template Directory' attribute
TEMPLATE_LOCATION - Static variable in class org.eclipse.emf.examples.generator.validator.ValidatorGeneratorUtil
 
templateClasspath - Variable in class org.eclipse.emf.codegen.ecore.generator.Generator.Options
A list of strings of the form [<variable-name>=]<plugin-id> that will be used by AbstractGeneratorAdapter.addClasspathEntries(org.eclipse.emf.codegen.jet.JETEmitter) to add classpath entries to each JETEmitter.
templateContainerField - Variable in class org.eclipse.emf.codegen.presentation.JETPropertyPage
 
templateDirectory - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Template Directory' attribute
templateFile - Variable in class org.eclipse.emf.ant.taskdefs.codegen.JETTask
 
templatePath - Variable in class org.eclipse.emf.ant.taskdefs.codegen.ecore.GeneratorTask
 
templatePath - Variable in class org.eclipse.emf.codegen.ecore.generator.Generator.Options
Deprecated.
org.eclipse.emf.codegen.ecore 2.2.2 Override AbstractGeneratorAdapter.addBaseTemplatePathEntries(List) instead.
templatePath - 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.
templatePath - Variable in class org.eclipse.emf.importer.ModelImporterApplication
 
templatePathName - Variable in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter.JETEmitterDescriptor
 
templatePluginVariables - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Template Plugin Variables' attribute list
templateURI - Variable in class org.eclipse.emf.ant.taskdefs.codegen.JETTask
 
templateURI - Variable in class org.eclipse.emf.codegen.jet.JETCompiler
 
templateURI - Variable in class org.eclipse.emf.codegen.jet.JETEmitter
 
templateURIPath - Variable in class org.eclipse.emf.codegen.jet.JETCompiler
 
templateURIPath - Variable in class org.eclipse.emf.codegen.jet.JETEmitter
 
temporaryFile - Variable in class org.eclipse.emf.ecore.xmi.impl.StringSegment
 
temporaryFileName - Variable in class org.eclipse.emf.ecore.xmi.impl.StringSegment
 
TEST_CASE_ID - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenClassGeneratorAdapter
 
TEST_SUITE_CLASS_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Test Suite Class' attribute
TestCase - Class in org.eclipse.emf.codegen.ecore.templates.model.tests
 
TestCase() - Constructor for class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
testCaseEmitter - 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.
testCaseTemplateName - 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.
TESTS_BUILD_PROPERTIES_ID - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenModelGeneratorAdapter
 
TESTS_DIRECTORY_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Tests Directory' attribute
TESTS_MANIFEST_MF_ID - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenModelGeneratorAdapter
 
TESTS_PACKAGE_SUFFIX_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
The default value of the 'Tests Package Suffix' attribute
TESTS_PLUGIN_ID_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Tests Plugin ID' attribute
TESTS_PLUGIN_PROPERTIES_ID - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenModelGeneratorAdapter
 
TESTS_PLUGIN_XML_ID - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenModelGeneratorAdapter
 
TESTS_PROJECT_TYPE - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenBaseGeneratorAdapter
The project type constant representing a tests project.
testsBuildPropertiesEmitter - 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.
testsBuildPropertiesTemplateName - 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.
testsDirectory - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Tests Directory' attribute
testsDirectoryESet - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
This is true if the Tests Directory attribute has been set
testsFragmentPath - Variable in class org.eclipse.emf.importer.ModelImporterApplication
 
testsManifestMFEmitter - 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.
testsManifestMFTemplateName - 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.
testsPackageSuffix - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
The cached value of the 'Tests Package Suffix' attribute
testsPluginID - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Tests Plugin ID' attribute
testsPluginPropertiesEmitter - 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.
testsPluginPropertiesTemplateName - 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.
testsPluginVariables - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Tests Plugin Variables' attribute list
testsPluginXMLEmitter - 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.
testsPluginXMLTemplateName - 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.
testsProjectLocationPath - Variable in class org.eclipse.emf.importer.ModelImporterApplication
 
testSuiteClass - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Test Suite Class' attribute
testSuiteClassESet - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
This is true if the Test Suite Class attribute has been set
text - Variable in class org.eclipse.emf.common.ui.viewer.ColumnViewerInformationControlToolTipSupport
 
text - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
text - Variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory.XMLTypeDocumentRootStackFrame
 
text - Variable in class org.eclipse.emf.edit.provider.ItemProvider
This is the text returned by getText(Object).
TEXT - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
TEXT_1 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.BuildProperties
 
TEXT_1 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Images
 
TEXT_1 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_1 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_1 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ManifestMF
 
TEXT_1 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ModuleGWTXML
 
TEXT_1 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
TEXT_1 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginProperties
 
TEXT_1 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginXML
 
TEXT_1 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Properties
 
TEXT_1 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_1 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Advisor
 
TEXT_1 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.AppEngineWebXML
 
TEXT_1 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.BuildProperties
 
TEXT_1 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_1 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.EntryPoint
 
TEXT_1 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.HomeHTML
 
TEXT_1 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ManifestMF
 
TEXT_1 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_1 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModuleGWTXML
 
TEXT_1 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Plugin
 
TEXT_1 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginProperties
 
TEXT_1 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_1 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.WebXML
 
TEXT_1 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.AdapterFactoryClass
 
TEXT_1 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.BuildProperties
 
TEXT_1 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_1 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_1 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ManifestMF
 
TEXT_1 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ModuleGWTXML
 
TEXT_1 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_1 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Plugin
 
TEXT_1 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PluginProperties
 
TEXT_1 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PluginXML
 
TEXT_1 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_1 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceFactoryClass
 
TEXT_1 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.SwitchClass
 
TEXT_1 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.BuildProperties
 
TEXT_1 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.ManifestMF
 
TEXT_1 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.ModelTestSuite
 
TEXT_1 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
TEXT_1 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageTestSuite
 
TEXT_1 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PluginProperties
 
TEXT_1 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PluginXML
 
TEXT_1 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_1 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_1 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.XMLProcessorClass
 
TEXT_1 - Variable in class org.eclipse.emf.examples.generator.validator.templates.model.ModelDescription
 
TEXT_1 - Variable in class org.eclipse.emf.examples.generator.validator.templates.model.Validator
 
TEXT_1 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_10 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.BuildProperties
 
TEXT_10 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Images
 
TEXT_10 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_10 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_10 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ManifestMF
 
TEXT_10 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ModuleGWTXML
 
TEXT_10 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
TEXT_10 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginProperties
 
TEXT_10 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginXML
 
TEXT_10 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Properties
 
TEXT_10 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_10 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Advisor
 
TEXT_10 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.BuildProperties
 
TEXT_10 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_10 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.EntryPoint
 
TEXT_10 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ManifestMF
 
TEXT_10 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_10 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModuleGWTXML
 
TEXT_10 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Plugin
 
TEXT_10 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginProperties
 
TEXT_10 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_10 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.AdapterFactoryClass
 
TEXT_10 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.BuildProperties
 
TEXT_10 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_10 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_10 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_10 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ManifestMF
 
TEXT_10 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ModuleGWTXML
 
TEXT_10 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_10 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Plugin
 
TEXT_10 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PluginXML
 
TEXT_10 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_10 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceFactoryClass
 
TEXT_10 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.SwitchClass
 
TEXT_10 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.BuildProperties
 
TEXT_10 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.ManifestMF
 
TEXT_10 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.ModelTestSuite
 
TEXT_10 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
TEXT_10 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageTestSuite
 
TEXT_10 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PluginXML
 
TEXT_10 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_10 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_10 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.XMLProcessorClass
 
TEXT_10 - Variable in class org.eclipse.emf.examples.generator.validator.templates.model.ModelDescription
 
TEXT_10 - Variable in class org.eclipse.emf.examples.generator.validator.templates.model.Validator
 
TEXT_10 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_100 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_100 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_100 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_100 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_100 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_100 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_100 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_100 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_100 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_100 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_100 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_100 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_100 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_100 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_1000 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1001 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1002 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1003 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1004 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1005 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1006 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1007 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1008 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1009 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_101 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_101 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_101 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_101 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_101 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_101 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_101 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_101 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_101 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_101 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_101 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_101 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_101 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_101 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_1010 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1011 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1012 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1013 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1014 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1015 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1016 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1017 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1018 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1019 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_102 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_102 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_102 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_102 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_102 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_102 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_102 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_102 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_102 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_102 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_102 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_102 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_102 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_102 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_1020 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1021 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1022 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1023 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1024 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1025 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1026 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1027 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1028 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1029 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_103 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_103 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_103 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_103 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_103 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_103 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_103 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_103 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_103 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_103 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_103 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_103 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_103 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_103 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_1030 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1031 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1032 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1033 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1034 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1035 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1036 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1037 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1038 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1039 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_104 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_104 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_104 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_104 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_104 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_104 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_104 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_104 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_104 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_104 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_104 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_104 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_104 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_104 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_1040 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1041 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1042 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1043 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1044 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1045 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1046 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1047 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1048 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1049 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_105 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_105 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_105 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_105 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_105 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_105 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_105 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_105 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_105 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_105 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_105 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_105 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_105 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_105 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_1050 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1051 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1052 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1053 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1054 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1055 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1056 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1057 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1058 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1059 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_106 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_106 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_106 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_106 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_106 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_106 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_106 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_106 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_106 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_106 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_106 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_106 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_106 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_106 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_1060 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1061 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1062 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1063 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1064 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1065 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1066 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1067 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1068 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1069 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_107 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_107 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_107 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_107 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_107 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_107 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_107 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_107 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_107 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_107 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_107 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_107 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_107 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_107 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_1070 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1071 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1072 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1073 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1074 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1075 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1076 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1077 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1078 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1079 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_108 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_108 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_108 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_108 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_108 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_108 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_108 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_108 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_108 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_108 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_108 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_108 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_108 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_108 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_1080 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1081 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1082 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1083 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1084 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1085 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1086 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1087 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1088 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1089 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_109 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_109 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_109 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_109 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_109 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_109 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_109 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_109 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_109 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_109 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_109 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_109 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_109 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_109 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_1090 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1091 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1092 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1093 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1094 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1095 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1096 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1097 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1098 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1099 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_11 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.BuildProperties
 
TEXT_11 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Images
 
TEXT_11 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_11 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_11 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ManifestMF
 
TEXT_11 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ModuleGWTXML
 
TEXT_11 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
TEXT_11 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginProperties
 
TEXT_11 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginXML
 
TEXT_11 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Properties
 
TEXT_11 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_11 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Advisor
 
TEXT_11 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.BuildProperties
 
TEXT_11 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_11 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.EntryPoint
 
TEXT_11 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ManifestMF
 
TEXT_11 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_11 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModuleGWTXML
 
TEXT_11 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Plugin
 
TEXT_11 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginProperties
 
TEXT_11 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_11 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.AdapterFactoryClass
 
TEXT_11 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.BuildProperties
 
TEXT_11 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_11 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_11 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_11 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ManifestMF
 
TEXT_11 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ModuleGWTXML
 
TEXT_11 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_11 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Plugin
 
TEXT_11 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PluginXML
 
TEXT_11 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_11 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceFactoryClass
 
TEXT_11 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.SwitchClass
 
TEXT_11 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.BuildProperties
 
TEXT_11 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.ManifestMF
 
TEXT_11 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.ModelTestSuite
 
TEXT_11 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
TEXT_11 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageTestSuite
 
TEXT_11 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PluginXML
 
TEXT_11 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_11 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_11 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.XMLProcessorClass
 
TEXT_11 - Variable in class org.eclipse.emf.examples.generator.validator.templates.model.ModelDescription
 
TEXT_11 - Variable in class org.eclipse.emf.examples.generator.validator.templates.model.Validator
 
TEXT_11 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_110 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_110 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_110 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_110 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_110 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_110 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_110 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_110 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_110 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_110 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_110 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_110 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_110 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_110 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_1100 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1101 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1102 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1103 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1104 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1105 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1106 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1107 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1108 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1109 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_111 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_111 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_111 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_111 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_111 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_111 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_111 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_111 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_111 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_111 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_111 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_111 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_111 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_111 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_1110 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1111 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1112 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1113 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1114 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1115 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1116 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1117 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1118 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1119 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_112 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_112 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_112 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_112 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_112 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_112 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_112 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_112 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_112 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_112 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_112 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_112 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_112 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_112 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_1120 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1121 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1122 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1123 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1124 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1125 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1126 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1127 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1128 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1129 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_113 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_113 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_113 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_113 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_113 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_113 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_113 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_113 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_113 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_113 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_113 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_113 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_113 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_113 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_1130 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1131 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1132 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1133 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1134 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1135 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1136 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1137 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1138 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1139 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_114 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_114 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_114 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_114 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_114 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_114 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_114 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_114 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_114 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_114 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_114 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_114 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_114 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_114 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_1140 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1141 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1142 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1143 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1144 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1145 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1146 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1147 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1148 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1149 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_115 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_115 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_115 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_115 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_115 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_115 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_115 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_115 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_115 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_115 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_115 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_115 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_115 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_1150 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1151 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1152 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1153 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1154 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1155 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1156 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1157 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1158 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1159 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_116 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_116 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_116 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_116 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_116 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_116 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_116 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_116 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_116 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_116 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_116 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_116 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_116 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_1160 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1161 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1162 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1163 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1164 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1165 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1166 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1167 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1168 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1169 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_117 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_117 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_117 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_117 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_117 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_117 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_117 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_117 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_117 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_117 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_117 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_117 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_117 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_1170 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1171 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1172 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1173 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1174 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1175 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1176 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1177 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1178 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1179 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_118 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_118 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_118 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_118 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_118 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_118 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_118 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_118 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_118 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_118 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_118 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_118 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_118 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_1180 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1181 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1182 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1183 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1184 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1185 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1186 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1187 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1188 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1189 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_119 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_119 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_119 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_119 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_119 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_119 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_119 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_119 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_119 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_119 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_119 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_119 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_119 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_1190 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1191 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1192 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1193 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1194 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1195 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1196 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1197 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1198 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1199 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_12 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.BuildProperties
 
TEXT_12 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Images
 
TEXT_12 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_12 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_12 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ManifestMF
 
TEXT_12 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
TEXT_12 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginProperties
 
TEXT_12 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginXML
 
TEXT_12 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Properties
 
TEXT_12 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_12 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Advisor
 
TEXT_12 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.BuildProperties
 
TEXT_12 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_12 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.EntryPoint
 
TEXT_12 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ManifestMF
 
TEXT_12 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_12 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModuleGWTXML
 
TEXT_12 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Plugin
 
TEXT_12 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginProperties
 
TEXT_12 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_12 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.AdapterFactoryClass
 
TEXT_12 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.BuildProperties
 
TEXT_12 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_12 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_12 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_12 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ManifestMF
 
TEXT_12 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_12 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Plugin
 
TEXT_12 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PluginXML
 
TEXT_12 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_12 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceFactoryClass
 
TEXT_12 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.SwitchClass
 
TEXT_12 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.BuildProperties
 
TEXT_12 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.ManifestMF
 
TEXT_12 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.ModelTestSuite
 
TEXT_12 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
TEXT_12 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageTestSuite
 
TEXT_12 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PluginXML
 
TEXT_12 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_12 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_12 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.XMLProcessorClass
 
TEXT_12 - Variable in class org.eclipse.emf.examples.generator.validator.templates.model.ModelDescription
 
TEXT_12 - Variable in class org.eclipse.emf.examples.generator.validator.templates.model.Validator
 
TEXT_12 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_120 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_120 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_120 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_120 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_120 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_120 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_120 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_120 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_120 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_120 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_120 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_120 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_120 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_1200 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1201 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1202 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1203 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1204 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1205 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1206 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1207 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1208 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1209 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_121 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_121 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_121 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_121 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_121 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_121 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_121 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_121 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_121 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_121 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_121 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_121 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_121 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_1210 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1211 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1212 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1213 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1214 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1215 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1216 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1217 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1218 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1219 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_122 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_122 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_122 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_122 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_122 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_122 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_122 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_122 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_122 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_122 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_122 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_122 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_122 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_1220 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1221 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1222 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1223 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1224 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1225 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1226 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1227 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1228 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1229 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_123 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_123 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_123 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_123 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_123 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_123 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_123 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_123 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_123 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_123 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_123 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_123 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_123 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_1230 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1231 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1232 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1233 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1234 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1235 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1236 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1237 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1238 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1239 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_124 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_124 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_124 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_124 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_124 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_124 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_124 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_124 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_124 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_124 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_124 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_124 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_124 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_1240 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1241 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1242 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1243 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1244 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1245 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1246 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1247 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1248 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1249 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_125 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_125 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_125 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_125 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_125 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_125 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_125 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_125 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_125 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_125 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_125 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_125 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_125 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_1250 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1251 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1252 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1253 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1254 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1255 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1256 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1257 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1258 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1259 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_126 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_126 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_126 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_126 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_126 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_126 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_126 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_126 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_126 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_126 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_126 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_126 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_126 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_1260 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1261 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1262 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1263 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1264 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1265 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1266 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1267 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1268 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1269 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_127 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_127 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_127 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_127 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_127 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_127 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_127 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_127 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_127 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_127 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_127 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_127 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_1270 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1271 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1272 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1273 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1274 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1275 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1276 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1277 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1278 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1279 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_128 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_128 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_128 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_128 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_128 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_128 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_128 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_128 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_128 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_128 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_128 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_128 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_1280 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1281 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1282 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1283 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1284 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1285 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1286 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1287 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1288 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1289 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_129 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_129 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_129 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_129 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_129 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_129 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_129 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_129 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_129 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_129 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_129 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_129 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_1290 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1291 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1292 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1293 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1294 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1295 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1296 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1297 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1298 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1299 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_13 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.BuildProperties
 
TEXT_13 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Images
 
TEXT_13 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_13 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_13 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ManifestMF
 
TEXT_13 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
TEXT_13 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginProperties
 
TEXT_13 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginXML
 
TEXT_13 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Properties
 
TEXT_13 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_13 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Advisor
 
TEXT_13 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.BuildProperties
 
TEXT_13 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_13 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.EntryPoint
 
TEXT_13 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ManifestMF
 
TEXT_13 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_13 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModuleGWTXML
 
TEXT_13 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Plugin
 
TEXT_13 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginProperties
 
TEXT_13 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_13 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.AdapterFactoryClass
 
TEXT_13 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.BuildProperties
 
TEXT_13 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_13 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_13 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_13 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ManifestMF
 
TEXT_13 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_13 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Plugin
 
TEXT_13 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PluginXML
 
TEXT_13 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_13 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceFactoryClass
 
TEXT_13 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.SwitchClass
 
TEXT_13 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.ManifestMF
 
TEXT_13 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.ModelTestSuite
 
TEXT_13 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
TEXT_13 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageTestSuite
 
TEXT_13 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PluginXML
 
TEXT_13 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_13 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_13 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.XMLProcessorClass
 
TEXT_13 - Variable in class org.eclipse.emf.examples.generator.validator.templates.model.ModelDescription
 
TEXT_13 - Variable in class org.eclipse.emf.examples.generator.validator.templates.model.Validator
 
TEXT_13 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_130 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_130 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_130 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_130 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_130 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_130 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_130 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_130 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_130 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_130 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_130 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_130 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_1300 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1301 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1302 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1303 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1304 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1305 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1306 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1307 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1308 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1309 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_131 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_131 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_131 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_131 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_131 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_131 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_131 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_131 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_131 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_131 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_131 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_131 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_1310 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1311 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1312 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1313 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1314 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1315 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1316 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1317 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1318 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1319 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_132 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_132 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_132 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_132 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_132 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_132 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_132 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_132 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_132 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_132 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_132 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_132 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_1320 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1321 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1322 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1323 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1324 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1325 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1326 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1327 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1328 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1329 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_133 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_133 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_133 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_133 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_133 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_133 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_133 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_133 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_133 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_133 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_133 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_133 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_1330 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1331 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1332 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1333 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1334 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1335 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1336 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1337 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1338 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1339 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_134 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_134 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_134 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_134 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_134 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_134 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_134 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_134 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_134 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_134 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_134 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_134 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_1340 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1341 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1342 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1343 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1344 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1345 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1346 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1347 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1348 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1349 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_135 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_135 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_135 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_135 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_135 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_135 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_135 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_135 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_135 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_135 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_135 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_1350 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1351 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1352 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1353 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1354 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1355 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1356 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1357 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1358 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1359 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_136 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_136 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_136 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_136 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_136 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_136 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_136 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_136 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_136 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_136 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_136 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_1360 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1361 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1362 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1363 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1364 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1365 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1366 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1367 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1368 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1369 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_137 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_137 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_137 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_137 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_137 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_137 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_137 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_137 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_137 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_137 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_137 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_1370 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1371 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1372 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1373 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1374 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1375 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1376 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1377 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1378 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1379 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_138 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_138 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_138 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_138 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_138 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_138 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_138 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_138 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_138 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_138 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_138 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_1380 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1381 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1382 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1383 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1384 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1385 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1386 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1387 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1388 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1389 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_139 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_139 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_139 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_139 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_139 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_139 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_139 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_139 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_139 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_139 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_139 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_1390 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1391 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1392 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1393 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1394 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1395 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1396 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1397 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1398 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1399 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_14 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Images
 
TEXT_14 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_14 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_14 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ManifestMF
 
TEXT_14 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
TEXT_14 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginProperties
 
TEXT_14 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginXML
 
TEXT_14 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Properties
 
TEXT_14 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_14 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Advisor
 
TEXT_14 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.BuildProperties
 
TEXT_14 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_14 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.EntryPoint
 
TEXT_14 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ManifestMF
 
TEXT_14 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_14 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Plugin
 
TEXT_14 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginProperties
 
TEXT_14 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_14 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.AdapterFactoryClass
 
TEXT_14 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_14 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_14 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_14 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ManifestMF
 
TEXT_14 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_14 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Plugin
 
TEXT_14 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PluginXML
 
TEXT_14 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_14 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceFactoryClass
 
TEXT_14 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.SwitchClass
 
TEXT_14 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.ManifestMF
 
TEXT_14 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.ModelTestSuite
 
TEXT_14 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
TEXT_14 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageTestSuite
 
TEXT_14 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PluginXML
 
TEXT_14 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_14 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_14 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.XMLProcessorClass
 
TEXT_14 - Variable in class org.eclipse.emf.examples.generator.validator.templates.model.ModelDescription
 
TEXT_14 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_140 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_140 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_140 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_140 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_140 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_140 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_140 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_140 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_140 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_140 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_140 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_1400 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1401 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1402 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1403 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1404 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1405 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1406 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1407 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1408 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1409 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_141 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_141 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_141 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_141 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_141 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_141 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_141 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_141 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_141 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_141 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_141 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_1410 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1411 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1412 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1413 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1414 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1415 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1416 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1417 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1418 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1419 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_142 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_142 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_142 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_142 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_142 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_142 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_142 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_142 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_142 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_142 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_142 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_1420 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1421 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1422 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1423 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1424 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1425 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1426 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1427 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1428 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1429 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_143 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_143 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_143 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_143 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_143 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_143 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_143 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_143 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_143 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_143 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_143 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_1430 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1431 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1432 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1433 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1434 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1435 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1436 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1437 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1438 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1439 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_144 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_144 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_144 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_144 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_144 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_144 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_144 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_144 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_144 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_144 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_144 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_1440 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1441 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1442 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1443 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1444 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1445 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1446 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1447 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1448 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1449 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_145 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_145 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_145 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_145 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_145 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_145 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_145 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_145 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_145 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_145 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_145 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_1450 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1451 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1452 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1453 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1454 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1455 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1456 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1457 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1458 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1459 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_146 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_146 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_146 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_146 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_146 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_146 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_146 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_146 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_146 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_146 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_1460 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1461 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1462 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1463 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1464 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1465 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1466 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1467 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1468 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1469 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_147 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_147 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_147 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_147 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_147 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_147 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_147 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_147 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_147 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_147 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_1470 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1471 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1472 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1473 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1474 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1475 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1476 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1477 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1478 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1479 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_148 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_148 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_148 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_148 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_148 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_148 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_148 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_148 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_148 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_148 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_1480 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1481 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1482 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1483 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1484 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1485 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1486 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1487 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1488 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1489 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_149 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_149 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_149 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_149 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_149 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_149 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_149 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_149 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_149 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_149 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_1490 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1491 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1492 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1493 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1494 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1495 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1496 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1497 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1498 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1499 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_15 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_15 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_15 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ManifestMF
 
TEXT_15 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
TEXT_15 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginProperties
 
TEXT_15 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginXML
 
TEXT_15 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Properties
 
TEXT_15 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_15 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Advisor
 
TEXT_15 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_15 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.EntryPoint
 
TEXT_15 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ManifestMF
 
TEXT_15 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_15 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Plugin
 
TEXT_15 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginProperties
 
TEXT_15 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_15 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.AdapterFactoryClass
 
TEXT_15 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_15 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_15 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_15 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ManifestMF
 
TEXT_15 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_15 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Plugin
 
TEXT_15 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PluginXML
 
TEXT_15 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_15 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceFactoryClass
 
TEXT_15 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.SwitchClass
 
TEXT_15 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.ManifestMF
 
TEXT_15 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.ModelTestSuite
 
TEXT_15 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
TEXT_15 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageTestSuite
 
TEXT_15 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PluginXML
 
TEXT_15 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_15 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_15 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.XMLProcessorClass
 
TEXT_15 - Variable in class org.eclipse.emf.examples.generator.validator.templates.model.ModelDescription
 
TEXT_15 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_150 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_150 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_150 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_150 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_150 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_150 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_150 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_150 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_150 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_150 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_1500 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1501 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1502 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1503 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1504 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1505 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1506 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1507 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1508 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1509 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_151 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_151 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_151 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_151 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_151 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_151 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_151 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_151 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_151 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_151 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_1510 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1511 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1512 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1513 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1514 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1515 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1516 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1517 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1518 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1519 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_152 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_152 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_152 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_152 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_152 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_152 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_152 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_152 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_152 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_152 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_1520 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1521 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1522 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1523 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1524 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1525 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1526 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1527 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1528 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1529 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_153 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_153 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_153 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_153 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_153 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_153 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_153 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_153 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_153 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_153 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_1530 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1531 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1532 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1533 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1534 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1535 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1536 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1537 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1538 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1539 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_154 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_154 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_154 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_154 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_154 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_154 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_154 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_154 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_154 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_154 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_1540 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1541 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1542 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1543 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1544 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1545 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1546 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1547 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1548 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1549 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_155 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_155 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_155 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_155 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_155 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_155 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_155 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_155 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_155 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_155 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_1550 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1551 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1552 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1553 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1554 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1555 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1556 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1557 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1558 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1559 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_156 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_156 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_156 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_156 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_156 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_156 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_156 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_156 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_156 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_156 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_1560 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1561 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1562 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1563 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1564 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1565 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1566 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1567 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1568 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1569 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_157 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_157 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_157 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_157 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_157 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_157 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_157 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_157 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_157 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_157 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_1570 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1571 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1572 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1573 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1574 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1575 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1576 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1577 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1578 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1579 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_158 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_158 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_158 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_158 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_158 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_158 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_158 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_158 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_158 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_158 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_1580 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1581 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1582 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1583 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1584 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1585 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1586 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1587 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1588 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1589 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_159 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_159 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_159 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_159 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_159 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_159 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_159 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_159 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_159 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_159 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_1590 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1591 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1592 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1593 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1594 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1595 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1596 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1597 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1598 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1599 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_16 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_16 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_16 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ManifestMF
 
TEXT_16 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
TEXT_16 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginProperties
 
TEXT_16 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginXML
 
TEXT_16 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Properties
 
TEXT_16 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_16 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Advisor
 
TEXT_16 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_16 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.EntryPoint
 
TEXT_16 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ManifestMF
 
TEXT_16 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_16 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Plugin
 
TEXT_16 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginProperties
 
TEXT_16 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_16 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.AdapterFactoryClass
 
TEXT_16 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_16 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_16 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_16 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ManifestMF
 
TEXT_16 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_16 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Plugin
 
TEXT_16 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PluginXML
 
TEXT_16 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_16 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceFactoryClass
 
TEXT_16 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.SwitchClass
 
TEXT_16 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.ManifestMF
 
TEXT_16 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.ModelTestSuite
 
TEXT_16 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
TEXT_16 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageTestSuite
 
TEXT_16 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PluginXML
 
TEXT_16 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_16 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_16 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.XMLProcessorClass
 
TEXT_16 - Variable in class org.eclipse.emf.examples.generator.validator.templates.model.ModelDescription
 
TEXT_16 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_160 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_160 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_160 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_160 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_160 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_160 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_160 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_160 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_160 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_160 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_1600 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1601 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1602 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1603 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1604 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1605 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1606 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1607 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1608 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1609 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_161 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_161 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_161 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_161 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_161 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_161 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_161 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_161 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_161 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_161 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_1610 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1611 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1612 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1613 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1614 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1615 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1616 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1617 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1618 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1619 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_162 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_162 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_162 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_162 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_162 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_162 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_162 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_162 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_162 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_162 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_1620 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1621 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1622 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1623 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1624 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1625 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1626 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1627 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1628 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1629 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_163 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_163 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_163 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_163 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_163 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_163 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_163 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_163 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_163 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_163 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_1630 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1631 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1632 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1633 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1634 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1635 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1636 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1637 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1638 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1639 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_164 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_164 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_164 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_164 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_164 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_164 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_164 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_164 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_164 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_164 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_1640 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1641 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1642 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1643 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1644 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1645 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1646 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1647 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1648 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1649 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_165 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_165 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_165 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_165 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_165 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_165 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_165 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_165 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_165 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_165 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_1650 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1651 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1652 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1653 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1654 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1655 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1656 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1657 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1658 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1659 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_166 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_166 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_166 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_166 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_166 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_166 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_166 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_166 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_166 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_166 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_1660 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1661 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1662 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1663 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1664 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1665 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1666 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1667 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1668 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1669 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_167 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_167 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_167 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_167 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_167 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_167 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_167 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_167 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_167 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_167 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_1670 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1671 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1672 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1673 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1674 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1675 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1676 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1677 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1678 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1679 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_168 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_168 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_168 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_168 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_168 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_168 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_168 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_168 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_168 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_168 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_1680 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1681 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1682 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1683 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1684 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1685 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1686 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1687 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1688 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1689 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_169 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_169 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_169 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_169 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_169 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_169 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_169 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_169 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_169 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_169 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_1690 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1691 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1692 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1693 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1694 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1695 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1696 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1697 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1698 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1699 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_17 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_17 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_17 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ManifestMF
 
TEXT_17 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
TEXT_17 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginProperties
 
TEXT_17 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginXML
 
TEXT_17 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Properties
 
TEXT_17 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_17 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Advisor
 
TEXT_17 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_17 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.EntryPoint
 
TEXT_17 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ManifestMF
 
TEXT_17 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_17 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Plugin
 
TEXT_17 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginProperties
 
TEXT_17 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_17 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.AdapterFactoryClass
 
TEXT_17 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_17 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_17 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_17 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ManifestMF
 
TEXT_17 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_17 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Plugin
 
TEXT_17 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PluginXML
 
TEXT_17 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_17 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceFactoryClass
 
TEXT_17 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.SwitchClass
 
TEXT_17 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.ManifestMF
 
TEXT_17 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.ModelTestSuite
 
TEXT_17 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
TEXT_17 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageTestSuite
 
TEXT_17 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PluginXML
 
TEXT_17 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_17 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_17 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.XMLProcessorClass
 
TEXT_17 - Variable in class org.eclipse.emf.examples.generator.validator.templates.model.ModelDescription
 
TEXT_17 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_170 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_170 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_170 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_170 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_170 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_170 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_170 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_170 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_170 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_170 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_1700 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1701 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1702 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1703 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1704 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1705 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1706 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1707 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1708 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1709 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_171 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_171 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_171 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_171 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_171 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_171 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_171 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_171 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_171 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_1710 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1711 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1712 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1713 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1714 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1715 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1716 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1717 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1718 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1719 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_172 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_172 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_172 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_172 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_172 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_172 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_172 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_172 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_172 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_1720 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1721 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1722 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1723 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1724 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1725 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1726 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1727 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1728 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1729 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_173 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_173 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_173 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_173 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_173 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_173 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_173 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_173 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_173 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_1730 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1731 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1732 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1733 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1734 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1735 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1736 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1737 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1738 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1739 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_174 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_174 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_174 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_174 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_174 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_174 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_174 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_174 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_174 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_1740 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1741 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1742 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1743 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1744 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1745 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1746 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1747 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1748 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1749 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_175 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_175 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_175 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_175 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_175 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_175 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_175 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_175 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_175 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_1750 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1751 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1752 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1753 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1754 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1755 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1756 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1757 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1758 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1759 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_176 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_176 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_176 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_176 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_176 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_176 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_176 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_176 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_176 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_1760 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1761 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1762 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1763 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1764 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1765 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1766 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1767 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1768 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1769 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_177 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_177 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_177 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_177 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_177 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_177 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_177 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_177 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_177 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_1770 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1771 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1772 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1773 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1774 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1775 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1776 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1777 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1778 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1779 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_178 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_178 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_178 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_178 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_178 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_178 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_178 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_178 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_178 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_1780 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1781 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1782 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1783 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1784 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1785 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1786 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1787 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1788 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1789 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_179 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_179 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_179 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_179 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_179 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_179 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_179 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_179 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_179 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_1790 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1791 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1792 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1793 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1794 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1795 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1796 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1797 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1798 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1799 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_18 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_18 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_18 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ManifestMF
 
TEXT_18 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
TEXT_18 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginProperties
 
TEXT_18 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginXML
 
TEXT_18 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Properties
 
TEXT_18 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_18 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Advisor
 
TEXT_18 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_18 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.EntryPoint
 
TEXT_18 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ManifestMF
 
TEXT_18 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_18 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Plugin
 
TEXT_18 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginProperties
 
TEXT_18 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_18 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.AdapterFactoryClass
 
TEXT_18 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_18 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_18 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_18 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ManifestMF
 
TEXT_18 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_18 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Plugin
 
TEXT_18 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PluginXML
 
TEXT_18 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_18 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceFactoryClass
 
TEXT_18 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.SwitchClass
 
TEXT_18 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.ManifestMF
 
TEXT_18 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.ModelTestSuite
 
TEXT_18 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
TEXT_18 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageTestSuite
 
TEXT_18 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PluginXML
 
TEXT_18 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_18 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_18 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.XMLProcessorClass
 
TEXT_18 - Variable in class org.eclipse.emf.examples.generator.validator.templates.model.ModelDescription
 
TEXT_18 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_180 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_180 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_180 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_180 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_180 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_180 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_180 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_180 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_180 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_1800 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1801 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1802 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1803 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1804 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1805 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1806 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1807 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1808 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1809 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_181 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_181 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_181 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_181 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_181 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_181 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_181 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_181 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_181 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_1810 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1811 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1812 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1813 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1814 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1815 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1816 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1817 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1818 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1819 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_182 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_182 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_182 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_182 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_182 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_182 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_182 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_182 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_182 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_1820 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1821 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1822 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1823 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1824 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1825 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1826 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1827 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1828 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1829 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_183 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_183 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_183 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_183 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_183 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_183 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_183 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_183 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_183 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_1830 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1831 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1832 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1833 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1834 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1835 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1836 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1837 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1838 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1839 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_184 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_184 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_184 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_184 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_184 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_184 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_184 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_184 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_184 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_1840 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1841 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1842 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1843 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1844 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1845 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1846 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1847 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1848 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_1849 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_185 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_185 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_185 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_185 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_185 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_185 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_185 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_185 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_185 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_186 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_186 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_186 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_186 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_186 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_186 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_186 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_186 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_186 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_187 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_187 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_187 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_187 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_187 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_187 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_187 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_187 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_187 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_188 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_188 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_188 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_188 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_188 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_188 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_188 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_188 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_188 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_189 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_189 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_189 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_189 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_189 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_189 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_189 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_189 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_189 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_19 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_19 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_19 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ManifestMF
 
TEXT_19 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
TEXT_19 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginProperties
 
TEXT_19 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginXML
 
TEXT_19 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Properties
 
TEXT_19 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_19 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Advisor
 
TEXT_19 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_19 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.EntryPoint
 
TEXT_19 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ManifestMF
 
TEXT_19 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_19 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Plugin
 
TEXT_19 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginProperties
 
TEXT_19 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_19 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.AdapterFactoryClass
 
TEXT_19 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_19 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_19 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_19 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ManifestMF
 
TEXT_19 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_19 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Plugin
 
TEXT_19 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PluginXML
 
TEXT_19 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_19 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceFactoryClass
 
TEXT_19 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.SwitchClass
 
TEXT_19 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.ManifestMF
 
TEXT_19 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.ModelTestSuite
 
TEXT_19 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
TEXT_19 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageTestSuite
 
TEXT_19 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PluginXML
 
TEXT_19 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_19 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_19 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.XMLProcessorClass
 
TEXT_19 - Variable in class org.eclipse.emf.examples.generator.validator.templates.model.ModelDescription
 
TEXT_19 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_190 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_190 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_190 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_190 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_190 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_190 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_190 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_190 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_190 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_191 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_191 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_191 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_191 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_191 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_191 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_191 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_191 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_191 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_192 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_192 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_192 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_192 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_192 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_192 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_192 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_192 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_192 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_193 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_193 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_193 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_193 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_193 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_193 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_193 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_193 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_193 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_194 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_194 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_194 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_194 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_194 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_194 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_194 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_194 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_194 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_195 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_195 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_195 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_195 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_195 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_195 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_195 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_195 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_195 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_196 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_196 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_196 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_196 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_196 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_196 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_196 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_196 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_196 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_197 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_197 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_197 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_197 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_197 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_197 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_197 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_197 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_197 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_198 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_198 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_198 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_198 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_198 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_198 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_198 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_198 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_198 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_199 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_199 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_199 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_199 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_199 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_199 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_199 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_199 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_2 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.BuildProperties
 
TEXT_2 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Images
 
TEXT_2 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_2 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_2 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ManifestMF
 
TEXT_2 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ModuleGWTXML
 
TEXT_2 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
TEXT_2 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginProperties
 
TEXT_2 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginXML
 
TEXT_2 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Properties
 
TEXT_2 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_2 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Advisor
 
TEXT_2 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.AppEngineWebXML
 
TEXT_2 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.BuildProperties
 
TEXT_2 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_2 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.EntryPoint
 
TEXT_2 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.HomeHTML
 
TEXT_2 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ManifestMF
 
TEXT_2 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_2 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModuleGWTXML
 
TEXT_2 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Plugin
 
TEXT_2 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginProperties
 
TEXT_2 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_2 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.WebXML
 
TEXT_2 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.AdapterFactoryClass
 
TEXT_2 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.BuildProperties
 
TEXT_2 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_2 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_2 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_2 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ManifestMF
 
TEXT_2 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ModuleGWTXML
 
TEXT_2 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_2 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Plugin
 
TEXT_2 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PluginProperties
 
TEXT_2 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PluginXML
 
TEXT_2 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_2 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceFactoryClass
 
TEXT_2 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.SwitchClass
 
TEXT_2 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.BuildProperties
 
TEXT_2 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.ManifestMF
 
TEXT_2 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.ModelTestSuite
 
TEXT_2 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
TEXT_2 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageTestSuite
 
TEXT_2 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PluginProperties
 
TEXT_2 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PluginXML
 
TEXT_2 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_2 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_2 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.XMLProcessorClass
 
TEXT_2 - Variable in class org.eclipse.emf.examples.generator.validator.templates.model.ModelDescription
 
TEXT_2 - Variable in class org.eclipse.emf.examples.generator.validator.templates.model.Validator
 
TEXT_2 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_20 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_20 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_20 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ManifestMF
 
TEXT_20 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
TEXT_20 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginProperties
 
TEXT_20 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginXML
 
TEXT_20 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Properties
 
TEXT_20 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_20 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Advisor
 
TEXT_20 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_20 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.EntryPoint
 
TEXT_20 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ManifestMF
 
TEXT_20 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_20 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Plugin
 
TEXT_20 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginProperties
 
TEXT_20 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_20 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.AdapterFactoryClass
 
TEXT_20 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_20 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_20 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_20 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ManifestMF
 
TEXT_20 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_20 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Plugin
 
TEXT_20 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PluginXML
 
TEXT_20 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_20 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceFactoryClass
 
TEXT_20 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.SwitchClass
 
TEXT_20 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.ManifestMF
 
TEXT_20 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.ModelTestSuite
 
TEXT_20 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
TEXT_20 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageTestSuite
 
TEXT_20 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_20 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_20 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.XMLProcessorClass
 
TEXT_20 - Variable in class org.eclipse.emf.examples.generator.validator.templates.model.ModelDescription
 
TEXT_20 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_200 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_200 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_200 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_200 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_200 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_200 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_200 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_200 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_201 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_201 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_201 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_201 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_201 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_201 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_201 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_201 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_202 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_202 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_202 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_202 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_202 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_202 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_202 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_202 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_203 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_203 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_203 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_203 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_203 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_203 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_203 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_203 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_204 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_204 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_204 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_204 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_204 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_204 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_204 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_204 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_205 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_205 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_205 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_205 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_205 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_205 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_205 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_205 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_206 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_206 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_206 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_206 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_206 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_206 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_206 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_206 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_207 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_207 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_207 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_207 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_207 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_207 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_207 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_207 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_208 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_208 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_208 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_208 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_208 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_208 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_208 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_208 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_209 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_209 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_209 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_209 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_209 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_209 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_209 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_209 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_21 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_21 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_21 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ManifestMF
 
TEXT_21 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
TEXT_21 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginProperties
 
TEXT_21 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginXML
 
TEXT_21 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Properties
 
TEXT_21 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_21 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Advisor
 
TEXT_21 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_21 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.EntryPoint
 
TEXT_21 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ManifestMF
 
TEXT_21 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_21 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Plugin
 
TEXT_21 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginProperties
 
TEXT_21 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_21 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.AdapterFactoryClass
 
TEXT_21 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_21 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_21 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_21 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ManifestMF
 
TEXT_21 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_21 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Plugin
 
TEXT_21 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PluginXML
 
TEXT_21 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_21 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceFactoryClass
 
TEXT_21 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.SwitchClass
 
TEXT_21 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.ModelTestSuite
 
TEXT_21 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
TEXT_21 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageTestSuite
 
TEXT_21 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_21 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_21 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.XMLProcessorClass
 
TEXT_21 - Variable in class org.eclipse.emf.examples.generator.validator.templates.model.ModelDescription
 
TEXT_21 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_210 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_210 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_210 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_210 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_210 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_210 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_210 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_210 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_211 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_211 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_211 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_211 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_211 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_211 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_211 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_211 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_212 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_212 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_212 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_212 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_212 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_212 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_212 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_212 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_213 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_213 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_213 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_213 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_213 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_213 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_213 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_213 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_214 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_214 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_214 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_214 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_214 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_214 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_214 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_214 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_215 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_215 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_215 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_215 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_215 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_215 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_215 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_215 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_216 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_216 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_216 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_216 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_216 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_216 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_216 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_216 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_217 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_217 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_217 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_217 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_217 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_217 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_217 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_217 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_218 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_218 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_218 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_218 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_218 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_218 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_218 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_218 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_219 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_219 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_219 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_219 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_219 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_219 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_219 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_219 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_22 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_22 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_22 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ManifestMF
 
TEXT_22 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
TEXT_22 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginProperties
 
TEXT_22 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginXML
 
TEXT_22 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Properties
 
TEXT_22 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_22 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Advisor
 
TEXT_22 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_22 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.EntryPoint
 
TEXT_22 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ManifestMF
 
TEXT_22 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_22 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Plugin
 
TEXT_22 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginProperties
 
TEXT_22 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_22 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.AdapterFactoryClass
 
TEXT_22 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_22 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_22 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_22 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ManifestMF
 
TEXT_22 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_22 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Plugin
 
TEXT_22 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PluginXML
 
TEXT_22 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_22 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceFactoryClass
 
TEXT_22 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.SwitchClass
 
TEXT_22 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.ModelTestSuite
 
TEXT_22 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
TEXT_22 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageTestSuite
 
TEXT_22 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_22 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_22 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.XMLProcessorClass
 
TEXT_22 - Variable in class org.eclipse.emf.examples.generator.validator.templates.model.ModelDescription
 
TEXT_22 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_220 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_220 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_220 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_220 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_220 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_220 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_220 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_220 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_221 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_221 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_221 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_221 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_221 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_221 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_221 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_221 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_222 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_222 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_222 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_222 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_222 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_222 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_222 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_222 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_223 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_223 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_223 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_223 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_223 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_223 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_223 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_223 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_224 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_224 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_224 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_224 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_224 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_224 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_224 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_224 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_225 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_225 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_225 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_225 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_225 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_225 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_225 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_225 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_226 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_226 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_226 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_226 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_226 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_226 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_226 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_226 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_227 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_227 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_227 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_227 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_227 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_227 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_227 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_227 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_228 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_228 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_228 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_228 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_228 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_228 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_228 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_228 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_229 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_229 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_229 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_229 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_229 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_229 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_229 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_229 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_23 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_23 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_23 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ManifestMF
 
TEXT_23 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
TEXT_23 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginProperties
 
TEXT_23 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginXML
 
TEXT_23 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Properties
 
TEXT_23 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_23 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Advisor
 
TEXT_23 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_23 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.EntryPoint
 
TEXT_23 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ManifestMF
 
TEXT_23 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_23 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Plugin
 
TEXT_23 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginProperties
 
TEXT_23 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_23 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.AdapterFactoryClass
 
TEXT_23 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_23 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_23 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_23 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ManifestMF
 
TEXT_23 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_23 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Plugin
 
TEXT_23 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PluginXML
 
TEXT_23 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_23 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceFactoryClass
 
TEXT_23 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.SwitchClass
 
TEXT_23 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.ModelTestSuite
 
TEXT_23 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
TEXT_23 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageTestSuite
 
TEXT_23 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_23 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_23 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.XMLProcessorClass
 
TEXT_23 - Variable in class org.eclipse.emf.examples.generator.validator.templates.model.ModelDescription
 
TEXT_23 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_230 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_230 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_230 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_230 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_230 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_230 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_230 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_230 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_231 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_231 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_231 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_231 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_231 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_231 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_231 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_231 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_232 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_232 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_232 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_232 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_232 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_232 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_232 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_232 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_233 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_233 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_233 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_233 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_233 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_233 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_233 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_233 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_234 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_234 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_234 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_234 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_234 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_234 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_234 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_234 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_235 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_235 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_235 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_235 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_235 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_235 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_235 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_235 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_236 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_236 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_236 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_236 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_236 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_236 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_236 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_236 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_237 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_237 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_237 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_237 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_237 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_237 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_237 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_237 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_238 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_238 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_238 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_238 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_238 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_238 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_238 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_238 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_239 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_239 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_239 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_239 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_239 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_239 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_239 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_239 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_24 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_24 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_24 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ManifestMF
 
TEXT_24 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
TEXT_24 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginProperties
 
TEXT_24 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginXML
 
TEXT_24 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Properties
 
TEXT_24 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_24 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Advisor
 
TEXT_24 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_24 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.EntryPoint
 
TEXT_24 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_24 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Plugin
 
TEXT_24 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginProperties
 
TEXT_24 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_24 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.AdapterFactoryClass
 
TEXT_24 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_24 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_24 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_24 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ManifestMF
 
TEXT_24 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_24 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Plugin
 
TEXT_24 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PluginXML
 
TEXT_24 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_24 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceFactoryClass
 
TEXT_24 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.SwitchClass
 
TEXT_24 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
TEXT_24 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_24 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_24 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.XMLProcessorClass
 
TEXT_24 - Variable in class org.eclipse.emf.examples.generator.validator.templates.model.ModelDescription
 
TEXT_24 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_240 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_240 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_240 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_240 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_240 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_240 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_240 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_240 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_241 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_241 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_241 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_241 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_241 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_241 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_241 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_242 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_242 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_242 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_242 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_242 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_242 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_242 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_243 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_243 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_243 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_243 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_243 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_243 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_243 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_244 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_244 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_244 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_244 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_244 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_244 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_244 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_245 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_245 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_245 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_245 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_245 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_245 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_245 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_246 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_246 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_246 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_246 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_246 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_246 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_246 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_247 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_247 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_247 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_247 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_247 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_247 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_247 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_248 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_248 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_248 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_248 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_248 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_248 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_248 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_249 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_249 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_249 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_249 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_249 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_249 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_249 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_25 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_25 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_25 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ManifestMF
 
TEXT_25 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
TEXT_25 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginProperties
 
TEXT_25 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginXML
 
TEXT_25 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Properties
 
TEXT_25 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_25 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Advisor
 
TEXT_25 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_25 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_25 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Plugin
 
TEXT_25 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginProperties
 
TEXT_25 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_25 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.AdapterFactoryClass
 
TEXT_25 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_25 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_25 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_25 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ManifestMF
 
TEXT_25 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_25 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Plugin
 
TEXT_25 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PluginXML
 
TEXT_25 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_25 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceFactoryClass
 
TEXT_25 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.SwitchClass
 
TEXT_25 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
TEXT_25 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_25 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_25 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.XMLProcessorClass
 
TEXT_25 - Variable in class org.eclipse.emf.examples.generator.validator.templates.model.ModelDescription
 
TEXT_25 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_250 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_250 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_250 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_250 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_250 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_250 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_250 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_251 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_251 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_251 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_251 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_251 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_251 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_251 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_252 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_252 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_252 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_252 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_252 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_252 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_253 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_253 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_253 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_253 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_253 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_253 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_254 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_254 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_254 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_254 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_254 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_254 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_255 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_255 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_255 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_255 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_255 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_255 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_256 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_256 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_256 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_256 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_256 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_256 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_257 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_257 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_257 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_257 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_257 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_257 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_258 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_258 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_258 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_258 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_258 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_258 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_259 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_259 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_259 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_259 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_259 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_259 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_26 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_26 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_26 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ManifestMF
 
TEXT_26 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
TEXT_26 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginXML
 
TEXT_26 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Properties
 
TEXT_26 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_26 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Advisor
 
TEXT_26 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_26 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_26 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Plugin
 
TEXT_26 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginProperties
 
TEXT_26 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_26 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.AdapterFactoryClass
 
TEXT_26 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_26 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_26 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_26 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ManifestMF
 
TEXT_26 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_26 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Plugin
 
TEXT_26 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PluginXML
 
TEXT_26 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_26 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceFactoryClass
 
TEXT_26 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.SwitchClass
 
TEXT_26 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
TEXT_26 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_26 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_26 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.XMLProcessorClass
 
TEXT_26 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_260 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_260 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_260 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_260 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_260 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_260 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_261 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_261 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_261 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_261 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_261 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_261 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_262 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_262 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_262 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_262 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_262 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_262 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_263 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_263 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_263 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_263 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_263 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_263 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_264 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_264 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_264 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_264 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_264 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_264 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_265 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_265 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_265 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_265 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_265 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_265 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_266 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_266 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_266 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_266 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_266 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_266 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_267 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_267 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_267 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_267 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_267 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_267 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_268 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_268 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_268 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_268 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_268 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_268 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_269 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_269 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_269 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_269 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_269 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_269 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_27 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_27 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_27 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
TEXT_27 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginXML
 
TEXT_27 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Properties
 
TEXT_27 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_27 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Advisor
 
TEXT_27 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_27 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_27 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Plugin
 
TEXT_27 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginProperties
 
TEXT_27 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_27 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.AdapterFactoryClass
 
TEXT_27 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_27 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_27 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_27 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_27 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Plugin
 
TEXT_27 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PluginXML
 
TEXT_27 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_27 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceFactoryClass
 
TEXT_27 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.SwitchClass
 
TEXT_27 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
TEXT_27 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_27 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_27 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.XMLProcessorClass
 
TEXT_27 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_270 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_270 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_270 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_270 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_270 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_270 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_271 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_271 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_271 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_271 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_271 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_271 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_272 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_272 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_272 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_272 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_272 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_272 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_273 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_273 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_273 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_273 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_273 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_273 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_274 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_274 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_274 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_274 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_274 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_274 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_275 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_275 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_275 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_275 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_275 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_275 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_276 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_276 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_276 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_276 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_276 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_276 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_277 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_277 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_277 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_277 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_277 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_277 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_278 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_278 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_278 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_278 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_278 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_278 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_279 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_279 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_279 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_279 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_279 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_279 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_28 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_28 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_28 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
TEXT_28 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginXML
 
TEXT_28 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Properties
 
TEXT_28 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_28 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Advisor
 
TEXT_28 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_28 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_28 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Plugin
 
TEXT_28 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginProperties
 
TEXT_28 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_28 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.AdapterFactoryClass
 
TEXT_28 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_28 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_28 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_28 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_28 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Plugin
 
TEXT_28 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PluginXML
 
TEXT_28 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_28 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceFactoryClass
 
TEXT_28 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.SwitchClass
 
TEXT_28 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
TEXT_28 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_28 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_28 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.XMLProcessorClass
 
TEXT_28 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_280 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_280 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_280 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_280 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_280 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_280 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_281 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_281 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_281 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_281 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_281 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_281 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_282 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_282 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_282 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_282 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_282 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_282 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_283 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_283 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_283 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_283 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_283 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_283 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_284 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_284 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_284 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_284 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_284 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_284 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_285 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_285 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_285 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_285 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_285 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_285 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_286 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_286 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_286 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_286 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_286 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_286 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_287 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_287 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_287 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_287 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_287 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_287 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_288 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_288 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_288 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_288 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_288 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_289 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_289 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_289 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_289 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_289 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_29 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_29 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_29 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
TEXT_29 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginXML
 
TEXT_29 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Properties
 
TEXT_29 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_29 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Advisor
 
TEXT_29 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_29 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_29 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Plugin
 
TEXT_29 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginProperties
 
TEXT_29 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_29 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.AdapterFactoryClass
 
TEXT_29 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_29 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_29 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_29 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_29 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Plugin
 
TEXT_29 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PluginXML
 
TEXT_29 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_29 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceFactoryClass
 
TEXT_29 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.SwitchClass
 
TEXT_29 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
TEXT_29 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_29 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_29 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.XMLProcessorClass
 
TEXT_29 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_290 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_290 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_290 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_290 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_290 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_291 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_291 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_291 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_291 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_291 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_292 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_292 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_292 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_292 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_292 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_293 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_293 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_293 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_293 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_293 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_294 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_294 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_294 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_294 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_294 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_295 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_295 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_295 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_295 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_295 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_296 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_296 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_296 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_296 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_296 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_297 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_297 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_297 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_297 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_297 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_298 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_298 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_298 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_298 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_298 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_299 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_299 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_299 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_299 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_299 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_3 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.BuildProperties
 
TEXT_3 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Images
 
TEXT_3 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_3 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_3 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ManifestMF
 
TEXT_3 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ModuleGWTXML
 
TEXT_3 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
TEXT_3 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginProperties
 
TEXT_3 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginXML
 
TEXT_3 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Properties
 
TEXT_3 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_3 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Advisor
 
TEXT_3 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.AppEngineWebXML
 
TEXT_3 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.BuildProperties
 
TEXT_3 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_3 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.EntryPoint
 
TEXT_3 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.HomeHTML
 
TEXT_3 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ManifestMF
 
TEXT_3 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_3 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModuleGWTXML
 
TEXT_3 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Plugin
 
TEXT_3 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginProperties
 
TEXT_3 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_3 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.WebXML
 
TEXT_3 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.AdapterFactoryClass
 
TEXT_3 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.BuildProperties
 
TEXT_3 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_3 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_3 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_3 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ManifestMF
 
TEXT_3 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ModuleGWTXML
 
TEXT_3 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_3 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Plugin
 
TEXT_3 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PluginProperties
 
TEXT_3 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PluginXML
 
TEXT_3 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_3 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceFactoryClass
 
TEXT_3 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.SwitchClass
 
TEXT_3 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.BuildProperties
 
TEXT_3 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.ManifestMF
 
TEXT_3 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.ModelTestSuite
 
TEXT_3 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
TEXT_3 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageTestSuite
 
TEXT_3 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PluginProperties
 
TEXT_3 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PluginXML
 
TEXT_3 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_3 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_3 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.XMLProcessorClass
 
TEXT_3 - Variable in class org.eclipse.emf.examples.generator.validator.templates.model.ModelDescription
 
TEXT_3 - Variable in class org.eclipse.emf.examples.generator.validator.templates.model.Validator
 
TEXT_3 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_30 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_30 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_30 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
TEXT_30 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginXML
 
TEXT_30 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Properties
 
TEXT_30 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_30 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Advisor
 
TEXT_30 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_30 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_30 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Plugin
 
TEXT_30 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginProperties
 
TEXT_30 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_30 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.AdapterFactoryClass
 
TEXT_30 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_30 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_30 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_30 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_30 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Plugin
 
TEXT_30 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PluginXML
 
TEXT_30 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_30 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceFactoryClass
 
TEXT_30 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.SwitchClass
 
TEXT_30 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
TEXT_30 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_30 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_30 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.XMLProcessorClass
 
TEXT_30 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_300 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_300 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_300 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_300 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_300 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_301 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_301 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_301 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_301 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_301 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_302 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_302 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_302 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_302 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_302 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_303 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_303 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_303 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_303 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_303 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_304 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_304 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_304 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_304 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_304 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_305 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_305 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_305 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_305 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_305 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_306 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_306 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_306 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_306 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_306 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_307 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_307 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_307 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_307 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_307 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_308 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_308 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_308 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_308 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_308 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_309 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_309 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_309 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_309 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_309 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_31 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_31 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_31 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
TEXT_31 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginXML
 
TEXT_31 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Properties
 
TEXT_31 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_31 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Advisor
 
TEXT_31 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_31 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_31 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Plugin
 
TEXT_31 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginProperties
 
TEXT_31 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_31 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.AdapterFactoryClass
 
TEXT_31 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_31 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_31 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_31 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_31 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Plugin
 
TEXT_31 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PluginXML
 
TEXT_31 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_31 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceFactoryClass
 
TEXT_31 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.SwitchClass
 
TEXT_31 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
TEXT_31 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_31 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_31 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.XMLProcessorClass
 
TEXT_31 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_310 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_310 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_310 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_310 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_310 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_311 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_311 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_311 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_311 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_311 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_312 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_312 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_312 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_312 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_312 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_313 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_313 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_313 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_313 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_313 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_314 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_314 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_314 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_314 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_314 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_315 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_315 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_315 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_315 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_315 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_316 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_316 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_316 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_316 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_316 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_317 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_317 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_317 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_317 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_317 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_318 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_318 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_318 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_318 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_318 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_319 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_319 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_319 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_319 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_319 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_32 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_32 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_32 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
TEXT_32 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginXML
 
TEXT_32 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Properties
 
TEXT_32 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_32 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Advisor
 
TEXT_32 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_32 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_32 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Plugin
 
TEXT_32 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginProperties
 
TEXT_32 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_32 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.AdapterFactoryClass
 
TEXT_32 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_32 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_32 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_32 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_32 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Plugin
 
TEXT_32 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PluginXML
 
TEXT_32 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_32 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceFactoryClass
 
TEXT_32 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.SwitchClass
 
TEXT_32 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
TEXT_32 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_32 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_32 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.XMLProcessorClass
 
TEXT_32 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_320 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_320 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_320 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_320 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_320 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_321 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_321 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_321 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_321 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_321 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_322 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_322 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_322 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_322 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_322 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_323 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_323 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_323 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_323 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_323 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_324 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_324 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_324 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_324 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_324 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_325 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_325 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_325 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_325 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_325 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_326 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_326 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_326 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_326 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_326 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_327 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_327 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_327 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_327 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_327 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_328 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_328 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_328 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_328 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_328 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_329 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_329 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_329 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_329 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_329 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_33 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_33 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_33 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
TEXT_33 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginXML
 
TEXT_33 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Properties
 
TEXT_33 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_33 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Advisor
 
TEXT_33 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_33 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_33 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Plugin
 
TEXT_33 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginProperties
 
TEXT_33 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_33 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.AdapterFactoryClass
 
TEXT_33 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_33 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_33 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_33 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_33 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Plugin
 
TEXT_33 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PluginXML
 
TEXT_33 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_33 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceFactoryClass
 
TEXT_33 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.SwitchClass
 
TEXT_33 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
TEXT_33 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_33 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_33 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_330 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_330 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_330 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_330 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_330 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_331 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_331 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_331 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_331 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_331 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_332 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_332 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_332 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_332 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_332 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_333 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_333 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_333 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_333 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_333 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_334 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_334 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_334 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_334 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_334 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_335 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_335 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_335 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_335 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_335 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_336 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_336 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_336 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_336 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_336 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_337 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_337 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_337 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_337 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_337 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_338 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_338 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_338 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_338 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_338 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_339 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_339 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_339 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_339 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_339 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_34 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_34 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_34 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
TEXT_34 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginXML
 
TEXT_34 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Properties
 
TEXT_34 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_34 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Advisor
 
TEXT_34 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_34 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_34 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Plugin
 
TEXT_34 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginProperties
 
TEXT_34 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_34 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.AdapterFactoryClass
 
TEXT_34 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_34 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_34 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_34 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_34 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Plugin
 
TEXT_34 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PluginXML
 
TEXT_34 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_34 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceFactoryClass
 
TEXT_34 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.SwitchClass
 
TEXT_34 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
TEXT_34 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_34 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_34 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_340 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_340 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_340 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_340 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_340 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_341 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_341 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_341 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_341 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_341 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_342 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_342 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_342 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_342 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_342 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_343 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_343 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_343 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_343 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_343 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_344 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_344 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_344 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_344 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_344 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_345 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_345 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_345 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_345 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_345 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_346 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_346 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_346 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_346 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_346 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_347 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_347 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_347 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_347 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_347 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_348 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_348 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_348 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_348 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_348 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_349 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_349 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_349 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_349 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_349 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_35 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_35 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_35 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
TEXT_35 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginXML
 
TEXT_35 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Properties
 
TEXT_35 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_35 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Advisor
 
TEXT_35 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_35 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_35 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Plugin
 
TEXT_35 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginProperties
 
TEXT_35 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_35 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.AdapterFactoryClass
 
TEXT_35 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_35 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_35 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_35 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_35 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Plugin
 
TEXT_35 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PluginXML
 
TEXT_35 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_35 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceFactoryClass
 
TEXT_35 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.SwitchClass
 
TEXT_35 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
TEXT_35 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_35 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_35 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_350 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_350 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_350 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_350 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_350 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_351 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_351 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_351 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_351 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_351 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_352 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_352 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_352 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_352 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_352 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_353 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_353 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_353 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_353 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_353 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_354 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_354 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_354 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_354 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_354 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_355 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_355 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_355 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_355 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_355 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_356 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_356 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_356 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_356 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_356 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_357 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_357 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_357 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_357 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_357 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_358 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_358 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_358 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_358 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_358 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_359 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_359 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_359 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_359 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_359 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_36 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_36 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_36 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
TEXT_36 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginXML
 
TEXT_36 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Properties
 
TEXT_36 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_36 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Advisor
 
TEXT_36 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_36 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_36 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Plugin
 
TEXT_36 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginProperties
 
TEXT_36 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_36 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.AdapterFactoryClass
 
TEXT_36 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_36 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_36 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_36 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_36 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Plugin
 
TEXT_36 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PluginXML
 
TEXT_36 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_36 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceFactoryClass
 
TEXT_36 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.SwitchClass
 
TEXT_36 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
TEXT_36 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_36 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_36 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_360 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_360 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_360 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_360 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_360 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_361 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_361 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_361 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_361 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_361 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_362 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_362 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_362 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_362 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_362 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_363 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_363 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_363 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_363 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_363 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_364 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_364 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_364 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_364 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_364 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_365 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_365 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_365 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_365 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_365 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_366 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_366 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_366 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_366 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_366 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_367 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_367 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_367 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_367 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_367 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_368 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_368 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_368 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_368 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_368 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_369 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_369 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_369 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_369 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_369 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_37 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_37 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_37 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
TEXT_37 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginXML
 
TEXT_37 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Properties
 
TEXT_37 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_37 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Advisor
 
TEXT_37 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_37 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_37 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginProperties
 
TEXT_37 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_37 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.AdapterFactoryClass
 
TEXT_37 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_37 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_37 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_37 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_37 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Plugin
 
TEXT_37 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PluginXML
 
TEXT_37 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_37 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceFactoryClass
 
TEXT_37 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.SwitchClass
 
TEXT_37 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
TEXT_37 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_37 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_37 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_370 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_370 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_370 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_370 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_370 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_371 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_371 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_371 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_371 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_371 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_372 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_372 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_372 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_372 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_372 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_373 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_373 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_373 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_373 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_373 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_374 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_374 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_374 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_374 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_374 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_375 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_375 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_375 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_375 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_375 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_376 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_376 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_376 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_376 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_376 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_377 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_377 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_377 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_377 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_377 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_378 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_378 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_378 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_378 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_378 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_379 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_379 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_379 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_379 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_379 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_38 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_38 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_38 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
TEXT_38 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginXML
 
TEXT_38 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Properties
 
TEXT_38 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_38 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Advisor
 
TEXT_38 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_38 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_38 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginProperties
 
TEXT_38 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_38 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.AdapterFactoryClass
 
TEXT_38 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_38 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_38 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_38 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_38 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Plugin
 
TEXT_38 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PluginXML
 
TEXT_38 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_38 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceFactoryClass
 
TEXT_38 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.SwitchClass
 
TEXT_38 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
TEXT_38 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_38 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_38 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_380 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_380 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_380 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_380 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_380 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_381 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_381 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_381 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_381 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_381 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_382 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_382 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_382 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_382 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_382 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_383 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_383 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_383 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_383 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_383 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_384 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_384 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_384 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_384 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_384 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_385 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_385 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_385 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_385 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_385 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_386 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_386 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_386 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_386 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_386 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_387 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_387 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_387 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_387 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_387 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_388 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_388 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_388 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_388 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_388 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_389 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_389 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_389 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_389 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_389 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_39 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_39 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_39 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
TEXT_39 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginXML
 
TEXT_39 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Properties
 
TEXT_39 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_39 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Advisor
 
TEXT_39 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_39 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_39 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginProperties
 
TEXT_39 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_39 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.AdapterFactoryClass
 
TEXT_39 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_39 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_39 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_39 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_39 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PluginXML
 
TEXT_39 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_39 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceFactoryClass
 
TEXT_39 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.SwitchClass
 
TEXT_39 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
TEXT_39 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_39 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_39 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_390 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_390 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_390 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_390 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_390 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_391 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_391 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_391 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_391 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_391 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_392 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_392 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_392 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_392 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_392 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_393 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_393 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_393 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_393 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_393 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_394 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_394 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_394 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_394 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_394 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_395 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_395 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_395 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_395 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_395 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_396 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_396 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_396 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_396 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_396 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_397 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_397 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_397 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_397 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_397 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_398 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_398 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_398 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_398 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_398 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_399 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_399 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_399 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_399 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_399 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_4 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.BuildProperties
 
TEXT_4 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Images
 
TEXT_4 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_4 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_4 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ManifestMF
 
TEXT_4 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ModuleGWTXML
 
TEXT_4 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
TEXT_4 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginProperties
 
TEXT_4 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginXML
 
TEXT_4 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Properties
 
TEXT_4 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_4 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Advisor
 
TEXT_4 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.AppEngineWebXML
 
TEXT_4 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.BuildProperties
 
TEXT_4 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_4 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.EntryPoint
 
TEXT_4 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.HomeHTML
 
TEXT_4 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ManifestMF
 
TEXT_4 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_4 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModuleGWTXML
 
TEXT_4 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Plugin
 
TEXT_4 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginProperties
 
TEXT_4 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_4 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.WebXML
 
TEXT_4 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.AdapterFactoryClass
 
TEXT_4 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.BuildProperties
 
TEXT_4 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_4 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_4 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_4 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ManifestMF
 
TEXT_4 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ModuleGWTXML
 
TEXT_4 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_4 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Plugin
 
TEXT_4 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PluginProperties
 
TEXT_4 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PluginXML
 
TEXT_4 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_4 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceFactoryClass
 
TEXT_4 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.SwitchClass
 
TEXT_4 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.BuildProperties
 
TEXT_4 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.ManifestMF
 
TEXT_4 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.ModelTestSuite
 
TEXT_4 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
TEXT_4 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageTestSuite
 
TEXT_4 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PluginProperties
 
TEXT_4 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PluginXML
 
TEXT_4 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_4 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_4 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.XMLProcessorClass
 
TEXT_4 - Variable in class org.eclipse.emf.examples.generator.validator.templates.model.ModelDescription
 
TEXT_4 - Variable in class org.eclipse.emf.examples.generator.validator.templates.model.Validator
 
TEXT_4 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_40 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_40 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_40 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
TEXT_40 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginXML
 
TEXT_40 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Properties
 
TEXT_40 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_40 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Advisor
 
TEXT_40 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_40 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_40 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginProperties
 
TEXT_40 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_40 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.AdapterFactoryClass
 
TEXT_40 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_40 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_40 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_40 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_40 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PluginXML
 
TEXT_40 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_40 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceFactoryClass
 
TEXT_40 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.SwitchClass
 
TEXT_40 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
TEXT_40 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_40 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_40 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_400 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_400 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_400 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_400 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_400 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_401 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_401 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_401 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_401 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_401 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_402 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_402 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_402 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_402 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_402 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_403 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_403 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_403 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_403 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_403 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_404 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_404 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_404 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_404 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_404 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_405 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_405 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_405 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_405 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_405 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_406 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_406 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_406 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_406 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_406 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_407 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_407 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_407 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_407 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_407 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_408 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_408 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_408 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_408 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_408 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_409 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_409 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_409 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_409 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_409 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_41 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_41 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_41 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
TEXT_41 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginXML
 
TEXT_41 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Properties
 
TEXT_41 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_41 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Advisor
 
TEXT_41 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_41 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_41 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginProperties
 
TEXT_41 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_41 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.AdapterFactoryClass
 
TEXT_41 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_41 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_41 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_41 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_41 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PluginXML
 
TEXT_41 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_41 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceFactoryClass
 
TEXT_41 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.SwitchClass
 
TEXT_41 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
TEXT_41 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_41 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_41 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_410 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_410 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_410 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_410 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_410 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_411 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_411 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_411 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_411 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_411 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_412 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_412 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_412 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_412 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_412 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_413 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_413 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_413 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_413 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_413 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_414 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_414 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_414 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_414 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_414 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_415 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_415 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_415 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_415 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_415 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_416 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_416 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_416 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_416 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_416 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_417 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_417 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_417 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_417 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_417 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_418 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_418 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_418 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_418 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_418 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_419 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_419 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_419 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_419 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_419 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_42 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_42 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_42 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
TEXT_42 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginXML
 
TEXT_42 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Properties
 
TEXT_42 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_42 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Advisor
 
TEXT_42 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_42 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_42 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_42 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_42 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_42 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_42 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_42 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PluginXML
 
TEXT_42 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_42 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceFactoryClass
 
TEXT_42 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.SwitchClass
 
TEXT_42 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
TEXT_42 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_42 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_42 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_420 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_420 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_420 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_420 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_420 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_421 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_421 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_421 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_421 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_421 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_422 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_422 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_422 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_422 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_422 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_423 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_423 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_423 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_423 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_423 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_424 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_424 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_424 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_424 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_424 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_425 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_425 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_425 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_425 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_425 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_426 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_426 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_426 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_426 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_426 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_427 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_427 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_427 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_427 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_427 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_428 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_428 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_428 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_428 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_428 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_429 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_429 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_429 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_429 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_429 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_43 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_43 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_43 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
TEXT_43 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginXML
 
TEXT_43 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Properties
 
TEXT_43 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_43 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Advisor
 
TEXT_43 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_43 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_43 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_43 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_43 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_43 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_43 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_43 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PluginXML
 
TEXT_43 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_43 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceFactoryClass
 
TEXT_43 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.SwitchClass
 
TEXT_43 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
TEXT_43 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_43 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_43 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_430 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_430 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_430 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_430 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_430 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_431 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_431 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_431 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_431 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_431 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_432 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_432 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_432 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_432 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_432 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_433 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_433 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_433 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_433 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_433 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_434 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_434 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_434 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_434 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_434 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_435 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_435 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_435 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_435 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_435 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_436 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_436 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_436 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_436 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_436 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_437 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_437 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_437 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_437 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_437 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_438 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_438 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_438 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_438 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_438 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_439 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_439 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_439 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_439 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_439 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_44 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_44 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_44 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
TEXT_44 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginXML
 
TEXT_44 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Properties
 
TEXT_44 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_44 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Advisor
 
TEXT_44 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_44 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_44 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_44 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_44 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_44 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_44 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_44 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PluginXML
 
TEXT_44 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_44 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceFactoryClass
 
TEXT_44 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.SwitchClass
 
TEXT_44 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
TEXT_44 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_44 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_44 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_440 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_440 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_440 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_440 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_440 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_441 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_441 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_441 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_441 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_441 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_442 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_442 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_442 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_442 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_442 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_443 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_443 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_443 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_443 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_443 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_444 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_444 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_444 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_444 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_444 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_445 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_445 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_445 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_445 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_445 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_446 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_446 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_446 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_446 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_446 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_447 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_447 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_447 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_447 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_447 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_448 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_448 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_448 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_448 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_448 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_449 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_449 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_449 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_449 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_449 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_45 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_45 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_45 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
TEXT_45 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginXML
 
TEXT_45 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_45 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Advisor
 
TEXT_45 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_45 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_45 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_45 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_45 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_45 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_45 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_45 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PluginXML
 
TEXT_45 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_45 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceFactoryClass
 
TEXT_45 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.SwitchClass
 
TEXT_45 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
TEXT_45 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_45 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_45 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_450 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_450 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_450 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_450 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_450 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_451 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_451 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_451 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_451 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_451 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_452 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_452 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_452 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_452 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_452 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_453 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_453 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_453 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_453 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_453 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_454 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_454 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_454 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_454 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_454 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_455 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_455 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_455 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_455 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_455 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_456 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_456 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_456 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_456 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_456 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_457 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_457 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_457 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_457 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_457 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_458 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_458 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_458 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_458 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_458 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_459 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_459 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_459 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_459 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_459 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_46 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_46 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_46 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
TEXT_46 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginXML
 
TEXT_46 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_46 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Advisor
 
TEXT_46 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_46 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_46 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_46 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_46 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_46 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_46 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_46 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PluginXML
 
TEXT_46 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_46 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceFactoryClass
 
TEXT_46 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.SwitchClass
 
TEXT_46 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
TEXT_46 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_46 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_46 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_460 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_460 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_460 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_460 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_460 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_461 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_461 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_461 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_461 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_461 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_462 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_462 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_462 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_462 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_462 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_463 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_463 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_463 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_463 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_463 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_464 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_464 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_464 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_464 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_464 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_465 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_465 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_465 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_465 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_465 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_466 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_466 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_466 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_466 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_466 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_467 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_467 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_467 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_467 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_467 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_468 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_468 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_468 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_468 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_468 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_469 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_469 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_469 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_469 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_47 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_47 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_47 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
TEXT_47 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginXML
 
TEXT_47 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_47 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Advisor
 
TEXT_47 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_47 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_47 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_47 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_47 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_47 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_47 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_47 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PluginXML
 
TEXT_47 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_47 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceFactoryClass
 
TEXT_47 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.SwitchClass
 
TEXT_47 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
TEXT_47 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_47 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_47 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_470 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_470 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_470 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_470 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_471 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_471 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_471 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_471 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_472 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_472 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_472 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_472 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_473 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_473 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_473 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_473 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_474 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_474 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_474 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_474 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_475 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_475 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_475 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_475 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_476 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_476 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_476 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_476 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_477 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_477 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_477 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_477 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_478 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_478 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_478 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_478 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_479 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_479 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_479 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_479 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_48 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_48 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_48 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
TEXT_48 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginXML
 
TEXT_48 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_48 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Advisor
 
TEXT_48 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_48 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_48 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_48 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_48 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_48 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_48 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_48 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PluginXML
 
TEXT_48 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_48 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceFactoryClass
 
TEXT_48 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.SwitchClass
 
TEXT_48 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
TEXT_48 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_48 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_48 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_480 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_480 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_480 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_480 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_481 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_481 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_481 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_481 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_482 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_482 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_482 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_482 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_483 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_483 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_483 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_483 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_484 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_484 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_484 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_484 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_485 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_485 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_485 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_485 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_486 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_486 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_486 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_486 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_487 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_487 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_487 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_487 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_488 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_488 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_488 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_488 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_489 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_489 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_489 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_489 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_49 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_49 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_49 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
TEXT_49 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginXML
 
TEXT_49 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_49 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Advisor
 
TEXT_49 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_49 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_49 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_49 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_49 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_49 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_49 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_49 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PluginXML
 
TEXT_49 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_49 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceFactoryClass
 
TEXT_49 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.SwitchClass
 
TEXT_49 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
TEXT_49 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_49 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_49 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_490 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_490 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_490 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_490 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_491 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_491 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_491 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_491 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_492 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_492 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_492 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_492 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_493 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_493 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_493 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_493 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_494 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_494 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_494 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_494 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_495 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_495 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_495 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_495 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_496 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_496 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_496 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_496 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_497 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_497 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_497 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_497 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_498 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_498 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_498 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_499 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_499 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_499 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_5 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.BuildProperties
 
TEXT_5 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Images
 
TEXT_5 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_5 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_5 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ManifestMF
 
TEXT_5 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ModuleGWTXML
 
TEXT_5 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
TEXT_5 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginProperties
 
TEXT_5 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginXML
 
TEXT_5 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Properties
 
TEXT_5 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_5 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Advisor
 
TEXT_5 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.AppEngineWebXML
 
TEXT_5 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.BuildProperties
 
TEXT_5 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_5 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.EntryPoint
 
TEXT_5 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.HomeHTML
 
TEXT_5 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ManifestMF
 
TEXT_5 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_5 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModuleGWTXML
 
TEXT_5 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Plugin
 
TEXT_5 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginProperties
 
TEXT_5 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_5 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.WebXML
 
TEXT_5 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.AdapterFactoryClass
 
TEXT_5 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.BuildProperties
 
TEXT_5 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_5 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_5 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_5 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ManifestMF
 
TEXT_5 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ModuleGWTXML
 
TEXT_5 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_5 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Plugin
 
TEXT_5 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PluginProperties
 
TEXT_5 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PluginXML
 
TEXT_5 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_5 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceFactoryClass
 
TEXT_5 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.SwitchClass
 
TEXT_5 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.BuildProperties
 
TEXT_5 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.ManifestMF
 
TEXT_5 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.ModelTestSuite
 
TEXT_5 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
TEXT_5 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageTestSuite
 
TEXT_5 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PluginProperties
 
TEXT_5 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PluginXML
 
TEXT_5 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_5 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_5 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.XMLProcessorClass
 
TEXT_5 - Variable in class org.eclipse.emf.examples.generator.validator.templates.model.ModelDescription
 
TEXT_5 - Variable in class org.eclipse.emf.examples.generator.validator.templates.model.Validator
 
TEXT_5 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_50 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_50 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_50 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
TEXT_50 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginXML
 
TEXT_50 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_50 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Advisor
 
TEXT_50 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_50 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_50 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_50 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_50 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_50 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_50 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_50 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PluginXML
 
TEXT_50 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_50 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceFactoryClass
 
TEXT_50 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.SwitchClass
 
TEXT_50 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
TEXT_50 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_50 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_50 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_500 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_500 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_500 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_501 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_501 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_501 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_502 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_502 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_502 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_503 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_503 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_503 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_504 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_504 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_504 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_505 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_505 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_505 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_506 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_506 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_506 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_507 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_507 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_507 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_508 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_508 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_508 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_509 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_509 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_509 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_51 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_51 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_51 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
TEXT_51 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginXML
 
TEXT_51 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_51 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Advisor
 
TEXT_51 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_51 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_51 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_51 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_51 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_51 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_51 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_51 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PluginXML
 
TEXT_51 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_51 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceFactoryClass
 
TEXT_51 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.SwitchClass
 
TEXT_51 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
TEXT_51 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_51 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_51 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_510 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_510 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_510 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_511 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_511 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_511 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_512 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_512 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_512 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_513 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_513 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_513 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_514 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_514 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_514 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_515 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_515 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_515 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_516 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_516 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_516 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_517 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_517 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_517 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_518 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_518 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_518 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_519 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_519 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_519 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_52 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_52 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_52 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
TEXT_52 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginXML
 
TEXT_52 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_52 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Advisor
 
TEXT_52 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_52 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_52 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_52 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_52 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_52 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_52 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_52 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PluginXML
 
TEXT_52 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_52 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceFactoryClass
 
TEXT_52 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.SwitchClass
 
TEXT_52 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
TEXT_52 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_52 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_52 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_520 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_520 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_520 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_521 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_521 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_521 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_522 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_522 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_522 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_523 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_523 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_523 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_524 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_524 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_524 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_525 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_525 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_525 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_526 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_526 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_526 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_527 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_527 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_527 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_528 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_528 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_528 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_529 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_529 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_529 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_53 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_53 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_53 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
TEXT_53 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginXML
 
TEXT_53 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_53 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Advisor
 
TEXT_53 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_53 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_53 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_53 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_53 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_53 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_53 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_53 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PluginXML
 
TEXT_53 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_53 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceFactoryClass
 
TEXT_53 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.SwitchClass
 
TEXT_53 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
TEXT_53 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_53 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_53 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_530 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_530 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_530 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_531 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_531 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_531 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_532 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_532 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_532 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_533 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_533 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_533 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_534 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_534 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_534 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_535 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_535 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_535 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_536 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_536 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_536 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_537 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_537 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_537 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_538 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_538 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_538 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_539 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_539 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_539 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_54 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_54 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_54 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
TEXT_54 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginXML
 
TEXT_54 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_54 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Advisor
 
TEXT_54 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_54 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_54 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_54 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_54 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_54 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_54 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_54 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PluginXML
 
TEXT_54 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_54 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceFactoryClass
 
TEXT_54 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.SwitchClass
 
TEXT_54 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
TEXT_54 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_54 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_54 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_540 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_540 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_540 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_541 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_541 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_541 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_542 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_542 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_542 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_543 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_543 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_543 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_544 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_544 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_544 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_545 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_545 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_545 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_546 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_546 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_546 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_547 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_547 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_547 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_548 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_548 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_548 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_549 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_549 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_549 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_55 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_55 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_55 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
TEXT_55 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginXML
 
TEXT_55 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_55 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Advisor
 
TEXT_55 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_55 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_55 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_55 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_55 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_55 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_55 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_55 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PluginXML
 
TEXT_55 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_55 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceFactoryClass
 
TEXT_55 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.SwitchClass
 
TEXT_55 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
TEXT_55 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_55 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_55 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_550 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_550 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_550 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_551 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_551 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_551 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_552 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_552 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_552 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_553 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_553 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_553 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_554 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_554 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_554 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_555 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_555 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_555 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_556 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_556 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_556 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_557 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_557 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_557 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_558 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_558 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_558 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_559 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_559 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_559 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_56 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_56 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_56 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
TEXT_56 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginXML
 
TEXT_56 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_56 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Advisor
 
TEXT_56 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_56 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_56 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_56 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_56 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_56 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_56 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_56 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PluginXML
 
TEXT_56 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_56 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceFactoryClass
 
TEXT_56 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.SwitchClass
 
TEXT_56 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
TEXT_56 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_56 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_56 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_560 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_560 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_560 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_561 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_561 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_561 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_562 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_562 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_562 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_563 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_563 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_563 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_564 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_564 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_564 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_565 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_565 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_565 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_566 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_566 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_566 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_567 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_567 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_567 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_568 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_568 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_568 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_569 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_569 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_569 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_57 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_57 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_57 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
TEXT_57 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginXML
 
TEXT_57 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_57 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Advisor
 
TEXT_57 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_57 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_57 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_57 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_57 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_57 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_57 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_57 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PluginXML
 
TEXT_57 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_57 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceFactoryClass
 
TEXT_57 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.SwitchClass
 
TEXT_57 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
TEXT_57 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_57 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_57 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_570 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_570 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_570 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_571 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_571 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_571 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_572 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_572 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_572 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_573 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_573 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_573 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_574 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_574 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_574 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_575 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_575 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_575 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_576 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_576 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_576 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_577 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_577 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_577 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_578 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_578 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_578 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_579 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_579 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_579 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_58 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_58 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_58 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
TEXT_58 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginXML
 
TEXT_58 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_58 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Advisor
 
TEXT_58 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_58 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_58 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_58 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_58 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_58 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_58 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_58 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PluginXML
 
TEXT_58 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_58 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.SwitchClass
 
TEXT_58 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
TEXT_58 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_58 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_58 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_580 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_580 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_580 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_581 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_581 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_581 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_582 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_582 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_582 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_583 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_583 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_583 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_584 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_584 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_584 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_585 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_585 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_585 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_586 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_586 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_586 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_587 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_587 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_587 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_588 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_588 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_588 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_589 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_589 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_589 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_59 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_59 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_59 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
TEXT_59 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginXML
 
TEXT_59 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_59 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Advisor
 
TEXT_59 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_59 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_59 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_59 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_59 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_59 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_59 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_59 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_59 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.SwitchClass
 
TEXT_59 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
TEXT_59 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_59 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_59 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_590 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_590 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_590 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_591 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_591 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_591 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_592 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_592 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_592 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_593 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_593 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_593 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_594 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_594 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_594 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_595 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_595 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_595 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_596 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_596 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_596 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_597 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_597 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_597 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_598 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_598 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_598 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_599 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_599 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_599 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_6 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.BuildProperties
 
TEXT_6 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Images
 
TEXT_6 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_6 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_6 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ManifestMF
 
TEXT_6 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ModuleGWTXML
 
TEXT_6 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
TEXT_6 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginProperties
 
TEXT_6 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginXML
 
TEXT_6 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Properties
 
TEXT_6 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_6 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Advisor
 
TEXT_6 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.AppEngineWebXML
 
TEXT_6 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.BuildProperties
 
TEXT_6 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_6 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.EntryPoint
 
TEXT_6 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ManifestMF
 
TEXT_6 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_6 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModuleGWTXML
 
TEXT_6 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Plugin
 
TEXT_6 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginProperties
 
TEXT_6 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_6 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.WebXML
 
TEXT_6 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.AdapterFactoryClass
 
TEXT_6 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.BuildProperties
 
TEXT_6 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_6 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_6 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_6 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ManifestMF
 
TEXT_6 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ModuleGWTXML
 
TEXT_6 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_6 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Plugin
 
TEXT_6 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PluginProperties
 
TEXT_6 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PluginXML
 
TEXT_6 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_6 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceFactoryClass
 
TEXT_6 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.SwitchClass
 
TEXT_6 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.BuildProperties
 
TEXT_6 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.ManifestMF
 
TEXT_6 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.ModelTestSuite
 
TEXT_6 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
TEXT_6 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageTestSuite
 
TEXT_6 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PluginXML
 
TEXT_6 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_6 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_6 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.XMLProcessorClass
 
TEXT_6 - Variable in class org.eclipse.emf.examples.generator.validator.templates.model.ModelDescription
 
TEXT_6 - Variable in class org.eclipse.emf.examples.generator.validator.templates.model.Validator
 
TEXT_6 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_60 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_60 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_60 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
TEXT_60 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginXML
 
TEXT_60 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_60 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Advisor
 
TEXT_60 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_60 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_60 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_60 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_60 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_60 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_60 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_60 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_60 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.SwitchClass
 
TEXT_60 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
TEXT_60 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_60 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_60 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_600 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_600 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_600 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_601 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_601 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_601 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_602 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_602 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_602 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_603 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_603 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_603 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_604 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_604 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_604 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_605 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_605 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_605 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_606 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_606 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_607 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_607 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_608 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_608 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_609 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_609 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_61 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_61 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_61 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
TEXT_61 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginXML
 
TEXT_61 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_61 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Advisor
 
TEXT_61 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_61 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_61 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_61 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_61 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_61 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_61 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_61 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_61 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.SwitchClass
 
TEXT_61 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
TEXT_61 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_61 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_61 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_610 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_610 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_611 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_611 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_612 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_612 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_613 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_613 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_614 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_614 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_615 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_615 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_616 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_616 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_617 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_617 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_618 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_618 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_619 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_619 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_62 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_62 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_62 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
TEXT_62 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginXML
 
TEXT_62 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_62 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Advisor
 
TEXT_62 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_62 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_62 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_62 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_62 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_62 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_62 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_62 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_62 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.SwitchClass
 
TEXT_62 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
TEXT_62 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_62 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_62 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_620 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_620 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_621 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_621 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_622 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_622 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_623 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_623 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_624 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_624 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_625 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_625 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_626 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_626 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_627 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_627 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_628 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_628 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_629 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_629 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_63 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_63 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_63 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
TEXT_63 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginXML
 
TEXT_63 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_63 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Advisor
 
TEXT_63 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_63 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_63 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_63 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_63 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_63 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_63 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_63 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_63 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.SwitchClass
 
TEXT_63 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
TEXT_63 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_63 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_63 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_630 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_630 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_631 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_631 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_632 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_632 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_633 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_633 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_634 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_634 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_635 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_635 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_636 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_636 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_637 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_637 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_638 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_638 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_639 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_639 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_64 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_64 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_64 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
TEXT_64 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginXML
 
TEXT_64 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_64 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Advisor
 
TEXT_64 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_64 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_64 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_64 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_64 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_64 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_64 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_64 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_64 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.SwitchClass
 
TEXT_64 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
TEXT_64 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_64 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_64 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_640 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_640 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_641 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_641 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_642 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_642 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_643 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_643 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_644 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_644 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_645 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_645 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_646 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_646 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_647 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_647 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_648 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_648 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_649 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_649 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_65 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_65 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_65 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
TEXT_65 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginXML
 
TEXT_65 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_65 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Advisor
 
TEXT_65 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_65 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_65 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_65 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_65 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_65 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_65 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_65 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_65 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.SwitchClass
 
TEXT_65 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
TEXT_65 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_65 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_65 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_650 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_650 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_651 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_651 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_652 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_652 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_653 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_653 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_654 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_654 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_655 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_655 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_656 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_656 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_657 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_657 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_658 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_658 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_659 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_659 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_66 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_66 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_66 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
TEXT_66 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginXML
 
TEXT_66 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_66 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Advisor
 
TEXT_66 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_66 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_66 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_66 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_66 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_66 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_66 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_66 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_66 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.SwitchClass
 
TEXT_66 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
TEXT_66 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_66 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_66 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_660 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_660 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_661 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_661 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_662 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_662 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_663 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_663 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_664 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_664 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_665 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_665 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_666 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_666 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_667 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_667 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_668 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_668 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_669 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_669 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_67 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_67 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_67 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
TEXT_67 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginXML
 
TEXT_67 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_67 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Advisor
 
TEXT_67 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_67 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_67 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_67 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_67 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_67 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_67 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_67 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_67 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.SwitchClass
 
TEXT_67 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
TEXT_67 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_67 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_67 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_670 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_670 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_671 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_671 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_672 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_672 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_673 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_673 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_674 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_674 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_675 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_675 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_676 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_676 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_677 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_677 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_678 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_678 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_679 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_679 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_68 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_68 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_68 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
TEXT_68 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginXML
 
TEXT_68 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_68 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Advisor
 
TEXT_68 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_68 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_68 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_68 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_68 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_68 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_68 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_68 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_68 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.SwitchClass
 
TEXT_68 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
TEXT_68 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_68 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_68 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_680 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_680 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_681 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_681 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_682 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_682 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_683 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_683 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_684 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_684 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_685 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_685 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_686 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_686 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_687 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_687 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_688 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_688 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_689 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_689 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_69 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_69 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_69 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
TEXT_69 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginXML
 
TEXT_69 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_69 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Advisor
 
TEXT_69 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_69 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_69 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_69 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_69 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_69 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_69 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_69 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_69 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.SwitchClass
 
TEXT_69 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
TEXT_69 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_69 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_69 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_690 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_690 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_691 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_692 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_693 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_694 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_695 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_696 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_697 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_698 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_699 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_7 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.BuildProperties
 
TEXT_7 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Images
 
TEXT_7 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_7 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_7 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ManifestMF
 
TEXT_7 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ModuleGWTXML
 
TEXT_7 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
TEXT_7 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginProperties
 
TEXT_7 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginXML
 
TEXT_7 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Properties
 
TEXT_7 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_7 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Advisor
 
TEXT_7 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.AppEngineWebXML
 
TEXT_7 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.BuildProperties
 
TEXT_7 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_7 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.EntryPoint
 
TEXT_7 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ManifestMF
 
TEXT_7 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_7 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModuleGWTXML
 
TEXT_7 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Plugin
 
TEXT_7 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginProperties
 
TEXT_7 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_7 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.WebXML
 
TEXT_7 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.AdapterFactoryClass
 
TEXT_7 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.BuildProperties
 
TEXT_7 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_7 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_7 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_7 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ManifestMF
 
TEXT_7 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ModuleGWTXML
 
TEXT_7 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_7 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Plugin
 
TEXT_7 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PluginProperties
 
TEXT_7 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PluginXML
 
TEXT_7 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_7 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceFactoryClass
 
TEXT_7 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.SwitchClass
 
TEXT_7 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.BuildProperties
 
TEXT_7 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.ManifestMF
 
TEXT_7 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.ModelTestSuite
 
TEXT_7 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
TEXT_7 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageTestSuite
 
TEXT_7 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PluginXML
 
TEXT_7 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_7 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_7 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.XMLProcessorClass
 
TEXT_7 - Variable in class org.eclipse.emf.examples.generator.validator.templates.model.ModelDescription
 
TEXT_7 - Variable in class org.eclipse.emf.examples.generator.validator.templates.model.Validator
 
TEXT_7 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_70 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_70 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_70 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
TEXT_70 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginXML
 
TEXT_70 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_70 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Advisor
 
TEXT_70 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_70 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_70 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_70 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_70 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_70 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_70 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_70 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_70 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.SwitchClass
 
TEXT_70 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
TEXT_70 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_70 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_70 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_700 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_701 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_702 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_703 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_704 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_705 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_706 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_707 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_708 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_709 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_71 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_71 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_71 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
TEXT_71 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginXML
 
TEXT_71 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_71 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Advisor
 
TEXT_71 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_71 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_71 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_71 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_71 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_71 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_71 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_71 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_71 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.SwitchClass
 
TEXT_71 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
TEXT_71 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_71 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_71 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_710 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_711 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_712 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_713 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_714 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_715 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_716 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_717 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_718 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_719 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_72 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_72 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_72 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
TEXT_72 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginXML
 
TEXT_72 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_72 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Advisor
 
TEXT_72 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_72 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_72 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_72 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_72 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_72 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_72 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_72 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_72 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.SwitchClass
 
TEXT_72 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
TEXT_72 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_72 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_72 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_720 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_721 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_722 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_723 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_724 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_725 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_726 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_727 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_728 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_729 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_73 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_73 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_73 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
TEXT_73 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_73 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Advisor
 
TEXT_73 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_73 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_73 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_73 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_73 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_73 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_73 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_73 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_73 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.SwitchClass
 
TEXT_73 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
TEXT_73 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_73 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_73 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_730 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_731 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_732 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_733 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_734 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_735 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_736 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_737 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_738 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_739 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_74 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_74 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_74 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
TEXT_74 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_74 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Advisor
 
TEXT_74 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_74 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_74 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_74 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_74 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_74 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_74 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_74 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_74 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.SwitchClass
 
TEXT_74 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
TEXT_74 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_74 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_74 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_740 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_741 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_742 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_743 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_744 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_745 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_746 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_747 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_748 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_749 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_75 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_75 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_75 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
TEXT_75 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_75 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Advisor
 
TEXT_75 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_75 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_75 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_75 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_75 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_75 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_75 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_75 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_75 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.SwitchClass
 
TEXT_75 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
TEXT_75 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_75 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_75 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_750 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_751 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_752 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_753 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_754 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_755 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_756 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_757 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_758 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_759 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_76 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_76 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_76 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
TEXT_76 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_76 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Advisor
 
TEXT_76 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_76 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_76 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_76 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_76 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_76 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_76 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_76 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_76 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
TEXT_76 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_76 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_76 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_760 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_761 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_762 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_763 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_764 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_765 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_766 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_767 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_768 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_769 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_77 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_77 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_77 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
TEXT_77 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_77 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Advisor
 
TEXT_77 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_77 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_77 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_77 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_77 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_77 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_77 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_77 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_77 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
TEXT_77 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_77 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_77 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_770 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_771 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_772 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_773 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_774 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_775 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_776 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_777 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_778 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_779 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_78 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_78 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_78 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
TEXT_78 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_78 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Advisor
 
TEXT_78 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_78 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_78 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_78 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_78 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_78 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_78 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_78 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_78 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
TEXT_78 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_78 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_78 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_780 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_781 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_782 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_783 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_784 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_785 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_786 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_787 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_788 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_789 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_79 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_79 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_79 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
TEXT_79 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_79 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Advisor
 
TEXT_79 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_79 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_79 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_79 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_79 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_79 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_79 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_79 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_79 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
TEXT_79 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_79 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_79 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_790 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_791 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_792 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_793 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_794 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_795 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_796 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_797 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_798 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_799 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_8 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.BuildProperties
 
TEXT_8 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Images
 
TEXT_8 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_8 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_8 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ManifestMF
 
TEXT_8 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ModuleGWTXML
 
TEXT_8 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
TEXT_8 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginProperties
 
TEXT_8 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginXML
 
TEXT_8 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Properties
 
TEXT_8 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_8 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Advisor
 
TEXT_8 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.BuildProperties
 
TEXT_8 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_8 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.EntryPoint
 
TEXT_8 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ManifestMF
 
TEXT_8 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_8 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModuleGWTXML
 
TEXT_8 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Plugin
 
TEXT_8 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginProperties
 
TEXT_8 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_8 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.WebXML
 
TEXT_8 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.AdapterFactoryClass
 
TEXT_8 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.BuildProperties
 
TEXT_8 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_8 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_8 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_8 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ManifestMF
 
TEXT_8 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ModuleGWTXML
 
TEXT_8 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_8 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Plugin
 
TEXT_8 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PluginProperties
 
TEXT_8 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PluginXML
 
TEXT_8 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_8 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceFactoryClass
 
TEXT_8 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.SwitchClass
 
TEXT_8 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.BuildProperties
 
TEXT_8 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.ManifestMF
 
TEXT_8 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.ModelTestSuite
 
TEXT_8 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
TEXT_8 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageTestSuite
 
TEXT_8 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PluginXML
 
TEXT_8 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_8 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_8 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.XMLProcessorClass
 
TEXT_8 - Variable in class org.eclipse.emf.examples.generator.validator.templates.model.ModelDescription
 
TEXT_8 - Variable in class org.eclipse.emf.examples.generator.validator.templates.model.Validator
 
TEXT_8 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_80 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_80 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_80 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
TEXT_80 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_80 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Advisor
 
TEXT_80 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_80 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_80 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_80 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_80 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_80 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_80 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_80 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_80 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
TEXT_80 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_80 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_80 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_800 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_801 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_802 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_803 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_804 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_805 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_806 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_807 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_808 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_809 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_81 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_81 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_81 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
TEXT_81 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_81 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Advisor
 
TEXT_81 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_81 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_81 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_81 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_81 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_81 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_81 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_81 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_81 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
TEXT_81 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_81 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_81 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_810 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_811 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_812 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_813 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_814 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_815 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_816 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_817 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_818 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_819 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_82 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_82 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_82 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
TEXT_82 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_82 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Advisor
 
TEXT_82 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_82 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_82 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_82 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_82 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_82 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_82 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_82 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_82 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
TEXT_82 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_82 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_82 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_820 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_821 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_822 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_823 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_824 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_825 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_826 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_827 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_828 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_829 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_83 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_83 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_83 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
TEXT_83 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_83 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Advisor
 
TEXT_83 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_83 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_83 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_83 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_83 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_83 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_83 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_83 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_83 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
TEXT_83 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_83 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_83 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_830 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_831 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_832 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_833 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_834 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_835 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_836 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_837 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_838 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_839 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_84 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_84 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_84 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
TEXT_84 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_84 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_84 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_84 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_84 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_84 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_84 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_84 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_84 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_84 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
TEXT_84 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_84 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_84 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_840 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_841 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_842 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_843 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_844 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_845 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_846 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_847 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_848 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_849 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_85 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_85 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_85 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
TEXT_85 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_85 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_85 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_85 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_85 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_85 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_85 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_85 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_85 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_85 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
TEXT_85 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_85 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_85 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_850 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_851 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_852 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_853 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_854 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_855 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_856 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_857 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_858 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_859 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_86 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_86 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_86 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
TEXT_86 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_86 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_86 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_86 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_86 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_86 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_86 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_86 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_86 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_86 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
TEXT_86 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_86 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_86 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_860 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_861 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_862 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_863 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_864 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_865 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_866 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_867 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_868 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_869 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_87 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_87 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_87 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
TEXT_87 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_87 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_87 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_87 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_87 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_87 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_87 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_87 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_87 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_87 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
TEXT_87 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_87 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_87 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_870 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_871 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_872 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_873 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_874 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_875 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_876 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_877 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_878 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_879 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_88 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_88 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_88 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
TEXT_88 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_88 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_88 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_88 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_88 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_88 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_88 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_88 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_88 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_88 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
TEXT_88 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_88 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_88 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_880 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_881 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_882 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_883 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_884 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_885 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_886 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_887 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_888 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_889 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_89 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_89 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_89 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
TEXT_89 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_89 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_89 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_89 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_89 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_89 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_89 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_89 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_89 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_89 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
TEXT_89 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_89 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_89 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_890 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_891 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_892 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_893 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_894 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_895 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_896 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_897 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_898 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_899 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_9 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.BuildProperties
 
TEXT_9 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Images
 
TEXT_9 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_9 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_9 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ManifestMF
 
TEXT_9 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ModuleGWTXML
 
TEXT_9 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
TEXT_9 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginProperties
 
TEXT_9 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.PluginXML
 
TEXT_9 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Properties
 
TEXT_9 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_9 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Advisor
 
TEXT_9 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.BuildProperties
 
TEXT_9 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_9 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.EntryPoint
 
TEXT_9 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ManifestMF
 
TEXT_9 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_9 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModuleGWTXML
 
TEXT_9 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Plugin
 
TEXT_9 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginProperties
 
TEXT_9 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_9 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.AdapterFactoryClass
 
TEXT_9 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.BuildProperties
 
TEXT_9 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_9 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_9 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_9 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ManifestMF
 
TEXT_9 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ModuleGWTXML
 
TEXT_9 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_9 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Plugin
 
TEXT_9 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PluginProperties
 
TEXT_9 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PluginXML
 
TEXT_9 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_9 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceFactoryClass
 
TEXT_9 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.SwitchClass
 
TEXT_9 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.BuildProperties
 
TEXT_9 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.ManifestMF
 
TEXT_9 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.ModelTestSuite
 
TEXT_9 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
TEXT_9 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageTestSuite
 
TEXT_9 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PluginXML
 
TEXT_9 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_9 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_9 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.XMLProcessorClass
 
TEXT_9 - Variable in class org.eclipse.emf.examples.generator.validator.templates.model.ModelDescription
 
TEXT_9 - Variable in class org.eclipse.emf.examples.generator.validator.templates.model.Validator
 
TEXT_9 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_90 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_90 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_90 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.Plugin
 
TEXT_90 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_90 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_90 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_90 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_90 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_90 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_90 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_90 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_90 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_90 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
TEXT_90 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_90 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_90 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_900 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_901 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_902 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_903 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_904 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_905 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_906 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_907 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_908 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_909 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_91 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_91 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_91 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_91 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_91 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_91 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_91 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_91 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_91 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_91 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_91 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_91 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
TEXT_91 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_91 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_91 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_910 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_911 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_912 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_913 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_914 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_915 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_916 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_917 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_918 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_919 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_92 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_92 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_92 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_92 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_92 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_92 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_92 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_92 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_92 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_92 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_92 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_92 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
TEXT_92 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_92 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_92 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_920 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_921 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_922 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_923 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_924 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_925 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_926 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_927 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_928 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_929 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_93 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_93 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_93 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_93 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_93 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_93 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_93 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_93 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_93 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_93 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_93 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_93 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.PackageExample
 
TEXT_93 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_93 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_93 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_930 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_931 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_932 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_933 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_934 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_935 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_936 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_937 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_938 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_939 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_94 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_94 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_94 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_94 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_94 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_94 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_94 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_94 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_94 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_94 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_94 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_94 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_94 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_94 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_940 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_941 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_942 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_943 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_944 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_945 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_946 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_947 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_948 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_949 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_95 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_95 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_95 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_95 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_95 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_95 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_95 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_95 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_95 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_95 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_95 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_95 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_95 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_95 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_950 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_951 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_952 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_953 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_954 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_955 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_956 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_957 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_958 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_959 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_96 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_96 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_96 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_96 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_96 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_96 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_96 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_96 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_96 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_96 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_96 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_96 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_96 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_96 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_960 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_961 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_962 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_963 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_964 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_965 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_966 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_967 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_968 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_969 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_97 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_97 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_97 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_97 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_97 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_97 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_97 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_97 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_97 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_97 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_97 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_97 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_97 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_97 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_970 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_971 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_972 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_973 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_974 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_975 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_976 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_977 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_978 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_979 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_98 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_98 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_98 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_98 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_98 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_98 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_98 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_98 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_98 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_98 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_98 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_98 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_98 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_98 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_980 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_981 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_982 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_983 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_984 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_985 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_986 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_987 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_988 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_989 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_99 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProvider
 
TEXT_99 - Variable in class org.eclipse.emf.codegen.ecore.templates.edit.ItemProviderAdapterFactory
 
TEXT_99 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ActionBarContributor
 
TEXT_99 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.Editor
 
TEXT_99 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.ModelWizard
 
TEXT_99 - Variable in class org.eclipse.emf.codegen.ecore.templates.editor.PluginXML
 
TEXT_99 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_99 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.EnumClass
 
TEXT_99 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.FactoryClass
 
TEXT_99 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.PackageClass
 
TEXT_99 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ResourceClass
 
TEXT_99 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.tests.TestCase
 
TEXT_99 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
TEXT_99 - Variable in class org.eclipse.emf.exporter.html.PackageHTML
 
TEXT_990 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_991 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_992 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_993 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_994 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_995 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_996 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_997 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_998 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_999 - Variable in class org.eclipse.emf.codegen.ecore.templates.model.Class
 
TEXT_VALUE_IMAGE - Static variable in class org.eclipse.emf.edit.provider.ItemPropertyDescriptor
 
textEditsToRevert - Variable in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJCompilationUnit.NodeCommenter
List of currently added text edits that have to be reverted (removed) in case of an exception.
textProvider - Variable in class org.eclipse.emf.common.ui.DiagnosticComposite
 
textProvider - Variable in class org.eclipse.emf.common.ui.editor.ProblemEditorPart
 
theAnyType - Variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory.AnyTypeStackFrame
 
theProcessingInstruction - Variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory.ProcessingInstructionStackFrame
 
theSimpleAnyType - Variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory.SimpleAnyTypeStackFrame
 
theXMLTypeDocumentRoot - Variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory.XMLTypeDocumentRootStackFrame
 
threshold - Variable in class org.eclipse.emf.common.util.WeakInterningHashSet
The next size at which an rehash should occur.
throwable - Variable in class org.eclipse.emf.java.impl.JClassImpl
The cached value of the 'Throwable' attribute
THROWABLE_EDEFAULT - Static variable in class org.eclipse.emf.java.impl.JClassImpl
The default value of the 'Throwable' attribute
TIME - Static variable in class org.eclipse.emf.ecore.xml.type.internal.XMLCalendar
 
time - Variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
TIME - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage.Literals
The meta object literal for the 'Time' data type
TIME - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
The meta object id for the 'Time' data type
timeStamp - Variable in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
The time stamp.
title - Variable in class org.eclipse.emf.common.ui.dialogs.ResourceDialog
 
title - Variable in class org.eclipse.emf.examples.extlibrary.impl.AudioVisualItemImpl
The cached value of the 'Title' attribute
title - Variable in class org.eclipse.emf.examples.extlibrary.impl.BookImpl
The cached value of the 'Title' attribute
title - Variable in class org.eclipse.emf.examples.extlibrary.impl.PeriodicalImpl
The cached value of the 'Title' attribute
TITLE_EDEFAULT - Static variable in class org.eclipse.emf.examples.extlibrary.impl.AudioVisualItemImpl
The default value of the 'Title' attribute
TITLE_EDEFAULT - Static variable in class org.eclipse.emf.examples.extlibrary.impl.BookImpl
The default value of the 'Title' attribute
TITLE_EDEFAULT - Static variable in class org.eclipse.emf.examples.extlibrary.impl.PeriodicalImpl
The default value of the 'Title' attribute
titleLabel - Variable in class org.eclipse.emf.common.ui.ViewerPane
 
toArray() - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Returns an array containing all the objects in sequence.
toArray(T[]) - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Returns an array containing all the objects in sequence.
toArray() - Method in class org.eclipse.emf.common.util.BasicEList
Returns an array containing all the objects in sequence.
toArray(T[]) - Method in class org.eclipse.emf.common.util.BasicEList
Returns an array containing all the objects in sequence.
toArray() - Method in class org.eclipse.emf.common.util.BasicEMap
toArray(T[]) - Method in class org.eclipse.emf.common.util.BasicEMap
toArray() - Method in class org.eclipse.emf.common.util.DelegatingEList
Returns an array containing all the objects in sequence.
toArray(T[]) - Method in class org.eclipse.emf.common.util.DelegatingEList
Returns an array containing all the objects in sequence.
toArray() - Method in class org.eclipse.emf.common.util.Pool
Specialized to ensure thread safety.
toArray(T[]) - Method in class org.eclipse.emf.common.util.Pool
Specialized to ensure thread safety.
toArray() - Method in class org.eclipse.emf.databinding.internal.DelegatingSet
 
toArray(T[]) - Method in class org.eclipse.emf.databinding.internal.DelegatingSet
 
toArray() - Method in class org.eclipse.emf.databinding.internal.EWritableList
 
toArray(Object[]) - Method in class org.eclipse.emf.databinding.internal.EWritableList
 
toArray(InternalEObject, EStructuralFeature) - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.EStoreImpl
 
toArray(InternalEObject, EStructuralFeature, T[]) - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.EStoreImpl
 
toArray(InternalEObject, EStructuralFeature) - Method in interface org.eclipse.emf.ecore.InternalEObject.EStore
Returns a new array of the values in the content of the object's feature.
toArray(InternalEObject, EStructuralFeature, T[]) - Method in interface org.eclipse.emf.ecore.InternalEObject.EStore
Returns an array of the values in the content of the object's feature.
toArray(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
toArray(EStructuralFeature, boolean) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
toArray(EStructuralFeature, T[]) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
toArray(EStructuralFeature, T[], boolean) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
toArray() - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList
 
toArray(T[]) - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList
 
toArray(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
toArray(EStructuralFeature, boolean) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
toArray(EStructuralFeature, T[]) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
toArray(EStructuralFeature, T[], boolean) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
toArray() - Method in class org.eclipse.emf.ecore.util.EcoreEList
 
toArray(T[]) - Method in class org.eclipse.emf.ecore.util.EcoreEList
 
toArray(EStructuralFeature) - Method in interface org.eclipse.emf.ecore.util.FeatureMap.Internal
 
toArray(EStructuralFeature, T[]) - Method in interface org.eclipse.emf.ecore.util.FeatureMap.Internal
 
toArray() - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList
 
toArray(T[]) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList
 
toArray(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureFeatureMap
 
toArray(EStructuralFeature, T[]) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureFeatureMap
 
toArray() - Method in class org.eclipse.emf.mapping.presentation.ComposedSelection
 
toBigDecimalLiteral(BigDecimal, GenModel) - Static method in class org.eclipse.emf.codegen.ecore.genmodel.impl.Literals
Returns a literal expression for the given BigDecimal value.
toBigIntegerLiteral(BigInteger, GenModel) - Static method in class org.eclipse.emf.codegen.ecore.genmodel.impl.Literals
Returns a literal expression for the given BigInteger value.
toBooleanLiteral(boolean, GenModel) - Static method in class org.eclipse.emf.codegen.ecore.genmodel.impl.Literals
Returns the literal expression for the given boolean value.
toByteArrayLiteral(byte[], GenModel) - Static method in class org.eclipse.emf.codegen.ecore.genmodel.impl.Literals
Returns a literal expression for the given byte[] value.
toByteLiteral(byte, GenModel) - Static method in class org.eclipse.emf.codegen.ecore.genmodel.impl.Literals
Returns the hexadecimal literal expression for the given byte value.
toChar() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
toCharLiteral(char, GenModel) - Static method in class org.eclipse.emf.codegen.ecore.genmodel.impl.Literals
Returns a literal expression for the given char value.
toClassLiteral(Class<?>, GenModel) - Static method in class org.eclipse.emf.codegen.ecore.genmodel.impl.Literals
Returns a literal expression for the given Class value.
toCoreException(DiagnosticException) - Static method in exception org.eclipse.emf.common.util.DiagnosticException
 
toDateLiteral(Date, GenModel) - Static method in class org.eclipse.emf.codegen.ecore.genmodel.impl.Literals
Returns a literal expression for the given Date value.
toDescription(QualifiedName, JvmType, int, int) - Method in class org.eclipse.emf.ecore.xcore.scoping.types.AbstractKnownTypesScope
 
toDescription(QualifiedName, JvmType, int, int) - Method in class org.eclipse.emf.ecore.xcore.scoping.types.KnownTypesScope
 
toDiagnostic(Exception, String) - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter
Converts the given exception to a Diagnostic.
toDiagnostic(IStatus) - Static method in class org.eclipse.emf.common.util.BasicDiagnostic
 
toDOM - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
toDoubleLiteral(double, GenModel) - Static method in class org.eclipse.emf.codegen.ecore.genmodel.impl.Literals
Returns a literal expression for the given double value.
toEList(Iterator<? extends T>) - Static method in class org.eclipse.emf.common.util.ECollections
Returns a mutable list containing the elements of the given iterator.
toEList(Iterable<? extends T>) - Static method in class org.eclipse.emf.common.util.ECollections
Returns a list containing the elements of the given iterable.
toFileString() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
toFileString() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
toFileString() - Method in class org.eclipse.emf.common.util.URI
If this URI may refer directly to a locally accessible file, as determined by isFile, decodes and formats the URI as a pathname to that file; returns null otherwise.
toFloatLiteral(float, GenModel) - Static method in class org.eclipse.emf.codegen.ecore.genmodel.impl.Literals
Returns a literal expression for the given float value.
toggleDetails() - Method in class org.eclipse.emf.common.ui.editor.ProblemEditorPart
 
toGregorianCalendar() - Method in class org.eclipse.emf.ecore.xml.type.internal.XMLCalendar
 
toGregorianCalendar(TimeZone, Locale, XMLGregorianCalendar) - Method in class org.eclipse.emf.ecore.xml.type.internal.XMLCalendar
 
toIntLiteral(int, GenModel) - Static method in class org.eclipse.emf.codegen.ecore.genmodel.impl.Literals
Returns the decimal literal expression for the given int value.
toIProgressMonitor(Monitor) - Static method in class org.eclipse.emf.common.util.BasicMonitor
Creates a delegating wrapper that allows the monitor to be used in a context requiring an instance implementing the Eclipse API.
toIProgressMonitorWithBlocking(Monitor) - Static method in class org.eclipse.emf.common.util.BasicMonitor
Creates a delegating wrapper that allows the monitor to be used in a context requiring an instance implementing the Eclipse API.
toIStatus(Diagnostic) - Static method in class org.eclipse.emf.common.util.BasicDiagnostic
Returns the diagnostic viewed as an IStatus.
toIStatus(DiagnosticException) - Static method in class org.eclipse.emf.common.util.BasicDiagnostic
Returns the diagnostic exception viewed as an IStatus.
toJavaInstanceTypeName(EGenericType) - Method in class org.eclipse.emf.ecore.util.EcoreUtil.EGenericTypeConverter
Converts a generic type to its Java representation.
toJavaInstanceTypeName(EGenericType) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Converts a generic type to its Java representation.
toJFaceStyledString(StyledString) - Method in class org.eclipse.emf.edit.ui.provider.AdapterFactoryLabelProvider
 
token - Variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
TOKEN - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage.Literals
The meta object literal for the 'Token' data type
TOKEN - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
The meta object id for the 'Token' data type
tokenNames - Static variable in class org.eclipse.emf.ecore.xcore.parser.antlr.internal.InternalXcoreParser
 
tokenNames - Static variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.internal.InternalXcoreParser
 
tokens - Variable in class org.eclipse.emf.importer.rose.parser.RoseLexer
 
tokenType - Variable in class org.eclipse.emf.importer.rose.parser.RoseToken
 
tokenValue - Variable in class org.eclipse.emf.importer.rose.parser.RoseToken
 
toKeyString() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
If an implementation uses IDs and stores the IDs as part of the resource rather than as objects, this method should return a string representation of the ID to object mapping, which might be implemented as a Java Map.
toKeyString() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
Returns a string representation of the ID map.
toList() - Method in class org.eclipse.emf.mapping.presentation.ComposedSelection
 
toLiteral(Object) - Static method in class org.eclipse.emf.codegen.ecore.genmodel.impl.Literals
Convenience dispatch method.
toLiteral(Object, GenModel) - Static method in class org.eclipse.emf.codegen.ecore.genmodel.impl.Literals
Convenience dispatch method.
toLiteral(Object, boolean, GenModel) - Static method in class org.eclipse.emf.codegen.ecore.genmodel.impl.Literals
Convenience dispatch method.
toLongLiteral(long, GenModel) - Static method in class org.eclipse.emf.codegen.ecore.genmodel.impl.Literals
Returns the decimal literal expression for the given long value.
toMonitor(IProgressMonitorWithBlocking) - Static method in class org.eclipse.emf.common.util.BasicMonitor
Creates a delegating wrapper that allows the Eclipse progress monitor to be used in a context requiring an instance implementing the monitor API.
toMonitor(IProgressMonitor) - Static method in class org.eclipse.emf.common.util.BasicMonitor
Creates a delegating wrapper that allows the Eclipse progress monitor to be used in a context requiring an instance implementing the monitor API.
TOOL - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
toolBarManager - Variable in class org.eclipse.emf.common.ui.ViewerPane
 
toolTipShow(Shell, Event) - Method in class org.eclipse.emf.common.ui.viewer.ColumnViewerInformationControlToolTipSupport
 
top - Variable in class org.eclipse.emf.common.command.BasicCommandStack
The current position within the list from which the next execute, undo, or redo, will be performed.
TOP_TO_BOTTOM_EDEFAULT - Static variable in class org.eclipse.emf.mapping.impl.MappingRootImpl
The default value of the 'Top To Bottom' attribute
topImage - Variable in class org.eclipse.emf.mapping.presentation.MappingEditor
 
topLabel - Variable in class org.eclipse.emf.mapping.presentation.MappingEditor
 
topLabelCase - Variable in class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain
 
topLabelLongForms - Variable in class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain
 
topLabelSeparator - Variable in class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain
 
topLabelShortForms - Variable in class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain
 
toPlatformResourceURI(URI) - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter
Converts the given workspace path URI to an absolute, platform resource URI, with encoding to eliminate any invalid characters.
toPlatformString(boolean) - Method in class org.eclipse.emf.common.util.URI.Fragment
 
toPlatformString(boolean) - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
toPlatformString(boolean) - Method in class org.eclipse.emf.common.util.URI
If this is a platform URI, as determined by URI.isPlatform(), returns the workspace-relative or plug-in-based path to the resource, optionally decoding the segments in the process.
topNode - Variable in class org.eclipse.emf.importer.rose.builder.UnitTreeBuilder
 
topToBottom - Variable in class org.eclipse.emf.mapping.impl.MappingRootImpl
The cached value of the 'Top To Bottom' attribute
topToBottomTypeTable - Variable in class org.eclipse.emf.mapping.domain.AdapterFactoryMappingDomain
 
toSegmentSequence() - Method in class org.eclipse.emf.common.util.SegmentSequence.Builder
Converts the builder to a corresponding segment sequence.
toShortLiteral(short, GenModel) - Static method in class org.eclipse.emf.codegen.ecore.genmodel.impl.Literals
Returns the decimal literal expression for the given short value.
toShortString() - Method in class org.eclipse.emf.codegen.jet.JETMark
 
toString(String) - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter.AttributeData.Element.Attribute
 
toString() - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter.AttributeData.Element.Attribute
 
toString(String) - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter.AttributeData.Element.Directive
 
toString() - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter.AttributeData.Element.Directive
 
toString(String) - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter.AttributeData.Element
 
toString() - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter.AttributeData.Element
 
toString() - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter.AttributeData
 
toString() - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter.ExtensionData
 
toString() - Method in enum org.eclipse.emf.codegen.ecore.genmodel.GenDecoration
Returns the literal value of the enumerator, which is its string representation
toString() - Method in enum org.eclipse.emf.codegen.ecore.genmodel.GenDelegationKind
Returns the literal value of the enumerator, which is its string representation
toString() - Method in enum org.eclipse.emf.codegen.ecore.genmodel.GenJDKLevel
Returns the literal value of the enumerator, which is its string representation
toString() - Method in enum org.eclipse.emf.codegen.ecore.genmodel.GenPropertyKind
Returns the literal value of the enumerator, which is its string representation
toString() - Method in enum org.eclipse.emf.codegen.ecore.genmodel.GenProviderKind
Returns the literal value of the enumerator, which is its string representation
toString() - Method in enum org.eclipse.emf.codegen.ecore.genmodel.GenResourceKind
Returns the literal value of the enumerator, which is its string representation
toString() - Method in enum org.eclipse.emf.codegen.ecore.genmodel.GenRuntimePlatform
Returns the literal value of the enumerator, which is its string representation
toString() - Method in enum org.eclipse.emf.codegen.ecore.genmodel.GenRuntimeVersion
Returns the literal value of the enumerator, which is its string representation
toString() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenAnnotationImpl
 
toString() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
toString() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
toString() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumImpl
 
toString() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
toString() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
toString() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
toString() - Method in class org.eclipse.emf.codegen.jet.JETMark
 
toString(Name) - Static method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTFacadeHelper
Converts Name to string representation.
toString(ASTNode) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTFacadeHelper
Gets the original contents of the node.
toString(int) - Static method in class org.eclipse.emf.codegen.merge.java.facade.FacadeFlags
Returns a standard string describing the given modifier flags.
toString(Object) - Method in class org.eclipse.emf.codegen.merge.java.facade.FacadeHelper
 
toString() - Method in class org.eclipse.emf.common.command.AbstractCommand
Returns an abbreviated name using this object's own class' name, without package qualification, followed by a space separated list of field:value pairs.
toString() - Method in class org.eclipse.emf.common.command.CommandWrapper
 
toString() - Method in class org.eclipse.emf.common.command.CompoundCommand
 
toString() - Method in class org.eclipse.emf.common.command.StrictCompoundCommand
 
toString() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
toString() - Method in class org.eclipse.emf.common.ui.ViewerPane
 
toString() - Method in class org.eclipse.emf.common.util.AbstractEList
Returns a string of the form "[object1, object2]".
toString() - Method in class org.eclipse.emf.common.util.AbstractEnumerator
Returns the literal value of the enumerator, which is its string representation.
toString() - Method in class org.eclipse.emf.common.util.BasicDiagnostic
 
toString() - Method in class org.eclipse.emf.common.util.BasicEMap.DelegatingMap
 
toString() - Method in class org.eclipse.emf.common.util.BasicEMap.EntryImpl
 
toString() - Method in class org.eclipse.emf.common.util.BasicEMap
toString() - Method in class org.eclipse.emf.common.util.DelegatingEList
Returns a string of the form "[object1, object2]".
toString() - Method in class org.eclipse.emf.common.util.Pool
Specialized to ensure thread safety.
toString() - Method in class org.eclipse.emf.common.util.SegmentSequence.Builder
Converts the builder to a string representation, i.e,. the delimiter-separated composition of the appended strings.
toString - Variable in class org.eclipse.emf.common.util.SegmentSequence
The cached value for SegmentSequence.toString().
toString() - Method in class org.eclipse.emf.common.util.SegmentSequence
Returns the string representation for this sequence, i.e., the concatenation of the delimiter-separated segments.
toString() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
toString - Variable in class org.eclipse.emf.common.util.URI.Hierarchical
A weakly cached reference to the string representation.
toString() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
toString - Variable in class org.eclipse.emf.common.util.URI.Opaque
A weakly cached reference to the string representation.
toString() - Method in class org.eclipse.emf.common.util.URI.Opaque
 
toString() - Method in class org.eclipse.emf.common.util.WeakInterningHashSet.Entry
Returns the string value of the referent.
toString() - Method in class org.eclipse.emf.databinding.edit.internal.EMFEditListPropertyDecorator
 
toString() - Method in class org.eclipse.emf.databinding.edit.internal.EMFEditMapPropertyDecorator
 
toString() - Method in class org.eclipse.emf.databinding.edit.internal.EMFEditSetPropertyDecorator
 
toString() - Method in class org.eclipse.emf.databinding.edit.internal.EMFEditValuePropertyDecorator
 
toString() - Method in class org.eclipse.emf.databinding.EObjectObservableList
 
toString() - Method in class org.eclipse.emf.databinding.EObjectObservableValue
 
toString() - Method in class org.eclipse.emf.databinding.internal.EMFListProperty
 
toString() - Method in class org.eclipse.emf.databinding.internal.EMFListPropertyDecorator
 
toString() - Method in class org.eclipse.emf.databinding.internal.EMFMapProperty
 
toString() - Method in class org.eclipse.emf.databinding.internal.EMFMapPropertyDecorator
 
toString() - Method in class org.eclipse.emf.databinding.internal.EMFSetProperty
 
toString() - Method in class org.eclipse.emf.databinding.internal.EMFSetPropertyDecorator
 
toString() - Method in class org.eclipse.emf.databinding.internal.EMFValueProperty
 
toString() - Method in class org.eclipse.emf.databinding.internal.EMFValuePropertyDecorator
 
toString() - Method in enum org.eclipse.emf.ecore.change.ChangeKind
Returns the literal value of the enumerator, which is its string representation
toString() - Method in class org.eclipse.emf.ecore.change.impl.FeatureChangeImpl
 
toString() - Method in class org.eclipse.emf.ecore.change.impl.ListChangeImpl
 
toString() - Method in class org.eclipse.emf.ecore.change.impl.ResourceChangeImpl
 
toString() - Method in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
 
toString() - Method in class org.eclipse.emf.ecore.impl.EAnnotationImpl
 
toString() - Method in class org.eclipse.emf.ecore.impl.EAttributeImpl
 
toString() - Method in class org.eclipse.emf.ecore.impl.EClassifierImpl
 
toString() - Method in class org.eclipse.emf.ecore.impl.EClassImpl
 
toString() - Method in class org.eclipse.emf.ecore.impl.EDataTypeImpl
 
toString() - Method in class org.eclipse.emf.ecore.impl.EEnumLiteralImpl
 
toString() - Method in class org.eclipse.emf.ecore.impl.EGenericTypeImpl
 
toString(StringBuilder) - Method in class org.eclipse.emf.ecore.impl.EGenericTypeImpl
 
toString() - Method in class org.eclipse.emf.ecore.impl.ENamedElementImpl
 
toString() - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
toString() - Method in class org.eclipse.emf.ecore.impl.EReferenceImpl
 
toString() - Method in class org.eclipse.emf.ecore.impl.EStringToStringMapEntryImpl
 
toString() - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.BasicFeatureMapEntry
 
toString() - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
 
toString() - Method in class org.eclipse.emf.ecore.impl.ETypedElementImpl
 
toString() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
 
toString() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl
Returns a standard label with the list of resources.
toString() - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap.FeatureMapEObjectImpl
 
toString() - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap.FeatureMapEObjectImpl
 
toString() - Method in class org.eclipse.emf.ecore.util.EcoreUtil.CrossReferencer
Returns a string representation of this cross referencer.
toString() - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.EntryImpl
 
toString() - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList
 
toString(Integer) - Method in class org.eclipse.emf.ecore.xcore.conversion.SignedIntValueConverter
 
toString() - Method in class org.eclipse.emf.ecore.xcore.impl.XAnnotationDirectiveImpl
 
toString() - Method in class org.eclipse.emf.ecore.xcore.impl.XAttributeImpl
 
toString() - Method in class org.eclipse.emf.ecore.xcore.impl.XClassImpl
 
toString() - Method in class org.eclipse.emf.ecore.xcore.impl.XDataTypeImpl
 
toString() - Method in class org.eclipse.emf.ecore.xcore.impl.XEnumLiteralImpl
 
toString() - Method in class org.eclipse.emf.ecore.xcore.impl.XImportDirectiveImpl
 
toString() - Method in class org.eclipse.emf.ecore.xcore.impl.XNamedElementImpl
 
toString() - Method in class org.eclipse.emf.ecore.xcore.impl.XReferenceImpl
 
toString() - Method in class org.eclipse.emf.ecore.xcore.impl.XStringToStringMapEntryImpl
 
toString() - Method in class org.eclipse.emf.ecore.xcore.impl.XStructuralFeatureImpl
 
toString() - Method in class org.eclipse.emf.ecore.xcore.impl.XTypedElementImpl
 
toString() - Method in class org.eclipse.emf.ecore.xcore.mappings.ToXcoreMapping
 
toString() - Method in class org.eclipse.emf.ecore.xml.namespace.impl.XMLNamespaceDocumentRootImpl
 
toString() - Method in enum org.eclipse.emf.ecore.xml.namespace.SpaceType
Returns the literal value of the enumerator, which is its string representation
toString() - Method in class org.eclipse.emf.ecore.xml.type.impl.AnyTypeImpl
 
toString() - Method in class org.eclipse.emf.ecore.xml.type.impl.ProcessingInstructionImpl
 
toString() - Method in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeDocumentRootImpl
 
toString() - Method in class org.eclipse.emf.ecore.xml.type.internal.DataValue.URI
Get the URI as a string specification.
toString() - Method in class org.eclipse.emf.ecore.xml.type.internal.RegEx.RegularExpression
Represents this instance in String.
toString() - Method in class org.eclipse.emf.ecore.xml.type.internal.XMLCalendar
 
toString() - Method in class org.eclipse.emf.ecore.xml.type.internal.XMLDuration
 
toString() - Method in class org.eclipse.emf.edit.command.AbstractOverrideableCommand
This gives an abbreviated name using this object's own class' name, without package qualification, followed by a space separated list of field:value pairs.
toString() - Method in class org.eclipse.emf.edit.command.AddCommand
This gives an abbreviated name using this object's own class' name, without package qualification, followed by a space separated list of field:value pairs.
toString() - Method in class org.eclipse.emf.edit.command.CommandParameter
 
toString() - Method in class org.eclipse.emf.edit.command.CopyCommand
This gives an abbreviated name using this object's own class' name, without package qualification, followed by a space separated list of field:value pairs.
toString() - Method in class org.eclipse.emf.edit.command.CopyToClipboardCommand
This gives an abbreviated name using this object's own class' name, without package qualification, followed by a space separated list of field:value pairs.
toString() - Method in class org.eclipse.emf.edit.command.CreateChildCommand
This gives an abbreviated name using this object's own class name, without package qualification, followed by a space-separated list of field:value pairs.
toString() - Method in class org.eclipse.emf.edit.command.CreateCopyCommand
This gives an abbreviated name using this object's own class' name, without package qualification, followed by a space separated list of field:value pairs.
toString() - Method in class org.eclipse.emf.edit.command.CutToClipboardCommand
This gives an abbreviated name using this object's own class' name, without package qualification, followed by a space separated list of field:value pairs.
toString() - Method in class org.eclipse.emf.edit.command.DragAndDropCommand
This gives an abbreviated name using this object's own class' name, without package qualification, followed by a space separated list of field:value pairs.
toString() - Method in class org.eclipse.emf.edit.command.InitializeCopyCommand
This gives an abbreviated name using this object's own class' name, without package qualification, followed by a space separated list of field:value pairs.
toString() - Method in class org.eclipse.emf.edit.command.MoveCommand
This gives an abbreviated name using this object's own class' name, without package qualification, followed by a space separated list of field:value pairs.
toString() - Method in class org.eclipse.emf.edit.command.PasteFromClipboardCommand
This gives an abbreviated name using this object's own class' name, without package qualification, followed by a space separated list of field:value pairs.
toString() - Method in class org.eclipse.emf.edit.command.RemoveCommand
This gives an abbreviated name using this object's own class' name, without package qualification, followed by a space separated list of field:value pairs.
toString() - Method in class org.eclipse.emf.edit.command.ReplaceCommand
This gives an abbreviated name using this object's own class' name, without package qualification, followed by a space separated list of field:value pairs.
toString() - Method in class org.eclipse.emf.edit.command.SetCommand
This gives an abbreviated name using this object's own class' name, without package qualification, followed by a space separated list of field:value pairs.
toString() - Method in class org.eclipse.emf.edit.provider.ComposedImage.Point
 
toString() - Method in class org.eclipse.emf.edit.provider.ComposedImage.Size
 
toString() - Method in class org.eclipse.emf.edit.provider.ItemProvider
This returns the super result with the ItemProvider.text appended to it.
toString() - Method in class org.eclipse.emf.edit.provider.ItemProviderDecorator
 
toString() - Method in class org.eclipse.emf.edit.provider.StyledString.Style
 
toString() - Method in class org.eclipse.emf.edit.provider.ViewerNotification
 
toString(Object) - Method in class org.eclipse.emf.edit.ui.provider.PropertyDescriptor.EDataTypeValueHandler
 
toString() - Method in enum org.eclipse.emf.examples.extlibrary.BookCategory
Returns the literal value of the enumerator, which is its string representation
toString() - Method in class org.eclipse.emf.examples.extlibrary.impl.AudioVisualItemImpl
 
toString() - Method in class org.eclipse.emf.examples.extlibrary.impl.BookImpl
 
toString() - Method in class org.eclipse.emf.examples.extlibrary.impl.CirculatingItemImpl
 
toString() - Method in class org.eclipse.emf.examples.extlibrary.impl.ItemImpl
 
toString() - Method in class org.eclipse.emf.examples.extlibrary.impl.LibraryImpl
 
toString() - Method in class org.eclipse.emf.examples.extlibrary.impl.PeriodicalImpl
 
toString() - Method in class org.eclipse.emf.examples.extlibrary.impl.PersonImpl
 
toString() - Method in class org.eclipse.emf.java.impl.JClassImpl
 
toString() - Method in class org.eclipse.emf.java.impl.JCompilationUnitImpl
 
toString() - Method in class org.eclipse.emf.java.impl.JFieldImpl
 
toString() - Method in class org.eclipse.emf.java.impl.JInitializerImpl
 
toString() - Method in class org.eclipse.emf.java.impl.JMemberImpl
 
toString() - Method in class org.eclipse.emf.java.impl.JMethodImpl
 
toString() - Method in class org.eclipse.emf.java.impl.JModelElementImpl
 
toString() - Method in class org.eclipse.emf.java.impl.JPackageImpl
 
toString() - Method in class org.eclipse.emf.java.impl.JParameterImpl
 
toString() - Method in enum org.eclipse.emf.java.JVisibility
Returns the literal value of the enumerator, which is its string representation
toString() - Method in class org.eclipse.emf.mapping.command.AddMappingCommand
This gives an abbreviated name using this object's own class' name, without package qualification, followed by a space separated list of field:value pairs.
toString() - Method in class org.eclipse.emf.mapping.command.AddOverrideCommand
This gives an abbreviated name using this object's own class' name, without package qualification, followed by a space separated list of field:value pairs.
toString() - Method in class org.eclipse.emf.mapping.command.CreateCopyOverrideCommand
This gives an abbreviated name using this object's own class' name, without package qualification, followed by a space separated list of field:value pairs.
toString() - Method in class org.eclipse.emf.mapping.command.CreateMappingCommand
This gives an abbreviated name using this object's own class' name, without package qualification, followed by a space separated list of field:value pairs.
toString() - Method in class org.eclipse.emf.mapping.command.InitializeCopyOverrideCommand
This gives an abbreviated name using this object's own class' name, without package qualification, followed by a space separated list of field:value pairs.
toString() - Method in class org.eclipse.emf.mapping.command.MatchMappingCommand
This gives an abbreviated name using this object's own class' name, without package qualification, followed by a space separated list of field:value pairs.
toString() - Method in class org.eclipse.emf.mapping.command.PersistentCommandStack.CommandCreationRecord
 
toString() - Method in class org.eclipse.emf.mapping.command.PersistentCommandStack.Decoder
 
toString() - Method in class org.eclipse.emf.mapping.command.PersistentCommandStack.Encoder
 
toString() - Method in class org.eclipse.emf.mapping.command.RemoveMappingCommand
This gives an abbreviated name using this object's own class' name, without package qualification, followed by a space separated list of field:value pairs.
toString() - Method in class org.eclipse.emf.mapping.command.RemoveOverrideCommand
This gives an abbreviated name using this object's own class' name, without package qualification, followed by a space separated list of field:value pairs.
toString() - Method in class org.eclipse.emf.mapping.command.RestoreInitialStateCommand
This gives an abbreviated name using this object's own class' name, without package qualification, followed by a space separated list of field:value pairs.
toString() - Method in class org.eclipse.emf.mapping.command.SetOverrideCommand
This gives an abbreviated name using this object's own class' name, without package qualification, followed by a space separated list of field:value pairs.
toString() - Method in class org.eclipse.emf.mapping.impl.FunctionNamePairImpl
 
toString() - Method in class org.eclipse.emf.mapping.impl.MappingImpl
 
toString() - Method in class org.eclipse.emf.mapping.impl.MappingRootImpl
 
toString() - Method in class org.eclipse.emf.mapping.presentation.ComposedSelection
 
toString() - Method in class org.eclipse.emf.oda.ecore.impl.ResultSet.JavaObject
 
toStringGen() - Method in class org.eclipse.emf.ecore.impl.EEnumLiteralImpl
 
toStringLiteral(String, GenModel) - Static method in class org.eclipse.emf.codegen.ecore.genmodel.impl.Literals
Returns a literal expression for the given String.
toStyle() - Method in class org.eclipse.emf.edit.provider.StyledString.Style.Builder
Creates and return a new Style object as configured with the builder.
toUnsafeCharLiteral(char, GenModel) - Static method in class org.eclipse.emf.codegen.ecore.genmodel.impl.Literals
Returns a literal expression for the given char value.
toUnsafeStringLiteral(String, GenModel) - Static method in class org.eclipse.emf.codegen.ecore.genmodel.impl.Literals
Returns a literal expression for the given String.
toURI(String) - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter
Converts the given workspace path to a URI.
toValue(String, INode) - Method in class org.eclipse.emf.ecore.xcore.conversion.SignedIntValueConverter
 
toValue(String, INode) - Method in class org.eclipse.emf.ecore.xcore.conversion.XcoreQualifiedNameValueConverter
 
toValue(String) - Method in class org.eclipse.emf.edit.ui.provider.PropertyDescriptor.EDataTypeValueHandler
 
ToXcoreMapping - Class in org.eclipse.emf.ecore.xcore.mappings
 
ToXcoreMapping() - Constructor for class org.eclipse.emf.ecore.xcore.mappings.ToXcoreMapping
 
toXMIException(SAXParseException) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
toXMLFormat() - Method in class org.eclipse.emf.ecore.xml.type.internal.XMLCalendar
 
trackAndReplace(ASTNode, String) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJNode
Records that the given node must have the given contents.
trackedNodePositionsMap - Variable in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJCompilationUnit.NodeContentsReplacer
 
TRAILING_PADDING - Static variable in class org.eclipse.emf.codegen.ecore.xtext.ui.GenModelHoverProvider
 
TRANSIENT - Static variable in class org.eclipse.emf.codegen.merge.java.facade.FacadeFlags
Transient property flag.
TRANSIENT - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
TRANSIENT - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
transient_ - Variable in class org.eclipse.emf.ecore.xcore.impl.XStructuralFeatureImpl
The cached value of the 'Transient' attribute
transient_ - Variable in class org.eclipse.emf.java.impl.JFieldImpl
The cached value of the 'Transient' attribute
TRANSIENT_EDEFAULT - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
The default value of the 'Transient' attribute
TRANSIENT_EDEFAULT - Static variable in class org.eclipse.emf.ecore.xcore.impl.XStructuralFeatureImpl
The default value of the 'Transient' attribute
TRANSIENT_EDEFAULT - Static variable in class org.eclipse.emf.java.impl.JFieldImpl
The default value of the 'Transient' attribute
TRANSIENT_EFLAG - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
The flag representing the value of the 'Transient' attribute
transientEReferenceWithOpposite - Variable in class org.eclipse.emf.importer.java.builder.JavaEcoreBuilder
The set of references that have opposites and have been explicitly marked as being transient.
traverse(List<Object>, ITreeContentProvider, Object) - Method in class org.eclipse.emf.common.ui.viewer.ColumnViewerInformationControlToolTipSupport.PathLocationListener
 
traverse(IStructuredContentProvider, String[], int) - Method in class org.eclipse.emf.common.ui.viewer.ColumnViewerInformationControlToolTipSupport.PathLocationListener
 
traverse(ITreeContentProvider, Object, String[], int) - Method in class org.eclipse.emf.common.ui.viewer.ColumnViewerInformationControlToolTipSupport.PathLocationListener
 
traverse(Node, XMLLoadImpl.AttributesProxy, DefaultHandler, LexicalHandler) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLLoadImpl
 
traverse(List<? extends EObject>) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
traverse(IContainer, Set<IResource>) - Method in class org.eclipse.emf.importer.java.builder.JavaEcoreBuilder
Walks the container recursively.
traverse(IFile) - Method in class org.eclipse.emf.importer.java.builder.JavaEcoreBuilder
Analyzes .java files as compilation units.
traverse(RoseVisitor) - Method in class org.eclipse.emf.importer.rose.builder.RoseWalker
 
traverse(String, RoseNode, UnitTreeNode) - Method in class org.eclipse.emf.importer.rose.builder.UnitTreeBuilder
 
traverseElement(Element, XMLLoadImpl.AttributesProxy, DefaultHandler, LexicalHandler) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLLoadImpl
Special case: traversing root element using namespaces in scope
traverseEPackages(List<EPackage>) - Method in class org.eclipse.emf.importer.ecore.EcoreImporterApplication
 
traverseEPackages(List<EPackage>) - Method in class org.eclipse.emf.importer.java.JavaImporterApplication
 
traverseEPackages(UnitTreeNode) - Method in class org.eclipse.emf.importer.rose.RoseImporter
 
traverseEPackages(List<EPackage>) - Method in class org.eclipse.emf.importer.rose.RoseImporterApplication
 
traverseGenPackages(List<GenPackage>) - Method in class org.eclipse.emf.importer.ModelImporter
 
traverseOut(UnitTreeNode, int) - Method in class org.eclipse.emf.importer.rose.builder.RoseUtil
 
traverseTree(List<Integer>) - Method in class org.eclipse.emf.importer.rose.parser.RoseParser
 
tree - Variable in class org.eclipse.emf.common.ui.celleditor.ExtendedTreeEditor
 
tree - Variable in class org.eclipse.emf.converter.util.ConverterUIUtil.TreeCheckStateManager
 
TREE_NODE - Static variable in interface org.eclipse.emf.edit.tree.TreePackage.Literals
The meta object literal for the 'Node' class
TREE_NODE - Static variable in interface org.eclipse.emf.edit.tree.TreePackage
The meta object id for the 'Node' class
TREE_NODE__CHILDREN - Static variable in interface org.eclipse.emf.edit.tree.TreePackage.Literals
The meta object literal for the 'Children' containment reference list feature
TREE_NODE__CHILDREN - Static variable in interface org.eclipse.emf.edit.tree.TreePackage
The feature id for the 'Children' containment reference list
TREE_NODE__DATA - Static variable in interface org.eclipse.emf.edit.tree.TreePackage.Literals
The meta object literal for the 'Data' reference feature
TREE_NODE__DATA - Static variable in interface org.eclipse.emf.edit.tree.TreePackage
The feature id for the 'Data' reference
TREE_NODE__PARENT - Static variable in interface org.eclipse.emf.edit.tree.TreePackage.Literals
The meta object literal for the 'Parent' container reference feature
TREE_NODE__PARENT - Static variable in interface org.eclipse.emf.edit.tree.TreePackage
The feature id for the 'Parent' container reference
TREE_NODE_FEATURE_COUNT - Static variable in interface org.eclipse.emf.edit.tree.TreePackage
The number of structural features of the 'Node' class
TreeAdapterFactory - Class in org.eclipse.emf.edit.tree.util
The Adapter Factory for the model.
TreeAdapterFactory() - Constructor for class org.eclipse.emf.edit.tree.util.TreeAdapterFactory
Creates an instance of the adapter factory
treeDisposed() - Method in class org.eclipse.emf.converter.util.ConverterUIUtil.TreeCheckStateManager
 
TreeFactory - Interface in org.eclipse.emf.edit.tree
The Factory for the model.
TreeFactoryImpl - Class in org.eclipse.emf.edit.tree.impl
An implementation of the model Factory
TreeFactoryImpl() - Constructor for class org.eclipse.emf.edit.tree.impl.TreeFactoryImpl
Creates an instance of the factory
TreeItemProviderAdapterFactory - Class in org.eclipse.emf.edit.tree.provider
This is the factory that is used to provide the interfaces needed to support Viewers.
TreeItemProviderAdapterFactory() - Constructor for class org.eclipse.emf.edit.tree.provider.TreeItemProviderAdapterFactory
This constructs an instance.
TreeIterator<E> - Interface in org.eclipse.emf.common.util
A mechanism for iterating over all the nodes of a tree; it provides the capability to prune the iteration so that all descendants of a particular node are skipped.
treeIterator(Object) - Method in class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain
This returns a tree iterator that will yield the object, the children of the object, their children, and so on.
treeIterator(Object) - Method in interface org.eclipse.emf.edit.domain.EditingDomain
This returns a tree iterator that will yield the object, the children of the object, their children, and so on.
treeIterator() - Method in class org.eclipse.emf.mapping.impl.MappingImpl
 
treeIterator(boolean) - Method in class org.eclipse.emf.mapping.impl.MappingImpl
 
treeIterator() - Method in interface org.eclipse.emf.mapping.Mapping
This returns a tree iterator that iterates over this mapping, all it's nested mappings, and their nested mappings, and so on.
treeIterator(boolean) - Method in interface org.eclipse.emf.mapping.Mapping
This returns a tree iterator that iterates over this mapping (but only if includeRoot is true), all it's nested mappings, and their nested mappings, and so on.
TreeNode - Interface in org.eclipse.emf.edit.tree
A representation of the model object 'Node'
TreeNodeImpl - Class in org.eclipse.emf.edit.tree.impl
An implementation of the model object 'Node'
TreeNodeImpl() - Constructor for class org.eclipse.emf.edit.tree.impl.TreeNodeImpl
 
TreeNodeItemProvider - Class in org.eclipse.emf.edit.tree.provider
This is the item provider adapter for a TreeNode object.
TreeNodeItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.edit.tree.provider.TreeNodeItemProvider
This constructs an instance from a factory and a notifier.
TreePackage - Interface in org.eclipse.emf.edit.tree
The Package for the model.
TreePackage.Literals - Interface in org.eclipse.emf.edit.tree
Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
TreePackageImpl - Class in org.eclipse.emf.edit.tree.impl
An implementation of the model Package
TreeSwitch<T> - Class in org.eclipse.emf.edit.tree.util
The Switch for the model's inheritance hierarchy.
TreeSwitch() - Constructor for class org.eclipse.emf.edit.tree.util.TreeSwitch
Creates an instance of the switch
treeViewer - Variable in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryEditor
This shows how a tree view works
treeViewer - Variable in class org.eclipse.emf.java.presentation.JavaEditor
This shows how a tree view works
treeViewer - Variable in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLEditor
This shows how a tree view works
treeViewerWithColumns - Variable in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryEditor
This shows how a tree view with columns works
treeViewerWithColumns - Variable in class org.eclipse.emf.java.presentation.JavaEditor
This shows how a tree view with columns works
treeViewerWithColumns - Variable in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLEditor
This shows how a tree view with columns works
trimExtraNewLine - Variable in class org.eclipse.emf.codegen.jet.JETReader
 
trimFileExtension() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
trimFileExtension() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
trimFileExtension() - Method in class org.eclipse.emf.common.util.URI
If this URI has a non-null fileExtension, returns the URI formed by removing it; this URI unchanged, otherwise.
trimFragment() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
trimFragment() - Method in class org.eclipse.emf.common.util.URI
If this URI has a non-null fragment, returns the URI formed by removing it; this URI unchanged, otherwise.
trimQuery() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
trimQuery() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
trimQuery() - Method in class org.eclipse.emf.common.util.URI
If this URI has a non-null query, returns the URI formed by removing it; this URI unchanged, otherwise.
trimQuotes(String) - Static method in class org.eclipse.emf.importer.rose.parser.Util
 
trimSegments(int) - Method in class org.eclipse.emf.common.util.URI.Fragment
 
trimSegments(int) - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
trimSegments(int) - Method in class org.eclipse.emf.common.util.URI
Returns the URI formed by trimming the specified number of segments (including empty segments, such as one representing a trailing separator) from the end of the path of this URI, if hierarchical; otherwise, this URI is returned unchanged.
TRUE - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
type - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelActionBarContributor.ProjectType
 
type - Variable in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJAnnotationTypeMember
Cached type
type - Variable in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJField
Cached type of the field
type - Variable in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTNodeConverter.TypeToEnumConverter
Type that will be converted
type - Variable in class org.eclipse.emf.ecore.xcore.impl.XGenericTypeImpl
The cached value of the 'Type' reference
type - Variable in class org.eclipse.emf.ecore.xcore.impl.XTypedElementImpl
The cached value of the 'Type' containment reference
TYPE - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
 
TYPE - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
type - Variable in class org.eclipse.emf.importer.rose.parser.RoseNode
 
type - Variable in class org.eclipse.emf.java.impl.JFieldImpl
The cached value of the 'Type' reference
type - Variable in class org.eclipse.emf.java.impl.JParameterImpl
The cached value of the 'Type' reference
type - Variable in class org.eclipse.emf.oda.ecore.impl.Query
 
type - Variable in class org.eclipse.emf.oda.ecore.impl.ResultSetMetaData.EClass
 
type - Variable in class org.eclipse.emf.oda.ecore.impl.ResultSetMetaData.EDataType
 
type - Variable in class org.eclipse.emf.oda.ecore.ui.impl.EcoreDataSetWizardPage.Variable
 
TYPE_ATTRIB - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
TYPE_CONVERTER - Static variable in interface org.eclipse.emf.mapping.MappingPackage.Literals
The meta object literal for the 'Type Converter' class
TYPE_CONVERTER - Static variable in interface org.eclipse.emf.mapping.MappingPackage
The meta object id for the 'Type Converter' class
TYPE_CONVERTER__HELPED_OBJECT - Static variable in interface org.eclipse.emf.mapping.MappingPackage
The feature id for the 'Helped Object' reference
TYPE_CONVERTER__MAPPER - Static variable in interface org.eclipse.emf.mapping.MappingPackage
The feature id for the 'Mapper' container reference
TYPE_CONVERTER__NESTED - Static variable in interface org.eclipse.emf.mapping.MappingPackage
The feature id for the 'Nested' containment reference list
TYPE_CONVERTER__NESTED_IN - Static variable in interface org.eclipse.emf.mapping.MappingPackage
The feature id for the 'Nested In' container reference
TYPE_CONVERTER_FEATURE_COUNT - Static variable in interface org.eclipse.emf.mapping.MappingPackage
The number of structural features of the 'Type Converter' class
TYPE_DEFAULT - Static variable in interface org.eclipse.emf.importer.ui.contribution.ModelImporterDescriptor
 
TYPE_FILE - Static variable in interface org.eclipse.emf.importer.ui.contribution.ModelImporterDescriptor
 
TYPE_ID - Static variable in class org.eclipse.emf.edit.ui.dnd.LocalTransfer
This is the ID that is registered to the name.
TYPE_NAME - Static variable in class org.eclipse.emf.edit.ui.dnd.LocalTransfer
This is the register transfer type name.
TYPE_PARAMETER_REFERENCE_SCHEME - Static variable in class org.eclipse.emf.ecore.xcore.util.XcoreJvmInferrer
 
TYPE_PARAMETER_REFERENCE_SCHEME_BASE_URI - Static variable in class org.eclipse.emf.ecore.xcore.util.XcoreJvmInferrer
 
TYPE_PROJECT - Static variable in interface org.eclipse.emf.importer.ui.contribution.ModelImporterDescriptor
 
TYPE_PROPERTY_NAME - Static variable in class org.eclipse.emf.oda.ecore.impl.Query
 
TYPE_SAFE_ENUM_COMPATIBLE_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumImpl
The default value of the 'Type Safe Enum Compatible' attribute
typeArguments - Variable in class org.eclipse.emf.ecore.xcore.impl.XGenericTypeImpl
The cached value of the 'Type Arguments' containment reference list
typeChildren - Variable in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTNodeConverter.TypeToEnumConverter
List of children of the type
TypeConverter - Interface in org.eclipse.emf.mapping
A representation of the model object 'Type Converter'
TypeConverterImpl - Class in org.eclipse.emf.mapping.impl
An implementation of the model object 'Type Converter'
TypeConverterImpl() - Constructor for class org.eclipse.emf.mapping.impl.TypeConverterImpl
 
typeConverterItemProvider - Variable in class org.eclipse.emf.mapping.provider.MappingItemProviderAdapterFactory
This keeps track of the one adapter used for all TypeConverter instances.
TypeConverterItemProvider - Class in org.eclipse.emf.mapping.provider
This is the item provider adpater for a TypeConverter object.
TypeConverterItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.mapping.provider.TypeConverterItemProvider
This constructs an instance from a factory and a notifier.
typeESet - Variable in class org.eclipse.emf.ecore.xcore.impl.XTypedElementImpl
This is true if the Type containment reference has been set
typeMap - Variable in class org.eclipse.emf.codegen.jmerge.JPatternDictionary
Deprecated.
 
typeMapping - Variable in class org.eclipse.emf.mapping.impl.MappingImpl
The cached value of the 'Type Mapping' reference
typeMappingHelper - Variable in class org.eclipse.emf.mapping.provider.MappingItemProvider.TypeMappingHelperWrapper
 
TypeMatchMappingAction - Class in org.eclipse.emf.mapping.action
 
TypeMatchMappingAction() - Constructor for class org.eclipse.emf.mapping.action.TypeMatchMappingAction
 
typeMatchMappingAction - Variable in class org.eclipse.emf.mapping.presentation.MappingEditor.ActionBarContributor
 
TypeMatchMappingAction.DelegateCommand - Class in org.eclipse.emf.mapping.action
 
TypeMatchMappingAction.DelegateCommand(EditingDomain, CommandParameter) - Constructor for class org.eclipse.emf.mapping.action.TypeMatchMappingAction.DelegateCommand
 
TypeMatchMappingCommand - Class in org.eclipse.emf.mapping.command
 
TypeMatchMappingCommand(MappingDomain, Mapping) - Constructor for class org.eclipse.emf.mapping.command.TypeMatchMappingCommand
 
typeParameters - Variable in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJMethod
 
typeParameters - Variable in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJType
Cached type parameters
typeParameters - Variable in class org.eclipse.emf.ecore.xcore.impl.XClassifierImpl
The cached value of the 'Type Parameters' containment reference list
typeParameters - Variable in class org.eclipse.emf.ecore.xcore.impl.XOperationImpl
The cached value of the 'Type Parameters' containment reference list
types - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
types - Variable in class org.eclipse.emf.importer.ui.contribution.ModelImporterManager.ModelImporterDescriptorImpl
 
types - Variable in class org.eclipse.emf.java.impl.JClassImpl
 
types - Variable in class org.eclipse.emf.java.impl.JCompilationUnitImpl
The cached value of the 'Types' containment reference list
types - Variable in class org.eclipse.emf.java.impl.JPackageImpl
The cached value of the 'Types' reference list
typeSafeEnumCompatible - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenEnumImpl
The cached value of the 'Type Safe Enum Compatible' attribute
TypeScopeWithWildcardImports - Class in org.eclipse.emf.ecore.xcore.scoping.types
 
TypeScopeWithWildcardImports(ImportNormalizer[][], AbstractTypeScope) - Constructor for class org.eclipse.emf.ecore.xcore.scoping.types.TypeScopeWithWildcardImports
 
TypeScopeWithWildcardImports(List<ImportNormalizer>, AbstractTypeScope, AbstractXcoreScope) - Constructor for class org.eclipse.emf.ecore.xcore.scoping.types.TypeScopeWithWildcardImports
 
typeTable - Variable in class org.eclipse.emf.importer.rose.builder.RoseUtil
 

U

UABSTRACT - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
UID - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
UIMPLEMENTATION - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
UMLNOTATION - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
UNBOUNDED_MULTIPLICITY - Static variable in interface org.eclipse.emf.ecore.ETypedElement
A value indicating that there is no upper bound.
uncapName(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenBase
 
uncapName(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
uncapName(String, Locale) - Static method in class org.eclipse.emf.codegen.util.CodeGenUtil
 
uncapName(String) - Static method in class org.eclipse.emf.codegen.util.CodeGenUtil
 
uncapPrefixedName(String) - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenBase
 
uncapPrefixedName(String) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
uncapPrefixedName(String, boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
 
uncapPrefixedName(String, boolean, Locale) - Static method in class org.eclipse.emf.codegen.util.CodeGenUtil
 
uncapPrefixedName(String, boolean) - Static method in class org.eclipse.emf.codegen.util.CodeGenUtil
 
underlyingList - Variable in class org.eclipse.emf.common.util.DelegatingEList.UnmodifiableEList
 
undo() - Method in class org.eclipse.emf.common.command.AbstractCommand
Throws a runtime exception.
undo() - Method in class org.eclipse.emf.common.command.BasicCommandStack
 
undo() - Method in interface org.eclipse.emf.common.command.Command
Performs the command activity required to undo the effects of a preceding execute (or redo).
undo() - Method in interface org.eclipse.emf.common.command.CommandStack
Moves the top of the stack down, undoing what was formerly the top command.
undo() - Method in class org.eclipse.emf.common.command.CommandWrapper
Delegates to the undo method of the command.
undo() - Method in class org.eclipse.emf.common.command.CompoundCommand
Calls Command.undo() for each command in the list, in reverse order.
undo() - Method in class org.eclipse.emf.common.command.IdentityCommand
Do nothing.
undo() - Method in class org.eclipse.emf.common.command.StrictCompoundCommand
Calls Command.undo() for each command in the list.
undo() - Method in class org.eclipse.emf.edit.command.AbstractOverrideableCommand
 
undo() - Method in class org.eclipse.emf.edit.command.ChangeCommand
 
undo() - Method in class org.eclipse.emf.edit.command.CreateChildCommand
This undoes the wrapped command and sets the affected objects to the original selection.
undo() - Method in class org.eclipse.emf.edit.command.CutToClipboardCommand
 
undo() - Method in class org.eclipse.emf.edit.command.DragAndDropCommand
 
undo() - Method in class org.eclipse.emf.mapping.command.AddMappingCommand
 
undo() - Method in class org.eclipse.emf.mapping.command.AddOverrideCommand
 
undo() - Method in class org.eclipse.emf.mapping.command.CreateCopyOverrideCommand
 
undo() - Method in class org.eclipse.emf.mapping.command.CreateMappingCommand
 
undo() - Method in class org.eclipse.emf.mapping.command.InitializeCopyOverrideCommand
 
undo() - Method in class org.eclipse.emf.mapping.command.RemoveMappingCommand
 
undo() - Method in class org.eclipse.emf.mapping.command.RemoveOverrideCommand
 
undo() - Method in class org.eclipse.emf.mapping.command.RestoreInitialStateCommand
 
undo() - Method in class org.eclipse.emf.mapping.command.SetOverrideCommand
 
undoAction - Variable in class org.eclipse.emf.edit.ui.action.EditingDomainActionBarContributor
This is the action used to implement undo.
UndoAction - Class in org.eclipse.emf.edit.ui.action
An undo action is implemented by using the CommandStack.
UndoAction - Class in org.eclipse.emf.edit.ui.action
An undo action is implemented by using the CommandStack.
UndoAction(EditingDomain) - Constructor for class org.eclipse.emf.edit.ui.action.UndoAction
 
UndoAction() - Constructor for class org.eclipse.emf.edit.ui.action.UndoAction
 
unescape(char, char) - Static method in class org.eclipse.emf.common.util.URI
 
UnexecutableCommand - Class in org.eclipse.emf.common.command
A singleton UnexecutableCommand.INSTANCE that cannot execute.
unhookListener(Object) - Method in class org.eclipse.emf.databinding.EObjectObservableMap
 
UNICODE_FORMAT - Static variable in class org.eclipse.emf.ecore.resource.impl.DESCipherImpl
 
unicodeEscapeEncode(String) - Static method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl
Deprecated.
In EMF 2.2, this moved to CodeGenUtil. This copy will be removed after 2.2.
unicodeEscapeEncode(String) - Static method in class org.eclipse.emf.codegen.util.CodeGenUtil
Performs escape encoding on the given string so that it can be represented using 1-byte characters.
UNINITIALIZED_EDATA_TYPE - Static variable in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
UNINITIALIZED_ESTRUCTURAL_FEATURE - Static variable in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
UNINITIALIZED_INT - Static variable in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
UNINITIALIZED_STRING - Static variable in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
UNION_DERIVATION - Static variable in interface org.eclipse.emf.ecore.util.ExtendedMetaData
The derivation kind ID for union.
unique - Variable in class org.eclipse.emf.ecore.xcore.impl.XTypedElementImpl
The cached value of the 'Unique' attribute
unique - Variable in class org.eclipse.emf.edit.ui.celleditor.FeatureEditorDialog
 
UNIQUE_CLASSIFIER_NAMES - Static variable in class org.eclipse.emf.ecore.util.EcoreValidator
 
UNIQUE_EDEFAULT - Static variable in class org.eclipse.emf.ecore.impl.ETypedElementImpl
The default value of the 'Unique' attribute
UNIQUE_EDEFAULT - Static variable in class org.eclipse.emf.ecore.xcore.impl.XTypedElementImpl
The default value of the 'Unique' attribute
UNIQUE_EFLAG - Static variable in class org.eclipse.emf.ecore.impl.ETypedElementImpl
The flag representing the value of the 'Unique' attribute
UNIQUE_ENUMERATOR_LITERALS - Static variable in class org.eclipse.emf.ecore.util.EcoreValidator
 
UNIQUE_ENUMERATOR_NAMES - Static variable in class org.eclipse.emf.ecore.util.EcoreValidator
 
UNIQUE_FEATURE_NAMES - Static variable in class org.eclipse.emf.ecore.util.EcoreValidator
 
UNIQUE_NS_URIS - Static variable in class org.eclipse.emf.ecore.util.EcoreValidator
 
UNIQUE_OPERATION_SIGNATURES - Static variable in class org.eclipse.emf.ecore.util.EcoreValidator
 
UNIQUE_PARAMETER_NAMES - Static variable in class org.eclipse.emf.ecore.util.EcoreValidator
 
UNIQUE_SUBPACKAGE_NAMES - Static variable in class org.eclipse.emf.ecore.util.EcoreValidator
 
UNIQUE_TYPE_PARAMETER_NAMES - Static variable in class org.eclipse.emf.ecore.util.EcoreValidator
 
UniqueEList<E> - Class in org.eclipse.emf.common.util
A BasicEList that allows only unique elements.
UniqueEList() - Constructor for class org.eclipse.emf.common.util.UniqueEList
Creates an empty instance with no initial capacity.
UniqueEList(int) - Constructor for class org.eclipse.emf.common.util.UniqueEList
Creates an empty instance with the given capacity.
UniqueEList(Collection<? extends E>) - Constructor for class org.eclipse.emf.common.util.UniqueEList
Creates an instance that is a copy of the collection, with duplicates removed.
UniqueEList.FastCompare<E> - Class in org.eclipse.emf.common.util
A UniqueEList that uses == instead of equals to compare members.
UniqueEList.FastCompare() - Constructor for class org.eclipse.emf.common.util.UniqueEList.FastCompare
Creates an empty instance with no initial capacity.
UniqueEList.FastCompare(int) - Constructor for class org.eclipse.emf.common.util.UniqueEList.FastCompare
Creates an empty instance with the given capacity.
UniqueEList.FastCompare(Collection<? extends E>) - Constructor for class org.eclipse.emf.common.util.UniqueEList.FastCompare
Creates an instance that is a copy of the collection, with duplicates removed.
uniqueNameMap - Variable in class org.eclipse.emf.ecore.provider.EModelElementItemProvider.ItemPropertyDescriptorWithUniqueChoiceOfValueLabels
 
UNIT_REFERENCE_LIST - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
UNITIALIZED_STRING - Static variable in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJNode
Default value used as default value of fields of subclasses.
UnitTreeBuilder - Class in org.eclipse.emf.importer.rose.builder
Traverses the Rose files the first time to build unit tree and class information.
UnitTreeBuilder(RoseUtil) - Constructor for class org.eclipse.emf.importer.rose.builder.UnitTreeBuilder
 
UnitTreeNode - Class in org.eclipse.emf.importer.rose.builder
 
UnitTreeNode(String, String, String) - Constructor for class org.eclipse.emf.importer.rose.builder.UnitTreeNode
 
unitTreeNode - Variable in class org.eclipse.emf.importer.rose.RoseImporter
 
UNKNOWN - Static variable in interface org.eclipse.emf.common.util.Monitor
Represents an unknown amount or work.
UNKNOWN_FEATURE_TYPE - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
unload() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
 
unload() - Method in interface org.eclipse.emf.ecore.resource.Resource
Clears the contents, errors, and warnings of the resource and marks it as unloaded.
unloaded(InternalEObject) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
Called when the object is unloaded.
unloadedEObjects - Variable in class org.eclipse.emf.ecore.util.ECrossReferenceAdapter
 
unloadedResources - Variable in class org.eclipse.emf.ecore.util.ECrossReferenceAdapter
 
unloadingContents - Variable in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
A copy of the contents list while the contents are being unloaded.
unloadRoot(EObject) - Method in class org.eclipse.emf.ecore.xcore.resource.XcoreReferableElementsUnloader
 
UNMAPPED_EMOF_EDATATYPE_HREF_PREFIX - Static variable in class org.eclipse.emf.ecore.xmi.impl.EMOFExtendedMetaData
 
unmarkNodeForRemoval(ASTNode) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.CommentAwareSourceRangeComputer
Unmark the node as the node for removal.
unmodifiableEList(EList<? extends T>) - Static method in class org.eclipse.emf.common.util.ECollections
Returns an unmodifiable view of the list.
unmodifiableEList(List<? extends T>) - Static method in class org.eclipse.emf.common.util.ECollections
Returns an unmodifiable view of the list.
unmodifiableEMap(EMap<? extends K, ? extends V>) - Static method in class org.eclipse.emf.common.util.ECollections
Returns an unmodifiable view of the map.
unmodifiableView(EList<? extends T>) - Static method in class org.eclipse.emf.ecore.xcore.lib.XcoreEListExtensions
Returns an unmodifiable view of the specified list.
UNNAMED - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
unordered - Variable in class org.eclipse.emf.ecore.xcore.impl.XTypedElementImpl
The cached value of the 'Unordered' attribute
UNORDERED_EDEFAULT - Static variable in class org.eclipse.emf.ecore.xcore.impl.XTypedElementImpl
The default value of the 'Unordered' attribute
unparsedEntityDecl(String, String, String, String) - Method in class org.eclipse.emf.ecore.xmi.impl.SAXWrapper
Deprecated.
 
unparsedEntityDecl(String, String, String, String) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
unregisterSelectionListener(IWorkbenchPart) - Method in class org.eclipse.emf.edit.ui.action.DelegatingCommandAction
 
unregisterSelectionListener(IEditorPart) - Method in class org.eclipse.emf.edit.ui.action.DelegatingCommandAction
Deprecated.
As of EMF 2.1.0, replaced by unregisterSelectionListener.
UNRESERVED_HI - Static variable in class org.eclipse.emf.common.util.URI
 
UNRESERVED_LO - Static variable in class org.eclipse.emf.common.util.URI
 
UnresolvedReferenceException - Exception in org.eclipse.emf.ecore.xmi
 
UnresolvedReferenceException(String, String, int, int) - Constructor for exception org.eclipse.emf.ecore.xmi.UnresolvedReferenceException
 
UNSET - Static variable in interface org.eclipse.emf.common.notify.Notification
An event type indicating that a feature of the notifier has been unset.
unset() - Method in interface org.eclipse.emf.ecore.EStructuralFeature.Setting
Unsets the value held by the feature of the object.
unset() - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.BasicEStoreEList
 
unset(InternalEObject, EStructuralFeature) - Method in class org.eclipse.emf.ecore.impl.EStoreEObjectImpl.EStoreImpl
 
unset() - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.SettingMany
 
unset(InternalEObject, EStructuralFeature) - Method in interface org.eclipse.emf.ecore.InternalEObject.EStore
Unsets the feature of the object.
unset(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
unset() - Method in class org.eclipse.emf.ecore.util.BasicInternalEList.Unsettable
 
unset(InternalEObject) - Method in class org.eclipse.emf.ecore.util.BasicSettingDelegate.Stateless
Unsets the values of this delegate's feature for the owner.
unset() - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList.Generic
 
unset() - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList.UnmodifiableEList
 
unset() - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList
 
unset() - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList.Unsettable
 
unset(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
unset() - Method in class org.eclipse.emf.ecore.util.EcoreEList.Generic
 
unset() - Method in class org.eclipse.emf.ecore.util.EcoreEList.UnmodifiableEList
 
unset() - Method in class org.eclipse.emf.ecore.util.EcoreEList
 
unset() - Method in class org.eclipse.emf.ecore.util.EcoreEMap
 
unset() - Method in class org.eclipse.emf.ecore.util.EcoreEMap.Unsettable.UnsettableDelegateEObjectContainmentEList
 
unset() - Method in class org.eclipse.emf.ecore.util.EcoreEMap.Unsettable.UnsettableDelegateEObjectContainmentWithInverseEList
 
UNSET - Static variable in class org.eclipse.emf.ecore.util.EcoreUtil
Identifier for the unset accessor.
unset() - Method in class org.eclipse.emf.ecore.util.EDataTypeEList.Unsettable
 
unset() - Method in class org.eclipse.emf.ecore.util.EObjectContainmentEList.Unsettable
 
unset() - Method in class org.eclipse.emf.ecore.util.EObjectContainmentWithInverseEList.Unsettable
 
unset() - Method in class org.eclipse.emf.ecore.util.EObjectEList.Unsettable
 
unset() - Method in class org.eclipse.emf.ecore.util.EObjectWithInverseEList.Unsettable
 
unset(EStructuralFeature) - Method in interface org.eclipse.emf.ecore.util.FeatureMap
 
unset() - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureEList
 
unset(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureFeatureMap
 
unset() - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureValue
 
unset() - Method in interface org.eclipse.emf.ecore.util.InternalEList.Unsettable
Unsets the value held by the feature of the object.
UNSET_VALUE - Static variable in class org.eclipse.emf.edit.command.SetCommand
Specify this as the value in order to unset a feature.
unsetAccessorOperations - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl
 
unsetBody - Variable in class org.eclipse.emf.ecore.xcore.impl.XStructuralFeatureImpl
The cached value of the 'Unset Body' containment reference
unsetCategory() - Method in interface org.eclipse.emf.examples.extlibrary.Book
Unsets the value of the 'Category' attribute
unsetCategory() - Method in class org.eclipse.emf.examples.extlibrary.impl.BookImpl
 
unsetCreateChild() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenFeature
Unsets the value of the 'Create Child' attribute
unsetCreateChild() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenFeatureImpl
 
unsetEditDirectory() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Unsets the value of the 'Edit Directory' attribute
unsetEditDirectory() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
unsetEditorDirectory() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Unsets the value of the 'Editor Directory' attribute
unsetEditorDirectory() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
unsetEditorPluginClass() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Unsets the value of the 'Editor Plugin Class' attribute
unsetEditorPluginClass() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
unsetEditPluginClass() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Unsets the value of the 'Edit Plugin Class' attribute
unsetEditPluginClass() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
unsetEExceptions() - Method in class org.eclipse.emf.ecore.impl.EOperationImpl
 
unsetEGenericExceptions() - Method in class org.eclipse.emf.ecore.impl.EOperationImpl
 
unsetEGenericSuperTypes() - Method in class org.eclipse.emf.ecore.impl.EClassImpl
 
unsetEGenericType() - Method in class org.eclipse.emf.ecore.impl.ETypedElementImpl
 
unsetESuperTypes() - Method in class org.eclipse.emf.ecore.impl.EClassImpl
 
unsetEType() - Method in class org.eclipse.emf.ecore.impl.ETypedElementImpl
 
unsetExceptions() - Method in class org.eclipse.emf.ecore.xcore.impl.XOperationImpl
 
unsetFeature() - Method in interface org.eclipse.emf.ecore.change.FeatureChange
Unsets the value of the 'Feature' reference
unsetFeature() - Method in interface org.eclipse.emf.ecore.change.FeatureMapEntry
Unsets the value of the 'Feature' reference
unsetFeature() - Method in class org.eclipse.emf.ecore.change.impl.FeatureChangeImpl
 
unsetFeature() - Method in class org.eclipse.emf.ecore.change.impl.FeatureMapEntryImpl
 
unsetFeatureName() - Method in interface org.eclipse.emf.ecore.change.FeatureChange
Unsets the value of the 'Feature Name' attribute
unsetFeatureName() - Method in interface org.eclipse.emf.ecore.change.FeatureMapEntry
Unsets the value of the 'Feature Name' attribute
unsetFeatureName() - Method in class org.eclipse.emf.ecore.change.impl.FeatureChangeImpl
 
unsetFeatureName() - Method in class org.eclipse.emf.ecore.change.impl.FeatureMapEntryImpl
 
unsetInstanceClassName() - Method in class org.eclipse.emf.ecore.impl.EClassifierImpl
 
unsetInstanceTypeName() - Method in class org.eclipse.emf.ecore.impl.EClassifierImpl
 
unsetMapping(XPackage) - Method in class org.eclipse.emf.ecore.xcore.mappings.XcoreMapper
 
unsetRuntimeVersion() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Unsets the value of the 'Runtime Version' attribute
unsetRuntimeVersion() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
unsetSpace() - Method in class org.eclipse.emf.ecore.xml.namespace.impl.XMLNamespaceDocumentRootImpl
 
unsetSpace() - Method in interface org.eclipse.emf.ecore.xml.namespace.XMLNamespaceDocumentRoot
Unsets the value of the 'Space' attribute
unsetSuperTypes() - Method in class org.eclipse.emf.ecore.xcore.impl.XClassImpl
 
unsettable - Variable in class org.eclipse.emf.ecore.xcore.impl.XStructuralFeatureImpl
The cached value of the 'Unsettable' attribute
UNSETTABLE_EDEFAULT - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
The default value of the 'Unsettable' attribute
UNSETTABLE_EDEFAULT - Static variable in class org.eclipse.emf.ecore.xcore.impl.XStructuralFeatureImpl
The default value of the 'Unsettable' attribute
UNSETTABLE_EFLAG - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
The flag representing the value of the 'Unsettable' attribute
unsettablePrimitive - Variable in class org.eclipse.emf.importer.rose.builder.RoseEcoreBuilder
 
unsettablePrimitive - Variable in class org.eclipse.emf.importer.rose.RoseImporter
 
unsettablePrimitive - Variable in class org.eclipse.emf.importer.rose.RoseImporterApplication
 
unsetTarget(Notifier) - Method in interface org.eclipse.emf.common.notify.Adapter.Internal
Unsets the target from which the adapter will receive notification.
unsetTarget(Notifier) - Method in class org.eclipse.emf.common.notify.impl.AdapterImpl
 
unsetTarget(Notifier) - Method in class org.eclipse.emf.common.notify.impl.SingletonAdapterImpl
 
unsetTarget(Notifier) - Method in class org.eclipse.emf.ecore.change.util.ChangeRecorder
 
unsetTarget(Resource) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.MappedResourceLocator.ResourceAdapter
 
unsetTarget(Notifier) - Method in class org.eclipse.emf.ecore.util.EContentAdapter
Handles undoing the installation of the adapter by removing the adapter from each of the directly contained objects.
unsetTarget(Object) - Method in class org.eclipse.emf.ecore.util.EContentAdapter
Deprecated.
Use or override EContentAdapter.unsetTarget(Notifier) instead.
unsetTarget(EObject) - Method in class org.eclipse.emf.ecore.util.EContentAdapter
Handles undoing the installation of the adapter from an EObject by removing the adapter from each of the directly contained objects.
unsetTarget(Resource) - Method in class org.eclipse.emf.ecore.util.EContentAdapter
Handles undoing the installation of the adapter from a Resource by removing the adapter from each of the directly contained objects.
unsetTarget(ResourceSet) - Method in class org.eclipse.emf.ecore.util.EContentAdapter
Handles undoing the installation of the adapter from a ResourceSet by removing the adapter from each of the directly contained objects.
unsetTarget(Notifier) - Method in class org.eclipse.emf.ecore.util.ECrossReferenceAdapter
Handles undoing the installation of the adapter by removing the adapter to each of the directly contained objects.
unsetTarget(EObject) - Method in class org.eclipse.emf.ecore.util.ECrossReferenceAdapter
Handles undoing the installation of the adapter from an EObject by removing the adapter to each of the directly contained objects.
unsetTarget(Resource) - Method in class org.eclipse.emf.ecore.util.ECrossReferenceAdapter
Handles undoing the installation of the adapter from a Resource by removing the adapter to each of the directly contained objects.
unsetTarget(ResourceSet) - Method in class org.eclipse.emf.ecore.util.ECrossReferenceAdapter
Handles undoing the installation of the adapter from a ResourceSet by removing the adapter to each of the directly contained objects.
unsetTarget(Notifier) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
 
unsetTarget(Resource) - Method in class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator.DiagnosticAdapter
 
unsetTestsDirectory() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Unsets the value of the 'Tests Directory' attribute
unsetTestsDirectory() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
unsetTestSuiteClass() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
Unsets the value of the 'Test Suite Class' attribute
unsetTestSuiteClass() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
unsetType() - Method in class org.eclipse.emf.ecore.xcore.impl.XTypedElementImpl
 
UNSIGNED_BYTE - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage.Literals
The meta object literal for the 'Unsigned Byte' data type
UNSIGNED_BYTE - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
The meta object id for the 'Unsigned Byte' data type
UNSIGNED_BYTE__MAX__VALUE - Static variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
 
UNSIGNED_BYTE__MIN__VALUE - Static variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
 
UNSIGNED_BYTE_OBJECT - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage.Literals
The meta object literal for the 'Unsigned Byte Object' data type
UNSIGNED_BYTE_OBJECT - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
The meta object id for the 'Unsigned Byte Object' data type
UNSIGNED_INT - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage.Literals
The meta object literal for the 'Unsigned Int' data type
UNSIGNED_INT - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
The meta object id for the 'Unsigned Int' data type
UNSIGNED_INT__MAX__VALUE - Static variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
 
UNSIGNED_INT__MIN__VALUE - Static variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
 
UNSIGNED_INT_OBJECT - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage.Literals
The meta object literal for the 'Unsigned Int Object' data type
UNSIGNED_INT_OBJECT - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
The meta object id for the 'Unsigned Int Object' data type
UNSIGNED_LONG - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage.Literals
The meta object literal for the 'Unsigned Long' data type
UNSIGNED_LONG - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
The meta object id for the 'Unsigned Long' data type
UNSIGNED_LONG__MAX__VALUE - Static variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
 
UNSIGNED_LONG__MIN__VALUE - Static variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
 
UNSIGNED_SHORT - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage.Literals
The meta object literal for the 'Unsigned Short' data type
UNSIGNED_SHORT - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
The meta object id for the 'Unsigned Short' data type
UNSIGNED_SHORT__MAX__VALUE - Static variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
 
UNSIGNED_SHORT__MIN__VALUE - Static variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
 
UNSIGNED_SHORT_OBJECT - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage.Literals
The meta object literal for the 'Unsigned Short Object' data type
UNSIGNED_SHORT_OBJECT - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
The meta object id for the 'Unsigned Short Object' data type
unsignedByte - Variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
unsignedByteObject - Variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
unsignedInt - Variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
unsignedIntObject - Variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
unsignedLong - Variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
unsignedShort - Variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
unsignedShortObject - Variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
UNSPECIFIED - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource.XMLInfo
These constants are used to specify the XML representation of an Ecore construct.
UNSPECIFIED_CONTENT - Static variable in interface org.eclipse.emf.ecore.util.ExtendedMetaData
The content kind ID for an unspecified kind.
UNSPECIFIED_CONTENT_TYPE - Static variable in interface org.eclipse.emf.ecore.resource.ContentHandler
A constant used to indicate that a content type needs to be computed.
UNSPECIFIED_DERIVATION - Static variable in interface org.eclipse.emf.ecore.util.ExtendedMetaData
The derivation kind ID for an unspecified derivation.
UNSPECIFIED_FEATURE - Static variable in interface org.eclipse.emf.ecore.util.ExtendedMetaData
The feature kind ID for an unspecified kind.
UNSPECIFIED_MULTIPLICITY - Static variable in interface org.eclipse.emf.ecore.ETypedElement
A value indicating that there is an unspecified upper bound.
UNSPECIFIED_PROCESSING - Static variable in interface org.eclipse.emf.ecore.util.ExtendedMetaData
The processing kind ID for unspecified processing.
UNSPECIFIED_WHITE_SPACE - Static variable in interface org.eclipse.emf.ecore.util.ExtendedMetaData
The white space kind ID for an unspecified kind.
untranslatedResourceBundle - Variable in class org.eclipse.emf.common.EMFPlugin.InternalHelper
 
untranslatedResourceBundle - Variable in class org.eclipse.emf.common.util.DelegatingResourceLocator
The resource bundle containing untranslated strings.
untranslatedStrings - Variable in class org.eclipse.emf.common.util.DelegatingResourceLocator
A cache of the untranslated strings.
UNUSED_IMPORT - Static variable in class org.eclipse.emf.ecore.xcore.validation.XcoreIssueCodes
 
unusedImport(Issue, IssueResolutionAcceptor) - Method in class org.eclipse.emf.ecore.xcore.ui.quickfix.XcoreQuickfixProvider
 
unwrap() - Method in class org.eclipse.emf.common.command.CompoundCommand
Returns one of three things: UnexecutableCommand.INSTANCE, if there are no commands, the one command, if there is exactly one command, or this, if there are multiple commands; this command is CompoundCommand.dispose()d in the first two cases.
unwrap(Object) - Static method in class org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain
 
unwrap(Object) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
If the given object implements IWrapperItemProvider, it is unwrapped by obtaining a value from getValue.
unwrap(Object) - Method in class org.eclipse.emf.edit.ui.provider.UnwrappingSelectionProvider
 
unwrapCommandValues(CommandParameter, Class<? extends Command>) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
If the given command parameter contains wrapped values that need to be unwrapped for the given command class to operate on, a new command parameter will be returned, with those values unwrapped; otherwise, the original one is returned.
UnwrappingSelectionProvider - Class in org.eclipse.emf.edit.ui.provider
 
UnwrappingSelectionProvider - Class in org.eclipse.emf.edit.ui.provider
 
UnwrappingSelectionProvider(ISelectionProvider) - Constructor for class org.eclipse.emf.edit.ui.provider.UnwrappingSelectionProvider
 
UOPERATIONS - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
UPARAMETERS - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
update(TableItem, int, Control) - Method in class org.eclipse.emf.common.ui.celleditor.BasicTableEditor
 
update() - Method in class org.eclipse.emf.edit.ui.action.EditingDomainActionBarContributor
 
update() - Method in class org.eclipse.emf.edit.ui.action.LoadResourceAction
 
update() - Method in class org.eclipse.emf.edit.ui.action.RedoAction
 
update() - Method in class org.eclipse.emf.edit.ui.action.UndoAction
 
update(Notifier, Diagnostic) - Static method in class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator.DiagnosticAdapter
Inform all diagnostic adapters associated with the notifier of new diagnostic information.
update() - Method in class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator.LiveValidator.LiveValidationAction
 
update(ViewerCell) - Method in class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator
 
UPDATE_CLASSPATH_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Update Classpath' attribute
updateActionBars() - Method in class org.eclipse.emf.common.ui.ViewerPane
 
updateActions() - Method in class org.eclipse.emf.mapping.presentation.SimpleMappedObjectViewer
 
updateAttributes(String, Map<String, ?>, Map<?, ?>) - Static method in class org.eclipse.emf.ecore.resource.impl.PlatformResourceURIHandlerImpl.WorkbenchHelper
 
updateButtons(Boolean) - Method in class org.eclipse.emf.codegen.ecore.genmodel.handler.GenerateHandler.GenModelGenerationDialog
 
updateChildren() - Method in class org.eclipse.emf.edit.provider.DelegatingWrapperItemProvider
Uses the delegate item provider to get the delegate value's children, assigning the collection to DelegatingWrapperItemProvider.delegateChildren, and to update the DelegatingWrapperItemProvider.childrenMap.
updateChildren(Notification) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
Updates any cached children based on the given notification.
updateClasspath - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Update Classpath' attribute
updateContents(Object) - Method in class org.eclipse.emf.common.ui.celleditor.ExtendedDialogCellEditor
 
updateDesign(DataSetDesign, IConnection, String) - Method in class org.eclipse.emf.oda.ecore.ui.impl.EcoreDataSetWizardPage
Updates the given data set design with the proeprties and derived metadata obtained from the ODA runtime connection.
updateDetails() - Method in class org.eclipse.emf.common.ui.editor.ProblemEditorPart
 
updateDiagnostic(Diagnostic) - Method in class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator.DiagnosticAdapter
 
updateDiagnostic(Diagnostic) - Method in class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator.DiagnosticDecoratorAdapter
 
updateDiagnotics(List<Diagnostic>, Diagnostic) - Method in class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator
 
updateElements() - Method in class org.eclipse.emf.ecore.presentation.EcoreActionBarContributor.ExtendedLoadResourceAction.RegisteredPackageDialog
 
updateElements() - Method in class org.eclipse.emf.ecore.presentation.EcoreActionBarContributor.ExtendedLoadResourceAction.TargetPlatformPackageDialog
 
updateEMap(EObject, EStructuralFeature) - Method in class org.eclipse.emf.edit.command.AbstractOverrideableCommand
If the owner and the feature aren't null, the feature is the key of a map entry class, and the owner is contained in a EMap, then the map is updated to properly reflect the change to the key's hash code.
updateFileName(String, String) - Static method in class org.eclipse.emf.importer.rose.parser.Util
 
updateNewFolderButtonState() - Method in class org.eclipse.emf.common.ui.dialogs.WorkspaceResourceDialog
 
updateObjectToNodeMap(ASTJNode<?>) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTFacadeHelper
Updates wrapped objects to nodes map.
updateParameterDesign(IParameterMetaData, DataSetDesign) - Method in class org.eclipse.emf.oda.ecore.ui.impl.EcoreDataSetWizardPage
Updates the specified data set design's parameter definition based on the specified runtime metadata.
updateProblemIndication - Variable in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
Controls whether the problem indication should be updated
updateProblemIndication() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
Updates the problems indication with the information described in the specified diagnostic
updateProblemIndication - Variable in class org.eclipse.emf.ecore.presentation.EcoreEditor
Controls whether the problem indication should be updated
updateProblemIndication() - Method in class org.eclipse.emf.ecore.presentation.EcoreEditor
Updates the problems indication with the information described in the specified diagnostic
updateProblemIndication - Variable in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryEditor
Controls whether the problem indication should be updated
updateProblemIndication() - Method in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryEditor
Updates the problems indication with the information described in the specified diagnostic
updateProblemIndication - Variable in class org.eclipse.emf.java.presentation.JavaEditor
Controls whether the problem indication should be updated
updateProblemIndication() - Method in class org.eclipse.emf.java.presentation.JavaEditor
Updates the problems indication with the information described in the specified diagnostic
updateProblemIndication - Variable in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLEditor
Controls whether the problem indication should be updated
updateProblemIndication() - Method in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLEditor
Updates the problems indication with the information described in the specified diagnostic
updateQNamePrefix(EFactory, EDataType, Object, boolean) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
updateQNameURI(Object) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
updateResultSetDesign(IResultSetMetaData, DataSetDesign) - Method in class org.eclipse.emf.oda.ecore.ui.impl.EcoreDataSetWizardPage
Updates the specified data set design's result set definition based on the specified runtime metadata.
updateSelection(IStructuredSelection) - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelActionBarContributor.OpenEObjectEditorAction
 
updateSelection(IStructuredSelection) - Method in class org.eclipse.emf.edit.ui.action.CommandActionHandler
When the selection changes, this will call CommandActionHandler.createCommand(java.util.Collection<?>) with the appropriate collection of selected objects.
updateSelection(IStructuredSelection) - Method in class org.eclipse.emf.edit.ui.action.ControlAction
 
updateSelection(IStructuredSelection) - Method in class org.eclipse.emf.edit.ui.action.ValidateAction
 
updateStatus(IStatus) - Method in class org.eclipse.emf.codegen.ecore.genmodel.handler.GenerateHandler.GenModelSelectionDialog
 
updateTitles() - Method in class org.eclipse.emf.common.ui.ViewerPane
Update the title attributes.
updateView() - Method in class org.eclipse.emf.ecore.xcore.ui.AbstractSelectionView
 
updateView() - Method in class org.eclipse.emf.ecore.xcore.ui.EOperationInvocationView
 
upper - Variable in class org.eclipse.emf.importer.rose.parser.RoseLoader
 
upper - Variable in class org.eclipse.emf.importer.rose.parser.RoseWriter
 
UPPER_BOUND_EDEFAULT - Static variable in class org.eclipse.emf.ecore.impl.ETypedElementImpl
The default value of the 'Upper Bound' attribute
upperBound - Variable in class org.eclipse.emf.ecore.impl.ETypedElementImpl
The cached value of the 'Upper Bound' attribute
upperBound - Variable in class org.eclipse.emf.ecore.xcore.impl.XGenericTypeImpl
The cached value of the 'Upper Bound' containment reference
upperCaseName(String) - Method in class org.eclipse.emf.importer.rose.builder.RoseEcoreBuilder
 
upperLocationBound - Variable in class org.eclipse.emf.edit.command.DragAndDropCommand
This keeps track of the upper range of locations in which the effect of this command remains unchanged.
upperName(String, Locale) - Static method in class org.eclipse.emf.codegen.util.CodeGenUtil
 
upperName(String) - Static method in class org.eclipse.emf.codegen.util.CodeGenUtil
 
UPROPERTIES - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
URI - Class in org.eclipse.emf.common.util
A representation of a Uniform Resource Identifier (URI), as specified by RFC 2396, with certain enhancements.
URI(int) - Constructor for class org.eclipse.emf.common.util.URI
 
uri - Variable in class org.eclipse.emf.common.util.URI.Fragment
The base URI.
uri - Variable in class org.eclipse.emf.common.util.URI.URIPool.CachedToString
 
uri - Variable in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
The URI.
uri - Variable in exception org.eclipse.emf.ecore.xmi.PackageNotFoundException
 
uri() - Method in exception org.eclipse.emf.ecore.xmi.PackageNotFoundException
 
URI.Fragment - Class in org.eclipse.emf.common.util
A subclass for representing a URI with a fragment.
URI.Fragment(int, URI, CharSequence) - Constructor for class org.eclipse.emf.common.util.URI.Fragment
Creates an instance from the components.
URI.Hierarchical - Class in org.eclipse.emf.common.util
A subclass for representing a hierarchical URI.
URI.Hierarchical(int, boolean, String, String, String, boolean, String[], String) - Constructor for class org.eclipse.emf.common.util.URI.Hierarchical
Creates an instance from the components, computing the URI.Hierarchical.flags bits.
URI.Opaque - Class in org.eclipse.emf.common.util
A subclass for representing an opaque URI.
URI.Opaque(int, String, String) - Constructor for class org.eclipse.emf.common.util.URI.Opaque
Creates an instance from the components.
URI.URIPool - Class in org.eclipse.emf.common.util
A pool for caching URIs.
URI.URIPool(ReferenceQueue<Object>) - Constructor for class org.eclipse.emf.common.util.URI.URIPool
 
URI.URIPool.CachedToString - Class in org.eclipse.emf.common.util
A specialized weak reference used by Object.toString() that removes the URI's reference when URI.URIPool.CachedToString.clear() is called.
URI.URIPool.CachedToString(URI, String, ReferenceQueue<? super String>) - Constructor for class org.eclipse.emf.common.util.URI.URIPool.CachedToString
 
URI.URIPool.FileAccessUnit - Class in org.eclipse.emf.common.util
An Access unit for file URI string-based access.
URI.URIPool.FileAccessUnit(URI.URIPool.FileAccessUnit.Queue) - Constructor for class org.eclipse.emf.common.util.URI.URIPool.FileAccessUnit
Creates an instance managed by the given queue.
URI.URIPool.FileAccessUnit.Queue - Class in org.eclipse.emf.common.util
 
URI.URIPool.FileAccessUnit.Queue() - Constructor for class org.eclipse.emf.common.util.URI.URIPool.FileAccessUnit.Queue
 
URI.URIPool.PlatformAccessUnit - Class in org.eclipse.emf.common.util
An access units for platform URI string-based access.
URI.URIPool.PlatformAccessUnit(URI.URIPool.PlatformAccessUnit.Queue) - Constructor for class org.eclipse.emf.common.util.URI.URIPool.PlatformAccessUnit
Creates and instance managed by the given queue.
URI.URIPool.PlatformAccessUnit.Queue - Class in org.eclipse.emf.common.util
 
URI.URIPool.PlatformAccessUnit.Queue() - Constructor for class org.eclipse.emf.common.util.URI.URIPool.PlatformAccessUnit.Queue
 
URI.URIPool.StringAccessUnit - Class in org.eclipse.emf.common.util
An access unit for basic string access.
URI.URIPool.StringAccessUnit(URI.URIPool.StringAccessUnit.Queue, URI.URIPool) - Constructor for class org.eclipse.emf.common.util.URI.URIPool.StringAccessUnit
Creates an instance managed by this queue and pool.
URI.URIPool.StringAccessUnit.Queue - Class in org.eclipse.emf.common.util
 
URI.URIPool.StringAccessUnit.Queue(URI.URIPool) - Constructor for class org.eclipse.emf.common.util.URI.URIPool.StringAccessUnit.Queue
 
URI.URIPool.URIComponentsAccessUnit - Class in org.eclipse.emf.common.util
An Access unit for component-based access.
URI.URIPool.URIComponentsAccessUnit(URI.URIPool.URIComponentsAccessUnit.Queue) - Constructor for class org.eclipse.emf.common.util.URI.URIPool.URIComponentsAccessUnit
Creates an instance managed by the given queue.
URI.URIPool.URIComponentsAccessUnit.Queue - Class in org.eclipse.emf.common.util
 
URI.URIPool.URIComponentsAccessUnit.Queue() - Constructor for class org.eclipse.emf.common.util.URI.URIPool.URIComponentsAccessUnit.Queue
 
URI.URIPool.URIPoolAccessUnitBase - Class in org.eclipse.emf.common.util
A based access unit for this pool.
URI.URIPool.URIPoolAccessUnitBase(Pool.AccessUnit.Queue<URI>) - Constructor for class org.eclipse.emf.common.util.URI.URIPool.URIPoolAccessUnitBase
 
URI_ATTRIBUTE - Static variable in interface org.eclipse.emf.ecore.EValidator
This is the name of the marker attribute to hold the String representation of the URI of the object that is the target of the marker.
URI_MAP - Static variable in interface org.eclipse.emf.ecore.resource.URIConverter
The global static URI map.
URI_MAPPING_PPID - Static variable in class org.eclipse.emf.ecore.plugin.EcorePlugin
 
URI_TAG - Static variable in class org.eclipse.emf.common.ui.URIEditorInput
 
URIC_HI - Static variable in class org.eclipse.emf.common.util.URI
 
URIC_LO - Static variable in class org.eclipse.emf.common.util.URI
 
uriComponentsAccessUnits - Variable in class org.eclipse.emf.common.util.URI.URIPool
Access units for component-based access.
uriConverter - Variable in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter
An appropriate URIConverter for use during code generation.
uriConverter - Variable in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl
The URI converter.
URIConverter - Interface in org.eclipse.emf.ecore.resource
A converter to normalize a URI or to produce an input or output stream for a URI.
uriConverter - Variable in class org.eclipse.emf.importer.rose.builder.RoseUtil
 
URIConverter.Cipher - Interface in org.eclipse.emf.ecore.resource
An interface to be implemented by encryption service providers.
URIConverter.Loadable - Interface in org.eclipse.emf.ecore.resource
An interface that is optionally implemented by the input streams returned from URIConverter.createInputStream(URI) and URIConverter.createInputStream(URI, Map).
URIConverter.Readable - Interface in org.eclipse.emf.ecore.resource
An interface that is optionally implemented by the input streams returned from URIConverter.createInputStream(URI) and URIConverter.createInputStream(URI, Map).
URIConverter.ReadableInputStream - Class in org.eclipse.emf.ecore.resource
A wrapper around a reader that implements an input stream but can be unwrapped to access the reader directly.
URIConverter.ReadableInputStream(Reader, String) - Constructor for class org.eclipse.emf.ecore.resource.URIConverter.ReadableInputStream
 
URIConverter.ReadableInputStream(Reader) - Constructor for class org.eclipse.emf.ecore.resource.URIConverter.ReadableInputStream
 
URIConverter.ReadableInputStream(String, String) - Constructor for class org.eclipse.emf.ecore.resource.URIConverter.ReadableInputStream
 
URIConverter.ReadableInputStream(String) - Constructor for class org.eclipse.emf.ecore.resource.URIConverter.ReadableInputStream
 
URIConverter.ReadableInputStream.Buffer - Class in org.eclipse.emf.ecore.resource
 
URIConverter.ReadableInputStream.Buffer(int) - Constructor for class org.eclipse.emf.ecore.resource.URIConverter.ReadableInputStream.Buffer
 
URIConverter.Saveable - Interface in org.eclipse.emf.ecore.resource
An interface that is optionally implemented by the output streams returned from URIConverter.createOutputStream(URI) and URIConverter.createOutputStream(URI, Map).
URIConverter.Writeable - Interface in org.eclipse.emf.ecore.resource
An interface that is optionally implemented by the output streams returned from URIConverter.createOutputStream(URI) and URIConverter.createOutputStream(URI, Map).
URIConverter.WriteableOutputStream - Class in org.eclipse.emf.ecore.resource
A wrapper around a writer that implements an output stream but can be unwrapped to access the writer directly.
URIConverter.WriteableOutputStream(Writer, String) - Constructor for class org.eclipse.emf.ecore.resource.URIConverter.WriteableOutputStream
 
URIConverter.WriteableOutputStream.Buffer - Class in org.eclipse.emf.ecore.resource
 
URIConverter.WriteableOutputStream.Buffer(int) - Constructor for class org.eclipse.emf.ecore.resource.URIConverter.WriteableOutputStream.Buffer
 
URIConverterImpl - Class in org.eclipse.emf.ecore.resource.impl
Deprecated.
since 2.4; use ExtensibleURIConverterImpl instead.
URIConverterImpl() - Constructor for class org.eclipse.emf.ecore.resource.impl.URIConverterImpl
Deprecated.
since 2.4; use new ExtensibleURIConverterImpl() instead.
URIConverterImpl.Archive - Class in org.eclipse.emf.ecore.resource.impl
Deprecated.
A specialized class for reading from an archive.
URIConverterImpl.Archive(URI) - Constructor for class org.eclipse.emf.ecore.resource.impl.URIConverterImpl.Archive
Deprecated.
 
URIConverterImpl.PlatformResourceOutputStream - Class in org.eclipse.emf.ecore.resource.impl
URIConverterImpl.PlatformResourceOutputStream(IFile, boolean, boolean, IProgressMonitor) - Constructor for class org.eclipse.emf.ecore.resource.impl.URIConverterImpl.PlatformResourceOutputStream
Deprecated.
since 2.4; use PlatformResourceURIHandlerImpl.PlatformResourceOutputStream#PlatformResourceOutputStream(IFile, boolean, boolean, IProgressMonitor) instead.
URIConverterImpl.URIMap - Interface in org.eclipse.emf.ecore.resource.impl
Deprecated.
since 2.4 use ExtensibleURIConverterImpl.URIMap instead.
URIConverterImpl.WorkbenchHelper - Class in org.eclipse.emf.ecore.resource.impl
Deprecated.
URIConverterImpl.WorkbenchHelper() - Constructor for class org.eclipse.emf.ecore.resource.impl.URIConverterImpl.WorkbenchHelper
Deprecated.
 
URIEditorInput - Class in org.eclipse.emf.common.ui
An implementation of an org.eclipse.ui.IEditorInput to wrap a URI.
URIEditorInput - Class in org.eclipse.emf.common.ui
An implementation of an org.eclipse.ui.IEditorInput to wrap a URI.
URIEditorInput(URI) - Constructor for class org.eclipse.emf.common.ui.URIEditorInput
 
URIEditorInput(URI, String) - Constructor for class org.eclipse.emf.common.ui.URIEditorInput
 
URIEditorInput(IMemento) - Constructor for class org.eclipse.emf.common.ui.URIEditorInput
 
URIEditorInput.EclipseUtil - Class in org.eclipse.emf.common.ui
 
URIEditorInput.EclipseUtil() - Constructor for class org.eclipse.emf.common.ui.URIEditorInput.EclipseUtil
 
URIEditorInputFactory - Class in org.eclipse.emf.common.ui
A implementation of an IElementFactory for creating URIEditorInput instances.
URIEditorInputFactory - Class in org.eclipse.emf.common.ui
A implementation of an IElementFactory for creating URIEditorInput instances.
URIEditorInputFactory() - Constructor for class org.eclipse.emf.common.ui.URIEditorInputFactory
 
uriField - Variable in class org.eclipse.emf.common.ui.dialogs.ResourceDialog
 
uriFragment - Variable in class org.eclipse.emf.codegen.ecore.genmodel.GenPackage.AnnotationReferenceData
 
URIHandler - Interface in org.eclipse.emf.ecore.resource
A handler for determining information about URI.
uriHandler - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
uriHandler - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
URIHandlerImpl - Class in org.eclipse.emf.ecore.resource.impl
An implementation of a URI handler.
URIHandlerImpl() - Constructor for class org.eclipse.emf.ecore.resource.impl.URIHandlerImpl
Creates an instance.
URIHandlerImpl - Class in org.eclipse.emf.ecore.xmi.impl
This is the basic implementation of the URIHandler interface.
URIHandlerImpl() - Constructor for class org.eclipse.emf.ecore.xmi.impl.URIHandlerImpl
 
URIHandlerImpl.AbsoluteCrossBundleAware - Class in org.eclipse.emf.ecore.xmi.impl
A URI handler that will avoid creating relative references between different platform:/resource/project-name or platform/plugin/bundle-name, i.e., it will produce relative references only within projects or bundles and will use absolute URIs for references outside of that project or bundle.
URIHandlerImpl.AbsoluteCrossBundleAware() - Constructor for class org.eclipse.emf.ecore.xmi.impl.URIHandlerImpl.AbsoluteCrossBundleAware
 
URIHandlerImpl.PlatformSchemeAware - Class in org.eclipse.emf.ecore.xmi.impl
A URI handler that will avoid creating relative references between platform:/resource and platform:/plugin.
URIHandlerImpl.PlatformSchemeAware() - Constructor for class org.eclipse.emf.ecore.xmi.impl.URIHandlerImpl.PlatformSchemeAware
 
uriHandlers - Variable in class org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl
 
uriList - Variable in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectInputStream
 
uriMap - Variable in class org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl
The URI map.
URIMappingRegistryImpl - Class in org.eclipse.emf.ecore.resource.impl
An extensible implementation of a URI mapping registry.
URIMappingRegistryImpl() - Constructor for class org.eclipse.emf.ecore.resource.impl.URIMappingRegistryImpl
Creates an instance.
URIMappingRegistryImpl.MappingEntryImpl - Class in org.eclipse.emf.ecore.resource.impl
An extended implementation that maintains a bit indicating if the entry represents a folder to folder mapping.
URIMappingRegistryImpl.MappingEntryImpl(int, URI, URI) - Constructor for class org.eclipse.emf.ecore.resource.impl.URIMappingRegistryImpl.MappingEntryImpl
Creates an instance.
URIMappingRegistryImpl.URIMapImpl - Class in org.eclipse.emf.ecore.resource.impl
URIMappingRegistryImpl.URIMapImpl() - Constructor for class org.eclipse.emf.ecore.resource.impl.URIMappingRegistryImpl.URIMapImpl
Creates an instance.
uriResourceMap - Variable in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl
A map to cache the resource associated with a specific URI.
urisToLocations - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
urisToNamesToClassifiers - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLMapImpl
 
urisToPrefixes - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
uriText - Variable in class org.eclipse.emf.common.ui.dialogs.ResourceDialog
 
uriText - Variable in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterURIPage
 
uriTextModified(String) - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterURIPage
 
uriTextModified(String) - Method in class org.eclipse.emf.exporter.ui.contribution.base.ModelExporterDirectoryURIPage
 
uriTextModified(String) - Method in class org.eclipse.emf.importer.ui.contribution.base.ModelImporterDetailPage
 
uriToIDMap - Variable in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectOutputStream
 
URLImageDescriptor - Class in org.eclipse.emf.edit.ui.provider
 
urlString - Variable in class org.eclipse.emf.common.archive.ArchiveURLConnection
The cached string version of the URL.
US - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Escape
 
USE_CASE_VIEW - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
useCache - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
useCDATA - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Escape
 
useClassOverrideAnnotation() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
useClassOverrideAnnotation() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
useConfigurationCache - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
useCurrentOption(Map<Object, String>, String) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTFacadeHelper
 
useCurrentOption(Map<Object, String>, String, String) - Method in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTFacadeHelper
 
used(EGenericType) - Method in class org.eclipse.emf.importer.java.builder.JavaEcoreBuilder
 
used(EModelElement) - Method in class org.eclipse.emf.importer.java.builder.JavaEcoreBuilder
 
USED_NODES - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
usedGenPackages - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Used Gen Packages' reference list
usedGenPackages - Variable in class org.eclipse.emf.importer.java.builder.JavaEcoreBuilder
All the used GenPackages.
usedNullNamespacePackage - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
usedSegmentCount - Variable in class org.eclipse.emf.common.util.URI.URIPool.FileAccessUnit
The number of segments populated with strings during intern that need to be nulled during reset.
usedSegmentCount - Variable in class org.eclipse.emf.common.util.URI.URIPool.PlatformAccessUnit
The number of segments populated with strings during intern that need to be nulled during reset.
useEncodedAttributeStyle - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
useEquals() - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
useEquals() - Method in class org.eclipse.emf.common.util.AbstractEList
Returns whether equals rather than == should be used to compare members.
useEquals() - Method in class org.eclipse.emf.common.util.BasicEList.FastCompare
Returns false because this list uses ==.
useEquals() - Method in class org.eclipse.emf.common.util.UniqueEList.FastCompare
Returns false because this list uses ==.
useEquals() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl.ContentsEList
 
useEquals() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.ResourcesEList
 
useEquals() - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList.Generic
 
useEquals() - Method in class org.eclipse.emf.ecore.util.EcoreEList.Generic
 
useEquals() - Method in class org.eclipse.emf.ecore.util.EcoreEList.UnmodifiableEList.FastCompare
 
useEquals() - Method in class org.eclipse.emf.ecore.util.EObjectEList
 
useEqualsForKey() - Method in class org.eclipse.emf.common.util.BasicEMap
Returns whether equals rather than == should be used to compare keys.
useEqualsForValue() - Method in class org.eclipse.emf.common.util.BasicEMap
Returns whether equals rather than == should be used to compare values.
useGenerics() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
useGenerics() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
useIDAttributes() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
 
useIDs() - Method in class org.eclipse.emf.ecore.xmi.impl.XMIResourceImpl
 
useIDs() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
 
useIsSet() - Method in class org.eclipse.emf.ecore.util.EContentsEList.FeatureIteratorImpl
 
useIsSet() - Method in class org.eclipse.emf.ecore.util.EContentsEList
 
useNativeToolTip(Object) - Method in class org.eclipse.emf.edit.ui.provider.DecoratingColumLabelProvider
 
useNewMethods - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
useOriginalReferences - Variable in class org.eclipse.emf.ecore.util.EcoreUtil.Copier
Whether non-copied references should be used during copying.
usePackageNsURIAsLocation - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
usePlatformURI() - Method in class org.eclipse.emf.importer.java.JavaImporterApplication
 
usePlatformURI - Variable in class org.eclipse.emf.importer.ModelImporter
 
usePlatformURI() - Method in class org.eclipse.emf.importer.ModelImporter
 
usePlatformURI() - Method in class org.eclipse.emf.importer.ModelImporterApplication
 
USER_INFO_SEPARATOR - Static variable in class org.eclipse.emf.common.util.URI
 
userInfo() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
userInfo() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
userInfo() - Method in class org.eclipse.emf.common.util.URI
If this is a hierarchical URI with an authority component that has a user info portion, returns it; null otherwise.
USES_REL_LIST - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
USES_RELATIONSHIP - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
USES_VIEW - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
usesOperationTypeParameters() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenParameter
Returns whether the parameter's type depends on the parameter's operation's type parameters.
usesOperationTypeParameters() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenParameterImpl
 
useUUIDs() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
 
useZip() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
Returns whether contents will be compressed.
useZip - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
 
useZip() - Method in class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
 
useZip() - Method in interface org.eclipse.emf.ecore.xmi.XMLResource
Returns whether the contents will be zipped.
useZipFile() - Method in class org.eclipse.emf.common.archive.ArchiveURLConnection
Returns whether to handle the special case of a nested URL with file: schema using a ZipFile.
useZipFile() - Method in class org.eclipse.emf.ecore.resource.impl.ArchiveURIHandlerImpl.Archive
 
useZipFile() - Method in class org.eclipse.emf.ecore.resource.impl.URIConverterImpl.Archive
Deprecated.
 
usingInternalSetName - Variable in class org.eclipse.emf.importer.ui.contribution.base.ModelImporterDetailPage
 
USTATICSTRING - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
Util - Class in org.eclipse.emf.ant.util
Utility classes with generic methods that may be used by more than one task.
Util() - Constructor for class org.eclipse.emf.ant.util.Util
 
Util - Class in org.eclipse.emf.databinding.internal
PROVISIONAL: This API is subject to arbitrary change, including renaming or removal.
Util() - Constructor for class org.eclipse.emf.databinding.internal.Util
 
Util - Class in org.eclipse.emf.importer.rose.parser
 
Util() - Constructor for class org.eclipse.emf.importer.rose.parser.Util
 
UTILITY_PACKAGE_SUFFIX_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
The default value of the 'Utility Package Suffix' attribute
utilityPackageSuffix - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
The cached value of the 'Utility Package Suffix' attribute
UUID - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
UUID_ATTRIB - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMIHandler
 

V

valid - Variable in class org.eclipse.emf.importer.rose.parser.RoseLoader
 
VALID_DEFAULT_VALUE_LITERAL - Static variable in class org.eclipse.emf.ecore.util.EcoreValidator
 
VALID_LOWER_BOUND - Static variable in class org.eclipse.emf.ecore.util.EcoreValidator
 
VALID_TYPE - Static variable in class org.eclipse.emf.ecore.util.EcoreValidator
 
VALID_UPPER_BOUND - Static variable in class org.eclipse.emf.ecore.util.EcoreValidator
 
validArchiveAuthority(String) - Static method in class org.eclipse.emf.common.util.URI
Returns true if the specified value would be valid as the authority component of an archive URI; false otherwise.
validate() - Method in interface org.eclipse.emf.codegen.ecore.genmodel.GenModel
 
validate() - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
validate() - Method in class org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor
 
validate(int, Object, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelValidator
Calls validateXXX for the corresponding classifier of the model
validate(Object[]) - Method in class org.eclipse.emf.common.ui.dialogs.WorkspaceResourceDialog
 
validate(int, E) - Method in class org.eclipse.emf.common.util.AbstractEList
Validates a new content object and returns the validated object.
validate() - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPackagePage
 
validate(List<Resource>) - Static method in class org.eclipse.emf.converter.util.ConverterUtil.WorkspaceResourceValidator
Invokes the Platform validateEdit method for all the read-only files referred by a given resource in the list.
validate(Object) - Method in class org.eclipse.emf.ecore.change.impl.FeatureMapEntryImpl
 
validate(EObject, DiagnosticChain, Map<Object, Object>) - Method in interface org.eclipse.emf.ecore.EValidator
Validates the object in the given context, optionally producing diagnostics.
validate(EClass, EObject, DiagnosticChain, Map<Object, Object>) - Method in interface org.eclipse.emf.ecore.EValidator
 
validate(EDataType, Object, DiagnosticChain, Map<Object, Object>) - Method in interface org.eclipse.emf.ecore.EValidator
 
validate(EClass, EObject, Map<Object, Object>, EOperation, String) - Method in interface org.eclipse.emf.ecore.EValidator.ValidationDelegate
Evaluates the given invariant expression against the object in the given context.
validate(EClass, EObject, Map<Object, Object>, String, String) - Method in interface org.eclipse.emf.ecore.EValidator.ValidationDelegate
Evaluates the given constraint expression against the object in the given context.
validate(EDataType, Object, Map<Object, Object>, String, String) - Method in interface org.eclipse.emf.ecore.EValidator.ValidationDelegate
Evaluates the given constraint expression against the value in the given context.
validate(Object) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.BasicFeatureMapEntry
 
validate(Object) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleData
 
validate(Object) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleDataDynamic
 
validate(Object) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleDataStatic
 
validate(Object) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleDataUnsettableDynamic
 
validate(Object) - Method in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InternalSettingDelegateSingleDataUnsettableStatic
 
validate(int, FeatureMap.Entry) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
validate(int, E) - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList
 
validate(int, FeatureMap.Entry) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
validate(EObject) - Method in class org.eclipse.emf.ecore.util.Diagnostician
 
validate(EObject, Map<?, ?>) - Method in class org.eclipse.emf.ecore.util.Diagnostician
 
validate(EObject, DiagnosticChain) - Method in class org.eclipse.emf.ecore.util.Diagnostician
Validates the object in the given context, optionally producing diagnostics.
validate(EObject, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.Diagnostician
 
validate(EClass, EObject, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.Diagnostician
 
validate(EDataType, Object) - Method in class org.eclipse.emf.ecore.util.Diagnostician
 
validate(EDataType, Object, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.Diagnostician
 
validate(int, E) - Method in class org.eclipse.emf.ecore.util.EcoreEList
 
validate(int, Object, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EcoreValidator
Calls validateXXX for the corresponding classifier of the model
validate(EClass, EObject, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EObjectValidator.DynamicEClassValidator
 
validate(EDataType, Object, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EObjectValidator.DynamicEDataTypeValidator
 
validate(EClass, EObject, DiagnosticChain, Map<Object, Object>, String, EOperation, String, int, String, int) - Static method in class org.eclipse.emf.ecore.util.EObjectValidator
Delegates evaluation of the given invariant expression against the object in the given context.
validate(EClass, EObject, DiagnosticChain, Map<Object, Object>, String, String, String, int, String, int) - Method in class org.eclipse.emf.ecore.util.EObjectValidator
Delegates evaluation of the given constraint expression against the object in the given context.
validate(EDataType, Object, DiagnosticChain, Map<Object, Object>, String, String, String, int, String, int) - Method in class org.eclipse.emf.ecore.util.EObjectValidator
Delegates evaluation of the given constraint expression against the value in the given context.
validate(EObject, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EObjectValidator
Validates the object in the given context, optionally producing diagnostics.
validate(EClass, EObject, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EObjectValidator
 
validate(int, Object, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EObjectValidator
 
validate(EDataType, Object, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EObjectValidator
 
validate(Object) - Method in interface org.eclipse.emf.ecore.util.FeatureMap.Entry.Internal
 
validate() - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.EntryImpl
 
validate(Resource, CheckMode, CancelIndicator, <any>) - Method in class org.eclipse.emf.ecore.xcore.validation.XcoreResourceValidator
 
validate(int, Object, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.namespace.util.XMLNamespaceValidator
Calls validateXXX for the corresponding classifier of the model
validate(int, Object, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
Calls validateXXX for the corresponding classifier of the model
validate(Object, float, int, int, Collection<?>) - Method in class org.eclipse.emf.edit.command.DragAndDropCommand
This is called by EditingDomainViewerDropAdapter to determine if the drag and drop operation is still enabled.
validate(Object, float, int, int, Collection<?>) - Method in interface org.eclipse.emf.edit.command.DragAndDropFeedback
This is called repeatedly as the drag and drop information changes.
validate(IProgressMonitor) - Method in class org.eclipse.emf.edit.ui.action.ValidateAction
 
validate() - Method in class org.eclipse.emf.exporter.ui.contribution.base.ModelExporterPackagePage
 
validate(EObject) - Method in class org.eclipse.emf.importer.rose.builder.RoseEcoreBuilder
 
validate(UnitTreeNode) - Method in class org.eclipse.emf.importer.rose.builder.RoseUtil
 
validate() - Method in class org.eclipse.emf.importer.ui.contribution.base.ModelImporterPackagePage
 
VALIDATE_ALL - Static variable in class org.eclipse.emf.common.util.URI.URIPool.URIComponentsAccessUnit
A value for URI.URIPool.URIComponentsAccessUnit.validate that implies all components need to be validated.
validate_BidirectionalReferenceIsPaired(EObject, EReference, EReference, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EObjectValidator
 
validate_DataValueConforms(EObject, EAttribute, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EObjectValidator
 
validate_EveryBidirectionalReferenceIsPaired(EObject, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EObjectValidator
 
validate_EveryDataValueConforms(EObject, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EObjectValidator
 
validate_EveryDefaultConstraint(EObject, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EObjectValidator
 
validate_EveryKeyUnique(EObject, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EObjectValidator
 
validate_EveryMapEntryUnique(EObject, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EObjectValidator
 
validate_EveryMultiplicityConforms(EObject, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EObjectValidator
 
validate_EveryProxyResolves(EObject, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EObjectValidator
 
validate_EveryReferenceIsContained(EObject, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EObjectValidator
 
validate_KeyUnique(EObject, EReference, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EObjectValidator
 
validate_MapEntryUnique(EObject, EReference, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EObjectValidator
 
validate_MultiplicityConforms(EObject, EStructuralFeature, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelValidator
 
validate_MultiplicityConforms(EObject, EStructuralFeature, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EObjectValidator
 
validate_NoCircularContainment(EObject, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EObjectValidator
 
VALIDATE_NONE - Static variable in class org.eclipse.emf.common.util.URI.URIPool.URIComponentsAccessUnit
A value for URI.URIPool.URIComponentsAccessUnit.validate that implies no checking or interning of components is required.
VALIDATE_QUERY - Static variable in class org.eclipse.emf.common.util.URI.URIPool.URIComponentsAccessUnit
A value for URI.URIPool.URIComponentsAccessUnit.validate that implies only the query componet needs validating.
validate_UniqueID(EObject, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EObjectValidator
 
validateAction - Variable in class org.eclipse.emf.edit.ui.action.EditingDomainActionBarContributor
This is the action used to perform validation.
ValidateAction - Class in org.eclipse.emf.edit.ui.action
 
ValidateAction - Class in org.eclipse.emf.edit.ui.action
 
ValidateAction() - Constructor for class org.eclipse.emf.edit.ui.action.ValidateAction
 
ValidateAction.EclipseResourcesUtil - Class in org.eclipse.emf.edit.ui.action
 
ValidateAction.EclipseResourcesUtil() - Constructor for class org.eclipse.emf.edit.ui.action.ValidateAction.EclipseResourcesUtil
 
validateAnySimpleType(Object, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
 
validateAnyType(AnyType, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
 
validateAnyURI(String, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
 
validateAsValue - Variable in class org.eclipse.emf.edit.ui.provider.PropertyDescriptor.EDataTypeCellEditor
 
validateBase64Binary(byte[], DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
 
validateBoolean(boolean, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
 
validateBooleanObject(Boolean, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
 
validateByte(byte, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
 
validateByteObject(Byte, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
 
validateCreateObjectFromFactory(EFactory, String, EObject, boolean) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
validateCreateObjectFromFactory(EFactory, String, EObject) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
validateCreateObjectFromFactory(EFactory, String, EObject, EStructuralFeature) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
validateData() - Method in class org.eclipse.emf.oda.ecore.ui.impl.EcoreDataSetWizardPage
Validates that the user has specified values for the properties in the page control and sets page message accordingly.
validateData() - Method in class org.eclipse.emf.oda.ecore.ui.impl.EcoreDataSourcePageHelper
Validates that the user has specified values for the properties in the page control and sets page message accordingly.
validateDate(XMLGregorianCalendar, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
 
validateDate(Object, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
Deprecated.
validateDateTime(XMLGregorianCalendar, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
 
validateDateTime(Object, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
Deprecated.
validateDecimal(BigDecimal, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
 
validateDelegatedConstraints(EClass, EObject, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EObjectValidator.DynamicEClassValidator
 
validateDelegatedConstraints(EDataType, Object, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EObjectValidator.DynamicEDataTypeValidator
 
validateDelegatedInvariants(EClass, EObject, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EObjectValidator.DynamicEClassValidator
 
validateDirectoryURI(String) - Method in class org.eclipse.emf.exporter.ModelExporter
 
validateDouble(double, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
 
validateDoubleObject(Double, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
 
validateDuration(Duration, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
 
validateDuration(Object, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
Deprecated.
validateEAnnotation(EAnnotation, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EcoreValidator
 
validateEAnnotation_WellFormedSourceURI(EAnnotation, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EcoreValidator
Validates the WellFormedSourceURI constraint of 'EAnnotation'
validateEAttribute(EAttribute, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EcoreValidator
 
validateEAttribute_ConsistentTransient(EAttribute, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EcoreValidator
Validates the ConsistentTransient constraint of 'EAttribute'
validateEBigDecimal(BigDecimal, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EcoreValidator
 
validateEBigInteger(BigInteger, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EcoreValidator
 
validateEBoolean(boolean, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EcoreValidator
 
validateEBooleanObject(Boolean, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EcoreValidator
 
validateEByte(byte, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EcoreValidator
 
validateEByteArray(byte[], DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EcoreValidator
 
validateEByteObject(Byte, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EcoreValidator
 
validateEChar(char, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EcoreValidator
 
validateECharacterObject(Character, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EcoreValidator
 
validateEClass(EClass, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EcoreValidator
 
validateEClass(EClass) - Method in class org.eclipse.emf.importer.rose.builder.RoseEcoreBuilder
 
validateEClass_AtMostOneID(EClass, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EcoreValidator
Validates the AtMostOneID constraint of 'EClass'
validateEClass_ConsistentSuperTypes(EClass, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EcoreValidator
Validates the ConsistentSuperTypes constraint of 'EClass'
validateEClass_DisjointFeatureAndOperationSignatures(EClass, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EcoreValidator
Validates the DisjointFeatureAndOperationSignatures constraint of 'EClass'
validateEClass_InterfaceIsAbstract(EClass, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EcoreValidator
Validates the InterfaceIsAbstract constraint of 'EClass'
validateEClass_NoCircularSuperTypes(EClass, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EcoreValidator
Validates the NoCircularSuperTypes constraint of 'EClass'
validateEClass_UniqueFeatureNames(EClass, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EcoreValidator
Validates the UniqueFeatureNames constraint of 'EClass'
validateEClass_UniqueOperationSignatures(EClass, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EcoreValidator
Validates the UniqueOperationSignatures constraint of 'EClass'
validateEClass_WellFormedMapEntryClass(EClass, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EcoreValidator
Validates the WellFormedMapEntryClass constraint of 'EClass'
validateEClassifier(EClassifier, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EcoreValidator
 
validateEClassifier_UniqueTypeParameterNames(EClassifier, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EcoreValidator
Validates the UniqueTypeParameterNames constraint of 'EClassifier'
validateEClassifier_WellFormedInstanceTypeName(EClassifier, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EcoreValidator
Validates the WellFormedInstanceTypeName constraint of 'EClassifier'
validateEcoreModelFileName(String, String) - Method in class org.eclipse.emf.importer.ui.contribution.base.ModelImporterPackagePage
 
validateEDataType(EDataType, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EcoreValidator
 
validateEDataType(EDataType) - Method in class org.eclipse.emf.importer.rose.builder.RoseEcoreBuilder
 
validateEDate(Date, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EcoreValidator
 
validateEDiagnosticChain(DiagnosticChain, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EcoreValidator
 
validateEdit(URI, Monitor) - Method in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter
When running under Eclipse, performs an IWorkspace.validateEdit(IFile[], Object) for the file identified by the given workspace path URI.
validateEdit(String, Monitor) - Static method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.EclipseUtil
Deprecated.
 
validateEDouble(double, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EcoreValidator
 
validateEDoubleObject(Double, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EcoreValidator
 
validateEEList(EList<?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EcoreValidator
 
validateEEnum(EEnum, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EcoreValidator
 
validateEEnum(EEnum) - Method in class org.eclipse.emf.importer.rose.builder.RoseEcoreBuilder
 
validateEEnum_UniqueEnumeratorLiterals(EEnum, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EcoreValidator
Validates the UniqueEnumeratorLiterals constraint of 'EEnum'
validateEEnum_UniqueEnumeratorNames(EEnum, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EcoreValidator
Validates the UniqueEnumeratorNames constraint of 'EEnum'
validateEEnumerator(Enumerator, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EcoreValidator
 
validateEEnumLiteral(EEnumLiteral, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EcoreValidator
 
validateEFactory(EFactory, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EcoreValidator
 
validateEFeatureMap(FeatureMap, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EcoreValidator
 
validateEFeatureMapEntry(FeatureMap.Entry, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EcoreValidator
 
validateEFloat(float, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EcoreValidator
 
validateEFloatObject(Float, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EcoreValidator
 
validateEGenericType(EGenericType, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EcoreValidator
 
validateEGenericType_ConsistentArguments(EGenericType, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EcoreValidator
Validates the ConsistentArguments constraint of 'EGeneric Type'
validateEGenericType_ConsistentBounds(EGenericType, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EcoreValidator
Validates the ConsistentBounds constraint of 'EGeneric Type'
validateEGenericType_ConsistentType(EGenericType, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EcoreValidator
Validates the ConsistentType constraint of 'EGeneric Type'
validateEInt(int, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EcoreValidator
 
validateEIntegerObject(Integer, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EcoreValidator
 
validateEInvocationTargetException(InvocationTargetException, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EcoreValidator
 
validateEJavaClass(Class<?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EcoreValidator
 
validateEJavaObject(Object, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EcoreValidator
 
validateELong(long, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EcoreValidator
 
validateELongObject(Long, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EcoreValidator
 
validateEMap(Map<?, ?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EcoreValidator
 
validateEModelElement(EModelElement, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EcoreValidator
 
validateENamedElement(ENamedElement, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EcoreValidator
 
validateENamedElement_WellFormedName(ENamedElement, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EcoreValidator
Validates the WellFormedName constraint of 'ENamed Element'
validateENTITIES(List<?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
 
validateENTITIES_MinLength(List<?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
Validates the MinLength constraint of 'ENTITIES'
validateENTITIESBase(List<?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
 
validateENTITIESBase_ItemType(List<?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
Validates the ItemType constraint of 'ENTITIES Base'
validateENTITY(String, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
 
validateEObject(EObject, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EcoreValidator
 
validateEOperation(EOperation, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EcoreValidator
 
validateEOperation_NoRepeatingVoid(EOperation, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EcoreValidator
Validates the NoRepeatingVoid constraint of 'EOperation'
validateEOperation_UniqueParameterNames(EOperation, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EcoreValidator
Validates the UniqueParameterNames constraint of 'EOperation'
validateEOperation_UniqueTypeParameterNames(EOperation, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EcoreValidator
Validates the UniqueTypeParameterNames constraint of 'EOperation'
validateEPackage(EPackage, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EcoreValidator
 
validateEPackage_UniqueClassifierNames(EPackage, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EcoreValidator
Validates the UniqueClassifierNames constraint of 'EPackage'
validateEPackage_UniqueNsURIs(EPackage, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EcoreValidator
Validates the UniqueNsURIs constraint of 'EPackage'
validateEPackage_UniqueSubpackageNames(EPackage, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EcoreValidator
Validates the UniqueSubpackageNames constraint of 'EPackage'
validateEPackage_WellFormedNsPrefix(EPackage, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EcoreValidator
Validates the WellFormedNsPrefix constraint of 'EPackage'
validateEPackage_WellFormedNsURI(EPackage, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EcoreValidator
Validates the WellFormedNsURI constraint of 'EPackage'
validateEPackageData(EPackage, String) - Method in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterPackagePage
 
validateEPackageData(EPackage, String) - Method in class org.eclipse.emf.exporter.ui.contribution.base.ModelExporterPackagePage
 
validateEPackageData(EPackage, String) - Method in class org.eclipse.emf.importer.ui.contribution.base.ModelImporterPackagePage
 
validateEParameter(EParameter, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EcoreValidator
 
validateEReference(EReference, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EcoreValidator
 
validateEReference_ConsistentContainer(EReference, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EcoreValidator
Validates the ConsistentContainer constraint of 'EReference'
validateEReference_ConsistentKeys(EReference, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EcoreValidator
Validates the ConsistentKeys constraint of 'EReference'
validateEReference_ConsistentOpposite(EReference, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EcoreValidator
Validates the ConsistentOpposite constraint of 'EReference'
validateEReference_ConsistentUnique(EReference, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EcoreValidator
Validates the ConsistentUnique constraint of 'EReference'
validateEReference_SingleContainer(EReference, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EcoreValidator
Validates the SingleContainer constraint of 'EReference'
validateEResource(Resource, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EcoreValidator
 
validateEResourceSet(ResourceSet, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EcoreValidator
 
validateEShort(short, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EcoreValidator
 
validateEShortObject(Short, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EcoreValidator
 
validateEString(String, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EcoreValidator
 
validateEStringToStringMapEntry(Map.Entry<?, ?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EcoreValidator
 
validateEStructuralFeature(EStructuralFeature, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EcoreValidator
 
validateEStructuralFeature_ValidDefaultValueLiteral(EStructuralFeature, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EcoreValidator
Validates the ValidDefaultValueLiteral constraint of 'EStructural Feature'
validateETreeIterator(TreeIterator<?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EcoreValidator
 
validateETypedElement(ETypedElement, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EcoreValidator
 
validateETypedElement_ConsistentBounds(ETypedElement, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EcoreValidator
Validates the ConsistentBounds constraint of 'ETyped Element'
validateETypedElement_ValidLowerBound(ETypedElement, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EcoreValidator
Validates the ValidLowerBound constraint of 'ETyped Element'
validateETypedElement_ValidType(ETypedElement, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EcoreValidator
Validates the ValidType constraint of 'ETyped Element'
validateETypedElement_ValidUpperBound(ETypedElement, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EcoreValidator
Validates the ValidUpperBound constraint of 'ETyped Element'
validateETypeParameter(ETypeParameter, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EcoreValidator
 
validateFloat(float, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
 
validateFloatObject(Float, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
 
validateGDay(XMLGregorianCalendar, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
 
validateGDay(Object, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
Deprecated.
validateGenAnnotation(GenAnnotation, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelValidator
 
validateGenBase(GenBase, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelValidator
 
validateGenClass(GenClass, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelValidator
 
validateGenClassifier(GenClassifier, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelValidator
 
validateGenDataType(GenDataType, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelValidator
 
validateGenDecoration(GenDecoration, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelValidator
 
validateGenDelegationKind(GenDelegationKind, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelValidator
 
validateGenEnum(GenEnum, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelValidator
 
validateGenEnum_NoEcoreDataType(GenEnum, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelValidator
Validates the NoEcoreDataType constraint of 'Gen Enum'
validateGenEnumLiteral(GenEnumLiteral, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelValidator
 
validateGenFeature(GenFeature, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelValidator
 
validateGenJDKLevel(GenJDKLevel, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelValidator
 
validateGenModel(GenModel, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelValidator
 
validateGenOperation(GenOperation, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelValidator
 
validateGenPackage(GenPackage, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelValidator
 
validateGenParameter(GenParameter, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelValidator
 
validateGenPropertyKind(GenPropertyKind, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelValidator
 
validateGenProviderKind(GenProviderKind, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelValidator
 
validateGenResourceKind(GenResourceKind, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelValidator
 
validateGenRuntimePlatform(GenRuntimePlatform, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelValidator
 
validateGenRuntimeVersion(GenRuntimeVersion, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelValidator
 
validateGenTypedElement(GenTypedElement, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelValidator
 
validateGenTypeParameter(GenTypeParameter, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.codegen.ecore.genmodel.util.GenModelValidator
 
validateGMonth(XMLGregorianCalendar, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
 
validateGMonth(Object, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
Deprecated.
validateGMonthDay(XMLGregorianCalendar, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
 
validateGMonthDay(Object, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
Deprecated.
validateGYear(XMLGregorianCalendar, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
 
validateGYear(Object, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
Deprecated.
validateGYearMonth(XMLGregorianCalendar, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
 
validateGYearMonth(Object, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
Deprecated.
validateHexBinary(byte[], DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
 
validateID(String, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
 
validateIDREF(String, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
 
validateIDREFS(List<?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
 
validateIDREFS_MinLength(List<?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
Validates the MinLength constraint of 'IDREFS'
validateIDREFSBase(List<?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
 
validateIDREFSBase_ItemType(List<?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
Validates the ItemType constraint of 'IDREFS Base'
validateInt(int, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
 
validateInteger(BigInteger, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
 
validateIntObject(Integer, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
 
validateKey(K) - Method in class org.eclipse.emf.common.util.BasicEMap
Validates a new key.
validateKey(URI) - Method in class org.eclipse.emf.ecore.resource.impl.URIMappingRegistryImpl
Validates that the key is a URI.
validateLangType(String, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.namespace.util.XMLNamespaceValidator
 
validateLangType_MemberTypes(String, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.namespace.util.XMLNamespaceValidator
Validates the MemberTypes constraint of 'Lang Type'
validateLangTypeNull(String, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.namespace.util.XMLNamespaceValidator
 
validateLanguage(String, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
 
validateLanguage_Pattern(String, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
Validates the Pattern constraint of 'Language'
validateLong(long, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
 
validateLongObject(Long, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
 
validateModel - Variable in class org.eclipse.emf.ant.taskdefs.codegen.ecore.GeneratorTask
 
validateModel - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
 
validateModel - Variable in class org.eclipse.emf.importer.ModelImporterApplication
 
validateName(String, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
 
validateName_Pattern(String, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
Validates the Pattern constraint of 'Name'
validateNCName(String, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
 
validateNCName_Pattern(String, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
Validates the Pattern constraint of 'NC Name'
validateNegativeInteger(BigInteger, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
 
validateNegativeInteger_Max(BigInteger, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
Validates the Max constraint of 'Negative Integer'
validateNMTOKEN(String, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
 
validateNMTOKEN_Pattern(String, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
Validates the Pattern constraint of 'NMTOKEN'
validateNMTOKENS(List<?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
 
validateNMTOKENS_MinLength(List<?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
Validates the MinLength constraint of 'NMTOKENS'
validateNMTOKENSBase(List<?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
 
validateNMTOKENSBase_ItemType(List<?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
Validates the ItemType constraint of 'NMTOKENS Base'
validateNonNegativeInteger(BigInteger, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
 
validateNonNegativeInteger_Min(BigInteger, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
Validates the Min constraint of 'Non Negative Integer'
validateNonPositiveInteger(BigInteger, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
 
validateNonPositiveInteger_Max(BigInteger, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
Validates the Max constraint of 'Non Positive Integer'
validateNormalizedString(String, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
 
validateNOTATION(QName, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
 
validateNOTATION(Object, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
Deprecated.
validatePage() - Method in class org.eclipse.emf.ecore.presentation.DynamicModelWizard.DynamicModelWizardNewFileCreationPage
The framework calls this to see if the file is correct.
validatePage() - Method in class org.eclipse.emf.ecore.presentation.EcoreModelWizard.EcoreModelWizardInitialObjectCreationPage
 
validatePage() - Method in class org.eclipse.emf.ecore.presentation.EcoreModelWizard.EcoreModelWizardNewFileCreationPage
The framework calls this to see if the file is correct
validatePage() - Method in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryModelWizard.EXTLibraryModelWizardInitialObjectCreationPage
 
validatePage() - Method in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryModelWizard.EXTLibraryModelWizardNewFileCreationPage
The framework calls this to see if the file is correct
validatePage() - Method in class org.eclipse.emf.importer.ui.EMFModelWizard.NewGenModelFileCreationPage
The framework calls this to see if the file is correct.
validatePage() - Method in class org.eclipse.emf.mapping.ecore2ecore.presentation.Ecore2EcoreModelWizard.Ecore2EcoreModelWizardInitialObjectCreationPage
 
validatePage() - Method in class org.eclipse.emf.mapping.ecore2ecore.presentation.Ecore2EcoreModelWizard.Ecore2EcoreModelWizardNewFileCreationPage
The framework calls this to see if the file is correct
validatePage() - Method in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLModelWizard.Ecore2XMLModelWizardInitialObjectCreationPage
 
validatePage() - Method in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLModelWizard.Ecore2XMLModelWizardNewFileCreationPage
The framework calls this to see if the file is correct
validatePattern(EDataType, Object, EValidator.PatternMatcher[][], DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EObjectValidator
 
validatePositiveInteger(BigInteger, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
 
validatePositiveInteger_Min(BigInteger, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
Validates the Min constraint of 'Positive Integer'
validateProcessingInstruction(ProcessingInstruction, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
 
validateQName(QName, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
 
validateQName(Object, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
Deprecated.
validateSchemaConstraints(EDataType, Object, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.util.EObjectValidator.DynamicEDataTypeValidator
 
validateShort(short, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
 
validateShortObject(Short, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
 
validateSimpleAnyType(SimpleAnyType, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
 
validateSpaceType(SpaceType, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.namespace.util.XMLNamespaceValidator
 
validateSpaceTypeObject(SpaceType, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.namespace.util.XMLNamespaceValidator
 
validateString(String, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
 
validateTime(XMLGregorianCalendar, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
 
validateTime(Object, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
Deprecated.
validateToken(String, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
 
validateUnsignedByte(short, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
 
validateUnsignedByte_Max(short, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
Validates the Max constraint of 'Unsigned Byte'
validateUnsignedByte_Min(short, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
Validates the Min constraint of 'Unsigned Byte'
validateUnsignedByteObject(Short, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
 
validateUnsignedInt(long, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
 
validateUnsignedInt_Max(long, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
Validates the Max constraint of 'Unsigned Int'
validateUnsignedInt_Min(long, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
Validates the Min constraint of 'Unsigned Int'
validateUnsignedIntObject(Long, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
 
validateUnsignedLong(BigInteger, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
 
validateUnsignedLong_Max(BigInteger, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
Validates the Max constraint of 'Unsigned Long'
validateUnsignedLong_Min(BigInteger, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
Validates the Min constraint of 'Unsigned Long'
validateUnsignedShort(int, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
 
validateUnsignedShort_Max(int, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
Validates the Max constraint of 'Unsigned Short'
validateUnsignedShort_Min(int, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
Validates the Min constraint of 'Unsigned Short'
validateUnsignedShortObject(Integer, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
 
validateURI(boolean, String, String, String, boolean, String[], String, String) - Static method in class org.eclipse.emf.common.util.URI
 
validateValue(V) - Method in class org.eclipse.emf.common.util.BasicEMap
Validates a new key.
validateValue(URI) - Method in class org.eclipse.emf.ecore.resource.impl.URIMappingRegistryImpl
Validates that the value is a URI.
validateXMLNamespaceDocumentRoot(XMLNamespaceDocumentRoot, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.namespace.util.XMLNamespaceValidator
 
validateXMLTypeDocumentRoot(XMLTypeDocumentRoot, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
 
VALIDATION_DELEGATE_PPID - Static variable in class org.eclipse.emf.ecore.plugin.EcorePlugin
 
ValidationDelegateRegistryImpl - Class in org.eclipse.emf.ecore.impl
An implementation of a validation delegate registry.
ValidationDelegateRegistryImpl() - Constructor for class org.eclipse.emf.ecore.impl.ValidationDelegateRegistryImpl
 
ValidationDelegateRegistryImpl(EValidator.ValidationDelegate.Registry) - Constructor for class org.eclipse.emf.ecore.impl.ValidationDelegateRegistryImpl
 
validationJob - Variable in class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator.LiveValidator
 
validator - Variable in class org.eclipse.emf.ecore.presentation.EcoreModelWizard.EcoreModelWizardInitialObjectCreationPage
 
validator - Variable in class org.eclipse.emf.ecore.util.FeatureMapUtil.BasicFeatureEIterator
 
validator - Variable in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryModelWizard.EXTLibraryModelWizardInitialObjectCreationPage
 
Validator - Class in org.eclipse.emf.examples.generator.validator.templates.model
 
Validator() - Constructor for class org.eclipse.emf.examples.generator.validator.templates.model.Validator
 
validator - Variable in class org.eclipse.emf.mapping.ecore2ecore.presentation.Ecore2EcoreModelWizard.Ecore2EcoreModelWizardInitialObjectCreationPage
 
validator - Variable in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLModelWizard.Ecore2XMLModelWizardInitialObjectCreationPage
 
VALIDATOR_CLASS - Static variable in class org.eclipse.emf.ecore.util.FeatureMapUtil
 
VALIDATOR_CLASS_ID - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenPackageGeneratorAdapter
 
VALIDATOR_ID - Static variable in class org.eclipse.emf.examples.generator.validator.GenClassValidatorGeneratorAdapter
 
ValidatorClass - Class in org.eclipse.emf.codegen.ecore.templates.model
 
ValidatorClass() - Constructor for class org.eclipse.emf.codegen.ecore.templates.model.ValidatorClass
 
ValidatorGeneratorAdapterFactory - Class in org.eclipse.emf.examples.generator.validator
 
ValidatorGeneratorAdapterFactory() - Constructor for class org.eclipse.emf.examples.generator.validator.ValidatorGeneratorAdapterFactory
 
ValidatorGeneratorPlugin - Class in org.eclipse.emf.examples.generator.validator
The Plugin for the Validator Generator Extension plug-in.
ValidatorGeneratorPlugin.Implementation - Class in org.eclipse.emf.examples.generator.validator
The actual implementation of the Eclipse Plugin.
ValidatorGeneratorPlugin.Implementation() - Constructor for class org.eclipse.emf.examples.generator.validator.ValidatorGeneratorPlugin.Implementation
Creates an instance.
ValidatorGeneratorUtil - Class in org.eclipse.emf.examples.generator.validator
 
validatorMap - Variable in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EStructuralFeatureExtendedMetaDataImpl
 
validatorSwitchClassEmitter - 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.
validatorSwitchClassTemplateName - 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.
validAuthority(String) - Static method in class org.eclipse.emf.common.util.URI
Returns true if the specified value would be valid as the authority component of a URI; false otherwise.
validDevice(String) - Static method in class org.eclipse.emf.common.util.URI
Returns true if the specified value would be valid as the device component of a URI; false otherwise.
validFragment(String) - Static method in class org.eclipse.emf.common.util.URI
Returns true if the specified value would be valid as the fragment component of a URI; false otherwise.
VALIDITY_PROPERTY - Static variable in interface org.eclipse.emf.ecore.resource.ContentHandler
A content description property indicating the validity of the content.
validJarAuthority(String) - Static method in class org.eclipse.emf.common.util.URI
Deprecated.
As of EMF 2.0, replaced by validArchiveAuthority.
validJavaIdentifier(String) - Static method in class org.eclipse.emf.codegen.util.CodeGenUtil
 
validName(String) - Method in class org.eclipse.emf.importer.rose.builder.RoseEcoreBuilder
 
validOpaquePart(String) - Static method in class org.eclipse.emf.common.util.URI
Returns true if the specified value would be valid as the opaque part component of a URI; false otherwise.
validPluginID(String) - Static method in class org.eclipse.emf.codegen.util.CodeGenUtil
 
validPluginID(String) - Static method in class org.eclipse.emf.importer.util.ImporterUtil
Deprecated.
validQuery(String) - Static method in class org.eclipse.emf.common.util.URI
Returns true if the specified value would be valid as the query component of a URI; false otherwise.
validReference - Variable in class org.eclipse.emf.converter.ModelConverter.ReferencedGenPackageConvertInfo
 
validScheme(String) - Static method in class org.eclipse.emf.common.util.URI
Returns true if the specified value would be valid as the scheme component of a URI; false otherwise.
validSegment(String) - Static method in class org.eclipse.emf.common.util.URI
Returns true if the specified value would be a valid path segment of a URI; false otherwise.
validSegments(String[]) - Static method in class org.eclipse.emf.common.util.URI
Returns true if the specified value would be a valid path segment array of a URI; false otherwise.
validTotalDigits(EDataType, int) - Method in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
 
value - Variable in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter.AttributeData.Element.Attribute
 
value - Variable in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter.AttributeData.Element.Directive
 
value - Variable in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter.AttributeData
 
value - Variable in class org.eclipse.emf.common.util.BasicEMap.EntryImpl
The value.
value - Variable in class org.eclipse.emf.common.util.Pool.ObjectAccessUnit
The object being accessed; In the case of Pool.contains(Object) or Pool.remove(Object), the value may not be an instance of E.
value - Variable in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.StringAccessUnit
The segment value being accessed.
value - Variable in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SubstringAccessUnit
The value being accessed.
value - Variable in class org.eclipse.emf.common.util.URI.URIPool.StringAccessUnit
The value being accessed.
value(EditingDomain, EStructuralFeature) - Static method in class org.eclipse.emf.databinding.edit.EMFEditProperties
Returns a value property for the given EStructuralFeature
value(EditingDomain, FeaturePath) - Static method in class org.eclipse.emf.databinding.edit.EMFEditProperties
Returns a value property for the given nested EStructuralFeature feature like the name of a person
value(IEMFListProperty.ListElementAccess<?>) - Method in interface org.eclipse.emf.databinding.edit.IEMFEditListProperty
 
value(FeaturePath) - Method in interface org.eclipse.emf.databinding.edit.IEMFEditValueProperty
Returns a master-detail combination of this property and the specified nested value feature.
value(EStructuralFeature) - Method in interface org.eclipse.emf.databinding.edit.IEMFEditValueProperty
Returns a master-detail combination of this property and the specified value feature.
value(IEMFEditValueProperty) - Method in interface org.eclipse.emf.databinding.edit.IEMFEditValueProperty
Returns a master-detail combination of this property and the specified value property.
value(IEMFValueProperty) - Method in interface org.eclipse.emf.databinding.edit.IEMFEditValueProperty
 
value(IEMFListProperty.ListElementAccess<?>) - Method in class org.eclipse.emf.databinding.edit.internal.EMFEditListPropertyDecorator
 
value(IEMFListProperty.ListElementAccess<?>) - Method in class org.eclipse.emf.databinding.edit.internal.EMFEditMultiListProperty
 
value(EStructuralFeature) - Method in class org.eclipse.emf.databinding.edit.internal.EMFEditValuePropertyDecorator
 
value(FeaturePath) - Method in class org.eclipse.emf.databinding.edit.internal.EMFEditValuePropertyDecorator
 
value(IEMFEditValueProperty) - Method in class org.eclipse.emf.databinding.edit.internal.EMFEditValuePropertyDecorator
 
value(IEMFValueProperty) - Method in class org.eclipse.emf.databinding.edit.internal.EMFEditValuePropertyDecorator
 
value(EStructuralFeature) - Static method in class org.eclipse.emf.databinding.EMFProperties
Returns a value property for the given EStructuralFeature
value(FeaturePath) - Static method in class org.eclipse.emf.databinding.EMFProperties
Returns a value property for the given nested EStructuralFeature feature like the name of a person
value(IEMFListProperty.ListElementAccess<?>) - Method in interface org.eclipse.emf.databinding.IEMFListProperty
This API is highly experimental and if possible will get moved upwards to Core-Databinding Observe one of the elements in the list
value(FeaturePath) - Method in interface org.eclipse.emf.databinding.IEMFValueProperty
Returns a master-detail combination of this property and the specified nested value feature.
value(EStructuralFeature) - Method in interface org.eclipse.emf.databinding.IEMFValueProperty
Returns a master-detail combination of this property and the specified value feature.
value(IEMFValueProperty) - Method in interface org.eclipse.emf.databinding.IEMFValueProperty
Returns a master-detail combination of this property and the specified value property.
value(IEMFListProperty.ListElementAccess<?>) - Method in class org.eclipse.emf.databinding.internal.EMFListPropertyDecorator
 
value(IEMFListProperty.ListElementAccess<?>) - Method in class org.eclipse.emf.databinding.internal.EMFMultiListProperty
 
value(EStructuralFeature) - Method in class org.eclipse.emf.databinding.internal.EMFValuePropertyDecorator
 
value(FeaturePath) - Method in class org.eclipse.emf.databinding.internal.EMFValuePropertyDecorator
 
value(IEMFValueProperty) - Method in class org.eclipse.emf.databinding.internal.EMFValuePropertyDecorator
 
value - Variable in class org.eclipse.emf.ecore.change.impl.EObjectToChangesMapEntryImpl
The cached value of the 'Value' containment reference list
value - Variable in class org.eclipse.emf.ecore.change.impl.FeatureChangeImpl
 
value - Variable in class org.eclipse.emf.ecore.change.impl.FeatureMapEntryImpl
 
value - Variable in class org.eclipse.emf.ecore.impl.EEnumLiteralImpl
The cached value of the 'Value' attribute
value - Variable in class org.eclipse.emf.ecore.impl.EStringToStringMapEntryImpl
The cached value of the 'Value' attribute
value - Variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.ContainmentUpdatingFeatureMapEntry
 
value - Variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.InverseUpdatingFeatureMapEntry
 
value - Variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl.SimpleFeatureMapEntry
 
value - Variable in class org.eclipse.emf.ecore.util.FeatureMapUtil.EntryImpl
 
value - Variable in class org.eclipse.emf.ecore.xcore.impl.XEnumLiteralImpl
The cached value of the 'Value' attribute
value - Variable in class org.eclipse.emf.ecore.xcore.impl.XStringToStringMapEntryImpl
The cached value of the 'Value' attribute
value - Variable in class org.eclipse.emf.ecore.xcore.ui.editor.XcoreEditor.DelayedProcessor
 
value - Variable in exception org.eclipse.emf.ecore.xmi.IllegalValueException
 
value - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Escape
 
value - Variable in class org.eclipse.emf.edit.command.CommandParameter
This is the single value involved in the command.
value - Variable in class org.eclipse.emf.edit.command.MoveCommand
This is the value being moved within the owner list.
value - Variable in class org.eclipse.emf.edit.command.ReplaceCommand
This is value that is being replaced.
value - Variable in class org.eclipse.emf.edit.command.SetCommand
This is the value to be set.
value - Variable in class org.eclipse.emf.edit.provider.WrapperItemProvider
The wrapped value.
VALUE - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
VALUE - Static variable in class org.eclipse.emf.importer.rose.parser.RoseNode
 
value - Variable in class org.eclipse.emf.importer.rose.parser.RoseNode
 
VALUE - Static variable in class org.eclipse.emf.importer.rose.parser.RoseToken
 
value - Variable in class org.eclipse.emf.mapping.ecore2xml.impl.ENamedElementToXMLInfoMapEntryImpl
The cached value of the 'Value' containment reference
VALUE_EDEFAULT - Static variable in class org.eclipse.emf.ecore.change.impl.FeatureChangeImpl
The default value of the 'Value' attribute
VALUE_EDEFAULT - Static variable in class org.eclipse.emf.ecore.change.impl.FeatureMapEntryImpl
The default value of the 'Value' attribute
VALUE_EDEFAULT - Static variable in class org.eclipse.emf.ecore.impl.EEnumLiteralImpl
The default value of the 'Value' attribute
VALUE_EDEFAULT - Static variable in class org.eclipse.emf.ecore.impl.EStringToStringMapEntryImpl
The default value of the 'Value' attribute
VALUE_EDEFAULT - Static variable in class org.eclipse.emf.ecore.xcore.impl.XEnumLiteralImpl
The default value of the 'Value' attribute
VALUE_EDEFAULT - Static variable in class org.eclipse.emf.ecore.xcore.impl.XStringToStringMapEntryImpl
The default value of the 'Value' attribute
VALUE_EDEFAULT - Static variable in class org.eclipse.emf.ecore.xml.type.impl.SimpleAnyTypeImpl
The default value of the 'Value' attribute
valueComponents - Variable in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter.AttributeData.Element
 
valueFactory(Realm, EditingDomain, EStructuralFeature) - Static method in class org.eclipse.emf.databinding.edit.EMFEditObservables
Returns a factory for creating observable values tracking the value of the given feature of a particular object.
valueFactory() - Method in class org.eclipse.emf.databinding.edit.internal.EMFEditValuePropertyDecorator
 
valueFactory(Realm) - Method in class org.eclipse.emf.databinding.edit.internal.EMFEditValuePropertyDecorator
 
valueFactory(Realm, EStructuralFeature) - Static method in class org.eclipse.emf.databinding.EMFObservables
Returns a factory for creating observable values tracking the value of the given feature of a particular object.
valueFactory() - Method in class org.eclipse.emf.databinding.internal.EMFValuePropertyDecorator
 
valueFactory(Realm) - Method in class org.eclipse.emf.databinding.internal.EMFValuePropertyDecorator
 
valueFeature - Variable in class org.eclipse.emf.ecore.impl.DynamicEObjectImpl.BasicEMapEntry
 
valueFeature - Variable in class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container.Dynamic.BasicEMapEntry
 
valueField - Variable in class org.eclipse.emf.ecore.change.impl.ResourceChangeImpl
 
valueHandler - Variable in class org.eclipse.emf.edit.ui.provider.PropertyDescriptor.EDataTypeCellEditor
 
valueInternalEList - Variable in class org.eclipse.emf.ecore.util.EContentsEList.FeatureIteratorImpl
 
valueList - Variable in class org.eclipse.emf.ecore.util.EContentsEList.FeatureIteratorImpl
 
valueListIndex - Variable in class org.eclipse.emf.ecore.util.EContentsEList.FeatureIteratorImpl
 
valueListIterator() - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
valueListIterator(int) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
valueListIterator() - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
valueListIterator(int) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
valueListIterator() - Method in interface org.eclipse.emf.ecore.util.FeatureMap
 
valueListIterator(int) - Method in interface org.eclipse.emf.ecore.util.FeatureMap
 
valueListIterator() - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureFeatureMap
 
valueListIterator(int) - Method in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureFeatureMap
 
valueListSize - Variable in class org.eclipse.emf.ecore.util.EContentsEList.FeatureIteratorImpl
 
valueOf(String) - Static method in enum org.eclipse.emf.codegen.ecore.genmodel.GenDecoration
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.emf.codegen.ecore.genmodel.GenDelegationKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.emf.codegen.ecore.genmodel.GenJDKLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.emf.codegen.ecore.genmodel.GenPropertyKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.emf.codegen.ecore.genmodel.GenProviderKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.emf.codegen.ecore.genmodel.GenResourceKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.emf.codegen.ecore.genmodel.GenRuntimePlatform
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.emf.codegen.ecore.genmodel.GenRuntimeVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.emf.codegen.ecore.genmodel.handler.GenerateHandler.GenModelGenerationDialog.ProjectType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.emf.codegen.merge.java.JControlModel.SweepRule.Action
Returns the enum constant of this type with the specified name.
valueOf(char) - Static method in class org.eclipse.emf.common.util.URI
 
valueOf(String) - Static method in enum org.eclipse.emf.ecore.change.ChangeKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.emf.ecore.resource.ContentHandler.ByteOrderMark
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.emf.ecore.resource.ContentHandler.Validity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.BinaryIO.FeatureKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.BinaryIO.Version
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectOutputStream.Check
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.emf.ecore.xml.namespace.SpaceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.emf.edit.provider.StyledString.Style.BorderStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.emf.edit.provider.StyledString.Style.UnderLineStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.emf.edit.ui.view.ExtendedPropertySheetPage.Decoration
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.emf.examples.extlibrary.BookCategory
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.emf.importer.java.builder.JavaEcoreBuilder.RequiredClassifierType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.emf.java.JVisibility
Returns the enum constant of this type with the specified name.
VALUES - Static variable in enum org.eclipse.emf.codegen.ecore.genmodel.GenDecoration
A public read-only list of all the 'Gen Decoration' enumerators
values() - Static method in enum org.eclipse.emf.codegen.ecore.genmodel.GenDecoration
Returns an array containing the constants of this enum type, in the order they are declared.
VALUES - Static variable in enum org.eclipse.emf.codegen.ecore.genmodel.GenDelegationKind
A public read-only list of all the 'Gen Delegation Kind' enumerators
values() - Static method in enum org.eclipse.emf.codegen.ecore.genmodel.GenDelegationKind
Returns an array containing the constants of this enum type, in the order they are declared.
VALUES - Static variable in enum org.eclipse.emf.codegen.ecore.genmodel.GenJDKLevel
A public read-only list of all the 'Gen JDK Level' enumerators
values() - Static method in enum org.eclipse.emf.codegen.ecore.genmodel.GenJDKLevel
Returns an array containing the constants of this enum type, in the order they are declared.
VALUES - Static variable in enum org.eclipse.emf.codegen.ecore.genmodel.GenPropertyKind
A public read-only list of all the 'Gen Property Kind' enumerators
values() - Static method in enum org.eclipse.emf.codegen.ecore.genmodel.GenPropertyKind
Returns an array containing the constants of this enum type, in the order they are declared.
VALUES - Static variable in enum org.eclipse.emf.codegen.ecore.genmodel.GenProviderKind
A public read-only list of all the 'Gen Provider Kind' enumerators
values() - Static method in enum org.eclipse.emf.codegen.ecore.genmodel.GenProviderKind
Returns an array containing the constants of this enum type, in the order they are declared.
VALUES - Static variable in enum org.eclipse.emf.codegen.ecore.genmodel.GenResourceKind
A public read-only list of all the 'Gen Resource Kind' enumerators
values() - Static method in enum org.eclipse.emf.codegen.ecore.genmodel.GenResourceKind
Returns an array containing the constants of this enum type, in the order they are declared.
VALUES - Static variable in enum org.eclipse.emf.codegen.ecore.genmodel.GenRuntimePlatform
A public read-only list of all the 'Gen Runtime Platform' enumerators
values() - Static method in enum org.eclipse.emf.codegen.ecore.genmodel.GenRuntimePlatform
Returns an array containing the constants of this enum type, in the order they are declared.
VALUES - Static variable in enum org.eclipse.emf.codegen.ecore.genmodel.GenRuntimeVersion
A public read-only list of all the 'Gen Runtime Version' enumerators
values() - Static method in enum org.eclipse.emf.codegen.ecore.genmodel.GenRuntimeVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.emf.codegen.ecore.genmodel.handler.GenerateHandler.GenModelGenerationDialog.ProjectType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.emf.codegen.merge.java.JControlModel.SweepRule.Action
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.eclipse.emf.common.util.BasicEMap.DelegatingMap
 
values() - Method in class org.eclipse.emf.common.util.BasicEMap
 
values - Variable in class org.eclipse.emf.common.util.BasicEMap.View
The values collection view.
values() - Method in interface org.eclipse.emf.common.util.EMap
Returns a collection view the values of the entries.
values - Variable in class org.eclipse.emf.common.util.Pool.AccessUnit
 
values(EditingDomain, EStructuralFeature...) - Static method in class org.eclipse.emf.databinding.edit.EMFEditProperties
Returns multiple value properties for the given EStructuralFeatures
values(EditingDomain, FeaturePath...) - Static method in class org.eclipse.emf.databinding.edit.EMFEditProperties
Returns multiple value property for the given nested EStructuralFeature features like the name of a person
values(FeaturePath) - Method in interface org.eclipse.emf.databinding.edit.IEMFEditListProperty
Returns a master-detail combination of this property and the specified value nested feature.
values(EStructuralFeature) - Method in interface org.eclipse.emf.databinding.edit.IEMFEditListProperty
Returns a master-detail combination of this property and the specified value property.
values(IEMFEditValueProperty) - Method in interface org.eclipse.emf.databinding.edit.IEMFEditListProperty
Returns a master-detail combination of this property and the specified value property.
values(IEMFValueProperty) - Method in interface org.eclipse.emf.databinding.edit.IEMFEditListProperty
 
values(FeaturePath) - Method in interface org.eclipse.emf.databinding.edit.IEMFEditMapProperty
Returns a master-detail combination of this property and the specified nested value feature.
values(EStructuralFeature) - Method in interface org.eclipse.emf.databinding.edit.IEMFEditMapProperty
Returns a master-detail combination of this property and the specified value feature.
values(IEMFEditValueProperty) - Method in interface org.eclipse.emf.databinding.edit.IEMFEditMapProperty
Returns a master-detail combination of this property and the specified value property.
values(IEMFValueProperty) - Method in interface org.eclipse.emf.databinding.edit.IEMFEditMapProperty
 
values(EStructuralFeature) - Method in interface org.eclipse.emf.databinding.edit.IEMFEditSetProperty
Returns a master-detail combination of this property and the specified value property.
values(FeaturePath) - Method in interface org.eclipse.emf.databinding.edit.IEMFEditSetProperty
Returns a master-detail combination of this property and the specified value property.
values(IEMFEditValueProperty) - Method in interface org.eclipse.emf.databinding.edit.IEMFEditSetProperty
Returns a master-detail combination of this property and the specified value property.
values(EStructuralFeature) - Method in class org.eclipse.emf.databinding.edit.internal.EMFEditListPropertyDecorator
 
values(FeaturePath) - Method in class org.eclipse.emf.databinding.edit.internal.EMFEditListPropertyDecorator
 
values(IEMFEditValueProperty) - Method in class org.eclipse.emf.databinding.edit.internal.EMFEditListPropertyDecorator
 
values(IEMFValueProperty) - Method in class org.eclipse.emf.databinding.edit.internal.EMFEditListPropertyDecorator
 
values(EStructuralFeature) - Method in class org.eclipse.emf.databinding.edit.internal.EMFEditMapPropertyDecorator
 
values(FeaturePath) - Method in class org.eclipse.emf.databinding.edit.internal.EMFEditMapPropertyDecorator
 
values(IEMFEditValueProperty) - Method in class org.eclipse.emf.databinding.edit.internal.EMFEditMapPropertyDecorator
 
values(IEMFValueProperty) - Method in class org.eclipse.emf.databinding.edit.internal.EMFEditMapPropertyDecorator
 
values(EStructuralFeature) - Method in class org.eclipse.emf.databinding.edit.internal.EMFEditMultiListProperty
 
values(FeaturePath) - Method in class org.eclipse.emf.databinding.edit.internal.EMFEditMultiListProperty
 
values(IEMFValueProperty) - Method in class org.eclipse.emf.databinding.edit.internal.EMFEditMultiListProperty
 
values(IEMFEditValueProperty) - Method in class org.eclipse.emf.databinding.edit.internal.EMFEditMultiListProperty
 
values(EStructuralFeature) - Method in class org.eclipse.emf.databinding.edit.internal.EMFEditSetPropertyDecorator
 
values(FeaturePath) - Method in class org.eclipse.emf.databinding.edit.internal.EMFEditSetPropertyDecorator
 
values(IEMFEditValueProperty) - Method in class org.eclipse.emf.databinding.edit.internal.EMFEditSetPropertyDecorator
 
values(IEMFValueProperty) - Method in class org.eclipse.emf.databinding.edit.internal.EMFEditSetPropertyDecorator
 
values(EStructuralFeature...) - Static method in class org.eclipse.emf.databinding.EMFProperties
Returns multiple value properties for the given EStructuralFeatures
values(FeaturePath...) - Static method in class org.eclipse.emf.databinding.EMFProperties
Returns multiple value property for the given nested EStructuralFeature features like the name of a person
values(FeaturePath) - Method in interface org.eclipse.emf.databinding.IEMFListProperty
Returns a master-detail combination of this property and the specified value nested feature.
values(EStructuralFeature) - Method in interface org.eclipse.emf.databinding.IEMFListProperty
Returns a master-detail combination of this property and the specified value property.
values(IEMFValueProperty) - Method in interface org.eclipse.emf.databinding.IEMFListProperty
Returns a master-detail combination of this property and the specified value property.
values(FeaturePath) - Method in interface org.eclipse.emf.databinding.IEMFMapProperty
Returns a master-detail combination of this property and the specified nested value feature.
values(EStructuralFeature) - Method in interface org.eclipse.emf.databinding.IEMFMapProperty
Returns a master-detail combination of this property and the specified value feature.
values(IEMFValueProperty) - Method in interface org.eclipse.emf.databinding.IEMFMapProperty
Returns a master-detail combination of this property and the specified value property.
values(EStructuralFeature) - Method in interface org.eclipse.emf.databinding.IEMFSetProperty
Returns a master-detail combination of this property and the specified value property.
values(FeaturePath) - Method in interface org.eclipse.emf.databinding.IEMFSetProperty
Returns a master-detail combination of this property and the specified value property.
values(IEMFValueProperty) - Method in interface org.eclipse.emf.databinding.IEMFSetProperty
Returns a master-detail combination of this property and the specified value property.
values(EStructuralFeature) - Method in class org.eclipse.emf.databinding.internal.EMFListPropertyDecorator
 
values(FeaturePath) - Method in class org.eclipse.emf.databinding.internal.EMFListPropertyDecorator
 
values(IEMFValueProperty) - Method in class org.eclipse.emf.databinding.internal.EMFListPropertyDecorator
 
values(EStructuralFeature) - Method in class org.eclipse.emf.databinding.internal.EMFMapPropertyDecorator
 
values(FeaturePath) - Method in class org.eclipse.emf.databinding.internal.EMFMapPropertyDecorator
 
values(IEMFValueProperty) - Method in class org.eclipse.emf.databinding.internal.EMFMapPropertyDecorator
 
values(EStructuralFeature) - Method in class org.eclipse.emf.databinding.internal.EMFMultiListProperty
 
values(FeaturePath) - Method in class org.eclipse.emf.databinding.internal.EMFMultiListProperty
 
values(IEMFValueProperty) - Method in class org.eclipse.emf.databinding.internal.EMFMultiListProperty
 
values(EStructuralFeature) - Method in class org.eclipse.emf.databinding.internal.EMFSetPropertyDecorator
 
values(FeaturePath) - Method in class org.eclipse.emf.databinding.internal.EMFSetPropertyDecorator
 
values(IEMFValueProperty) - Method in class org.eclipse.emf.databinding.internal.EMFSetPropertyDecorator
 
VALUES - Static variable in enum org.eclipse.emf.ecore.change.ChangeKind
A public read-only list of all the 'Kind' enumerators
values() - Static method in enum org.eclipse.emf.ecore.change.ChangeKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.eclipse.emf.ecore.impl.EPackageRegistryImpl.Delegator
 
values() - Static method in enum org.eclipse.emf.ecore.resource.ContentHandler.ByteOrderMark
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.emf.ecore.resource.ContentHandler.Validity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.BinaryIO.FeatureKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.BinaryIO.Version
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectOutputStream.Check
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class org.eclipse.emf.ecore.util.EContentsEList.FeatureIteratorImpl
 
VALUES - Static variable in enum org.eclipse.emf.ecore.xml.namespace.SpaceType
A public read-only list of all the 'Space Type' enumerators
values() - Static method in enum org.eclipse.emf.ecore.xml.namespace.SpaceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.emf.edit.provider.StyledString.Style.BorderStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.emf.edit.provider.StyledString.Style.UnderLineStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class org.eclipse.emf.edit.ui.celleditor.FeatureEditorDialog
 
values() - Static method in enum org.eclipse.emf.edit.ui.view.ExtendedPropertySheetPage.Decoration
Returns an array containing the constants of this enum type, in the order they are declared.
VALUES - Static variable in enum org.eclipse.emf.examples.extlibrary.BookCategory
A public read-only list of all the 'Book Category' enumerators
values() - Static method in enum org.eclipse.emf.examples.extlibrary.BookCategory
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.emf.importer.java.builder.JavaEcoreBuilder.RequiredClassifierType
Returns an array containing the constants of this enum type, in the order they are declared.
VALUES - Static variable in enum org.eclipse.emf.java.JVisibility
A public read-only list of all the 'JVisibility' enumerators
values() - Static method in enum org.eclipse.emf.java.JVisibility
Returns an array containing the constants of this enum type, in the order they are declared.
valuesLength - Variable in class org.eclipse.emf.common.util.Pool.AccessUnit
This records the number of Pool.AccessUnit.values cached for this access.
valueString - Variable in class org.eclipse.emf.ecore.change.impl.FeatureChangeImpl
 
valueString - Variable in class org.eclipse.emf.ecore.change.impl.FeatureMapEntryImpl
 
valueToNameMap - Variable in class org.eclipse.emf.ecore.xmi.impl.ResourceEntityHandlerImpl
 
VARARGS - Static variable in class org.eclipse.emf.codegen.merge.java.facade.FacadeFlags
Varargs method property flag (added in J2SE 1.5).
variableDeclarationFragment - Variable in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJField
Variable declaration fragment that is wrapped by ASTJField and to be used by set...
variables - Variable in class org.eclipse.emf.oda.ecore.impl.Query
 
variables - Variable in class org.eclipse.emf.oda.ecore.ui.impl.EcoreDataSetWizardPage
 
VARIABLES_PROPERTY_NAME - Static variable in class org.eclipse.emf.oda.ecore.impl.Query
 
variablesViewer - Variable in class org.eclipse.emf.oda.ecore.ui.impl.EcoreDataSetWizardPage
 
variableToDirectoryMap - Variable in class org.eclipse.emf.importer.rose.builder.RoseUtil
 
version - Variable in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.BinaryIO
 
VERSION_2_1_VALUE - Static variable in interface org.eclipse.emf.ecore.xmi.XMIResource
 
VERSION_ATTRIB - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMIHandler
 
VERSION_NAME - Static variable in interface org.eclipse.emf.ecore.xmi.XMIResource
 
VERSION_PATTERN - Static variable in class org.eclipse.emf.codegen.ecore.generator.AbstractGeneratorAdapter
A pattern for matching a manifest's version attribute.
VERSION_VALUE - Static variable in interface org.eclipse.emf.ecore.xmi.XMIResource
 
versionTree - Variable in class org.eclipse.emf.importer.rose.parser.RoseParser
 
versionTree - Variable in class org.eclipse.emf.importer.rose.parser.RoseWriter
 
VERTICAL_BAR - Static variable in class org.eclipse.emf.importer.rose.parser.RoseToken
 
VERTICES - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
VERY_HIGH_PRIORITY - Static variable in interface org.eclipse.emf.ecore.resource.ContentHandler.Registry
A constant indicating a very high priority content handler.
VERY_LOW_PRIORITY - Static variable in interface org.eclipse.emf.ecore.resource.ContentHandler.Registry
A constant indicating a very low priority content handler.
VIDEO_CASSETTE - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage.Literals
The meta object literal for the 'Video Cassette' class
VIDEO_CASSETTE - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The meta object id for the 'Video Cassette' class
VIDEO_CASSETTE__BORROWERS - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The feature id for the 'Borrowers' reference list
VIDEO_CASSETTE__CAST - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage.Literals
The meta object literal for the 'Cast' reference list feature
VIDEO_CASSETTE__CAST - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The feature id for the 'Cast' reference list
VIDEO_CASSETTE__COPIES - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The feature id for the 'Copies' attribute
VIDEO_CASSETTE__DAMAGED - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The feature id for the 'Damaged' attribute
VIDEO_CASSETTE__MINUTES_LENGTH - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The feature id for the 'Minutes Length' attribute
VIDEO_CASSETTE__PUBLICATION_DATE - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The feature id for the 'Publication Date' attribute
VIDEO_CASSETTE__TITLE - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The feature id for the 'Title' attribute
VIDEO_CASSETTE_FEATURE_COUNT - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The number of structural features of the 'Video Cassette' class
VideoCassette - Interface in org.eclipse.emf.examples.extlibrary
A representation of the model object 'Video Cassette'
VideoCassetteImpl - Class in org.eclipse.emf.examples.extlibrary.impl
An implementation of the model object 'Video Cassette'
VideoCassetteImpl() - Constructor for class org.eclipse.emf.examples.extlibrary.impl.VideoCassetteImpl
 
videoCassetteItemProvider - Variable in class org.eclipse.emf.examples.extlibrary.provider.EXTLibraryItemProviderAdapterFactory
This keeps track of the one adapter used for all VideoCassette instances
VideoCassetteItemProvider - Class in org.eclipse.emf.examples.extlibrary.provider
This is the item provider adapter for a VideoCassette object
VideoCassetteItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.examples.extlibrary.provider.VideoCassetteItemProvider
This constructs an instance from a factory and a notifier
view - Variable in class org.eclipse.emf.common.util.BasicEMap
The various alternative views of the map.
viewer - Variable in class org.eclipse.emf.common.ui.viewer.ColumnViewerInformationControlToolTipSupport.PathLocationListener
 
viewer - Variable in class org.eclipse.emf.common.ui.viewer.ColumnViewerInformationControlToolTipSupport
 
viewer - Variable in class org.eclipse.emf.common.ui.ViewerPane
 
viewer - Variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.OppositeReplacementTextApplier
 
viewer - Variable in class org.eclipse.emf.edit.ui.dnd.EditingDomainViewerDropAdapter
This is the viewer for which this is a drop target listener.
viewer - Variable in class org.eclipse.emf.edit.ui.dnd.ViewerDragAdapter
This keeps track of the viewer to which we are listening.
viewer - Variable in class org.eclipse.emf.edit.ui.provider.AdapterFactoryContentProvider
This keeps track of the one viewer using this content provider.
viewer - Variable in class org.eclipse.emf.edit.ui.provider.DiagnosticDecorator
 
ViewerDragAdapter - Class in org.eclipse.emf.edit.ui.dnd
This is an implementation of DragSourceListener.
ViewerDragAdapter - Class in org.eclipse.emf.edit.ui.dnd
This is an implementation of DragSourceListener.
ViewerDragAdapter(Viewer) - Constructor for class org.eclipse.emf.edit.ui.dnd.ViewerDragAdapter
This creates an instance for the given viewer.
viewerFilter - Variable in class org.eclipse.emf.common.ui.action.ViewerFilterAction
 
ViewerFilterAction - Class in org.eclipse.emf.common.ui.action
Action wrapper for a ViewerFilter that can be used in multiple viewers.
ViewerFilterAction - Class in org.eclipse.emf.common.ui.action
Action wrapper for a ViewerFilter that can be used in multiple viewers.
ViewerFilterAction(String, int) - Constructor for class org.eclipse.emf.common.ui.action.ViewerFilterAction
 
ViewerNotification - Class in org.eclipse.emf.edit.provider
A simple implementation of IViewerNotification that decorates an ordinary Notification.
ViewerNotification(Notification) - Constructor for class org.eclipse.emf.edit.provider.ViewerNotification
Creates a notification to fully refresh a viewer.
ViewerNotification(Notification, Object) - Constructor for class org.eclipse.emf.edit.provider.ViewerNotification
Creates a notification to refresh the content under and update the label for the given element.
ViewerNotification(Notification, Object, boolean, boolean) - Constructor for class org.eclipse.emf.edit.provider.ViewerNotification
Creates a notification to optionally refresh the content under and update the label for the given element.
ViewerNotification(IViewerNotification, Object) - Constructor for class org.eclipse.emf.edit.provider.ViewerNotification
Wraps an existing viewer notification to specify a different element.
ViewerPane - Class in org.eclipse.emf.common.ui
Please don't use this class until the design is complete.
ViewerPane - Class in org.eclipse.emf.common.ui
Please don't use this class until the design is complete.
ViewerPane(IWorkbenchPage, IWorkbenchPart) - Constructor for class org.eclipse.emf.common.ui.ViewerPane
Constructs a view pane for a view part.
viewerRefresh - Variable in class org.eclipse.emf.edit.ui.provider.AdapterFactoryContentProvider
This is used to queue viewer notifications and refresh viewers based on them.
viewers - Variable in class org.eclipse.emf.common.ui.action.ViewerFilterAction
 
VIRTUAL - Static variable in enum org.eclipse.emf.codegen.ecore.genmodel.GenDelegationKind
The 'Virtual' literal value
visibility - Variable in class org.eclipse.emf.java.impl.JMemberImpl
The cached value of the 'Visibility' attribute
VISIBILITY_EDEFAULT - Static variable in class org.eclipse.emf.java.impl.JMemberImpl
The default value of the 'Visibility' attribute
VISIBILITY_NONE - Static variable in class org.eclipse.emf.importer.rose.parser.RoseNode
 
VISIBILITY_READ_ONLY - Static variable in class org.eclipse.emf.importer.rose.parser.RoseNode
 
VISIBILITY_READ_ONLY_UNSETTABLE - Static variable in class org.eclipse.emf.importer.rose.parser.RoseNode
 
VISIBILITY_READ_WRITE - Static variable in class org.eclipse.emf.importer.rose.parser.RoseNode
 
VISIBILITY_READ_WRITE_UNSETTABLE - Static variable in class org.eclipse.emf.importer.rose.parser.RoseNode
 
VISIBILITY_REL_LIST - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
VISIBILITY_RELATIONSHIP - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
VISIBILITY_UNSPECIFIED - Static variable in class org.eclipse.emf.importer.rose.parser.RoseNode
 
VISIBILITY_VALUE_PATTERN - Static variable in class org.eclipse.emf.importer.rose.parser.RoseNode
 
VISIBLE_CATEGORY - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
visit(JNode) - Method in class org.eclipse.emf.codegen.merge.java.facade.FacadeVisitor
 
visit(JCompilationUnit) - Method in class org.eclipse.emf.codegen.merge.java.facade.FacadeVisitor
 
visit(JField) - Method in class org.eclipse.emf.codegen.merge.java.facade.FacadeVisitor
 
visit(JImport) - Method in class org.eclipse.emf.codegen.merge.java.facade.FacadeVisitor
 
visit(JInitializer) - Method in class org.eclipse.emf.codegen.merge.java.facade.FacadeVisitor
 
visit(JMethod) - Method in class org.eclipse.emf.codegen.merge.java.facade.FacadeVisitor
 
visit(JPackage) - Method in class org.eclipse.emf.codegen.merge.java.facade.FacadeVisitor
 
visit(JAbstractType) - Method in class org.eclipse.emf.codegen.merge.java.facade.FacadeVisitor
 
visit(JAnnotation) - Method in class org.eclipse.emf.codegen.merge.java.facade.FacadeVisitor
 
visit(JAnnotationTypeMember) - Method in class org.eclipse.emf.codegen.merge.java.facade.FacadeVisitor
 
visit(JEnumConstant) - Method in class org.eclipse.emf.codegen.merge.java.facade.FacadeVisitor
 
visit(JNode) - Method in class org.eclipse.emf.codegen.merge.java.JMerger.PullTargetVisitor
 
visit(JCompilationUnit) - Method in class org.eclipse.emf.codegen.merge.java.JMerger.PullTargetVisitor
 
visit(JMethod) - Method in class org.eclipse.emf.codegen.merge.java.JMerger.PullTargetVisitor
 
visit(JPackage) - Method in class org.eclipse.emf.codegen.merge.java.JMerger.PullTargetVisitor
 
visit(JCompilationUnit) - Method in class org.eclipse.emf.codegen.merge.java.JMerger.PushSourceVisitor
 
visit(JAbstractType) - Method in class org.eclipse.emf.codegen.merge.java.JMerger.PushSourceVisitor
 
visit(JImport) - Method in class org.eclipse.emf.codegen.merge.java.JMerger.PushSourceVisitor
 
visit(JCompilationUnit) - Method in class org.eclipse.emf.codegen.merge.java.JPatternDictionary
 
visit(JPackage) - Method in class org.eclipse.emf.codegen.merge.java.JPatternDictionary
 
visit(JAbstractType) - Method in class org.eclipse.emf.codegen.merge.java.JPatternDictionary
 
visit(JImport) - Method in class org.eclipse.emf.codegen.merge.java.JPatternDictionary
 
visit(JInitializer) - Method in class org.eclipse.emf.codegen.merge.java.JPatternDictionary
 
visit(JField) - Method in class org.eclipse.emf.codegen.merge.java.JPatternDictionary
 
visit(JMethod) - Method in class org.eclipse.emf.codegen.merge.java.JPatternDictionary
 
visit(JAnnotation) - Method in class org.eclipse.emf.codegen.merge.java.JPatternDictionary
 
visit(JAnnotationTypeMember) - Method in class org.eclipse.emf.codegen.merge.java.JPatternDictionary
 
visit(JEnumConstant) - Method in class org.eclipse.emf.codegen.merge.java.JPatternDictionary
 
visitAssociation(RoseNode, String, String, String, Object) - Method in class org.eclipse.emf.importer.rose.builder.RoseEcoreBuilder
 
visitChildren(JNode) - Method in class org.eclipse.emf.codegen.merge.java.facade.FacadeVisitor
 
visitClass(RoseNode, String, String, String, Object) - Method in class org.eclipse.emf.importer.rose.builder.RoseEcoreBuilder
 
visitClassattribute(RoseNode, String, String, String, Object) - Method in class org.eclipse.emf.importer.rose.builder.RoseEcoreBuilder
 
visitClassCategory(RoseNode, String, String, String, Object) - Method in class org.eclipse.emf.importer.rose.builder.RoseEcoreBuilder
 
visitInheritanceRelationship(RoseNode, String, String, String, Object) - Method in class org.eclipse.emf.importer.rose.builder.RoseEcoreBuilder
 
visitList(RoseNode) - Method in class org.eclipse.emf.importer.rose.builder.RoseEcoreBuilder
 
visitList(RoseNode) - Method in interface org.eclipse.emf.importer.rose.builder.RoseVisitor
 
visitObject(RoseNode) - Method in class org.eclipse.emf.importer.rose.builder.RoseEcoreBuilder
 
visitObject(RoseNode, String, String, String, String, Object) - Method in class org.eclipse.emf.importer.rose.builder.RoseEcoreBuilder
 
visitObject(RoseNode) - Method in interface org.eclipse.emf.importer.rose.builder.RoseVisitor
 
visitOperation(RoseNode, String, String, String, Object) - Method in class org.eclipse.emf.importer.rose.builder.RoseEcoreBuilder
 
visitParameter(RoseNode, String, String, String, Object) - Method in class org.eclipse.emf.importer.rose.builder.RoseEcoreBuilder
 
visitRole(RoseNode, String, String, String, Object) - Method in class org.eclipse.emf.importer.rose.builder.RoseEcoreBuilder
 
VISUALBASIC - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
VOLATILE - Static variable in class org.eclipse.emf.codegen.merge.java.facade.FacadeFlags
Volatile property flag.
VOLATILE - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
volatile_ - Variable in class org.eclipse.emf.ecore.xcore.impl.XStructuralFeatureImpl
The cached value of the 'Volatile' attribute
volatile_ - Variable in class org.eclipse.emf.java.impl.JFieldImpl
The cached value of the 'Volatile' attribute
VOLATILE_EDEFAULT - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
The default value of the 'Volatile' attribute
VOLATILE_EDEFAULT - Static variable in class org.eclipse.emf.ecore.xcore.impl.XStructuralFeatureImpl
The default value of the 'Volatile' attribute
VOLATILE_EDEFAULT - Static variable in class org.eclipse.emf.java.impl.JFieldImpl
The default value of the 'Volatile' attribute
VOLATILE_EFLAG - Static variable in class org.eclipse.emf.ecore.impl.EStructuralFeatureImpl
The flag representing the value of the 'Volatile' attribute
VT - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Escape
 

W

walk(EObject) - Method in class org.eclipse.emf.mapping.impl.MappingRootImpl
 
WARNING - Static variable in interface org.eclipse.emf.common.util.Diagnostic
The bit mask value 0x2 for a severity indicating there is warning message.
warning(SAXParseException) - Method in class org.eclipse.emf.ecore.xmi.impl.SAXWrapper
Deprecated.
 
warning(SAXParseException) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
warning(XMIException) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
warning(String) - Method in class org.eclipse.emf.importer.java.builder.JavaEcoreBuilder
Produces another IStatus in the MultiStatus, with warning severity.
warning(String) - Method in class org.eclipse.emf.importer.rose.builder.RoseEcoreBuilder
 
warnings - Variable in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
The warnings.
wasNull - Variable in class org.eclipse.emf.oda.ecore.impl.ResultSet
 
wasNull() - Method in class org.eclipse.emf.oda.ecore.impl.ResultSet
 
wasSet() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
wasSet() - Method in interface org.eclipse.emf.common.notify.Notification
Returns whether the notifier's feature was considered set before the change occurred.
wasSet() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the wasSet method of the notification.
WeakInterningHashSet<E> - Class in org.eclipse.emf.common.util
An implementation of an interning set that keeps weak references to its element.
WeakInterningHashSet() - Constructor for class org.eclipse.emf.common.util.WeakInterningHashSet
Creates an instance with a minimum capacity.
WeakInterningHashSet(int) - Constructor for class org.eclipse.emf.common.util.WeakInterningHashSet
Creates an instance with at least the given capacity.
WeakInterningHashSet.Entry<E> - Class in org.eclipse.emf.common.util
A weak reference holder that caches the hash code of the referent and is chained in the WeakInterningHashSet.entries to handle collisions.
WeakInterningHashSet.Entry(E, int, ReferenceQueue<? super E>) - Constructor for class org.eclipse.emf.common.util.WeakInterningHashSet.Entry
Creates an entry thats part of the set's WeakInterningHashSet.internalQueue or WeakInterningHashSet.externalQueue.
WeakInterningHashSet.SelfCleaningEntry<E> - Class in org.eclipse.emf.common.util
A specialized external entry managed by the external queue that calls WeakInterningHashSet.SelfCleaningEntry.clear() to remove this entry from its set.
WeakInterningHashSet.SelfCleaningEntry(WeakInterningHashSet<E>, E, int, ReferenceQueue<? super E>) - Constructor for class org.eclipse.emf.common.util.WeakInterningHashSet.SelfCleaningEntry
Creates an entry for the given set, for the object with the given hash code, managed by the given queue.
WebXML - Class in org.eclipse.emf.codegen.ecore.templates.editor
 
WebXML() - Constructor for class org.eclipse.emf.codegen.ecore.templates.editor.WebXML
 
WELL_FORMED_INSTANCE_TYPE_NAME - Static variable in class org.eclipse.emf.ecore.util.EcoreValidator
 
WELL_FORMED_MAP_ENTRY_CLASS - Static variable in class org.eclipse.emf.ecore.util.EcoreValidator
 
WELL_FORMED_MAP_ENTRY_NO_INSTANCE_CLASS_NAME - Static variable in class org.eclipse.emf.ecore.util.EcoreValidator
 
WELL_FORMED_NAME - Static variable in class org.eclipse.emf.ecore.util.EcoreValidator
 
WELL_FORMED_NS_PREFIX - Static variable in class org.eclipse.emf.ecore.util.EcoreValidator
 
WELL_FORMED_NS_URI - Static variable in class org.eclipse.emf.ecore.util.EcoreValidator
 
WELL_FORMED_SOURCE_URI - Static variable in class org.eclipse.emf.ecore.util.EcoreValidator
 
WELL_FORMED_XML_GREGORIAN_CALENDAR - Static variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
 
which - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.ColorInformation
Deprecated.
 
which - Variable in class org.eclipse.emf.codegen.util.GIFEmitter.ColorInformation
 
WHITE_SPACE_KINDS - Static variable in interface org.eclipse.emf.ecore.util.ExtendedMetaData
The strings used to represent the various white space kinds in extended metadata annotations, indexed by kind ID.
whiteSpace - Variable in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EDataTypeExtendedMetaDataImpl
 
widgetDefaultSelected(SelectionEvent) - Method in class org.eclipse.emf.common.ui.celleditor.ExtendedTableEditor
Deprecated.
 
widgetDefaultSelected(SelectionEvent) - Method in class org.eclipse.emf.common.ui.celleditor.ExtendedTableTreeEditor
Deprecated.
 
widgetDefaultSelected(SelectionEvent) - Method in class org.eclipse.emf.common.ui.celleditor.ExtendedTreeEditor
 
widgetDefaultSelected(SelectionEvent) - Method in class org.eclipse.emf.common.ui.celleditor.MultiColumnTableEditor
 
widgetDefaultSelected(SelectionEvent) - Method in class org.eclipse.emf.common.ui.celleditor.SingleColumnTableEditor
 
widgetSelected(SelectionEvent) - Method in class org.eclipse.emf.common.ui.celleditor.ExtendedTableEditor
Deprecated.
 
widgetSelected(SelectionEvent) - Method in class org.eclipse.emf.common.ui.celleditor.ExtendedTableTreeEditor
Deprecated.
 
widgetSelected(SelectionEvent) - Method in class org.eclipse.emf.common.ui.celleditor.ExtendedTreeEditor
 
widgetSelected(SelectionEvent) - Method in class org.eclipse.emf.common.ui.celleditor.MultiColumnTableEditor
 
widgetSelected(SelectionEvent) - Method in class org.eclipse.emf.common.ui.celleditor.SingleColumnTableEditor
 
width - Variable in class org.eclipse.emf.edit.provider.ComposedImage.Size
 
WIDTH - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
WILDCARD_IMPORT - Static variable in class org.eclipse.emf.ecore.xcore.validation.XcoreIssueCodes
 
wildcards - Variable in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EStructuralFeatureExtendedMetaDataImpl
 
wildcards - Variable in class org.eclipse.emf.ecore.util.FeatureMapUtil.BasicValidator
 
WITHJDK116 - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
wizard - Variable in class org.eclipse.emf.converter.ui.contribution.ModelConverterManager.ModelConverterDescriptorWizardNode
 
wizardConfigurationElement - Variable in class org.eclipse.emf.common.ui.wizard.ExampleInstallerWizard
 
wizardPage - Variable in class org.eclipse.emf.oda.ecore.ui.impl.EcoreDataSourcePageHelper
 
workbench - Variable in class org.eclipse.emf.codegen.ecore.ui.EmptyProjectWizard
 
workbench - Variable in class org.eclipse.emf.codegen.presentation.ConvertToJETProjectWizard
 
workbench - Variable in class org.eclipse.emf.common.ui.wizard.AbstractExampleInstallerWizard
 
workbench - Variable in class org.eclipse.emf.converter.ui.contribution.base.ModelConverterWizard
 
workbench - Variable in class org.eclipse.emf.converter.ui.ModelConverterDescriptorSelectionPage
 
workbench - Variable in class org.eclipse.emf.ecore.presentation.DynamicModelWizard
Remember the workbench during initialization.
workbench - Variable in class org.eclipse.emf.ecore.presentation.EcoreModelWizard
Remember the workbench during initialization
workbench - Variable in class org.eclipse.emf.examples.extlibrary.presentation.EXTLibraryModelWizard
Remember the workbench during initialization
workbench - Variable in class org.eclipse.emf.exporter.ui.EMFExportWizard
 
workbench - Variable in class org.eclipse.emf.importer.ui.EMFModelWizard
 
workbench - Variable in class org.eclipse.emf.mapping.ecore2ecore.presentation.Ecore2EcoreModelWizard
Remember the workbench during initialization
workbench - Variable in class org.eclipse.emf.mapping.ecore2xml.presentation.Ecore2XMLModelWizard
Remember the workbench during initialization
WorkbenchColors - Class in org.eclipse.emf.common.ui
EATM I just ripped this off and it's still a big mess.
workbenchPart - Variable in class org.eclipse.emf.edit.ui.action.CommandAction
This records the editor or view with which the action is currently associated.
workbenchPart - Variable in class org.eclipse.emf.edit.ui.action.DelegatingCommandAction
This is the current workbench part.
WorkbenchWindowActionDelegate - Class in org.eclipse.emf.common.ui.action
Simple implementation of IWorkbenchWindowActionDelegate.
WorkbenchWindowActionDelegate - Class in org.eclipse.emf.common.ui.action
Simple implementation of IWorkbenchWindowActionDelegate.
WorkbenchWindowActionDelegate() - Constructor for class org.eclipse.emf.common.ui.action.WorkbenchWindowActionDelegate
 
worked(int) - Method in class org.eclipse.emf.common.util.BasicMonitor.Delegating
 
worked(int) - Method in class org.eclipse.emf.common.util.BasicMonitor
 
worked(int) - Method in interface org.eclipse.emf.common.util.Monitor
Called to indicate the amount or progress on the task.
workingSets - Variable in class org.eclipse.emf.importer.ui.contribution.base.ModelImporterWizard
 
workspaceFile - Variable in class org.eclipse.emf.common.ui.wizard.AbstractExampleInstallerWizard.FileToOpen
 
WorkspaceResourceDialog - Class in org.eclipse.emf.common.ui.dialogs
 
WorkspaceResourceDialog(Shell, ILabelProvider, ITreeContentProvider) - Constructor for class org.eclipse.emf.common.ui.dialogs.WorkspaceResourceDialog
 
workspaceRoot - Static variable in class org.eclipse.emf.ecore.resource.impl.PlatformResourceURIHandlerImpl
The cached Eclipse workspace.
workspaceRoot - Static variable in class org.eclipse.emf.ecore.resource.impl.URIConverterImpl
Deprecated. 
workspaceRoot - Variable in class org.eclipse.emf.importer.ModelImporter
 
wrap(EObject, EStructuralFeature, Object, int) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
Wraps a value, if needed, and keeps the wrapper for disposal along with the item provider.
wrapCommand(Command, Class<? extends Command>) - Method in class org.eclipse.emf.edit.provider.DelegatingWrapperItemProvider
Wraps the given command in an appropriate command that will substitute the delegating wrapper for its value and child wrappers for their corresponding values, whenever they appear in the affected objects.
wrapCommand(Command, Class<? extends Command>) - Method in class org.eclipse.emf.edit.provider.FeatureMapEntryWrapperItemProvider
For a copy command, creates a WrapperItemProvider.WrappingCopyCommand, which copies the feature map entry and wrapper along with the entry value; for other commands, the wrapper-substituting command wrapper supplied by the base implementation is used.
wrapCommand(Command, Object, Class<? extends Command>, CommandParameter, CommandParameter) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter
Returns a version of the given command that automatically re-wraps values that have been unwrapped when returning them as the command's result or affected objects.
wrapEnumerationValues(Object[]) - Static method in class org.eclipse.emf.ecore.util.EObjectValidator
 
wrapNotification(Notification) - Method in class org.eclipse.emf.edit.provider.DelegatingWrapperItemProvider
Wraps the given notification, substituting this wrapper as the operative object, by calling ViewerNotification.wrapNotification.
wrapNotification(Notification, Object) - Static method in class org.eclipse.emf.edit.provider.ViewerNotification
Wraps the given notification to make the given element be operated on by the viewer that receives it.
WrappedException - Exception in org.eclipse.emf.common.util
A runtime exception that wraps another exception.
WrappedException(Exception) - Constructor for exception org.eclipse.emf.common.util.WrappedException
Creates an instance that wraps the exception.
WrappedException(String, Exception) - Constructor for exception org.eclipse.emf.common.util.WrappedException
Creates an instance with it's own message that wraps the exception.
wrappedList() - Method in class org.eclipse.emf.databinding.EObjectObservableList
 
wrappedVariableDeclarationFragment - Variable in class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJField
Variable declaration fragment that is wrapped by ASTJField and reflects current node in the rewritten tree that is used by this field.
wrapper - Variable in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
wrapper - Variable in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
wrapper - Variable in class org.eclipse.emf.ecore.util.FeatureMapUtil.FeatureFeatureMap
 
wrapperClassFor(Class<?>) - Static method in class org.eclipse.emf.ecore.util.EcoreEList.Generic
 
wrapperClassFor(Class<?>) - Static method in class org.eclipse.emf.ecore.util.EcoreUtil
Returns the wrapper class for the primitive class, or the original class, if it's not a primitive class.
WrapperItemProvider - Class in org.eclipse.emf.edit.provider
A basic implementation of IWrapperProvider from which others can extend.
WrapperItemProvider(Object, Object, EStructuralFeature, int, AdapterFactory) - Constructor for class org.eclipse.emf.edit.provider.WrapperItemProvider
Creates an instance.
WrapperItemProvider.ReplacementAffectedObjectCommand - Class in org.eclipse.emf.edit.provider
A ReplacementAffectedObjectCommand wraps another command to return as its affected objects the single wrapper that replaces this wrapper.
WrapperItemProvider.ReplacementAffectedObjectCommand(Command) - Constructor for class org.eclipse.emf.edit.provider.WrapperItemProvider.ReplacementAffectedObjectCommand
 
WrapperItemProvider.SimpleCopyCommand - Class in org.eclipse.emf.edit.provider
A command base class for copying a simple value and the wrapper.
WrapperItemProvider.SimpleCopyCommand(EditingDomain) - Constructor for class org.eclipse.emf.edit.provider.WrapperItemProvider.SimpleCopyCommand
Creates an instance for the given domain.
WrapperItemProvider.WrapperItemPropertyDescriptor - Class in org.eclipse.emf.edit.provider
An item property descriptor for the single property of a wrapper for a simple value.
WrapperItemProvider.WrapperItemPropertyDescriptor(ResourceLocator, EStructuralFeature) - Constructor for class org.eclipse.emf.edit.provider.WrapperItemProvider.WrapperItemPropertyDescriptor
 
WrapperItemProvider.WrappingCopyCommand - Class in org.eclipse.emf.edit.provider
A command base class for copying the wrapper for a value that is partly copied by another command.
WrapperItemProvider.WrappingCopyCommand(Command) - Constructor for class org.eclipse.emf.edit.provider.WrapperItemProvider.WrappingCopyCommand
Creates an instance where some adaptable value is copied by the given command.
wrappers - Variable in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This holds children wrappers that are created by this item provider, so that they can be disposed with it.
wrappingNeeded - Variable in class org.eclipse.emf.edit.provider.ItemProviderAdapter
This caches the result returned by isWrappingNeeded so that it need not be recomputed each time.
wrapValues(Collection<?>, boolean) - Method in class org.eclipse.emf.edit.provider.ItemProviderAdapter.ResultAndAffectedObjectsWrappingCommand
 
write(Exception) - Static method in class org.eclipse.emf.codegen.CodeGenPlugin
Returns the singleton instance of the Eclipse plugin.
write(Exception) - Static method in class org.eclipse.emf.codegen.presentation.CodeGenUIPlugin
 
write(BinaryResourceImpl.EObjectOutputStream, Object) - Method in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.DataConverter
 
write(int) - Method in class org.eclipse.emf.ecore.resource.URIConverter.WriteableOutputStream.Buffer
 
write(int) - Method in class org.eclipse.emf.ecore.resource.URIConverter.WriteableOutputStream
 
write(OutputStreamWriter, int) - Method in class org.eclipse.emf.ecore.xmi.impl.StringSegment
Deprecated.
since 2.2 - Instead use #write(Writer, int)
write(Writer, int) - Method in class org.eclipse.emf.ecore.xmi.impl.StringSegment
 
write(OutputStreamWriter) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
Deprecated.
since 2.2 - instead use #write(Writer)
write(Writer) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
write() - Method in class org.eclipse.emf.importer.rose.parser.RoseWriter
 
writeAscii(OutputStream, int) - Method in class org.eclipse.emf.ecore.xmi.impl.StringSegment
 
writeAscii(OutputStream) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
writeBoolean(boolean) - Method in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectOutputStream
 
writeByte(int) - Method in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectOutputStream
 
writeChar(int) - Method in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectOutputStream
 
writeCompressedInt(int) - Method in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectOutputStream
 
writeDate(Date) - Method in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectOutputStream
 
writeDouble(double) - Method in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectOutputStream
 
writeEClass(EClass) - Method in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectOutputStream
 
writeEPackage(EPackage) - Method in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectOutputStream
 
writeEStructuralFeature(EStructuralFeature) - Method in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectOutputStream
 
writeFile(File, String) - Static method in class org.eclipse.emf.ant.util.Util
Writes the given content to the specifed file.
writeFloat(float) - Method in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectOutputStream
 
writeInt(int) - Method in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectOutputStream
 
writeLock - Variable in class org.eclipse.emf.common.util.Pool
To support maximum concurrency, a pair of read and write locks is maintained; this is the write lock.
writeLong(long) - Method in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectOutputStream
 
writeObject(RoseNode) - Method in class org.eclipse.emf.importer.rose.parser.RoseWriter
 
writePair(RoseNode) - Method in class org.eclipse.emf.importer.rose.parser.RoseWriter
 
writePreferencesSettings() - Method in class org.eclipse.emf.exporter.ui.contribution.base.ModelExporterWizard
 
writer - Variable in class org.eclipse.emf.codegen.jet.JETCompiler
 
writer - Variable in class org.eclipse.emf.codegen.jet.JETParser
 
writer - Variable in class org.eclipse.emf.ecore.resource.URIConverter.ReadableInputStream.Buffer
 
writer - Variable in class org.eclipse.emf.ecore.resource.URIConverter.WriteableOutputStream
 
WRITER - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage.Literals
The meta object literal for the 'Writer' class
WRITER - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The meta object id for the 'Writer' class
Writer - Interface in org.eclipse.emf.examples.extlibrary
A representation of the model object 'Writer'
WRITER__ADDRESS - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The feature id for the 'Address' attribute
WRITER__BOOKS - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage.Literals
The meta object literal for the 'Books' reference list feature
WRITER__BOOKS - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The feature id for the 'Books' reference list
WRITER__FIRST_NAME - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The feature id for the 'First Name' attribute
WRITER__LAST_NAME - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The feature id for the 'Last Name' attribute
WRITER__NAME - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage.Literals
The meta object literal for the 'Name' attribute feature
WRITER__NAME - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The feature id for the 'Name' attribute
WRITER_FEATURE_COUNT - Static variable in interface org.eclipse.emf.examples.extlibrary.EXTLibraryPackage
The number of structural features of the 'Writer' class
writeReplace() - Method in class org.eclipse.emf.common.util.AbstractEnumerator
 
WriterImpl - Class in org.eclipse.emf.examples.extlibrary.impl
An implementation of the model object 'Writer'
WriterImpl() - Constructor for class org.eclipse.emf.examples.extlibrary.impl.WriterImpl
 
writerItemProvider - Variable in class org.eclipse.emf.examples.extlibrary.provider.EXTLibraryItemProviderAdapterFactory
This keeps track of the one adapter used for all Writer instances
WriterItemProvider - Class in org.eclipse.emf.examples.extlibrary.provider
This is the item provider adapter for a Writer object
WriterItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.examples.extlibrary.provider.WriterItemProvider
This constructs an instance from a factory and a notifier
writeSegmentedString(String) - Method in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectOutputStream
 
writeShort(int) - Method in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectOutputStream
 
writeSignature() - Method in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectOutputStream
 
writeString(String) - Method in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectOutputStream
 
writeStyle() - Method in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectOutputStream
 
writeTopAttributes(EObject) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
writeTopElements(EObject) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
writeTopObject(EObject) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
writeTopObjects(List<? extends EObject>) - Method in class org.eclipse.emf.ecore.xmi.impl.EMOFSaveImpl
 
writeTopObjects(List<? extends EObject>) - Method in class org.eclipse.emf.ecore.xmi.impl.XMISaveImpl
 
writeTopObjects(List<? extends EObject>) - Method in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
writeURI(URI) - Method in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectOutputStream
 
writeURI(URI, String) - Method in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectOutputStream
 
writeValue(RoseNode) - Method in class org.eclipse.emf.importer.rose.parser.RoseWriter
 
writeVersion() - Method in class org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.EObjectOutputStream
 

X

x - Variable in class org.eclipse.emf.edit.provider.ComposedImage.Point
 
X_HIGH - Static variable in class org.eclipse.emf.ecore.xcore.util.XcoreJvmInferrer
 
X_LOW - Static variable in class org.eclipse.emf.ecore.xcore.util.XcoreJvmInferrer
 
X_MEDIUM - Static variable in class org.eclipse.emf.ecore.xcore.util.XcoreJvmInferrer
 
X_VERY_HIGH - Static variable in class org.eclipse.emf.ecore.xcore.util.XcoreJvmInferrer
 
X_VERY_LOW - Static variable in class org.eclipse.emf.ecore.xcore.util.XcoreJvmInferrer
 
XAnnotation - Interface in org.eclipse.emf.ecore.xcore
A representation of the model object 'XAnnotation'
XANNOTATION - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage.Literals
The meta object literal for the 'XAnnotation' class
XANNOTATION - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The meta object id for the 'XAnnotation' class
XANNOTATION__ANNOTATIONS - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Annotations' containment reference list
XANNOTATION__DETAILS - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage.Literals
The meta object literal for the 'Details' map feature
XANNOTATION__DETAILS - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Details' map
XANNOTATION__MODEL_ELEMENT - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage.Literals
The meta object literal for the 'Model Element' container reference feature
XANNOTATION__MODEL_ELEMENT - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Model Element' container reference
XANNOTATION__SOURCE - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage.Literals
The meta object literal for the 'Source' reference feature
XANNOTATION__SOURCE - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Source' reference
XANNOTATION_DIRECTIVE - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage.Literals
The meta object literal for the 'XAnnotation Directive' class
XANNOTATION_DIRECTIVE - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The meta object id for the 'XAnnotation Directive' class
XANNOTATION_DIRECTIVE__ANNOTATIONS - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Annotations' containment reference list
XANNOTATION_DIRECTIVE__NAME - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Name' attribute
XANNOTATION_DIRECTIVE__PACKAGE - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage.Literals
The meta object literal for the 'Package' container reference feature
XANNOTATION_DIRECTIVE__PACKAGE - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Package' container reference
XANNOTATION_DIRECTIVE__SOURCE_URI - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage.Literals
The meta object literal for the 'Source URI' attribute feature
XANNOTATION_DIRECTIVE__SOURCE_URI - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Source URI' attribute
XANNOTATION_DIRECTIVE_FEATURE_COUNT - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The number of structural features of the 'XAnnotation Directive' class
XANNOTATION_FEATURE_COUNT - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The number of structural features of the 'XAnnotation' class
XAnnotationDirective - Interface in org.eclipse.emf.ecore.xcore
A representation of the model object 'XAnnotation Directive'
XAnnotationDirectiveImpl - Class in org.eclipse.emf.ecore.xcore.impl
An implementation of the model object 'XAnnotation Directive'
XAnnotationDirectiveImpl() - Constructor for class org.eclipse.emf.ecore.xcore.impl.XAnnotationDirectiveImpl
 
XAnnotationDirectiveItemProvider - Class in org.eclipse.emf.ecore.xcore.provider
This is the item provider adapter for a XAnnotationDirective object
XAnnotationDirectiveItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.ecore.xcore.provider.XAnnotationDirectiveItemProvider
This constructs an instance from a factory and a notifier
xAnnotationDirectiveItemProvider - Variable in class org.eclipse.emf.ecore.xcore.provider.XcoreItemProviderAdapterFactory
This keeps track of the one adapter used for all XAnnotationDirective instances
XAnnotationImpl - Class in org.eclipse.emf.ecore.xcore.impl
An implementation of the model object 'XAnnotation'
XAnnotationImpl() - Constructor for class org.eclipse.emf.ecore.xcore.impl.XAnnotationImpl
 
XAnnotationItemProvider - Class in org.eclipse.emf.ecore.xcore.provider
This is the item provider adapter for a XAnnotation object
XAnnotationItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.ecore.xcore.provider.XAnnotationItemProvider
This constructs an instance from a factory and a notifier
xAnnotationItemProvider - Variable in class org.eclipse.emf.ecore.xcore.provider.XcoreItemProviderAdapterFactory
This keeps track of the one adapter used for all XAnnotation instances
XAttribute - Interface in org.eclipse.emf.ecore.xcore
A representation of the model object 'XAttribute'
XATTRIBUTE - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage.Literals
The meta object literal for the 'XAttribute' class
XATTRIBUTE - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The meta object id for the 'XAttribute' class
XATTRIBUTE__ANNOTATIONS - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Annotations' containment reference list
XATTRIBUTE__CONTAINING_CLASS - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Containing Class' container reference
XATTRIBUTE__DEFAULT_VALUE_LITERAL - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage.Literals
The meta object literal for the 'Default Value Literal' attribute feature
XATTRIBUTE__DEFAULT_VALUE_LITERAL - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Default Value Literal' attribute
XATTRIBUTE__DERIVED - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Derived' attribute
XATTRIBUTE__GET_BODY - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Get Body' containment reference
XATTRIBUTE__ID - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage.Literals
The meta object literal for the 'ID' attribute feature
XATTRIBUTE__ID - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'ID' attribute
XATTRIBUTE__IS_SET_BODY - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Is Set Body' containment reference
XATTRIBUTE__MULTIPLICITY - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Multiplicity' attribute
XATTRIBUTE__NAME - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Name' attribute
XATTRIBUTE__READONLY - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Readonly' attribute
XATTRIBUTE__SET_BODY - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Set Body' containment reference
XATTRIBUTE__TRANSIENT - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Transient' attribute
XATTRIBUTE__TYPE - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Type' containment reference
XATTRIBUTE__UNIQUE - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Unique' attribute
XATTRIBUTE__UNORDERED - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Unordered' attribute
XATTRIBUTE__UNSET_BODY - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Unset Body' containment reference
XATTRIBUTE__UNSETTABLE - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Unsettable' attribute
XATTRIBUTE__VOLATILE - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Volatile' attribute
XATTRIBUTE_FEATURE_COUNT - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The number of structural features of the 'XAttribute' class
XAttributeImpl - Class in org.eclipse.emf.ecore.xcore.impl
An implementation of the model object 'XAttribute'
XAttributeImpl() - Constructor for class org.eclipse.emf.ecore.xcore.impl.XAttributeImpl
 
XAttributeItemProvider - Class in org.eclipse.emf.ecore.xcore.provider
This is the item provider adapter for a XAttribute object
XAttributeItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.ecore.xcore.provider.XAttributeItemProvider
This constructs an instance from a factory and a notifier
xAttributeItemProvider - Variable in class org.eclipse.emf.ecore.xcore.provider.XcoreItemProviderAdapterFactory
This keeps track of the one adapter used for all XAttribute instances
XBASE_LIB_NOT_ON_CLASSPATH - Static variable in class org.eclipse.emf.ecore.xcore.validation.XcoreIssueCodes
 
XClass - Interface in org.eclipse.emf.ecore.xcore
A representation of the model object 'XClass'
XCLASS - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage.Literals
The meta object literal for the 'XClass' class
XCLASS - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The meta object id for the 'XClass' class
XCLASS__ABSTRACT - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage.Literals
The meta object literal for the 'Abstract' attribute feature
XCLASS__ABSTRACT - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Abstract' attribute
XCLASS__ANNOTATIONS - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Annotations' containment reference list
XCLASS__INSTANCE_TYPE - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Instance Type' containment reference
XCLASS__INTERFACE - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage.Literals
The meta object literal for the 'Interface' attribute feature
XCLASS__INTERFACE - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Interface' attribute
XCLASS__MEMBERS - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage.Literals
The meta object literal for the 'Members' containment reference list feature
XCLASS__MEMBERS - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Members' containment reference list
XCLASS__NAME - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Name' attribute
XCLASS__PACKAGE - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Package' container reference
XCLASS__SUPER_TYPES - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage.Literals
The meta object literal for the 'Super Types' containment reference list feature
XCLASS__SUPER_TYPES - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Super Types' containment reference list
XCLASS__TYPE_PARAMETERS - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Type Parameters' containment reference list
XCLASS_FEATURE_COUNT - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The number of structural features of the 'XClass' class
XClassifier - Interface in org.eclipse.emf.ecore.xcore
A representation of the model object 'XClassifier'
XCLASSIFIER - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage.Literals
The meta object literal for the 'XClassifier' class
XCLASSIFIER - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The meta object id for the 'XClassifier' class
XCLASSIFIER__ANNOTATIONS - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Annotations' containment reference list
XCLASSIFIER__INSTANCE_TYPE - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage.Literals
The meta object literal for the 'Instance Type' containment reference feature
XCLASSIFIER__INSTANCE_TYPE - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Instance Type' containment reference
XCLASSIFIER__NAME - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Name' attribute
XCLASSIFIER__PACKAGE - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage.Literals
The meta object literal for the 'Package' container reference feature
XCLASSIFIER__PACKAGE - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Package' container reference
XCLASSIFIER__TYPE_PARAMETERS - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage.Literals
The meta object literal for the 'Type Parameters' containment reference list feature
XCLASSIFIER__TYPE_PARAMETERS - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Type Parameters' containment reference list
XCLASSIFIER_FEATURE_COUNT - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The number of structural features of the 'XClassifier' class
XClassifierImpl - Class in org.eclipse.emf.ecore.xcore.impl
An implementation of the model object 'XClassifier'
XClassifierImpl() - Constructor for class org.eclipse.emf.ecore.xcore.impl.XClassifierImpl
 
XClassifierItemProvider - Class in org.eclipse.emf.ecore.xcore.provider
This is the item provider adapter for a XClassifier object
XClassifierItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.ecore.xcore.provider.XClassifierItemProvider
This constructs an instance from a factory and a notifier
XClassImpl - Class in org.eclipse.emf.ecore.xcore.impl
An implementation of the model object 'XClass'
XClassImpl() - Constructor for class org.eclipse.emf.ecore.xcore.impl.XClassImpl
 
XClassItemProvider - Class in org.eclipse.emf.ecore.xcore.provider
This is the item provider adapter for a XClass object
XClassItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.ecore.xcore.provider.XClassItemProvider
This constructs an instance from a factory and a notifier
xClassItemProvider - Variable in class org.eclipse.emf.ecore.xcore.provider.XcoreItemProviderAdapterFactory
This keeps track of the one adapter used for all XClass instances
XClassMapping - Class in org.eclipse.emf.ecore.xcore.mappings
 
XClassMapping() - Constructor for class org.eclipse.emf.ecore.xcore.mappings.XClassMapping
 
XCORE_LIB_NOT_ON_CLASSPATH - Static variable in class org.eclipse.emf.ecore.xcore.validation.XcoreIssueCodes
 
XcoreActivator - Class in org.eclipse.emf.ecore.xcore.ui.internal
This class was generated.
XcoreActivator() - Constructor for class org.eclipse.emf.ecore.xcore.ui.internal.XcoreActivator
 
XcoreAdapterFactory - Class in org.eclipse.emf.ecore.xcore.util
The Adapter Factory for the model.
XcoreAdapterFactory() - Constructor for class org.eclipse.emf.ecore.xcore.util.XcoreAdapterFactory
Creates an instance of the adapter factory
XcoreAntlrTokenFileProvider - Class in org.eclipse.emf.ecore.xcore.parser.antlr
 
XcoreAntlrTokenFileProvider() - Constructor for class org.eclipse.emf.ecore.xcore.parser.antlr.XcoreAntlrTokenFileProvider
 
XcoreAppendable - Class in org.eclipse.emf.ecore.xcore.generator
 
XcoreAppendable() - Constructor for class org.eclipse.emf.ecore.xcore.generator.XcoreAppendable
 
XcoreBuildParticipant - Class in org.eclipse.emf.ecore.xcore.ui.builder
 
XcoreBuildParticipant() - Constructor for class org.eclipse.emf.ecore.xcore.ui.builder.XcoreBuildParticipant
 
XcoreClasspathUpdater - Class in org.eclipse.emf.ecore.xcore.ui.quickfix
 
XcoreClasspathUpdater() - Constructor for class org.eclipse.emf.ecore.xcore.ui.quickfix.XcoreClasspathUpdater
 
XcoreCollectionLiterals - Class in org.eclipse.emf.ecore.xcore.lib
An extension library for collections.
XcoreCollectionLiterals() - Constructor for class org.eclipse.emf.ecore.xcore.lib.XcoreCollectionLiterals
 
XcoreCompiler - Class in org.eclipse.emf.ecore.xcore.generator
 
XcoreCompiler() - Constructor for class org.eclipse.emf.ecore.xcore.generator.XcoreCompiler
 
XcoreContainerManager - Class in org.eclipse.emf.ecore.xcore.resource.containers
 
XcoreContainerManager() - Constructor for class org.eclipse.emf.ecore.xcore.resource.containers.XcoreContainerManager
 
XcoreConversionDelegate - Class in org.eclipse.emf.ecore.xcore.interpreter
 
XcoreConversionDelegate() - Constructor for class org.eclipse.emf.ecore.xcore.interpreter.XcoreConversionDelegate
 
XcoreDependentElementsCalculator - Class in org.eclipse.emf.ecore.xcore.ui.refactoring
 
XcoreDependentElementsCalculator() - Constructor for class org.eclipse.emf.ecore.xcore.ui.refactoring.XcoreDependentElementsCalculator
 
XcoreDescriptionLabelProvider - Class in org.eclipse.emf.ecore.xcore.ui.labeling
Provides labels for a IEObjectDescriptions and IResourceDescriptions.
XcoreDescriptionLabelProvider() - Constructor for class org.eclipse.emf.ecore.xcore.ui.labeling.XcoreDescriptionLabelProvider
 
XcoreDetailPage - Class in org.eclipse.emf.ecore.xcore.importer.ui
 
XcoreDetailPage(ModelImporter, String) - Constructor for class org.eclipse.emf.ecore.xcore.importer.ui.XcoreDetailPage
 
XcoreDiagnosticConverter - Class in org.eclipse.emf.ecore.xcore.validation
 
XcoreDiagnosticConverter() - Constructor for class org.eclipse.emf.ecore.xcore.validation.XcoreDiagnosticConverter
 
XcoreDiagnostician - Class in org.eclipse.emf.ecore.xcore.validation
 
XcoreDiagnostician(EValidator.Registry) - Constructor for class org.eclipse.emf.ecore.xcore.validation.XcoreDiagnostician
 
XcoreEcoreBuilder - Class in org.eclipse.emf.ecore.xcore.util
 
XcoreEcoreBuilder() - Constructor for class org.eclipse.emf.ecore.xcore.util.XcoreEcoreBuilder
 
XcoreEditor - Class in org.eclipse.emf.ecore.xcore.ui.editor
A derived XtextEditor that supports a properties view for the Xcore resource's GenModel.
XcoreEditor() - Constructor for class org.eclipse.emf.ecore.xcore.ui.editor.XcoreEditor
 
XcoreEditor.DelayedProcessor<C extends Control,V> - Class in org.eclipse.emf.ecore.xcore.ui.editor
 
XcoreEditor.DelayedProcessor(C, int) - Constructor for class org.eclipse.emf.ecore.xcore.ui.editor.XcoreEditor.DelayedProcessor
 
XcoreEditPlugin - Class in org.eclipse.emf.ecore.xcore.provider
This is the central singleton for the Xcore edit plugin
XcoreEditPlugin() - Constructor for class org.eclipse.emf.ecore.xcore.provider.XcoreEditPlugin
Create the instance
XcoreEditPlugin.Implementation - Class in org.eclipse.emf.ecore.xcore.provider
The actual implementation of the Eclipse Plugin
XcoreEditPlugin.Implementation() - Constructor for class org.eclipse.emf.ecore.xcore.provider.XcoreEditPlugin.Implementation
Creates an instance
XcoreEListExtensions - Class in org.eclipse.emf.ecore.xcore.lib
An extension library for ELists.
XcoreEListExtensions() - Constructor for class org.eclipse.emf.ecore.xcore.lib.XcoreEListExtensions
 
XcoreEMapExtensions - Class in org.eclipse.emf.ecore.xcore.lib
 
XcoreEMapExtensions() - Constructor for class org.eclipse.emf.ecore.xcore.lib.XcoreEMapExtensions
 
XcoreExecutableExtensionFactory - Class in org.eclipse.emf.ecore.xcore.ui
This class was generated.
XcoreExecutableExtensionFactory() - Constructor for class org.eclipse.emf.ecore.xcore.ui.XcoreExecutableExtensionFactory
 
XcoreExporter - Class in org.eclipse.emf.ecore.xcore.exporter
 
XcoreExporter() - Constructor for class org.eclipse.emf.ecore.xcore.exporter.XcoreExporter
 
XcoreExporterExecutableExtensionFactory - Class in org.eclipse.emf.ecore.xcore.exporter.ui
 
XcoreExporterExecutableExtensionFactory() - Constructor for class org.eclipse.emf.ecore.xcore.exporter.ui.XcoreExporterExecutableExtensionFactory
 
XcoreExporterPlugin - Class in org.eclipse.emf.ecore.xcore.exporter
 
XcoreExporterPlugin.Implementation - Class in org.eclipse.emf.ecore.xcore.exporter
The actual implementation of the Eclipse Plugin.
XcoreExporterPlugin.Implementation() - Constructor for class org.eclipse.emf.ecore.xcore.exporter.XcoreExporterPlugin.Implementation
Creates an instance.
xcoreExporterProvider - Variable in class org.eclipse.emf.ecore.xcore.exporter.ui.XcoreExporterWizard
 
XcoreExporterWizard - Class in org.eclipse.emf.ecore.xcore.exporter.ui
 
XcoreExporterWizard() - Constructor for class org.eclipse.emf.ecore.xcore.exporter.ui.XcoreExporterWizard
 
XcoreExtensions - Class in org.eclipse.emf.ecore.xcore
 
XcoreExtensions() - Constructor for class org.eclipse.emf.ecore.xcore.XcoreExtensions
 
XcoreFactory - Interface in org.eclipse.emf.ecore.xcore
The Factory for the model.
XcoreFactoryImpl - Class in org.eclipse.emf.ecore.xcore.impl
An implementation of the model Factory
XcoreFactoryImpl() - Constructor for class org.eclipse.emf.ecore.xcore.impl.XcoreFactoryImpl
Creates an instance of the factory
XcoreFileSystemAccess - Class in org.eclipse.emf.ecore.xcore.ui.builder
This specialize class is needed so that EMF's generator can inform that builder that it generated a result with contents identical to the current contents and therefore didn't save it.
XcoreFileSystemAccess() - Constructor for class org.eclipse.emf.ecore.xcore.ui.builder.XcoreFileSystemAccess
 
XcoreFormatter - Class in org.eclipse.emf.ecore.xcore.formatting
 
XcoreFormatter() - Constructor for class org.eclipse.emf.ecore.xcore.formatting.XcoreFormatter
 
XcoreFormatterFactory - Class in org.eclipse.emf.ecore.xcore.ui.formatting
 
XcoreFormatterFactory() - Constructor for class org.eclipse.emf.ecore.xcore.ui.formatting.XcoreFormatterFactory
 
XcoreFormatterFactory.XcoreContentFormatter - Class in org.eclipse.emf.ecore.xcore.ui.formatting
 
XcoreFormatterFactory.XcoreContentFormatter() - Constructor for class org.eclipse.emf.ecore.xcore.ui.formatting.XcoreFormatterFactory.XcoreContentFormatter
 
XcoreFormatterPreferenceValuesProvider - Class in org.eclipse.emf.ecore.xcore.formatting
 
XcoreFormatterPreferenceValuesProvider() - Constructor for class org.eclipse.emf.ecore.xcore.formatting.XcoreFormatterPreferenceValuesProvider
 
XcoreGenerator - Class in org.eclipse.emf.ecore.xcore.generator
 
XcoreGenerator() - Constructor for class org.eclipse.emf.ecore.xcore.generator.XcoreGenerator
 
xcoreGenerator - Variable in class org.eclipse.emf.ecore.xcore.importer.XcoreImporter
 
XcoreGeneratorImpl - Class in org.eclipse.emf.ecore.xcore.generator
 
XcoreGeneratorImpl() - Constructor for class org.eclipse.emf.ecore.xcore.generator.XcoreGeneratorImpl
 
XcoreGenModelBuilder - Class in org.eclipse.emf.ecore.xcore.util
 
XcoreGenModelBuilder() - Constructor for class org.eclipse.emf.ecore.xcore.util.XcoreGenModelBuilder
 
XcoreGenModelGeneratorAdapterFactory - Class in org.eclipse.emf.ecore.xcore.generator
 
XcoreGenModelGeneratorAdapterFactory() - Constructor for class org.eclipse.emf.ecore.xcore.generator.XcoreGenModelGeneratorAdapterFactory
 
XcoreGenModelGeneratorAdapterFactory.FileSystemReadAccess - Interface in org.eclipse.emf.ecore.xcore.generator
An interface implemented by a derived IFileSystemAccess implementation so that the callback can be informed about resources that aren't regenerated because the result would be identical to the current contents.
XcoreGenModelInitializer - Class in org.eclipse.emf.ecore.xcore.util
 
XcoreGenModelInitializer() - Constructor for class org.eclipse.emf.ecore.xcore.util.XcoreGenModelInitializer
 
XcoreGrammarAccess - Class in org.eclipse.emf.ecore.xcore.services
 
XcoreGrammarAccess(GrammarProvider, XbaseGrammarAccess) - Constructor for class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess
 
XcoreGrammarAccess.FeatureCallIDElements - Class in org.eclipse.emf.ecore.xcore.services
 
XcoreGrammarAccess.FeatureCallIDElements() - Constructor for class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.FeatureCallIDElements
 
XcoreGrammarAccess.SignedIntElements - Class in org.eclipse.emf.ecore.xcore.services
 
XcoreGrammarAccess.SignedIntElements() - Constructor for class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.SignedIntElements
 
XcoreGrammarAccess.ValidIDElements - Class in org.eclipse.emf.ecore.xcore.services
 
XcoreGrammarAccess.ValidIDElements() - Constructor for class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.ValidIDElements
 
XcoreGrammarAccess.XAnnotationDirectiveElements - Class in org.eclipse.emf.ecore.xcore.services
 
XcoreGrammarAccess.XAnnotationDirectiveElements() - Constructor for class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XAnnotationDirectiveElements
 
XcoreGrammarAccess.XAnnotationElements - Class in org.eclipse.emf.ecore.xcore.services
 
XcoreGrammarAccess.XAnnotationElements() - Constructor for class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XAnnotationElements
 
XcoreGrammarAccess.XAttributeElements - Class in org.eclipse.emf.ecore.xcore.services
 
XcoreGrammarAccess.XAttributeElements() - Constructor for class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XAttributeElements
 
XcoreGrammarAccess.XBlockExpressionElements - Class in org.eclipse.emf.ecore.xcore.services
 
XcoreGrammarAccess.XBlockExpressionElements() - Constructor for class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XBlockExpressionElements
 
XcoreGrammarAccess.XClassElements - Class in org.eclipse.emf.ecore.xcore.services
 
XcoreGrammarAccess.XClassElements() - Constructor for class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XClassElements
 
XcoreGrammarAccess.XClassifierElements - Class in org.eclipse.emf.ecore.xcore.services
 
XcoreGrammarAccess.XClassifierElements() - Constructor for class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XClassifierElements
 
XcoreGrammarAccess.XDataTypeElements - Class in org.eclipse.emf.ecore.xcore.services
 
XcoreGrammarAccess.XDataTypeElements() - Constructor for class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XDataTypeElements
 
XcoreGrammarAccess.XEnumElements - Class in org.eclipse.emf.ecore.xcore.services
 
XcoreGrammarAccess.XEnumElements() - Constructor for class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XEnumElements
 
XcoreGrammarAccess.XEnumLiteralElements - Class in org.eclipse.emf.ecore.xcore.services
 
XcoreGrammarAccess.XEnumLiteralElements() - Constructor for class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XEnumLiteralElements
 
XcoreGrammarAccess.XGenericTypeArgumentElements - Class in org.eclipse.emf.ecore.xcore.services
 
XcoreGrammarAccess.XGenericTypeArgumentElements() - Constructor for class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XGenericTypeArgumentElements
 
XcoreGrammarAccess.XGenericTypeElements - Class in org.eclipse.emf.ecore.xcore.services
 
XcoreGrammarAccess.XGenericTypeElements() - Constructor for class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XGenericTypeElements
 
XcoreGrammarAccess.XGenericWildcardTypeArgumentElements - Class in org.eclipse.emf.ecore.xcore.services
 
XcoreGrammarAccess.XGenericWildcardTypeArgumentElements() - Constructor for class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XGenericWildcardTypeArgumentElements
 
XcoreGrammarAccess.XIDElements - Class in org.eclipse.emf.ecore.xcore.services
 
XcoreGrammarAccess.XIDElements() - Constructor for class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XIDElements
 
XcoreGrammarAccess.XImportDirectiveElements - Class in org.eclipse.emf.ecore.xcore.services
 
XcoreGrammarAccess.XImportDirectiveElements() - Constructor for class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XImportDirectiveElements
 
XcoreGrammarAccess.XMemberElements - Class in org.eclipse.emf.ecore.xcore.services
 
XcoreGrammarAccess.XMemberElements() - Constructor for class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XMemberElements
 
XcoreGrammarAccess.XMultiplicityElements - Class in org.eclipse.emf.ecore.xcore.services
 
XcoreGrammarAccess.XMultiplicityElements() - Constructor for class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XMultiplicityElements
 
XcoreGrammarAccess.XOperationElements - Class in org.eclipse.emf.ecore.xcore.services
 
XcoreGrammarAccess.XOperationElements() - Constructor for class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XOperationElements
 
XcoreGrammarAccess.XPackageElements - Class in org.eclipse.emf.ecore.xcore.services
 
XcoreGrammarAccess.XPackageElements() - Constructor for class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XPackageElements
 
XcoreGrammarAccess.XParameterElements - Class in org.eclipse.emf.ecore.xcore.services
 
XcoreGrammarAccess.XParameterElements() - Constructor for class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XParameterElements
 
XcoreGrammarAccess.XQualifiedNameElements - Class in org.eclipse.emf.ecore.xcore.services
 
XcoreGrammarAccess.XQualifiedNameElements() - Constructor for class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XQualifiedNameElements
 
XcoreGrammarAccess.XReferenceElements - Class in org.eclipse.emf.ecore.xcore.services
 
XcoreGrammarAccess.XReferenceElements() - Constructor for class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XReferenceElements
 
XcoreGrammarAccess.XStringToStringMapEntryElements - Class in org.eclipse.emf.ecore.xcore.services
 
XcoreGrammarAccess.XStringToStringMapEntryElements() - Constructor for class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XStringToStringMapEntryElements
 
XcoreGrammarAccess.XTypeParameterElements - Class in org.eclipse.emf.ecore.xcore.services
 
XcoreGrammarAccess.XTypeParameterElements() - Constructor for class org.eclipse.emf.ecore.xcore.services.XcoreGrammarAccess.XTypeParameterElements
 
XcoreHoverDocumentationProvider - Class in org.eclipse.emf.ecore.xcore.ui.hover
 
XcoreHoverDocumentationProvider() - Constructor for class org.eclipse.emf.ecore.xcore.ui.hover.XcoreHoverDocumentationProvider
 
XcoreHoverProvider - Class in org.eclipse.emf.ecore.xcore.ui.hover
 
XcoreHoverProvider() - Constructor for class org.eclipse.emf.ecore.xcore.ui.hover.XcoreHoverProvider
 
XcoreHoverProvider.XcoreOpenDeclarationAction - Class in org.eclipse.emf.ecore.xcore.ui.hover
 
XcoreHoverProvider.XcoreOpenDeclarationAction(IXtextBrowserInformationControl) - Constructor for class org.eclipse.emf.ecore.xcore.ui.hover.XcoreHoverProvider.XcoreOpenDeclarationAction
 
XcoreHoverProvider.XCorePresenterControlCreator - Class in org.eclipse.emf.ecore.xcore.ui.hover
 
XcoreHoverProvider.XCorePresenterControlCreator() - Constructor for class org.eclipse.emf.ecore.xcore.ui.hover.XcoreHoverProvider.XCorePresenterControlCreator
 
XcoreHoverSignatureProvider - Class in org.eclipse.emf.ecore.xcore.ui.hover
 
XcoreHoverSignatureProvider() - Constructor for class org.eclipse.emf.ecore.xcore.ui.hover.XcoreHoverSignatureProvider
 
XcoreHyperLinkHelper - Class in org.eclipse.emf.ecore.xcore.ui.hyperlinking
 
XcoreHyperLinkHelper() - Constructor for class org.eclipse.emf.ecore.xcore.ui.hyperlinking.XcoreHyperLinkHelper
 
XcoreIdentifableSimpleNameProvider - Class in org.eclipse.emf.ecore.xcore.scoping
 
XcoreIdentifableSimpleNameProvider() - Constructor for class org.eclipse.emf.ecore.xcore.scoping.XcoreIdentifableSimpleNameProvider
 
XcoreImplicitlyImportedTypes - Class in org.eclipse.emf.ecore.xcore.scoping
 
XcoreImplicitlyImportedTypes() - Constructor for class org.eclipse.emf.ecore.xcore.scoping.XcoreImplicitlyImportedTypes
 
XcoreImportedNamespaceAwareScopeProvider - Class in org.eclipse.emf.ecore.xcore.scoping
 
XcoreImportedNamespaceAwareScopeProvider() - Constructor for class org.eclipse.emf.ecore.xcore.scoping.XcoreImportedNamespaceAwareScopeProvider
 
XcoreImporter - Class in org.eclipse.emf.ecore.xcore.importer
 
XcoreImporter() - Constructor for class org.eclipse.emf.ecore.xcore.importer.XcoreImporter
 
XcoreImporterExecutableExtensionFactory - Class in org.eclipse.emf.ecore.xcore.importer.ui
 
XcoreImporterExecutableExtensionFactory() - Constructor for class org.eclipse.emf.ecore.xcore.importer.ui.XcoreImporterExecutableExtensionFactory
 
XcoreImporterPlugin - Class in org.eclipse.emf.ecore.xcore.importer
 
XcoreImporterPlugin.Implementation - Class in org.eclipse.emf.ecore.xcore.importer
The actual implementation of the Eclipse Plugin.
XcoreImporterPlugin.Implementation() - Constructor for class org.eclipse.emf.ecore.xcore.importer.XcoreImporterPlugin.Implementation
Creates an instance.
XcoreImporterWizard - Class in org.eclipse.emf.ecore.xcore.importer.ui
 
XcoreImporterWizard() - Constructor for class org.eclipse.emf.ecore.xcore.importer.ui.XcoreImporterWizard
 
XcoreImportManager - Class in org.eclipse.emf.ecore.xcore.generator
 
XcoreImportManager() - Constructor for class org.eclipse.emf.ecore.xcore.generator.XcoreImportManager
 
XcoreImportOrganizer - Class in org.eclipse.emf.ecore.xcore.formatting
 
XcoreImportOrganizer() - Constructor for class org.eclipse.emf.ecore.xcore.formatting.XcoreImportOrganizer
 
xcoreImportOrganizerProvider - Variable in class org.eclipse.emf.ecore.xcore.ui.quickfix.XcoreQuickfixProvider
 
XcoreImportsConfiguration - Class in org.eclipse.emf.ecore.xcore.scoping
 
XcoreImportsConfiguration() - Constructor for class org.eclipse.emf.ecore.xcore.scoping.XcoreImportsConfiguration
 
XcoreInterpreter - Class in org.eclipse.emf.ecore.xcore.interpreter
 
XcoreInterpreter() - Constructor for class org.eclipse.emf.ecore.xcore.interpreter.XcoreInterpreter
 
XcoreInvocationDelegate - Class in org.eclipse.emf.ecore.xcore.interpreter
 
XcoreInvocationDelegate() - Constructor for class org.eclipse.emf.ecore.xcore.interpreter.XcoreInvocationDelegate
 
XcoreIssueCodes - Class in org.eclipse.emf.ecore.xcore.validation
 
XcoreItemProviderAdapterFactory - Class in org.eclipse.emf.ecore.xcore.provider
This is the factory that is used to provide the interfaces needed to support Viewers.
XcoreItemProviderAdapterFactory() - Constructor for class org.eclipse.emf.ecore.xcore.provider.XcoreItemProviderAdapterFactory
This constructs an instance
XcoreIterableExtensions - Class in org.eclipse.emf.ecore.xcore.lib
An extension library for iterables.
XcoreIterableExtensions() - Constructor for class org.eclipse.emf.ecore.xcore.lib.XcoreIterableExtensions
 
XcoreJavaElementFinder - Class in org.eclipse.emf.ecore.xcore.ui.refactoring
 
XcoreJavaElementFinder() - Constructor for class org.eclipse.emf.ecore.xcore.ui.refactoring.XcoreJavaElementFinder
 
XcoreJavaElementFinder.Finder - Class in org.eclipse.emf.ecore.xcore.ui.refactoring
 
XcoreJavaElementFinder.Finder(IJavaProject, boolean) - Constructor for class org.eclipse.emf.ecore.xcore.ui.refactoring.XcoreJavaElementFinder.Finder
 
XcoreJavaProjectProvider - Class in org.eclipse.emf.ecore.xcore.ui
 
XcoreJavaProjectProvider() - Constructor for class org.eclipse.emf.ecore.xcore.ui.XcoreJavaProjectProvider
 
XcoreJavaProjectsState - Class in org.eclipse.emf.ecore.xcore.ui.container
 
XcoreJavaProjectsState() - Constructor for class org.eclipse.emf.ecore.xcore.ui.container.XcoreJavaProjectsState
 
XcoreJavaValidator - Class in org.eclipse.emf.ecore.xcore.validation
 
XcoreJavaValidator() - Constructor for class org.eclipse.emf.ecore.xcore.validation.XcoreJavaValidator
 
XcoreJvmInferrer - Class in org.eclipse.emf.ecore.xcore.util
 
XcoreJvmInferrer() - Constructor for class org.eclipse.emf.ecore.xcore.util.XcoreJvmInferrer
 
XcoreJvmInferrer.InferenceAdapter - Class in org.eclipse.emf.ecore.xcore.util
 
XcoreJvmInferrer.InferenceAdapter() - Constructor for class org.eclipse.emf.ecore.xcore.util.XcoreJvmInferrer.InferenceAdapter
 
XcoreJvmInferrer.JvmElementInferrer<T extends JvmIdentifiableElement> - Class in org.eclipse.emf.ecore.xcore.util
 
XcoreJvmInferrer.JvmElementInferrer(int) - Constructor for class org.eclipse.emf.ecore.xcore.util.XcoreJvmInferrer.JvmElementInferrer
 
XcoreJvmInferrer.TypeReferenceHelper - Class in org.eclipse.emf.ecore.xcore.util
 
XcoreJvmInferrer.TypeReferenceHelper(URI, LazyCreationProxyURIConverter, IQualifiedNameConverter) - Constructor for class org.eclipse.emf.ecore.xcore.util.XcoreJvmInferrer.TypeReferenceHelper
 
XcoreJvmTypeReferencesValidator - Class in org.eclipse.emf.ecore.xcore.validation
 
XcoreJvmTypeReferencesValidator() - Constructor for class org.eclipse.emf.ecore.xcore.validation.XcoreJvmTypeReferencesValidator
 
XcoreJvmTypeScopeProvider - Class in org.eclipse.emf.ecore.xcore.scoping.types
 
XcoreJvmTypeScopeProvider() - Constructor for class org.eclipse.emf.ecore.xcore.scoping.types.XcoreJvmTypeScopeProvider
 
XcoreLabelProvider - Class in org.eclipse.emf.ecore.xcore.ui.labeling
Provides labels for a EObjects.
XcoreLabelProvider(AdapterFactoryLabelProvider) - Constructor for class org.eclipse.emf.ecore.xcore.ui.labeling.XcoreLabelProvider
 
XcoreLogicalContainerAwareReentrantTypeResolver - Class in org.eclipse.emf.ecore.xcore.scoping
 
XcoreLogicalContainerAwareReentrantTypeResolver() - Constructor for class org.eclipse.emf.ecore.xcore.scoping.XcoreLogicalContainerAwareReentrantTypeResolver
 
XcoreMapper - Class in org.eclipse.emf.ecore.xcore.mappings
 
XcoreMapper() - Constructor for class org.eclipse.emf.ecore.xcore.mappings.XcoreMapper
 
XcoreModelAssociator - Class in org.eclipse.emf.ecore.xcore.resource
 
XcoreModelAssociator() - Constructor for class org.eclipse.emf.ecore.xcore.resource.XcoreModelAssociator
 
XcoreOrganizeImportsHandler - Class in org.eclipse.emf.ecore.xcore.ui.handler
 
XcoreOrganizeImportsHandler() - Constructor for class org.eclipse.emf.ecore.xcore.ui.handler.XcoreOrganizeImportsHandler
 
XcoreOutlineTreeProvider - Class in org.eclipse.emf.ecore.xcore.ui.outline
Customization of the background outline structure.
XcoreOutlineTreeProvider() - Constructor for class org.eclipse.emf.ecore.xcore.ui.outline.XcoreOutlineTreeProvider
 
XcorePackage - Interface in org.eclipse.emf.ecore.xcore
The Package for the model.
XcorePackage.Literals - Interface in org.eclipse.emf.ecore.xcore
Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
XcorePackageImpl - Class in org.eclipse.emf.ecore.xcore.impl
An implementation of the model Package
XcorePackagePage - Class in org.eclipse.emf.ecore.xcore.importer.ui
 
XcorePackagePage(ModelImporter, String) - Constructor for class org.eclipse.emf.ecore.xcore.importer.ui.XcorePackagePage
 
XcoreParser - Class in org.eclipse.emf.ecore.xcore.parser.antlr
 
XcoreParser() - Constructor for class org.eclipse.emf.ecore.xcore.parser.antlr.XcoreParser
 
XcoreParser - Class in org.eclipse.emf.ecore.xcore.ui.contentassist.antlr
 
XcoreParser() - Constructor for class org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.XcoreParser
 
XcorePlugin - Class in org.eclipse.emf.ecore.xcore
This is the central singleton for the Xcore model plugin
XcorePlugin() - Constructor for class org.eclipse.emf.ecore.xcore.XcorePlugin
Create the instance
XcorePlugin.Implementation - Class in org.eclipse.emf.ecore.xcore
The actual implementation of the Eclipse Plugin
XcorePlugin.Implementation() - Constructor for class org.eclipse.emf.ecore.xcore.XcorePlugin.Implementation
Creates an instance
XcoreProposalProvider - Class in org.eclipse.emf.ecore.xcore.ui.contentassist
 
XcoreProposalProvider() - Constructor for class org.eclipse.emf.ecore.xcore.ui.contentassist.XcoreProposalProvider
 
XcoreQualifiedNameProvider - Class in org.eclipse.emf.ecore.xcore.scoping
 
XcoreQualifiedNameProvider() - Constructor for class org.eclipse.emf.ecore.xcore.scoping.XcoreQualifiedNameProvider
 
XcoreQualifiedNameValueConverter - Class in org.eclipse.emf.ecore.xcore.conversion
 
XcoreQualifiedNameValueConverter() - Constructor for class org.eclipse.emf.ecore.xcore.conversion.XcoreQualifiedNameValueConverter
 
XcoreQuickfixProvider - Class in org.eclipse.emf.ecore.xcore.ui.quickfix
 
XcoreQuickfixProvider() - Constructor for class org.eclipse.emf.ecore.xcore.ui.quickfix.XcoreQuickfixProvider
 
XcoreQuickfixProvider.RemovalRegion - Class in org.eclipse.emf.ecore.xcore.ui.quickfix
 
XcoreQuickfixProvider.RemovalRegion(IXtextDocument, EObject) - Constructor for class org.eclipse.emf.ecore.xcore.ui.quickfix.XcoreQuickfixProvider.RemovalRegion
 
XcoreReferableElementsUnloader - Class in org.eclipse.emf.ecore.xcore.resource
 
XcoreReferableElementsUnloader() - Constructor for class org.eclipse.emf.ecore.xcore.resource.XcoreReferableElementsUnloader
 
XcoreReferenceFinder - Class in org.eclipse.emf.ecore.xcore.findrefs
 
XcoreReferenceFinder() - Constructor for class org.eclipse.emf.ecore.xcore.findrefs.XcoreReferenceFinder
 
XcoreRenameElementProcessor - Class in org.eclipse.emf.ecore.xcore.ui.refactoring
 
XcoreRenameElementProcessor() - Constructor for class org.eclipse.emf.ecore.xcore.ui.refactoring.XcoreRenameElementProcessor
 
XcoreRenameRefactoringParticipantProcessor - Class in org.eclipse.emf.ecore.xcore.ui.refactoring
 
XcoreRenameRefactoringParticipantProcessor() - Constructor for class org.eclipse.emf.ecore.xcore.ui.refactoring.XcoreRenameRefactoringParticipantProcessor
 
XcoreRenameStrategy - Class in org.eclipse.emf.ecore.xcore.ui.refactoring
Encapsulates the model changes of a rename refactoring.
XcoreRenameStrategy() - Constructor for class org.eclipse.emf.ecore.xcore.ui.refactoring.XcoreRenameStrategy
 
XcoreResource - Class in org.eclipse.emf.ecore.xcore.resource
 
XcoreResource() - Constructor for class org.eclipse.emf.ecore.xcore.resource.XcoreResource
 
XcoreResource.FragmentCache - Class in org.eclipse.emf.ecore.xcore.resource
 
XcoreResource.FragmentCache(XcoreResource) - Constructor for class org.eclipse.emf.ecore.xcore.resource.XcoreResource.FragmentCache
 
XcoreResourceDescription - Class in org.eclipse.emf.ecore.xcore.scoping
This implementation ensures that the contents of the resource is not queried to compute the exported elements.
XcoreResourceDescription(Resource, IDefaultResourceDescriptionStrategy, IResourceScopeCache) - Constructor for class org.eclipse.emf.ecore.xcore.scoping.XcoreResourceDescription
 
XcoreResourceDescriptionManager - Class in org.eclipse.emf.ecore.xcore.scoping
The resource description manager for Xcore resources.
XcoreResourceDescriptionManager() - Constructor for class org.eclipse.emf.ecore.xcore.scoping.XcoreResourceDescriptionManager
 
XcoreResourceDescriptionStrategy - Class in org.eclipse.emf.ecore.xcore.scoping
 
XcoreResourceDescriptionStrategy() - Constructor for class org.eclipse.emf.ecore.xcore.scoping.XcoreResourceDescriptionStrategy
 
XcoreResourceValidator - Class in org.eclipse.emf.ecore.xcore.validation
 
XcoreResourceValidator() - Constructor for class org.eclipse.emf.ecore.xcore.validation.XcoreResourceValidator
 
XcoreRuntimeModule - Class in org.eclipse.emf.ecore.xcore
Use this class to register components to be used at runtime / without the Equinox extension registry.
XcoreRuntimeModule() - Constructor for class org.eclipse.emf.ecore.xcore.XcoreRuntimeModule
 
XcoreScopeProvider - Class in org.eclipse.emf.ecore.xcore.scoping
This class contains custom scoping description.
XcoreScopeProvider() - Constructor for class org.eclipse.emf.ecore.xcore.scoping.XcoreScopeProvider
 
XcoreScopeProvider.KeyScope - Class in org.eclipse.emf.ecore.xcore.scoping
 
XcoreScopeProvider.KeyScope(XcoreMapper, IQualifiedNameConverter, IScope, boolean, EObject) - Constructor for class org.eclipse.emf.ecore.xcore.scoping.XcoreScopeProvider.KeyScope
 
XcoreScopeProvider.OppositeScope - Class in org.eclipse.emf.ecore.xcore.scoping
 
XcoreScopeProvider.OppositeScope(IQualifiedNameConverter, IScope, boolean, EObject) - Constructor for class org.eclipse.emf.ecore.xcore.scoping.XcoreScopeProvider.OppositeScope
 
XcoreScopeProvider.TypeParameterScope - Class in org.eclipse.emf.ecore.xcore.scoping
 
XcoreScopeProvider.TypeParameterScope(XcoreMapper, IQualifiedNameConverter, IScope, boolean, EObject) - Constructor for class org.eclipse.emf.ecore.xcore.scoping.XcoreScopeProvider.TypeParameterScope
 
XcoreSerializerScopeProvider - Class in org.eclipse.emf.ecore.xcore.scoping
 
XcoreSerializerScopeProvider() - Constructor for class org.eclipse.emf.ecore.xcore.scoping.XcoreSerializerScopeProvider
 
XcoreSettingDelegate - Class in org.eclipse.emf.ecore.xcore.interpreter
 
XcoreSettingDelegate() - Constructor for class org.eclipse.emf.ecore.xcore.interpreter.XcoreSettingDelegate
 
XcoreStandaloneSetup - Class in org.eclipse.emf.ecore.xcore
Initialization support for running Xtext languages without equinox extension registry
XcoreStandaloneSetup() - Constructor for class org.eclipse.emf.ecore.xcore.XcoreStandaloneSetup
 
XcoreStandaloneSetup.XcoreStandaloneRuntimeModule - Class in org.eclipse.emf.ecore.xcore
 
XcoreStandaloneSetup.XcoreStandaloneRuntimeModule() - Constructor for class org.eclipse.emf.ecore.xcore.XcoreStandaloneSetup.XcoreStandaloneRuntimeModule
 
XcoreStandaloneSetup.XcoreStandaloneRuntimeModule.XcorePathTraverser - Class in org.eclipse.emf.ecore.xcore
 
XcoreStandaloneSetup.XcoreStandaloneRuntimeModule.XcorePathTraverser() - Constructor for class org.eclipse.emf.ecore.xcore.XcoreStandaloneSetup.XcoreStandaloneRuntimeModule.XcorePathTraverser
 
XcoreStandaloneSetup.XcoreStandaloneRuntimeModule.XcoreResourceSetInitializer - Class in org.eclipse.emf.ecore.xcore
 
XcoreStandaloneSetup.XcoreStandaloneRuntimeModule.XcoreResourceSetInitializer() - Constructor for class org.eclipse.emf.ecore.xcore.XcoreStandaloneSetup.XcoreStandaloneRuntimeModule.XcoreResourceSetInitializer
 
XcoreStandaloneSetup.XcoreStandaloneRuntimeModule.XcoreResourceSetInitializer.AllContainerAdapter - Class in org.eclipse.emf.ecore.xcore
 
XcoreStandaloneSetup.XcoreStandaloneRuntimeModule.XcoreResourceSetInitializer.AllContainerAdapter(XtextResourceSet) - Constructor for class org.eclipse.emf.ecore.xcore.XcoreStandaloneSetup.XcoreStandaloneRuntimeModule.XcoreResourceSetInitializer.AllContainerAdapter
 
XcoreStandaloneSetup.XcoreStandaloneRuntimeModule.XcoreStandaloneResourceSetProvider - Class in org.eclipse.emf.ecore.xcore
 
XcoreStandaloneSetup.XcoreStandaloneRuntimeModule.XcoreStandaloneResourceSetProvider() - Constructor for class org.eclipse.emf.ecore.xcore.XcoreStandaloneSetup.XcoreStandaloneRuntimeModule.XcoreStandaloneResourceSetProvider
 
XcoreStandaloneSetupGenerated - Class in org.eclipse.emf.ecore.xcore
Generated from StandaloneSetup.xpt!
XcoreStandaloneSetupGenerated() - Constructor for class org.eclipse.emf.ecore.xcore.XcoreStandaloneSetupGenerated
 
XcoreSwitch<T> - Class in org.eclipse.emf.ecore.xcore.util
The Switch for the model's inheritance hierarchy.
XcoreSwitch() - Constructor for class org.eclipse.emf.ecore.xcore.util.XcoreSwitch
Creates an instance of the switch
XcoreUiModule - Class in org.eclipse.emf.ecore.xcore.ui
Use this class to register components to be used within the IDE.
XcoreUiModule(AbstractUIPlugin) - Constructor for class org.eclipse.emf.ecore.xcore.ui.XcoreUiModule
 
XcoreUtil - Class in org.eclipse.emf.ecore.xcore.util
 
XcoreValueConverterService - Class in org.eclipse.emf.ecore.xcore.conversion
 
XcoreValueConverterService() - Constructor for class org.eclipse.emf.ecore.xcore.conversion.XcoreValueConverterService
 
XcoreVariableCompletions - Class in org.eclipse.emf.ecore.xcore.ui.contentassist
 
XcoreVariableCompletions() - Constructor for class org.eclipse.emf.ecore.xcore.ui.contentassist.XcoreVariableCompletions
 
XcoreWorkingCopyOwnerProvider - Class in org.eclipse.emf.ecore.xcore.ui.builder
 
XcoreWorkingCopyOwnerProvider() - Constructor for class org.eclipse.emf.ecore.xcore.ui.builder.XcoreWorkingCopyOwnerProvider
 
XDATA_TYPE - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage.Literals
The meta object literal for the 'XData Type' class
XDATA_TYPE - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The meta object id for the 'XData Type' class
XDATA_TYPE__ANNOTATIONS - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Annotations' containment reference list
XDATA_TYPE__CONVERT_BODY - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage.Literals
The meta object literal for the 'Convert Body' containment reference feature
XDATA_TYPE__CONVERT_BODY - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Convert Body' containment reference
XDATA_TYPE__CREATE_BODY - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage.Literals
The meta object literal for the 'Create Body' containment reference feature
XDATA_TYPE__CREATE_BODY - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Create Body' containment reference
XDATA_TYPE__INSTANCE_TYPE - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Instance Type' containment reference
XDATA_TYPE__NAME - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Name' attribute
XDATA_TYPE__PACKAGE - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Package' container reference
XDATA_TYPE__SERIALIZABLE - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage.Literals
The meta object literal for the 'Serializable' attribute feature
XDATA_TYPE__SERIALIZABLE - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Serializable' attribute
XDATA_TYPE__TYPE_PARAMETERS - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Type Parameters' containment reference list
XDATA_TYPE_FEATURE_COUNT - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The number of structural features of the 'XData Type' class
XDataType - Interface in org.eclipse.emf.ecore.xcore
A representation of the model object 'XData Type'
XDataTypeImpl - Class in org.eclipse.emf.ecore.xcore.impl
An implementation of the model object 'XData Type'
XDataTypeImpl() - Constructor for class org.eclipse.emf.ecore.xcore.impl.XDataTypeImpl
 
xDataTypeItemProvider - Variable in class org.eclipse.emf.ecore.xcore.provider.XcoreItemProviderAdapterFactory
This keeps track of the one adapter used for all XDataType instances
XDataTypeItemProvider - Class in org.eclipse.emf.ecore.xcore.provider
This is the item provider adapter for a XDataType object
XDataTypeItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.ecore.xcore.provider.XDataTypeItemProvider
This constructs an instance from a factory and a notifier
XDataTypeMapping - Class in org.eclipse.emf.ecore.xcore.mappings
 
XDataTypeMapping() - Constructor for class org.eclipse.emf.ecore.xcore.mappings.XDataTypeMapping
 
XENUM - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage.Literals
The meta object literal for the 'XEnum' class
XENUM - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The meta object id for the 'XEnum' class
XEnum - Interface in org.eclipse.emf.ecore.xcore
A representation of the model object 'XEnum'
XENUM__ANNOTATIONS - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Annotations' containment reference list
XENUM__CONVERT_BODY - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Convert Body' containment reference
XENUM__CREATE_BODY - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Create Body' containment reference
XENUM__INSTANCE_TYPE - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Instance Type' containment reference
XENUM__LITERALS - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage.Literals
The meta object literal for the 'Literals' containment reference list feature
XENUM__LITERALS - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Literals' containment reference list
XENUM__NAME - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Name' attribute
XENUM__PACKAGE - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Package' container reference
XENUM__SERIALIZABLE - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Serializable' attribute
XENUM__TYPE_PARAMETERS - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Type Parameters' containment reference list
XENUM_FEATURE_COUNT - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The number of structural features of the 'XEnum' class
XENUM_LITERAL - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage.Literals
The meta object literal for the 'XEnum Literal' class
XENUM_LITERAL - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The meta object id for the 'XEnum Literal' class
XENUM_LITERAL__ANNOTATIONS - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Annotations' containment reference list
XENUM_LITERAL__ENUM - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage.Literals
The meta object literal for the 'Enum' container reference feature
XENUM_LITERAL__ENUM - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Enum' container reference
XENUM_LITERAL__LITERAL - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage.Literals
The meta object literal for the 'Literal' attribute feature
XENUM_LITERAL__LITERAL - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Literal' attribute
XENUM_LITERAL__NAME - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Name' attribute
XENUM_LITERAL__VALUE - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage.Literals
The meta object literal for the 'Value' attribute feature
XENUM_LITERAL__VALUE - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Value' attribute
XENUM_LITERAL_FEATURE_COUNT - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The number of structural features of the 'XEnum Literal' class
XEnumImpl - Class in org.eclipse.emf.ecore.xcore.impl
An implementation of the model object 'XEnum'
XEnumImpl() - Constructor for class org.eclipse.emf.ecore.xcore.impl.XEnumImpl
 
xEnumItemProvider - Variable in class org.eclipse.emf.ecore.xcore.provider.XcoreItemProviderAdapterFactory
This keeps track of the one adapter used for all XEnum instances
XEnumItemProvider - Class in org.eclipse.emf.ecore.xcore.provider
This is the item provider adapter for a XEnum object
XEnumItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.ecore.xcore.provider.XEnumItemProvider
This constructs an instance from a factory and a notifier
XEnumLiteral - Interface in org.eclipse.emf.ecore.xcore
A representation of the model object 'XEnum Literal'
XEnumLiteralImpl - Class in org.eclipse.emf.ecore.xcore.impl
An implementation of the model object 'XEnum Literal'
XEnumLiteralImpl() - Constructor for class org.eclipse.emf.ecore.xcore.impl.XEnumLiteralImpl
 
xEnumLiteralItemProvider - Variable in class org.eclipse.emf.ecore.xcore.provider.XcoreItemProviderAdapterFactory
This keeps track of the one adapter used for all XEnumLiteral instances
XEnumLiteralItemProvider - Class in org.eclipse.emf.ecore.xcore.provider
This is the item provider adapter for a XEnumLiteral object
XEnumLiteralItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.ecore.xcore.provider.XEnumLiteralItemProvider
This constructs an instance from a factory and a notifier
XEnumLiteralMapping - Class in org.eclipse.emf.ecore.xcore.mappings
 
XEnumLiteralMapping() - Constructor for class org.eclipse.emf.ecore.xcore.mappings.XEnumLiteralMapping
 
XFeatureMapping - Class in org.eclipse.emf.ecore.xcore.mappings
 
XFeatureMapping() - Constructor for class org.eclipse.emf.ecore.xcore.mappings.XFeatureMapping
 
XGENERIC_TYPE - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage.Literals
The meta object literal for the 'XGeneric Type' class
XGENERIC_TYPE - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The meta object id for the 'XGeneric Type' class
XGENERIC_TYPE__LOWER_BOUND - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage.Literals
The meta object literal for the 'Lower Bound' containment reference feature
XGENERIC_TYPE__LOWER_BOUND - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Lower Bound' containment reference
XGENERIC_TYPE__TYPE - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage.Literals
The meta object literal for the 'Type' reference feature
XGENERIC_TYPE__TYPE - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Type' reference
XGENERIC_TYPE__TYPE_ARGUMENTS - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage.Literals
The meta object literal for the 'Type Arguments' containment reference list feature
XGENERIC_TYPE__TYPE_ARGUMENTS - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Type Arguments' containment reference list
XGENERIC_TYPE__UPPER_BOUND - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage.Literals
The meta object literal for the 'Upper Bound' containment reference feature
XGENERIC_TYPE__UPPER_BOUND - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Upper Bound' containment reference
XGENERIC_TYPE_FEATURE_COUNT - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The number of structural features of the 'XGeneric Type' class
XGenericType - Interface in org.eclipse.emf.ecore.xcore
A representation of the model object 'XGeneric Type'
XGenericTypeImpl - Class in org.eclipse.emf.ecore.xcore.impl
An implementation of the model object 'XGeneric Type'
XGenericTypeImpl() - Constructor for class org.eclipse.emf.ecore.xcore.impl.XGenericTypeImpl
 
xGenericTypeItemProvider - Variable in class org.eclipse.emf.ecore.xcore.provider.XcoreItemProviderAdapterFactory
This keeps track of the one adapter used for all XGenericType instances
XGenericTypeItemProvider - Class in org.eclipse.emf.ecore.xcore.provider
This is the item provider adapter for a XGenericType object
XGenericTypeItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.ecore.xcore.provider.XGenericTypeItemProvider
This constructs an instance from a factory and a notifier
XIMPORT_DIRECTIVE - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage.Literals
The meta object literal for the 'XImport Directive' class
XIMPORT_DIRECTIVE - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The meta object id for the 'XImport Directive' class
XIMPORT_DIRECTIVE__ANNOTATIONS - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Annotations' containment reference list
XIMPORT_DIRECTIVE__IMPORTED_NAMESPACE - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage.Literals
The meta object literal for the 'Imported Namespace' attribute feature
XIMPORT_DIRECTIVE__IMPORTED_NAMESPACE - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Imported Namespace' attribute
XIMPORT_DIRECTIVE__IMPORTED_OBJECT - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage.Literals
The meta object literal for the 'Imported Object' reference feature
XIMPORT_DIRECTIVE__IMPORTED_OBJECT - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Imported Object' reference
XIMPORT_DIRECTIVE__PACKAGE - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage.Literals
The meta object literal for the 'Package' container reference feature
XIMPORT_DIRECTIVE__PACKAGE - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Package' container reference
XIMPORT_DIRECTIVE_FEATURE_COUNT - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The number of structural features of the 'XImport Directive' class
XImportDirective - Interface in org.eclipse.emf.ecore.xcore
A representation of the model object 'XImport Directive'
XImportDirectiveImpl - Class in org.eclipse.emf.ecore.xcore.impl
An implementation of the model object 'XImport Directive'
XImportDirectiveImpl() - Constructor for class org.eclipse.emf.ecore.xcore.impl.XImportDirectiveImpl
 
xImportDirectiveItemProvider - Variable in class org.eclipse.emf.ecore.xcore.provider.XcoreItemProviderAdapterFactory
This keeps track of the one adapter used for all XImportDirective instances
XImportDirectiveItemProvider - Class in org.eclipse.emf.ecore.xcore.provider
This is the item provider adapter for a XImportDirective object
XImportDirectiveItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.ecore.xcore.provider.XImportDirectiveItemProvider
This constructs an instance from a factory and a notifier
XMEMBER - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage.Literals
The meta object literal for the 'XMember' class
XMEMBER - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The meta object id for the 'XMember' class
XMember - Interface in org.eclipse.emf.ecore.xcore
A representation of the model object 'XMember'
XMEMBER__ANNOTATIONS - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Annotations' containment reference list
XMEMBER__CONTAINING_CLASS - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage.Literals
The meta object literal for the 'Containing Class' container reference feature
XMEMBER__CONTAINING_CLASS - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Containing Class' container reference
XMEMBER__MULTIPLICITY - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Multiplicity' attribute
XMEMBER__NAME - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Name' attribute
XMEMBER__TYPE - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Type' containment reference
XMEMBER__UNIQUE - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Unique' attribute
XMEMBER__UNORDERED - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Unordered' attribute
XMEMBER_FEATURE_COUNT - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The number of structural features of the 'XMember' class
XMemberImpl - Class in org.eclipse.emf.ecore.xcore.impl
An implementation of the model object 'XMember'
XMemberImpl() - Constructor for class org.eclipse.emf.ecore.xcore.impl.XMemberImpl
 
XMemberItemProvider - Class in org.eclipse.emf.ecore.xcore.provider
This is the item provider adapter for a XMember object
XMemberItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.ecore.xcore.provider.XMemberItemProvider
This constructs an instance from a factory and a notifier
XMI - Static variable in enum org.eclipse.emf.codegen.ecore.genmodel.GenResourceKind
The 'XMI' literal value
XMI_2_1_URI - Static variable in interface org.eclipse.emf.ecore.xmi.XMIResource
 
XMI_2_4_NAMESPACE_PREFIX - Static variable in interface org.eclipse.emf.ecore.xmi.XMIResource
 
XMI_ELEMENT_NAME - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMIHandler
 
XMI_ELEMENT_TYPE - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMIHandler
 
XMI_EXTENDER_ATTRIBUTE - Static variable in class org.eclipse.emf.ecore.xmi.impl.EMOFExtendedMetaData
 
XMI_EXTENSION - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMIHandler
 
XMI_EXTENSION_ELEMENT - Static variable in class org.eclipse.emf.ecore.xmi.impl.EMOFExtendedMetaData
 
XMI_ID - Static variable in interface org.eclipse.emf.ecore.xmi.XMIResource
 
XMI_ID_NS - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMISaveImpl
 
XMI_KIND - Static variable in class org.eclipse.emf.ecore.xmi.impl.RootXMLContentHandlerImpl
A RootXMLContentHandlerImpl.kind value indicating XMI content.
XMI_NAMESPACE_PREFIX - Static variable in interface org.eclipse.emf.ecore.xmi.XMIResource
 
XMI_NS - Static variable in interface org.eclipse.emf.ecore.xmi.XMIResource
 
XMI_TAG_NAME - Static variable in interface org.eclipse.emf.ecore.xmi.XMIResource
 
XMI_TAG_NS - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMISaveImpl
 
XMI_TYPE_ATTRIB - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMIHandler
 
XMI_TYPE_NS - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMISaveImpl
 
XMI_URI - Static variable in interface org.eclipse.emf.ecore.util.ExtendedMetaData
The XMI namespace URI: "http://www.omg.org/XMI".
XMI_URI - Static variable in interface org.eclipse.emf.ecore.xmi.XMIResource
 
XMI_UUID - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMIHandler
 
XMI_VER_NS - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMISaveImpl
 
XMI_XMLNS - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMISaveImpl
 
XMIException - Exception in org.eclipse.emf.ecore.xmi
 
XMIException(String) - Constructor for exception org.eclipse.emf.ecore.xmi.XMIException
 
XMIException(Exception) - Constructor for exception org.eclipse.emf.ecore.xmi.XMIException
 
XMIException(String, Exception) - Constructor for exception org.eclipse.emf.ecore.xmi.XMIException
 
XMIException(String, String, int, int) - Constructor for exception org.eclipse.emf.ecore.xmi.XMIException
 
XMIException(String, Exception, String, int, int) - Constructor for exception org.eclipse.emf.ecore.xmi.XMIException
 
XMIException(Exception, String, int, int) - Constructor for exception org.eclipse.emf.ecore.xmi.XMIException
 
XMIHandler - Class in org.eclipse.emf.ecore.xmi.impl
This class is a SAX handler for creating MOF2 objects from an XMI 2.0 file.
XMIHandler(XMLResource, XMLHelper, Map<?, ?>) - Constructor for class org.eclipse.emf.ecore.xmi.impl.XMIHandler
Constructor.
XMIHelperImpl - Class in org.eclipse.emf.ecore.xmi.impl
 
XMIHelperImpl() - Constructor for class org.eclipse.emf.ecore.xmi.impl.XMIHelperImpl
 
XMIHelperImpl(XMLResource) - Constructor for class org.eclipse.emf.ecore.xmi.impl.XMIHelperImpl
 
XMILoadImpl - Class in org.eclipse.emf.ecore.xmi.impl
This class creates an XMIHandler rather than an XMLHandler so an XMI file can be loaded.
XMILoadImpl(XMLHelper) - Constructor for class org.eclipse.emf.ecore.xmi.impl.XMILoadImpl
Constructor for XMILoad.
XMIPlugin - Class in org.eclipse.emf.ecore.xmi
The Plugin for the EMF.Ecore.XMI library.
XMIPlugin.Implementation - Class in org.eclipse.emf.ecore.xmi
The actual implementation of the Eclipse Plugin.
XMIPlugin.Implementation() - Constructor for class org.eclipse.emf.ecore.xmi.XMIPlugin.Implementation
Creates an instance.
XMIPlugin.Implementation.Activator - Class in org.eclipse.emf.ecore.xmi
 
XMIPlugin.Implementation.Activator() - Constructor for class org.eclipse.emf.ecore.xmi.XMIPlugin.Implementation.Activator
 
XMIResource - Interface in org.eclipse.emf.ecore.xmi
A resource that serializes to XMI.
XMIResourceFactoryImpl - Class in org.eclipse.emf.ecore.xmi.impl
 
XMIResourceFactoryImpl() - Constructor for class org.eclipse.emf.ecore.xmi.impl.XMIResourceFactoryImpl
Constructor for XMIResourceFactoryImpl.
XMIResourceImpl - Class in org.eclipse.emf.ecore.xmi.impl
This class represents an XMIResource.
XMIResourceImpl() - Constructor for class org.eclipse.emf.ecore.xmi.impl.XMIResourceImpl
Constructor for XMIResourceImpl.
XMIResourceImpl(URI) - Constructor for class org.eclipse.emf.ecore.xmi.impl.XMIResourceImpl
Constructor for XMIResourceImpl.
XMISaveImpl - Class in org.eclipse.emf.ecore.xmi.impl
 
XMISaveImpl(XMLHelper) - Constructor for class org.eclipse.emf.ecore.xmi.impl.XMISaveImpl
 
XMISaveImpl(Map<?, ?>, XMLHelper, String) - Constructor for class org.eclipse.emf.ecore.xmi.impl.XMISaveImpl
 
XMISaveImpl(Map<?, ?>, XMLHelper, String, String) - Constructor for class org.eclipse.emf.ecore.xmi.impl.XMISaveImpl
 
xmiType - Variable in class org.eclipse.emf.ecore.xmi.impl.XMISaveImpl
 
xmiURI - Variable in class org.eclipse.emf.ecore.xmi.impl.XMISaveImpl
 
XML - Static variable in enum org.eclipse.emf.codegen.ecore.genmodel.GenResourceKind
The 'XML' literal value
XML_EXTENSION - Static variable in class org.eclipse.emf.ecore.xmi.util.XMLProcessor
 
XML_INFO - Static variable in interface org.eclipse.emf.mapping.ecore2xml.Ecore2XMLPackage.Literals
The meta object literal for the 'XML Info' class
XML_INFO - Static variable in interface org.eclipse.emf.mapping.ecore2xml.Ecore2XMLPackage
The meta object id for the 'XML Info' class
XML_INFO__NAME - Static variable in interface org.eclipse.emf.mapping.ecore2xml.Ecore2XMLPackage.Literals
The meta object literal for the 'Name' attribute feature
XML_INFO__NAME - Static variable in interface org.eclipse.emf.mapping.ecore2xml.Ecore2XMLPackage
The feature id for the 'Name' attribute
XML_INFO__TARGET_NAMESPACE - Static variable in interface org.eclipse.emf.mapping.ecore2xml.Ecore2XMLPackage.Literals
The meta object literal for the 'Target Namespace' attribute feature
XML_INFO__TARGET_NAMESPACE - Static variable in interface org.eclipse.emf.mapping.ecore2xml.Ecore2XMLPackage
The feature id for the 'Target Namespace' attribute
XML_INFO__XML_REPRESENTATION - Static variable in interface org.eclipse.emf.mapping.ecore2xml.Ecore2XMLPackage.Literals
The meta object literal for the 'XML Representation' attribute feature
XML_INFO__XML_REPRESENTATION - Static variable in interface org.eclipse.emf.mapping.ecore2xml.Ecore2XMLPackage
The feature id for the 'XML Representation' attribute
XML_INFO_FEATURE_COUNT - Static variable in interface org.eclipse.emf.mapping.ecore2xml.Ecore2XMLPackage
The number of structural features of the 'XML Info' class
XML_MAP - Static variable in interface org.eclipse.emf.mapping.ecore2xml.Ecore2XMLPackage.Literals
The meta object literal for the 'XML Map' class
XML_MAP - Static variable in interface org.eclipse.emf.mapping.ecore2xml.Ecore2XMLPackage
The meta object id for the 'XML Map' class
XML_MAP__ECORE_TO_XML_INFO - Static variable in interface org.eclipse.emf.mapping.ecore2xml.Ecore2XMLPackage.Literals
The meta object literal for the 'Ecore To XML Info' map feature
XML_MAP__ECORE_TO_XML_INFO - Static variable in interface org.eclipse.emf.mapping.ecore2xml.Ecore2XMLPackage
The feature id for the 'Ecore To XML Info' map
XML_MAP__ID_ATTRIBUTE_NAME - Static variable in interface org.eclipse.emf.mapping.ecore2xml.Ecore2XMLPackage.Literals
The meta object literal for the 'ID Attribute Name' attribute feature
XML_MAP__ID_ATTRIBUTE_NAME - Static variable in interface org.eclipse.emf.mapping.ecore2xml.Ecore2XMLPackage
The feature id for the 'ID Attribute Name' attribute
XML_MAP__NO_NAMESPACE_PACKAGE - Static variable in interface org.eclipse.emf.mapping.ecore2xml.Ecore2XMLPackage.Literals
The meta object literal for the 'No Namespace Package' reference feature
XML_MAP__NO_NAMESPACE_PACKAGE - Static variable in interface org.eclipse.emf.mapping.ecore2xml.Ecore2XMLPackage
The feature id for the 'No Namespace Package' reference
XML_MAP_FEATURE_COUNT - Static variable in interface org.eclipse.emf.mapping.ecore2xml.Ecore2XMLPackage
The number of structural features of the 'XML Map' class
XML_NAMESPACE_DOCUMENT_ROOT - Static variable in interface org.eclipse.emf.ecore.xml.namespace.XMLNamespacePackage.Literals
The meta object literal for the 'Document Root' class
XML_NAMESPACE_DOCUMENT_ROOT - Static variable in interface org.eclipse.emf.ecore.xml.namespace.XMLNamespacePackage
The meta object id for the 'Document Root' class
XML_NAMESPACE_DOCUMENT_ROOT__BASE - Static variable in interface org.eclipse.emf.ecore.xml.namespace.XMLNamespacePackage.Literals
The meta object literal for the 'Base' attribute feature
XML_NAMESPACE_DOCUMENT_ROOT__BASE - Static variable in interface org.eclipse.emf.ecore.xml.namespace.XMLNamespacePackage
The feature id for the 'Base' attribute
XML_NAMESPACE_DOCUMENT_ROOT__ID - Static variable in interface org.eclipse.emf.ecore.xml.namespace.XMLNamespacePackage.Literals
The meta object literal for the 'Id' attribute feature
XML_NAMESPACE_DOCUMENT_ROOT__ID - Static variable in interface org.eclipse.emf.ecore.xml.namespace.XMLNamespacePackage
The feature id for the 'Id' attribute
XML_NAMESPACE_DOCUMENT_ROOT__LANG - Static variable in interface org.eclipse.emf.ecore.xml.namespace.XMLNamespacePackage.Literals
The meta object literal for the 'Lang' attribute feature
XML_NAMESPACE_DOCUMENT_ROOT__LANG - Static variable in interface org.eclipse.emf.ecore.xml.namespace.XMLNamespacePackage
The feature id for the 'Lang' attribute
XML_NAMESPACE_DOCUMENT_ROOT__MIXED - Static variable in interface org.eclipse.emf.ecore.xml.namespace.XMLNamespacePackage.Literals
The meta object literal for the 'Mixed' attribute list feature
XML_NAMESPACE_DOCUMENT_ROOT__MIXED - Static variable in interface org.eclipse.emf.ecore.xml.namespace.XMLNamespacePackage
The feature id for the 'Mixed' attribute list
XML_NAMESPACE_DOCUMENT_ROOT__SPACE - Static variable in interface org.eclipse.emf.ecore.xml.namespace.XMLNamespacePackage.Literals
The meta object literal for the 'Space' attribute feature
XML_NAMESPACE_DOCUMENT_ROOT__SPACE - Static variable in interface org.eclipse.emf.ecore.xml.namespace.XMLNamespacePackage
The feature id for the 'Space' attribute
XML_NAMESPACE_DOCUMENT_ROOT__XMLNS_PREFIX_MAP - Static variable in interface org.eclipse.emf.ecore.xml.namespace.XMLNamespacePackage.Literals
The meta object literal for the 'XMLNS Prefix Map' map feature
XML_NAMESPACE_DOCUMENT_ROOT__XMLNS_PREFIX_MAP - Static variable in interface org.eclipse.emf.ecore.xml.namespace.XMLNamespacePackage
The feature id for the 'XMLNS Prefix Map' map
XML_NAMESPACE_DOCUMENT_ROOT__XSI_SCHEMA_LOCATION - Static variable in interface org.eclipse.emf.ecore.xml.namespace.XMLNamespacePackage.Literals
The meta object literal for the 'XSI Schema Location' map feature
XML_NAMESPACE_DOCUMENT_ROOT__XSI_SCHEMA_LOCATION - Static variable in interface org.eclipse.emf.ecore.xml.namespace.XMLNamespacePackage
The feature id for the 'XSI Schema Location' map
XML_NAMESPACE_DOCUMENT_ROOT_FEATURE_COUNT - Static variable in interface org.eclipse.emf.ecore.xml.namespace.XMLNamespacePackage
The number of structural features of the 'Document Root' class
XML_NS - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
 
XML_PROCESSOR_CLASS_ID - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.generator.GenPackageGeneratorAdapter
 
XML_REPRESENTATION_EDEFAULT - Static variable in class org.eclipse.emf.mapping.ecore2xml.impl.XMLInfoImpl
The default value of the 'XML Representation' attribute
XML_SCHEMA_TYPES - Static variable in class org.eclipse.emf.ecore.xml.type.internal.XMLCalendar
 
XML_SCHEMA_URI - Static variable in interface org.eclipse.emf.ecore.util.ExtendedMetaData
The XML Schema namespace URI: "http://www.w3.org/2001/XMLSchema".
XML_SCHEMA_URI - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
 
XML_TYPE_DOCUMENT_ROOT - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage.Literals
The meta object literal for the 'Document Root' class
XML_TYPE_DOCUMENT_ROOT - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
The meta object id for the 'Document Root' class
XML_TYPE_DOCUMENT_ROOT__CDATA - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage.Literals
The meta object literal for the 'CDATA' attribute feature
XML_TYPE_DOCUMENT_ROOT__CDATA - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
The feature id for the 'CDATA' attribute
XML_TYPE_DOCUMENT_ROOT__COMMENT - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage.Literals
The meta object literal for the 'Comment' attribute feature
XML_TYPE_DOCUMENT_ROOT__COMMENT - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
The feature id for the 'Comment' attribute
XML_TYPE_DOCUMENT_ROOT__MIXED - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage.Literals
The meta object literal for the 'Mixed' attribute list feature
XML_TYPE_DOCUMENT_ROOT__MIXED - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
The feature id for the 'Mixed' attribute list
XML_TYPE_DOCUMENT_ROOT__PROCESSING_INSTRUCTION - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage.Literals
The meta object literal for the 'Processing Instruction' containment reference feature
XML_TYPE_DOCUMENT_ROOT__PROCESSING_INSTRUCTION - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
The feature id for the 'Processing Instruction' containment reference
XML_TYPE_DOCUMENT_ROOT__TEXT - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage.Literals
The meta object literal for the 'Text' attribute feature
XML_TYPE_DOCUMENT_ROOT__TEXT - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
The feature id for the 'Text' attribute
XML_TYPE_DOCUMENT_ROOT__XMLNS_PREFIX_MAP - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage.Literals
The meta object literal for the 'XMLNS Prefix Map' map feature
XML_TYPE_DOCUMENT_ROOT__XMLNS_PREFIX_MAP - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
The feature id for the 'XMLNS Prefix Map' map
XML_TYPE_DOCUMENT_ROOT__XSI_SCHEMA_LOCATION - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage.Literals
The meta object literal for the 'XSI Schema Location' map feature
XML_TYPE_DOCUMENT_ROOT__XSI_SCHEMA_LOCATION - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
The feature id for the 'XSI Schema Location' map
XML_TYPE_DOCUMENT_ROOT_FEATURE_COUNT - Static variable in interface org.eclipse.emf.ecore.xml.type.XMLTypePackage
The number of structural features of the 'Document Root' class
XML_URI - Static variable in interface org.eclipse.emf.ecore.util.ExtendedMetaData
The XML namespace URI: "http://www.w3.org/XML/1998/namespace".
XML_URI - Static variable in class org.eclipse.emf.ecore.xmi.util.XMLProcessor
 
XML_VERSION - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
XMLCalendar - Class in org.eclipse.emf.ecore.xml.type.internal
An internal extension of Java's XMLGregorianCalendar to represent W3C XML Schema 1.0 dateTime, time, date, gYearMonth, gYear, gMonthDay, gDay, gMonth data types.
XMLCalendar(String, short) - Constructor for class org.eclipse.emf.ecore.xml.type.internal.XMLCalendar
 
XMLCalendar(Date, short) - Constructor for class org.eclipse.emf.ecore.xml.type.internal.XMLCalendar
 
xmlCalendarTypes - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenDataTypeImpl
 
XMLContentHandlerImpl - Class in org.eclipse.emf.ecore.xmi.impl
A ContentHandler content handler implementation for dealing with XML content.
XMLContentHandlerImpl() - Constructor for class org.eclipse.emf.ecore.xmi.impl.XMLContentHandlerImpl
 
XMLContentHandlerImpl.XMI - Class in org.eclipse.emf.ecore.xmi.impl
 
XMLContentHandlerImpl.XMI() - Constructor for class org.eclipse.emf.ecore.xmi.impl.XMLContentHandlerImpl.XMI
 
XMLContentHandlerImpl.XMI.Describer - Class in org.eclipse.emf.ecore.xmi.impl
A describer that creates an XMLContentHandlerImpl.XMI instance.
XMLContentHandlerImpl.XMI.Describer() - Constructor for class org.eclipse.emf.ecore.xmi.impl.XMLContentHandlerImpl.XMI.Describer
 
XMLDefaultHandler - Interface in org.eclipse.emf.ecore.xmi
The XML handler interface.
XMLDuration - Class in org.eclipse.emf.ecore.xml.type.internal
An internal extension of Java's Duration to represent the W3C XML Schema 1.0 duration data type.
XMLDuration(String) - Constructor for class org.eclipse.emf.ecore.xml.type.internal.XMLDuration
 
XMLHandler - Class in org.eclipse.emf.ecore.xmi.impl
This class is a generic interface for loading XML files and creating EObjects from them.
XMLHandler(XMLResource, XMLHelper, Map<?, ?>) - Constructor for class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
XMLHandler.ManyReference - Class in org.eclipse.emf.ecore.xmi.impl
 
XMLHandler.ManyReference(EObject, EStructuralFeature, Object[], int[], int, int) - Constructor for class org.eclipse.emf.ecore.xmi.impl.XMLHandler.ManyReference
 
XMLHandler.MyEObjectStack - Class in org.eclipse.emf.ecore.xmi.impl
 
XMLHandler.MyEObjectStack() - Constructor for class org.eclipse.emf.ecore.xmi.impl.XMLHandler.MyEObjectStack
 
XMLHandler.MyStack<E> - Class in org.eclipse.emf.ecore.xmi.impl
 
XMLHandler.MyStack() - Constructor for class org.eclipse.emf.ecore.xmi.impl.XMLHandler.MyStack
 
XMLHandler.SingleReference - Class in org.eclipse.emf.ecore.xmi.impl
For unresolved forward references, the line number where the incorrect id appeared in an XML resource is needed, so the Value for the forward reference and the line number where the forward reference occurred must be saved until the end of the XML resource is encountered.
XMLHandler.SingleReference(EObject, EStructuralFeature, Object, int, int, int) - Constructor for class org.eclipse.emf.ecore.xmi.impl.XMLHandler.SingleReference
 
XMLHelper - Interface in org.eclipse.emf.ecore.xmi
Configuration class for XML.
XMLHelper.ManyReference - Interface in org.eclipse.emf.ecore.xmi
 
XMLHelperImpl - Class in org.eclipse.emf.ecore.xmi.impl
This class handles the package to use when there is no XML namespace in an XML file.
XMLHelperImpl() - Constructor for class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
XMLHelperImpl(XMLResource) - Constructor for class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
XMLHelperImpl.NamespaceSupport - Class in org.eclipse.emf.ecore.xmi.impl
A helper to encode namespace prefix mappings.
XMLHelperImpl.NamespaceSupport() - Constructor for class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl.NamespaceSupport
 
XMLInfo - Interface in org.eclipse.emf.mapping.ecore2xml
A representation of the model object 'XML Info'.
XMLInfoImpl - Class in org.eclipse.emf.ecore.xmi.impl
This class is used with the XMLMap class to describe how to serialize objects and features.
XMLInfoImpl() - Constructor for class org.eclipse.emf.ecore.xmi.impl.XMLInfoImpl
 
XMLInfoImpl - Class in org.eclipse.emf.mapping.ecore2xml.impl
An implementation of the model object 'XML Info'
XMLInfoImpl() - Constructor for class org.eclipse.emf.mapping.ecore2xml.impl.XMLInfoImpl
 
XMLInfoImpl(XMLResource.XMLInfo) - Constructor for class org.eclipse.emf.mapping.ecore2xml.impl.XMLInfoImpl
 
xmlInfoItemProvider - Variable in class org.eclipse.emf.mapping.ecore2xml.provider.Ecore2XMLItemProviderAdapterFactory
This keeps track of the one adapter used for all XMLInfo instances
XMLInfoItemProvider - Class in org.eclipse.emf.mapping.ecore2xml.provider
This is the item provider adapter for a XMLInfo object
XMLInfoItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.mapping.ecore2xml.provider.XMLInfoItemProvider
This constructs an instance from a factory and a notifier
XMLLoad - Interface in org.eclipse.emf.ecore.xmi
This defines the methods for the interface that XMLResourceImpl uses to load the resource.
XMLLoadImpl - Class in org.eclipse.emf.ecore.xmi.impl
This class begins parsing with the given input stream using the XML deserializer.
XMLLoadImpl(XMLHelper) - Constructor for class org.eclipse.emf.ecore.xmi.impl.XMLLoadImpl
 
XMLLoadImpl.AttributesProxy - Class in org.eclipse.emf.ecore.xmi.impl
 
XMLLoadImpl.AttributesProxy() - Constructor for class org.eclipse.emf.ecore.xmi.impl.XMLLoadImpl.AttributesProxy
 
xmlMap - Variable in class org.eclipse.emf.ecore.xmi.impl.EMOFExtendedMetaData
 
xmlMap - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
xmlMap - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
XMLMap - Interface in org.eclipse.emf.mapping.ecore2xml
A representation of the model object 'XML Map'.
XMLMapImpl - Class in org.eclipse.emf.ecore.xmi.impl
This class represents a mapping from Ecore constructs to the XML representation of those constructs.
XMLMapImpl() - Constructor for class org.eclipse.emf.ecore.xmi.impl.XMLMapImpl
Constructor for XMLMap.
XMLMapImpl - Class in org.eclipse.emf.mapping.ecore2xml.impl
An implementation of the model object 'XML Map'
XMLMapImpl() - Constructor for class org.eclipse.emf.mapping.ecore2xml.impl.XMLMapImpl
 
XMLMapImpl.DelegateXMLMapImpl - Class in org.eclipse.emf.mapping.ecore2xml.impl
 
XMLMapImpl.DelegateXMLMapImpl() - Constructor for class org.eclipse.emf.mapping.ecore2xml.impl.XMLMapImpl.DelegateXMLMapImpl
 
xmlMapItemProvider - Variable in class org.eclipse.emf.mapping.ecore2xml.provider.Ecore2XMLItemProviderAdapterFactory
This keeps track of the one adapter used for all XMLMap instances
XMLMapItemProvider - Class in org.eclipse.emf.mapping.ecore2xml.provider
This is the item provider adapter for a XMLMap object
XMLMapItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.mapping.ecore2xml.provider.XMLMapItemProvider
This constructs an instance from a factory and a notifier
xmlMaps - Variable in class org.eclipse.emf.mapping.ecore2xml.util.Ecore2XMLExtendedMetaData
 
XMLNamespaceDocumentRoot - Interface in org.eclipse.emf.ecore.xml.namespace
A representation of the model object 'Document Root'
XMLNamespaceDocumentRootImpl - Class in org.eclipse.emf.ecore.xml.namespace.impl
An implementation of the model object 'Document Root'
XMLNamespaceDocumentRootImpl() - Constructor for class org.eclipse.emf.ecore.xml.namespace.impl.XMLNamespaceDocumentRootImpl
 
XMLNamespaceFactory - Interface in org.eclipse.emf.ecore.xml.namespace
The Factory for the model.
XMLNamespaceFactoryImpl - Class in org.eclipse.emf.ecore.xml.namespace.impl
An implementation of the model Factory
XMLNamespaceFactoryImpl() - Constructor for class org.eclipse.emf.ecore.xml.namespace.impl.XMLNamespaceFactoryImpl
Creates an instance of the factory
XMLNamespacePackage - Interface in org.eclipse.emf.ecore.xml.namespace
The Package for the model.
XMLNamespacePackage.Literals - Interface in org.eclipse.emf.ecore.xml.namespace
Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
XMLNamespacePackageImpl - Class in org.eclipse.emf.ecore.xml.namespace.impl
An implementation of the model Package
XMLNamespaceValidator - Class in org.eclipse.emf.ecore.xml.namespace.util
The Validator for the model
XMLNamespaceValidator() - Constructor for class org.eclipse.emf.ecore.xml.namespace.util.XMLNamespaceValidator
Creates an instance of the switch
XMLNS_PREFIX - Static variable in interface org.eclipse.emf.ecore.util.ExtendedMetaData
The prefix reserved for XML namespaces: "xmlns".
XMLNS_URI - Static variable in interface org.eclipse.emf.ecore.util.ExtendedMetaData
The namespace URI for XML namespaces: "http://www.w3.org/2000/xmlns/".
xMLNSPrefixMap - Variable in class org.eclipse.emf.ecore.xml.namespace.impl.XMLNamespaceDocumentRootImpl
The cached value of the 'XMLNS Prefix Map' map
xMLNSPrefixMap - Variable in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeDocumentRootImpl
The cached value of the 'XMLNS Prefix Map' map
XMLOptions - Interface in org.eclipse.emf.ecore.xmi
This interface allows user specify various XML deserialization and serialization options
XMLOptionsImpl - Class in org.eclipse.emf.ecore.xmi.impl
 
XMLOptionsImpl() - Constructor for class org.eclipse.emf.ecore.xmi.impl.XMLOptionsImpl
 
XMLParserPool - Interface in org.eclipse.emf.ecore.xmi
Defines an interface to cache parsers and parser's handlers (XMLDefaultHandler) to improve deserialization performance.
XMLParserPoolImpl - Class in org.eclipse.emf.ecore.xmi.impl
This is the default thread safe implementation of XMLParserPool.
XMLParserPoolImpl() - Constructor for class org.eclipse.emf.ecore.xmi.impl.XMLParserPoolImpl
Creates an instance that caches only parsers but not handlers.
XMLParserPoolImpl(boolean) - Constructor for class org.eclipse.emf.ecore.xmi.impl.XMLParserPoolImpl
Creates an instance that caches parsers and caches handlers as specified.
XMLParserPoolImpl(int, boolean) - Constructor for class org.eclipse.emf.ecore.xmi.impl.XMLParserPoolImpl
Creates an instance that caches parsers and caches handlers as specified.
XMLProcessor - Class in org.eclipse.emf.ecore.xmi.util
XMLProcessor provides helper methods to serialize and deserialize XML using EMF framework.
XMLProcessor(EPackage.Registry) - Constructor for class org.eclipse.emf.ecore.xmi.util.XMLProcessor
Protected constructor - should be used for in statically generated models, or in the case schema(s) is known when XMLProcessor is created
XMLProcessor() - Constructor for class org.eclipse.emf.ecore.xmi.util.XMLProcessor
Use this constructor to create an XML processor that is not aware of any schema.
XMLProcessor(URI) - Constructor for class org.eclipse.emf.ecore.xmi.util.XMLProcessor
 
XMLProcessor(Collection<URI>) - Constructor for class org.eclipse.emf.ecore.xmi.util.XMLProcessor
Create an XML processor that is aware of XML Schemas specified.
XMLProcessorClass - Class in org.eclipse.emf.codegen.ecore.templates.model
 
XMLProcessorClass() - Constructor for class org.eclipse.emf.codegen.ecore.templates.model.XMLProcessorClass
 
xmlProcessorClassEmitter - 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.
xmlProcessorClassTemplateName - 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.
xmlRepresentation - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLInfoImpl
 
xmlResource - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
xmlResource - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
XMLResource - Interface in org.eclipse.emf.ecore.xmi
This interface represents an XML resource.
XMLResource.ElementHandler - Interface in org.eclipse.emf.ecore.xmi
An interface for an element handle that is used to deduce an appropriate feature when serializing a value of a specific type.
XMLResource.MissingPackageHandler - Interface in org.eclipse.emf.ecore.xmi
Handles missing packages as a last resort when all other mechanisms have failed.
XMLResource.ResourceEntityHandler - Interface in org.eclipse.emf.ecore.xmi
An interface for a resource entity handler.
XMLResource.ResourceHandler - Interface in org.eclipse.emf.ecore.xmi
An interface for a resource handler that can be registered to receive call backs for loading from an input stream or for saving to an output stream.
XMLResource.URIHandler - Interface in org.eclipse.emf.ecore.xmi
An interface for a URI handler that is used to resolve and deresolve URIs.
XMLResource.XMLInfo - Interface in org.eclipse.emf.ecore.xmi
This interface is used with the XMLMap interface to describe how to serialize objects and features.
XMLResource.XMLMap - Interface in org.eclipse.emf.ecore.xmi
This interface represents a mapping from Ecore constructs to the XML representation of those constructs.
XMLResourceFactoryImpl - Class in org.eclipse.emf.ecore.xmi.impl
This class creates XMLResourceImpl objects.
XMLResourceFactoryImpl() - Constructor for class org.eclipse.emf.ecore.xmi.impl.XMLResourceFactoryImpl
Constructor for XMLResourceFactoryImpl.
XMLResourceImpl - Class in org.eclipse.emf.ecore.xmi.impl
This class implements the XMLResource interface.
XMLResourceImpl() - Constructor for class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
Constructor for XMLResourceImpl.
XMLResourceImpl(URI) - Constructor for class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
Constructor for XMLResourceImpl.
XMLSave - Interface in org.eclipse.emf.ecore.xmi
This defines the methods for the interface that XMLResourceImpl uses to save the resource.
XMLSave.XMLTypeInfo - Interface in org.eclipse.emf.ecore.xmi
This defines the methods for the interface used to determine whether type information should be saved when the XMLResource.OPTION_SAVE_TYPE_INFORMATION save option is enabled.
XMLSaveImpl - Class in org.eclipse.emf.ecore.xmi.impl
This implements the XML serializer, possibly using an XMLMap if one is provided as a save option.
XMLSaveImpl(XMLHelper) - Constructor for class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
XMLSaveImpl(Map<?, ?>, XMLHelper, String) - Constructor for class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
Constructor for XMLSave.
XMLSaveImpl(Map<?, ?>, XMLHelper, String, String) - Constructor for class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
XMLSaveImpl.Escape - Class in org.eclipse.emf.ecore.xmi.impl
 
XMLSaveImpl.Escape() - Constructor for class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Escape
 
XMLSaveImpl.Lookup - Class in org.eclipse.emf.ecore.xmi.impl
 
XMLSaveImpl.Lookup(XMLResource.XMLMap) - Constructor for class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Lookup
 
XMLSaveImpl.Lookup(XMLResource.XMLMap, ExtendedMetaData) - Constructor for class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Lookup
 
XMLSaveImpl.Lookup(XMLResource.XMLMap, ExtendedMetaData, XMLResource.ElementHandler) - Constructor for class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Lookup
 
XMLSaveImpl.Lookup.FeatureClassifierPair - Class in org.eclipse.emf.ecore.xmi.impl
 
XMLSaveImpl.Lookup.FeatureClassifierPair() - Constructor for class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Lookup.FeatureClassifierPair
 
XMLSaveImpl.XMLTypeInfoImpl - 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.
XMLSaveImpl.XMLTypeInfoImpl() - Constructor for class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.XMLTypeInfoImpl
 
xmlSchemaTypePackage - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHandler
 
xmlSchemaTypePackage - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl
 
xmlSchemaTypePackage - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
XMLString - Class in org.eclipse.emf.ecore.xmi.impl
 
XMLString() - Constructor for class org.eclipse.emf.ecore.xmi.impl.XMLString
 
XMLString(int) - Constructor for class org.eclipse.emf.ecore.xmi.impl.XMLString
 
XMLString(int, String) - Constructor for class org.eclipse.emf.ecore.xmi.impl.XMLString
 
XMLString(int, String, String) - Constructor for class org.eclipse.emf.ecore.xmi.impl.XMLString
 
XMLString(int, String, String, String) - Constructor for class org.eclipse.emf.ecore.xmi.impl.XMLString
 
xmlTypeDocumentRoot - Variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
XMLTypeDocumentRoot - Interface in org.eclipse.emf.ecore.xml.type
A representation of the model object 'Document Root'
XMLTypeDocumentRootImpl - Class in org.eclipse.emf.ecore.xml.type.impl
An implementation of the model object 'Document Root'
XMLTypeDocumentRootImpl() - Constructor for class org.eclipse.emf.ecore.xml.type.impl.XMLTypeDocumentRootImpl
 
XMLTypeFactory - Interface in org.eclipse.emf.ecore.xml.type
The Factory for the model.
XMLTypeFactoryImpl - Class in org.eclipse.emf.ecore.xml.type.impl
An implementation of the model Factory
XMLTypeFactoryImpl() - Constructor for class org.eclipse.emf.ecore.xml.type.impl.XMLTypeFactoryImpl
Creates an instance of the factory
xmlTypeInfo - Variable in class org.eclipse.emf.ecore.xmi.impl.EMOFSaveImpl.EMOFXMLTypeInfoImpl
 
xmlTypeInfo - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
XMLTypePackage - Interface in org.eclipse.emf.ecore.xml.type
The Package for the model.
XMLTypePackage.Literals - Interface in org.eclipse.emf.ecore.xml.type
Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
XMLTypePackageImpl - Class in org.eclipse.emf.ecore.xml.type.impl
An implementation of the model Package
XMLTypeResourceImpl - Class in org.eclipse.emf.ecore.xml.type.util
Provides access to the generated frame factory for the built-in XML types.
XMLTypeResourceImpl(URI) - Constructor for class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl
Creates an instance of the resource
XMLTypeResourceImpl.DataFrame - Class in org.eclipse.emf.ecore.xml.type.util
 
XMLTypeResourceImpl.DataFrame() - Constructor for class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.DataFrame
 
XMLTypeResourceImpl.FrameFactory - Class in org.eclipse.emf.ecore.xml.type.util
 
XMLTypeResourceImpl.FrameFactory() - Constructor for class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
XMLTypeResourceImpl.FrameFactory.AnyTypeStackFrame - Class in org.eclipse.emf.ecore.xml.type.util
 
XMLTypeResourceImpl.FrameFactory.AnyTypeStackFrame() - Constructor for class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory.AnyTypeStackFrame
 
XMLTypeResourceImpl.FrameFactory.ProcessingInstructionStackFrame - Class in org.eclipse.emf.ecore.xml.type.util
 
XMLTypeResourceImpl.FrameFactory.ProcessingInstructionStackFrame() - Constructor for class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory.ProcessingInstructionStackFrame
 
XMLTypeResourceImpl.FrameFactory.SimpleAnyTypeStackFrame - Class in org.eclipse.emf.ecore.xml.type.util
 
XMLTypeResourceImpl.FrameFactory.SimpleAnyTypeStackFrame() - Constructor for class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory.SimpleAnyTypeStackFrame
 
XMLTypeResourceImpl.FrameFactory.XMLTypeDocumentRootStackFrame - Class in org.eclipse.emf.ecore.xml.type.util
 
XMLTypeResourceImpl.FrameFactory.XMLTypeDocumentRootStackFrame() - Constructor for class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory.XMLTypeDocumentRootStackFrame
 
XMLTypeResourceImpl.Handler - Class in org.eclipse.emf.ecore.xml.type.util
 
XMLTypeResourceImpl.Handler(XMLTypeResourceImpl.StackFrame) - Constructor for class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.Handler
 
XMLTypeResourceImpl.StackFrame - Class in org.eclipse.emf.ecore.xml.type.util
 
XMLTypeResourceImpl.StackFrame() - Constructor for class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.StackFrame
 
XMLTypeUtil - Class in org.eclipse.emf.ecore.xml.type.util
This class contains convenient static methods for working with XML-related information.
XMLTypeUtil() - Constructor for class org.eclipse.emf.ecore.xml.type.util.XMLTypeUtil
 
xmlTypeValidator - Variable in class org.eclipse.emf.ecore.util.EcoreValidator
The cached base package validator
xmlTypeValidator - Variable in class org.eclipse.emf.ecore.xml.namespace.util.XMLNamespaceValidator
The cached base package validator
XMLTypeValidator - Class in org.eclipse.emf.ecore.xml.type.util
The Validator for the model
XMLTypeValidator() - Constructor for class org.eclipse.emf.ecore.xml.type.util.XMLTypeValidator
Creates an instance of the switch
xmlVersion - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl
 
xmlVersion - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
XMODEL_ELEMENT - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage.Literals
The meta object literal for the 'XModel Element' class
XMODEL_ELEMENT - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The meta object id for the 'XModel Element' class
XMODEL_ELEMENT__ANNOTATIONS - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage.Literals
The meta object literal for the 'Annotations' containment reference list feature
XMODEL_ELEMENT__ANNOTATIONS - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Annotations' containment reference list
XMODEL_ELEMENT_FEATURE_COUNT - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The number of structural features of the 'XModel Element' class
XModelElement - Interface in org.eclipse.emf.ecore.xcore
A representation of the model object 'XModel Element'
XModelElementImpl - Class in org.eclipse.emf.ecore.xcore.impl
An implementation of the model object 'XModel Element'
XModelElementImpl() - Constructor for class org.eclipse.emf.ecore.xcore.impl.XModelElementImpl
 
XModelElementItemProvider - Class in org.eclipse.emf.ecore.xcore.provider
This is the item provider adapter for a XModelElement object
XModelElementItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.ecore.xcore.provider.XModelElementItemProvider
This constructs an instance from a factory and a notifier
XModelElementItemProvider.UnderlayedImage - Class in org.eclipse.emf.ecore.xcore.provider
 
XModelElementItemProvider.UnderlayedImage(Object) - Constructor for class org.eclipse.emf.ecore.xcore.provider.XModelElementItemProvider.UnderlayedImage
 
XModelElementItemProvider.UnderlayedImage(Object, Object) - Constructor for class org.eclipse.emf.ecore.xcore.provider.XModelElementItemProvider.UnderlayedImage
 
XMULTIPLICITY - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage.Literals
The meta object literal for the 'XMultiplicity' data type
XMULTIPLICITY - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The meta object id for the 'XMultiplicity' data type
XNAMED_ELEMENT - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage.Literals
The meta object literal for the 'XNamed Element' class
XNAMED_ELEMENT - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The meta object id for the 'XNamed Element' class
XNAMED_ELEMENT__ANNOTATIONS - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Annotations' containment reference list
XNAMED_ELEMENT__NAME - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage.Literals
The meta object literal for the 'Name' attribute feature
XNAMED_ELEMENT__NAME - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Name' attribute
XNAMED_ELEMENT_FEATURE_COUNT - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The number of structural features of the 'XNamed Element' class
XNamedElement - Interface in org.eclipse.emf.ecore.xcore
A representation of the model object 'XNamed Element'
XNamedElementImpl - Class in org.eclipse.emf.ecore.xcore.impl
An implementation of the model object 'XNamed Element'
XNamedElementImpl() - Constructor for class org.eclipse.emf.ecore.xcore.impl.XNamedElementImpl
 
XNamedElementItemProvider - Class in org.eclipse.emf.ecore.xcore.provider
This is the item provider adapter for a XNamedElement object
XNamedElementItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.ecore.xcore.provider.XNamedElementItemProvider
This constructs an instance from a factory and a notifier
XOPERATION - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage.Literals
The meta object literal for the 'XOperation' class
XOPERATION - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The meta object id for the 'XOperation' class
XOperation - Interface in org.eclipse.emf.ecore.xcore
A representation of the model object 'XOperation'
XOPERATION__ANNOTATIONS - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Annotations' containment reference list
XOPERATION__BODY - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage.Literals
The meta object literal for the 'Body' containment reference feature
XOPERATION__BODY - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Body' containment reference
XOPERATION__CONTAINING_CLASS - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Containing Class' container reference
XOPERATION__EXCEPTIONS - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage.Literals
The meta object literal for the 'Exceptions' containment reference list feature
XOPERATION__EXCEPTIONS - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Exceptions' containment reference list
XOPERATION__MULTIPLICITY - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Multiplicity' attribute
XOPERATION__NAME - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Name' attribute
XOPERATION__PARAMETERS - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage.Literals
The meta object literal for the 'Parameters' containment reference list feature
XOPERATION__PARAMETERS - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Parameters' containment reference list
XOPERATION__TYPE - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Type' containment reference
XOPERATION__TYPE_PARAMETERS - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage.Literals
The meta object literal for the 'Type Parameters' containment reference list feature
XOPERATION__TYPE_PARAMETERS - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Type Parameters' containment reference list
XOPERATION__UNIQUE - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Unique' attribute
XOPERATION__UNORDERED - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Unordered' attribute
XOPERATION_FEATURE_COUNT - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The number of structural features of the 'XOperation' class
XOperationImpl - Class in org.eclipse.emf.ecore.xcore.impl
An implementation of the model object 'XOperation'
XOperationImpl() - Constructor for class org.eclipse.emf.ecore.xcore.impl.XOperationImpl
 
xOperationItemProvider - Variable in class org.eclipse.emf.ecore.xcore.provider.XcoreItemProviderAdapterFactory
This keeps track of the one adapter used for all XOperation instances
XOperationItemProvider - Class in org.eclipse.emf.ecore.xcore.provider
This is the item provider adapter for a XOperation object
XOperationItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.ecore.xcore.provider.XOperationItemProvider
This constructs an instance from a factory and a notifier
XOperationMapping - Class in org.eclipse.emf.ecore.xcore.mappings
 
XOperationMapping() - Constructor for class org.eclipse.emf.ecore.xcore.mappings.XOperationMapping
 
XPACKAGE - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage.Literals
The meta object literal for the 'XPackage' class
XPACKAGE - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The meta object id for the 'XPackage' class
XPackage - Interface in org.eclipse.emf.ecore.xcore
A representation of the model object 'XPackage'
XPACKAGE__ANNOTATION_DIRECTIVES - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage.Literals
The meta object literal for the 'Annotation Directives' containment reference list feature
XPACKAGE__ANNOTATION_DIRECTIVES - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Annotation Directives' containment reference list
XPACKAGE__ANNOTATIONS - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Annotations' containment reference list
XPACKAGE__CLASSIFIERS - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage.Literals
The meta object literal for the 'Classifiers' containment reference list feature
XPACKAGE__CLASSIFIERS - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Classifiers' containment reference list
XPACKAGE__IMPORT_DIRECTIVES - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage.Literals
The meta object literal for the 'Import Directives' containment reference list feature
XPACKAGE__IMPORT_DIRECTIVES - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Import Directives' containment reference list
XPACKAGE__NAME - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Name' attribute
XPACKAGE_FEATURE_COUNT - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The number of structural features of the 'XPackage' class
XPackageImpl - Class in org.eclipse.emf.ecore.xcore.impl
An implementation of the model object 'XPackage'
XPackageImpl() - Constructor for class org.eclipse.emf.ecore.xcore.impl.XPackageImpl
 
xPackageItemProvider - Variable in class org.eclipse.emf.ecore.xcore.provider.XcoreItemProviderAdapterFactory
This keeps track of the one adapter used for all XPackage instances
XPackageItemProvider - Class in org.eclipse.emf.ecore.xcore.provider
This is the item provider adapter for a XPackage object
XPackageItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.ecore.xcore.provider.XPackageItemProvider
This constructs an instance from a factory and a notifier
XPackageMapping - Class in org.eclipse.emf.ecore.xcore.mappings
 
XPackageMapping() - Constructor for class org.eclipse.emf.ecore.xcore.mappings.XPackageMapping
 
XPARAMETER - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage.Literals
The meta object literal for the 'XParameter' class
XPARAMETER - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The meta object id for the 'XParameter' class
XParameter - Interface in org.eclipse.emf.ecore.xcore
A representation of the model object 'XParameter'
XPARAMETER__ANNOTATIONS - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Annotations' containment reference list
XPARAMETER__MULTIPLICITY - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Multiplicity' attribute
XPARAMETER__NAME - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Name' attribute
XPARAMETER__OPERATION - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage.Literals
The meta object literal for the 'Operation' container reference feature
XPARAMETER__OPERATION - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Operation' container reference
XPARAMETER__TYPE - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Type' containment reference
XPARAMETER__UNIQUE - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Unique' attribute
XPARAMETER__UNORDERED - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Unordered' attribute
XPARAMETER_FEATURE_COUNT - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The number of structural features of the 'XParameter' class
XParameterImpl - Class in org.eclipse.emf.ecore.xcore.impl
An implementation of the model object 'XParameter'
XParameterImpl() - Constructor for class org.eclipse.emf.ecore.xcore.impl.XParameterImpl
 
xParameterItemProvider - Variable in class org.eclipse.emf.ecore.xcore.provider.XcoreItemProviderAdapterFactory
This keeps track of the one adapter used for all XParameter instances
XParameterItemProvider - Class in org.eclipse.emf.ecore.xcore.provider
This is the item provider adapter for a XParameter object
XParameterItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.ecore.xcore.provider.XParameterItemProvider
This constructs an instance from a factory and a notifier
XParameterMapping - Class in org.eclipse.emf.ecore.xcore.mappings
 
XParameterMapping() - Constructor for class org.eclipse.emf.ecore.xcore.mappings.XParameterMapping
 
xReference - Variable in class org.eclipse.emf.ecore.xcore.ui.contentassist.OppositeReplacementTextApplier
 
XREFERENCE - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage.Literals
The meta object literal for the 'XReference' class
XREFERENCE - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The meta object id for the 'XReference' class
XReference - Interface in org.eclipse.emf.ecore.xcore
A representation of the model object 'XReference'
XREFERENCE__ANNOTATIONS - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Annotations' containment reference list
XREFERENCE__CONTAINER - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage.Literals
The meta object literal for the 'Container' attribute feature
XREFERENCE__CONTAINER - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Container' attribute
XREFERENCE__CONTAINING_CLASS - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Containing Class' container reference
XREFERENCE__CONTAINMENT - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage.Literals
The meta object literal for the 'Containment' attribute feature
XREFERENCE__CONTAINMENT - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Containment' attribute
XREFERENCE__DERIVED - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Derived' attribute
XREFERENCE__GET_BODY - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Get Body' containment reference
XREFERENCE__IS_SET_BODY - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Is Set Body' containment reference
XREFERENCE__KEYS - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage.Literals
The meta object literal for the 'Keys' reference list feature
XREFERENCE__KEYS - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Keys' reference list
XREFERENCE__LOCAL - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage.Literals
The meta object literal for the 'Local' attribute feature
XREFERENCE__LOCAL - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Local' attribute
XREFERENCE__MULTIPLICITY - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Multiplicity' attribute
XREFERENCE__NAME - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Name' attribute
XREFERENCE__OPPOSITE - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage.Literals
The meta object literal for the 'Opposite' reference feature
XREFERENCE__OPPOSITE - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Opposite' reference
XREFERENCE__READONLY - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Readonly' attribute
XREFERENCE__RESOLVE_PROXIES - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage.Literals
The meta object literal for the 'Resolve Proxies' attribute feature
XREFERENCE__RESOLVE_PROXIES - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Resolve Proxies' attribute
XREFERENCE__SET_BODY - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Set Body' containment reference
XREFERENCE__TRANSIENT - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Transient' attribute
XREFERENCE__TYPE - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Type' containment reference
XREFERENCE__UNIQUE - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Unique' attribute
XREFERENCE__UNORDERED - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Unordered' attribute
XREFERENCE__UNSET_BODY - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Unset Body' containment reference
XREFERENCE__UNSETTABLE - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Unsettable' attribute
XREFERENCE__VOLATILE - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Volatile' attribute
XREFERENCE_FEATURE_COUNT - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The number of structural features of the 'XReference' class
XReferenceImpl - Class in org.eclipse.emf.ecore.xcore.impl
An implementation of the model object 'XReference'
XReferenceImpl() - Constructor for class org.eclipse.emf.ecore.xcore.impl.XReferenceImpl
 
xReferenceItemProvider - Variable in class org.eclipse.emf.ecore.xcore.provider.XcoreItemProviderAdapterFactory
This keeps track of the one adapter used for all XReference instances
XReferenceItemProvider - Class in org.eclipse.emf.ecore.xcore.provider
This is the item provider adapter for a XReference object
XReferenceItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.ecore.xcore.provider.XReferenceItemProvider
This constructs an instance from a factory and a notifier
XSD2ECORE - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLMapImpl
 
XSD2ECORE_URI - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenPackageImpl
 
XSD_ECORE_BUILDER_CLASS - Static variable in class org.eclipse.emf.ecore.xmi.util.DefaultEcoreBuilder
 
XSD_ECORE_BUILDER_CONSTRUCTOR - Static variable in class org.eclipse.emf.ecore.xmi.util.DefaultEcoreBuilder
 
XSD_ECORE_BUILDER_GENERATE_RESOURCES_METHOD - Static variable in class org.eclipse.emf.ecore.xmi.util.DefaultEcoreBuilder
 
XSD_ECORE_BUILDER_OPTIONS - Static variable in class org.eclipse.emf.ecore.xmi.util.DefaultEcoreBuilder
 
xsdEcoreBuilder - Variable in class org.eclipse.emf.ecore.xmi.impl.GenericXMLResourceImpl.GenericSAXXMLHandler
 
xsdEcoreBuilderClass - Static variable in class org.eclipse.emf.ecore.xmi.impl.GenericXMLResourceImpl
 
xsdEcoreBuilderConstructor - Static variable in class org.eclipse.emf.ecore.xmi.impl.GenericXMLResourceImpl
 
xsdEcoreBuilderGenerateResourcesMethod - Static variable in class org.eclipse.emf.ecore.xmi.impl.GenericXMLResourceImpl
 
xsdEcoreBuilderOptions - Static variable in class org.eclipse.emf.ecore.xmi.impl.GenericXMLResourceImpl
 
XSI_NIL - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
XSI_NO_NAMESPACE_SCHEMA_LOCATION - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
XSI_NS - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
 
XSI_PREFIX - Static variable in interface org.eclipse.emf.ecore.util.ExtendedMetaData
The prefix used for the XML Schema instance namespace.
XSI_SCHEMA_LOCATION - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
XSI_TYPE_NS - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
XSI_URI - Static variable in interface org.eclipse.emf.ecore.util.ExtendedMetaData
The XML Schema instance namespace URI: "http://www.w3.org/2001/XMLSchema-instance".
XSI_URI - Static variable in interface org.eclipse.emf.ecore.xmi.XMLResource
 
XSI_XMLNS - Static variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl
 
xSISchemaLocation - Variable in class org.eclipse.emf.ecore.xml.namespace.impl.XMLNamespaceDocumentRootImpl
The cached value of the 'XSI Schema Location' map
xSISchemaLocation - Variable in class org.eclipse.emf.ecore.xml.type.impl.XMLTypeDocumentRootImpl
The cached value of the 'XSI Schema Location' map
XSTRING_TO_STRING_MAP_ENTRY - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage.Literals
The meta object literal for the 'XString To String Map Entry' class
XSTRING_TO_STRING_MAP_ENTRY - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The meta object id for the 'XString To String Map Entry' class
XSTRING_TO_STRING_MAP_ENTRY__KEY - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage.Literals
The meta object literal for the 'Key' attribute feature
XSTRING_TO_STRING_MAP_ENTRY__KEY - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Key' attribute
XSTRING_TO_STRING_MAP_ENTRY__VALUE - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage.Literals
The meta object literal for the 'Value' attribute feature
XSTRING_TO_STRING_MAP_ENTRY__VALUE - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Value' attribute
XSTRING_TO_STRING_MAP_ENTRY_FEATURE_COUNT - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The number of structural features of the 'XString To String Map Entry' class
XStringToStringMapEntryImpl - Class in org.eclipse.emf.ecore.xcore.impl
An implementation of the model object 'XString To String Map Entry'
XStringToStringMapEntryImpl() - Constructor for class org.eclipse.emf.ecore.xcore.impl.XStringToStringMapEntryImpl
 
xStringToStringMapEntryItemProvider - Variable in class org.eclipse.emf.ecore.xcore.provider.XcoreItemProviderAdapterFactory
This keeps track of the one adapter used for all Map.Entry instances
XStringToStringMapEntryItemProvider - Class in org.eclipse.emf.ecore.xcore.provider
This is the item provider adapter for a Map.Entry object
XStringToStringMapEntryItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.ecore.xcore.provider.XStringToStringMapEntryItemProvider
This constructs an instance from a factory and a notifier
XSTRUCTURAL_FEATURE - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage.Literals
The meta object literal for the 'XStructural Feature' class
XSTRUCTURAL_FEATURE - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The meta object id for the 'XStructural Feature' class
XSTRUCTURAL_FEATURE__ANNOTATIONS - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Annotations' containment reference list
XSTRUCTURAL_FEATURE__CONTAINING_CLASS - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Containing Class' container reference
XSTRUCTURAL_FEATURE__DERIVED - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage.Literals
The meta object literal for the 'Derived' attribute feature
XSTRUCTURAL_FEATURE__DERIVED - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Derived' attribute
XSTRUCTURAL_FEATURE__GET_BODY - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage.Literals
The meta object literal for the 'Get Body' containment reference feature
XSTRUCTURAL_FEATURE__GET_BODY - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Get Body' containment reference
XSTRUCTURAL_FEATURE__IS_SET_BODY - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage.Literals
The meta object literal for the 'Is Set Body' containment reference feature
XSTRUCTURAL_FEATURE__IS_SET_BODY - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Is Set Body' containment reference
XSTRUCTURAL_FEATURE__MULTIPLICITY - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Multiplicity' attribute
XSTRUCTURAL_FEATURE__NAME - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Name' attribute
XSTRUCTURAL_FEATURE__READONLY - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage.Literals
The meta object literal for the 'Readonly' attribute feature
XSTRUCTURAL_FEATURE__READONLY - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Readonly' attribute
XSTRUCTURAL_FEATURE__SET_BODY - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage.Literals
The meta object literal for the 'Set Body' containment reference feature
XSTRUCTURAL_FEATURE__SET_BODY - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Set Body' containment reference
XSTRUCTURAL_FEATURE__TRANSIENT - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage.Literals
The meta object literal for the 'Transient' attribute feature
XSTRUCTURAL_FEATURE__TRANSIENT - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Transient' attribute
XSTRUCTURAL_FEATURE__TYPE - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Type' containment reference
XSTRUCTURAL_FEATURE__UNIQUE - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Unique' attribute
XSTRUCTURAL_FEATURE__UNORDERED - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Unordered' attribute
XSTRUCTURAL_FEATURE__UNSET_BODY - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage.Literals
The meta object literal for the 'Unset Body' containment reference feature
XSTRUCTURAL_FEATURE__UNSET_BODY - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Unset Body' containment reference
XSTRUCTURAL_FEATURE__UNSETTABLE - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage.Literals
The meta object literal for the 'Unsettable' attribute feature
XSTRUCTURAL_FEATURE__UNSETTABLE - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Unsettable' attribute
XSTRUCTURAL_FEATURE__VOLATILE - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage.Literals
The meta object literal for the 'Volatile' attribute feature
XSTRUCTURAL_FEATURE__VOLATILE - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Volatile' attribute
XSTRUCTURAL_FEATURE_FEATURE_COUNT - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The number of structural features of the 'XStructural Feature' class
XStructuralFeature - Interface in org.eclipse.emf.ecore.xcore
A representation of the model object 'XStructural Feature'
XStructuralFeatureImpl - Class in org.eclipse.emf.ecore.xcore.impl
An implementation of the model object 'XStructural Feature'
XStructuralFeatureImpl() - Constructor for class org.eclipse.emf.ecore.xcore.impl.XStructuralFeatureImpl
 
XStructuralFeatureItemProvider - Class in org.eclipse.emf.ecore.xcore.provider
This is the item provider adapter for a XStructuralFeature object
XStructuralFeatureItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.ecore.xcore.provider.XStructuralFeatureItemProvider
This constructs an instance from a factory and a notifier
xtextDocument - Variable in class org.eclipse.emf.ecore.xcore.ui.quickfix.XcoreQuickfixProvider.RemovalRegion
 
XTYPE_PARAMETER - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage.Literals
The meta object literal for the 'XType Parameter' class
XTYPE_PARAMETER - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The meta object id for the 'XType Parameter' class
XTYPE_PARAMETER__ANNOTATIONS - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Annotations' containment reference list
XTYPE_PARAMETER__BOUNDS - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage.Literals
The meta object literal for the 'Bounds' containment reference list feature
XTYPE_PARAMETER__BOUNDS - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Bounds' containment reference list
XTYPE_PARAMETER__NAME - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Name' attribute
XTYPE_PARAMETER_FEATURE_COUNT - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The number of structural features of the 'XType Parameter' class
XTYPED_ELEMENT - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage.Literals
The meta object literal for the 'XTyped Element' class
XTYPED_ELEMENT - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The meta object id for the 'XTyped Element' class
XTYPED_ELEMENT__ANNOTATIONS - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Annotations' containment reference list
XTYPED_ELEMENT__MULTIPLICITY - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage.Literals
The meta object literal for the 'Multiplicity' attribute feature
XTYPED_ELEMENT__MULTIPLICITY - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Multiplicity' attribute
XTYPED_ELEMENT__NAME - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Name' attribute
XTYPED_ELEMENT__TYPE - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage.Literals
The meta object literal for the 'Type' containment reference feature
XTYPED_ELEMENT__TYPE - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Type' containment reference
XTYPED_ELEMENT__UNIQUE - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage.Literals
The meta object literal for the 'Unique' attribute feature
XTYPED_ELEMENT__UNIQUE - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Unique' attribute
XTYPED_ELEMENT__UNORDERED - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage.Literals
The meta object literal for the 'Unordered' attribute feature
XTYPED_ELEMENT__UNORDERED - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The feature id for the 'Unordered' attribute
XTYPED_ELEMENT_FEATURE_COUNT - Static variable in interface org.eclipse.emf.ecore.xcore.XcorePackage
The number of structural features of the 'XTyped Element' class
XTypedElement - Interface in org.eclipse.emf.ecore.xcore
A representation of the model object 'XTyped Element'
XTypedElementImpl - Class in org.eclipse.emf.ecore.xcore.impl
An implementation of the model object 'XTyped Element'
XTypedElementImpl() - Constructor for class org.eclipse.emf.ecore.xcore.impl.XTypedElementImpl
 
XTypedElementItemProvider - Class in org.eclipse.emf.ecore.xcore.provider
This is the item provider adapter for a XTypedElement object
XTypedElementItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.ecore.xcore.provider.XTypedElementItemProvider
This constructs an instance from a factory and a notifier
XTypeParameter - Interface in org.eclipse.emf.ecore.xcore
A representation of the model object 'XType Parameter'
XTypeParameterImpl - Class in org.eclipse.emf.ecore.xcore.impl
An implementation of the model object 'XType Parameter'
XTypeParameterImpl() - Constructor for class org.eclipse.emf.ecore.xcore.impl.XTypeParameterImpl
 
xTypeParameterItemProvider - Variable in class org.eclipse.emf.ecore.xcore.provider.XcoreItemProviderAdapterFactory
This keeps track of the one adapter used for all XTypeParameter instances
XTypeParameterItemProvider - Class in org.eclipse.emf.ecore.xcore.provider
This is the item provider adapter for a XTypeParameter object
XTypeParameterItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.ecore.xcore.provider.XTypeParameterItemProvider
This constructs an instance from a factory and a notifier
XTypeParameterMapping - Class in org.eclipse.emf.ecore.xcore.mappings
 
XTypeParameterMapping() - Constructor for class org.eclipse.emf.ecore.xcore.mappings.XTypeParameterMapping
 

Y

y - Variable in class org.eclipse.emf.edit.provider.ComposedImage.Point
 
yield(ZipEntry, InputStream) - Method in class org.eclipse.emf.common.archive.ArchiveURLConnection
 
yield(ZipEntry, OutputStream) - Method in class org.eclipse.emf.common.archive.ArchiveURLConnection
 
yield(BasicEMap.Entry<K, V>) - Method in class org.eclipse.emf.common.util.BasicEMap.BasicEMapIterator
Called to yield the iterator result for the entry.
yield(BasicEMap.Entry<K, V>) - Method in class org.eclipse.emf.common.util.BasicEMap.BasicEMapKeyIterator
Called to yield the iterator result for the entry.
yield(BasicEMap.Entry<K, V>) - Method in class org.eclipse.emf.common.util.BasicEMap.BasicEMapValueIterator
Called to yield the iterator result for the entry.
yield(ZipEntry, InputStream) - Method in class org.eclipse.emf.ecore.resource.impl.ArchiveURIHandlerImpl.Archive
 
yield(ZipEntry, OutputStream) - Method in class org.eclipse.emf.ecore.resource.impl.ArchiveURIHandlerImpl.Archive
 
yield(EStructuralFeature.Setting) - Method in class org.eclipse.emf.ecore.util.EcoreUtil.AbstractFilteredSettingsIterator
 
yield(EStructuralFeature.Setting) - Method in class org.eclipse.emf.ecore.util.EcoreUtil.FilteredSettingsIterator
 

Z

zipEntry - Variable in class org.eclipse.emf.ecore.resource.impl.ArchiveURIHandlerImpl.Archive
 
ZOOM - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 

_

_format(XAnnotation, FormattableDocument) - Method in class org.eclipse.emf.ecore.xcore.formatting.XcoreFormatter
 
_format(XPackage, FormattableDocument) - Method in class org.eclipse.emf.ecore.xcore.formatting.XcoreFormatter
 
_format(XEnum, FormattableDocument) - Method in class org.eclipse.emf.ecore.xcore.formatting.XcoreFormatter
 
_format(XEnumLiteral, FormattableDocument) - Method in class org.eclipse.emf.ecore.xcore.formatting.XcoreFormatter
 
_format(XDataType, FormattableDocument) - Method in class org.eclipse.emf.ecore.xcore.formatting.XcoreFormatter
 
_format(XClass, FormattableDocument) - Method in class org.eclipse.emf.ecore.xcore.formatting.XcoreFormatter
 
_format(XReference, FormattableDocument) - Method in class org.eclipse.emf.ecore.xcore.formatting.XcoreFormatter
 
_format(XAttribute, FormattableDocument) - Method in class org.eclipse.emf.ecore.xcore.formatting.XcoreFormatter
 
_format(XOperation, FormattableDocument) - Method in class org.eclipse.emf.ecore.xcore.formatting.XcoreFormatter
 
_format(XParameter, FormattableDocument) - Method in class org.eclipse.emf.ecore.xcore.formatting.XcoreFormatter
 
_INTERNAL_BOOTSTRAP - Static variable in interface org.eclipse.emf.ecore.EcorePackage
 
_signature(XNamedElement, boolean) - Method in class org.eclipse.emf.ecore.xcore.ui.hover.XcoreHoverSignatureProvider
 
_signature(GenBase, boolean) - Method in class org.eclipse.emf.ecore.xcore.ui.hover.XcoreHoverSignatureProvider
 
_signature(EModelElement, boolean) - Method in class org.eclipse.emf.ecore.xcore.ui.hover.XcoreHoverSignatureProvider
 
_signature(JvmGenericType, boolean) - Method in class org.eclipse.emf.ecore.xcore.ui.hover.XcoreHoverSignatureProvider
 
_signature(JvmEnumerationType, boolean) - Method in class org.eclipse.emf.ecore.xcore.ui.hover.XcoreHoverSignatureProvider
 
_signature(JvmOperation, boolean) - Method in class org.eclipse.emf.ecore.xcore.ui.hover.XcoreHoverSignatureProvider
 
_signature(JvmField, boolean) - Method in class org.eclipse.emf.ecore.xcore.ui.hover.XcoreHoverSignatureProvider
 
_signature(JvmConstructor, boolean) - Method in class org.eclipse.emf.ecore.xcore.ui.hover.XcoreHoverSignatureProvider
 
_signature(JvmFormalParameter, boolean) - Method in class org.eclipse.emf.ecore.xcore.ui.hover.XcoreHoverSignatureProvider
 
_signature(JvmTypeParameter, boolean) - Method in class org.eclipse.emf.ecore.xcore.ui.hover.XcoreHoverSignatureProvider
 
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 _