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 _

B

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
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
 
BASIC - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.GenResourceKind
The 'Basic' literal value
BASIC_LITERAL - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.GenResourceKind
The 'Basic' literal object
BEL - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Escape
 
BOIMCAT - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
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_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_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
 
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
 
BS - Variable in class org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Escape
 
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
 
BUILDER - Static variable in class org.eclipse.emf.codegen.jet.JETNature
 
BUNDLE_MANIFEST_EDEFAULT - Static variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The default value of the 'Bundle Manifest' attribute
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_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
BY_VALUE - Static variable in class org.eclipse.emf.importer.rose.builder.RoseStrings
 
BasicCommandStack - class org.eclipse.emf.common.command.BasicCommandStack.
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.
BasicDiagnostic - class org.eclipse.emf.common.util.BasicDiagnostic.
A basic implementation of a diagostic 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, String, Object[]) - Constructor for class org.eclipse.emf.common.util.BasicDiagnostic
 
BasicEList - class org.eclipse.emf.common.util.BasicEList.
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) - 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 org.eclipse.emf.common.util.BasicEList.BasicIndexOutOfBoundsException.
An IndexOutOfBoundsException that constructs a message from the argument data.
BasicEList.BasicIndexOutOfBoundsException(int, int) - Constructor for class org.eclipse.emf.common.util.BasicEList.BasicIndexOutOfBoundsException
Constructs an instance with a message based on the arguments.
BasicEList.EIterator - class org.eclipse.emf.common.util.BasicEList.EIterator.
An extensible iterator implementation.
BasicEList.EIterator() - Constructor for class org.eclipse.emf.common.util.BasicEList.EIterator
 
BasicEList.EListIterator - class org.eclipse.emf.common.util.BasicEList.EListIterator.
An extensible list iterator implementation.
BasicEList.EListIterator() - Constructor for class org.eclipse.emf.common.util.BasicEList.EListIterator
Creates an instance.
BasicEList.EListIterator(int) - Constructor for class org.eclipse.emf.common.util.BasicEList.EListIterator
Creates an instance advanced to the index.
BasicEList.FastCompare - class org.eclipse.emf.common.util.BasicEList.FastCompare.
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) - Constructor for class org.eclipse.emf.common.util.BasicEList.FastCompare
Creates an instance that is a copy of the collection.
BasicEList.NonResolvingEIterator - class org.eclipse.emf.common.util.BasicEList.NonResolvingEIterator.
An extended read-only iterator that does not resolve objects.
BasicEList.NonResolvingEIterator() - Constructor for class org.eclipse.emf.common.util.BasicEList.NonResolvingEIterator
 
BasicEList.NonResolvingEListIterator - class org.eclipse.emf.common.util.BasicEList.NonResolvingEListIterator.
An extended read-only list iterator that does not resolve objects.
BasicEList.NonResolvingEListIterator() - Constructor for class org.eclipse.emf.common.util.BasicEList.NonResolvingEListIterator
Creates an instance.
BasicEList.NonResolvingEListIterator(int) - Constructor for class org.eclipse.emf.common.util.BasicEList.NonResolvingEListIterator
Creates an instance advanced to the index.
BasicEList.UnmodifiableEList - class org.eclipse.emf.common.util.BasicEList.UnmodifiableEList.
An unmodifiable version of BasicEList.
BasicEList.UnmodifiableEList(int, Object[]) - Constructor for class org.eclipse.emf.common.util.BasicEList.UnmodifiableEList
Creates an initialized instance.
BasicEMap - class org.eclipse.emf.common.util.BasicEMap.
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) - Constructor for class org.eclipse.emf.common.util.BasicEMap
Creates an instance that is a copy of the map.
BasicEMap.BasicEMapIterator - class org.eclipse.emf.common.util.BasicEMap.BasicEMapIterator.
An iterator over the map entry data.
BasicEMap.BasicEMapKeyIterator - class org.eclipse.emf.common.util.BasicEMap.BasicEMapKeyIterator.
An iterator over the map key data.
BasicEMap.BasicEMapValueIterator - class org.eclipse.emf.common.util.BasicEMap.BasicEMapValueIterator.
An iterator over the map value data.
BasicEMap.DelegatingMap - class org.eclipse.emf.common.util.BasicEMap.DelegatingMap.
 
BasicEMap.DelegatingMap() - Constructor for class org.eclipse.emf.common.util.BasicEMap.DelegatingMap
 
BasicEMap.Entry - interface org.eclipse.emf.common.util.BasicEMap.Entry.
An extended implementation interface for caching hash values and for upating an entry that may be manufactured as a uninitialized instance by a factory.
BasicEMap.EntryImpl - class org.eclipse.emf.common.util.BasicEMap.EntryImpl.
A simple and obvious entry implementation.
BasicEMap.EntryImpl(int, Object, Object) - Constructor for class org.eclipse.emf.common.util.BasicEMap.EntryImpl
Creates a fully initialized instance.
BasicEMap.View - class org.eclipse.emf.common.util.BasicEMap.View.
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 org.eclipse.emf.ecore.impl.BasicEObjectImpl.
An implementation of the model object 'EObject'.
BasicEObjectImpl() - Constructor for class org.eclipse.emf.ecore.impl.BasicEObjectImpl
Creates a basic EObject.
BasicEObjectImpl.EPropertiesHolder - interface org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder.
An internal interface for holding less frequently members variables.
BasicEObjectImpl.EPropertiesHolderBaseImpl - class org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl.
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 org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImpl.
An internal class for holding less frequently members variables.
BasicEObjectImpl.EPropertiesHolderImpl() - Constructor for class org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImpl
 
BasicExtendedMetaData - class org.eclipse.emf.ecore.util.BasicExtendedMetaData.
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) - Constructor for class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
BasicExtendedMetaData.EClassExtendedMetaDataImpl - class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EClassExtendedMetaDataImpl.
 
BasicExtendedMetaData.EClassExtendedMetaDataImpl(EClass) - Constructor for class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EClassExtendedMetaDataImpl
 
BasicExtendedMetaData.EClassifierExtendedMetaData - interface org.eclipse.emf.ecore.util.BasicExtendedMetaData.EClassifierExtendedMetaData.
 
BasicExtendedMetaData.EClassifierExtendedMetaData.Holder - interface org.eclipse.emf.ecore.util.BasicExtendedMetaData.EClassifierExtendedMetaData.Holder.
 
BasicExtendedMetaData.EDataTypeExtendedMetaDataImpl - class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EDataTypeExtendedMetaDataImpl.
 
BasicExtendedMetaData.EDataTypeExtendedMetaDataImpl(EDataType) - Constructor for class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EDataTypeExtendedMetaDataImpl
 
BasicExtendedMetaData.EPackageExtendedMetaData - interface org.eclipse.emf.ecore.util.BasicExtendedMetaData.EPackageExtendedMetaData.
 
BasicExtendedMetaData.EPackageExtendedMetaData.Holder - interface org.eclipse.emf.ecore.util.BasicExtendedMetaData.EPackageExtendedMetaData.Holder.
 
BasicExtendedMetaData.EPackageExtendedMetaDataImpl - class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EPackageExtendedMetaDataImpl.
 
BasicExtendedMetaData.EPackageExtendedMetaDataImpl(EPackage) - Constructor for class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EPackageExtendedMetaDataImpl
 
BasicExtendedMetaData.EStructuralFeatureExtendedMetaData - interface org.eclipse.emf.ecore.util.BasicExtendedMetaData.EStructuralFeatureExtendedMetaData.
 
BasicExtendedMetaData.EStructuralFeatureExtendedMetaData.Holder - interface org.eclipse.emf.ecore.util.BasicExtendedMetaData.EStructuralFeatureExtendedMetaData.Holder.
 
BasicExtendedMetaData.EStructuralFeatureExtendedMetaDataImpl - class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EStructuralFeatureExtendedMetaDataImpl.
 
BasicExtendedMetaData.EStructuralFeatureExtendedMetaDataImpl(EStructuralFeature) - Constructor for class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EStructuralFeatureExtendedMetaDataImpl
 
BasicFeatureMap - class org.eclipse.emf.ecore.util.BasicFeatureMap.
 
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 - class org.eclipse.emf.ecore.util.BasicFeatureMap.FeatureEIterator.
-------------------------------------------
BasicFeatureMap.FeatureEIterator(EStructuralFeature, FeatureMap.Internal) - Constructor for class org.eclipse.emf.ecore.util.BasicFeatureMap.FeatureEIterator
 
BasicFeatureMap.FeatureMapEObjectImpl - class org.eclipse.emf.ecore.util.BasicFeatureMap.FeatureMapEObjectImpl.
Temporary for testing purposes only.
BasicFeatureMap.FeatureMapEObjectImpl() - Constructor for class org.eclipse.emf.ecore.util.BasicFeatureMap.FeatureMapEObjectImpl
 
BasicFeatureMap.ResolvingFeatureEIterator - class org.eclipse.emf.ecore.util.BasicFeatureMap.ResolvingFeatureEIterator.
-------------------------------------------
BasicFeatureMap.ResolvingFeatureEIterator(EStructuralFeature, FeatureMap.Internal) - Constructor for class org.eclipse.emf.ecore.util.BasicFeatureMap.ResolvingFeatureEIterator
 
BasicFeatureMap.ValueListIteratorImpl - class org.eclipse.emf.ecore.util.BasicFeatureMap.ValueListIteratorImpl.
 
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
 
BasicInternalEList - class org.eclipse.emf.ecore.util.BasicInternalEList.
 
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) - Constructor for class org.eclipse.emf.ecore.util.BasicInternalEList
 
BasicInternalEList(Class, int, Object[]) - Constructor for class org.eclipse.emf.ecore.util.BasicInternalEList
 
BasicMonitor - class org.eclipse.emf.common.util.BasicMonitor.
The most basic implementation of a task monitor.
BasicMonitor() - Constructor for class org.eclipse.emf.common.util.BasicMonitor
 
BasicMonitor.Delegating - class org.eclipse.emf.common.util.BasicMonitor.Delegating.
A simple monitor that delegates to another monitor.
BasicMonitor.Delegating(Monitor) - Constructor for class org.eclipse.emf.common.util.BasicMonitor.Delegating
 
BasicMonitor.EclipseSubProgress - class org.eclipse.emf.common.util.BasicMonitor.EclipseSubProgress.
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 org.eclipse.emf.common.util.BasicMonitor.Printing.
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 org.eclipse.emf.common.notify.impl.BasicNotifierImpl.
An extensible notifier implementation.
BasicNotifierImpl() - Constructor for class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
Creates a blank new instance.
BasicNotifierImpl.EAdapterList - class org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList.
 
BasicNotifierImpl.EAdapterList(Notifier) - Constructor for class org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
BasicResourceHandler - class org.eclipse.emf.ecore.xmi.impl.BasicResourceHandler.
This is the basic implementation of the ResourceHandler interface.
BasicResourceHandler() - Constructor for class org.eclipse.emf.ecore.xmi.impl.BasicResourceHandler
 
BuildProperties - class org.eclipse.emf.codegen.ecore.templates.edit.BuildProperties.
 
BuildProperties() - Constructor for class org.eclipse.emf.codegen.ecore.templates.edit.BuildProperties
 
BuildProperties - class org.eclipse.emf.codegen.ecore.templates.editor.BuildProperties.
 
BuildProperties() - Constructor for class org.eclipse.emf.codegen.ecore.templates.editor.BuildProperties
 
BuildProperties - class org.eclipse.emf.codegen.ecore.templates.model.BuildProperties.
 
BuildProperties() - Constructor for class org.eclipse.emf.codegen.ecore.templates.model.BuildProperties
 
BuildProperties - class org.eclipse.emf.codegen.ecore.templates.model.tests.BuildProperties.
 
BuildProperties() - Constructor for class org.eclipse.emf.codegen.ecore.templates.model.tests.BuildProperties
 
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.rose.RoseImporterApplication.PackageInfo
 
base64Binary - Variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
baseCreateCommand(Object, EditingDomain, Class, 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
 
baseType - Variable in class org.eclipse.emf.ecore.util.BasicExtendedMetaData.EDataTypeExtendedMetaDataImpl
 
baseURIs - Variable in class org.eclipse.emf.codegen.jet.JETReader
 
baseURL - Variable in class org.eclipse.emf.common.EMFPlugin
 
basicAdd(Object, 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(Object, 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(EStructuralFeature, Object, NotificationChain) - Method in class org.eclipse.emf.ecore.util.BasicFeatureMap
 
basicAdd(Object, NotificationChain) - Method in class org.eclipse.emf.ecore.util.BasicInternalEList
 
basicAdd(Object, 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(Object, NotificationChain) - Method in class org.eclipse.emf.ecore.util.EContentsEList
 
basicAdd(Object, NotificationChain) - Method in class org.eclipse.emf.ecore.util.EcoreEList.UnmodifiableEList
 
basicAdd(Object, 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(Object, 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(Object, NotificationChain) - Method in interface org.eclipse.emf.ecore.util.InternalEList
Adds the object without updating the inverse.
basicCreate(EClass) - Method in class org.eclipse.emf.ecore.impl.EFactoryImpl
 
basicDiagnostic - Variable in class org.eclipse.emf.importer.java.builder.JavaEcoreBuilder
 
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.DelegatingEcoreEList.UnmodifiableEList
 
basicGet(int) - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList
 
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
 
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
 
basicGetEOpposite() - Method in class org.eclipse.emf.ecore.impl.EReferenceImpl
 
basicGetEPackage() - Method in class org.eclipse.emf.ecore.impl.EClassifierImpl
 
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
 
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
 
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
 
basicGetEnumerationFacet(EDataType) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
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
 
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
 
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
 
basicGetOut2in() - Method in class org.eclipse.emf.mapping.impl.ComplexTypeConverterImpl
 
basicGetOut2in() - Method in class org.eclipse.emf.mapping.impl.FunctionPairImpl
 
basicGetPatternFacet(EDataType) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
basicGetProcessingKind(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
basicGetReferenceValue() - Method in class org.eclipse.emf.ecore.change.impl.FeatureChangeImpl
 
basicGetReferenceValue() - Method in class org.eclipse.emf.ecore.change.impl.FeatureMapEntryImpl
 
basicGetTotalDigitsFacet(EDataType) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
basicGetTypeMapping() - Method in class org.eclipse.emf.mapping.impl.MappingImpl
 
basicGetTypedKey() - Method in class org.eclipse.emf.ecore.change.impl.EObjectToChangesMapEntryImpl
 
basicGetTypedKey() - Method in class org.eclipse.emf.mapping.ecore2xml.impl.ENamedElementToXMLInfoMapEntryImpl
 
basicGetWhiteSpaceFacet(EDataType) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
basicGetWildcards(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
basicIsQualified(EPackage) - Method in class org.eclipse.emf.ecore.util.BasicExtendedMetaData
 
basicIterator() - Method in class org.eclipse.emf.common.util.BasicEList
Returns a read-only iterator that does not resolve objects.
basicIterator() - Method in class org.eclipse.emf.common.util.DelegatingEList
Returns a read-only iterator that does not resolve objects.
basicIterator() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl.ContentsEList
 
basicIterator() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.ResourcesEList
 
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() - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList
 
basicIterator(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
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.EcoreEList
 
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.
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.resource.impl.ResourceImpl.ContentsEList
 
basicList() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.ResourcesEList
 
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() - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList
 
basicList(EStructuralFeature) - Method in class org.eclipse.emf.ecore.util.DelegatingFeatureMap
 
basicList() - Method in class org.eclipse.emf.ecore.util.EContentsEList
 
basicList() - Method in class org.eclipse.emf.ecore.util.ECrossReferenceEList
 
basicList() - Method in class org.eclipse.emf.ecore.util.EcoreEList.UnmodifiableEList
 
basicList() - Method in class org.eclipse.emf.ecore.util.EcoreEList
 
basicList() - Method in class org.eclipse.emf.ecore.util.EcoreEMap
 
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.
basicListIterator() - Method in class org.eclipse.emf.common.util.BasicEList
Returns a read-only list iterator that does not resolve objects.
basicListIterator(int) - Method in class org.eclipse.emf.common.util.BasicEList
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.DelegatingEList
Returns a read-only list iterator that does not resolve objects.
basicListIterator(int) - Method in class org.eclipse.emf.common.util.DelegatingEList
Returns a read-only list iterator advanced to the given index that does not resolve objects.
basicListIterator() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl.ContentsEList
 
basicListIterator(int) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceImpl.ContentsEList
 
basicListIterator() - Method in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.ResourcesEList
 
basicListIterator(int) - Method in class org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.ResourcesEList
 
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() - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList
 
basicListIterator(int) - Method in class org.eclipse.emf.ecore.util.DelegatingEcoreEList
 
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.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.EcoreEList
 
basicListIterator(int) - Method in class org.eclipse.emf.ecore.util.EcoreEList
 
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.
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(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.EContentsEList
 
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.
basicSet(int, Object, 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, Object, 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.
basicSetEFactoryInstance(EFactory, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EPackageImpl
 
basicSetEModelElement(EModelElement, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EAnnotationImpl
 
basicSetEPackage(EPackage, NotificationChain) - Method in class org.eclipse.emf.ecore.impl.EFactoryImpl
 
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
 
basicSetHelper(MappingHelper, NotificationChain) - Method in class org.eclipse.emf.mapping.impl.MappingImpl
 
basicSetMapper(Mapping, NotificationChain) - Method in class org.eclipse.emf.mapping.impl.MappingHelperImpl
 
basicSetNestedIn(MappingHelper, NotificationChain) - Method in class org.eclipse.emf.mapping.impl.MappingHelperImpl
 
basicSetNestedIn(Mapping, NotificationChain) - Method in class org.eclipse.emf.mapping.impl.MappingImpl
 
basicSetParent(TreeNode, NotificationChain) - Method in class org.eclipse.emf.edit.tree.impl.TreeNodeImpl
 
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.
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.
basicSetTarget(Notifier) - Method in class org.eclipse.emf.ecore.util.EContentAdapter
Actually sets the target by calling super.
basicSetTypedValue(XMLInfo, NotificationChain) - Method in class org.eclipse.emf.mapping.ecore2xml.impl.ENamedElementToXMLInfoMapEntryImpl
 
basicUnsetTarget(Notifier) - Method in class org.eclipse.emf.ecore.util.EContentAdapter
Actually unsets the target by calling super.
beforeVisit(JNode) - Method in class org.eclipse.emf.codegen.merge.java.facade.FacadeVisitor
 
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 specifed collection.
beginRecording(ChangeDescription, Collection) - Method in class org.eclipse.emf.ecore.change.util.ChangeRecorder
Begins recording any changes made to the elements of the specifed collection, adding the changes to and 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.Delegating
 
beginTask(String, int) - Method in class org.eclipse.emf.common.util.BasicMonitor.Printing
 
beginTask(String, int) - Method in class org.eclipse.emf.common.util.BasicMonitor
 
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.
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
 
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
 
boolean_ - Variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
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
 
braceLine - Static variable in class org.eclipse.emf.codegen.util.CodeGenUtil
 
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
 
buddies - Variable in class org.eclipse.emf.common.ui.ViewerPane
 
buffWriter - Variable in class org.eclipse.emf.importer.rose.parser.RoseWriter
 
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
 
bufferPosition - Variable in class org.eclipse.emf.ecore.xmi.impl.StringSegment
 
bufferedReader - Variable in class org.eclipse.emf.importer.rose.parser.RoseLoader
 
build(int, Map, IProgressMonitor) - Method in class org.eclipse.emf.codegen.jet.JETBuilder
 
build(RoseNode, Object, ENamedElement) - Method in class org.eclipse.emf.importer.rose.builder.RoseEcoreBuilder
 
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.
bundleManifest - Variable in class org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl
The cached value of the 'Bundle Manifest' attribute
byteObject - Variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 
byte_ - Variable in class org.eclipse.emf.ecore.xml.type.util.XMLTypeResourceImpl.FrameFactory
 

Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.
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 _