Remote Systems
v6.4.1

com.ibm.etools.systems.references.impl
Class ReferencesPackageImpl

java.lang.Object
  extended byEPackageImpl
      extended bycom.ibm.etools.systems.references.impl.ReferencesPackageImpl
All Implemented Interfaces:
ReferencesPackage

public class ReferencesPackageImpl
extends EPackageImpl
implements ReferencesPackage

An implementation of the model Package.

See Also:
Serialized Form

Field Summary
static String copyright
           
 
Fields inherited from interface com.ibm.etools.systems.references.ReferencesPackage
eINSTANCE, eNAME, eNS_PREFIX, eNS_URI, SYSTEM_PERSISTABLE_REFERENCE_MANAGER, SYSTEM_PERSISTABLE_REFERENCE_MANAGER__NAME, SYSTEM_PERSISTABLE_REFERENCE_MANAGER__REFERENCING_OBJECT_LIST, SYSTEM_PERSISTABLE_REFERENCE_MANAGER_FEATURE_COUNT, SYSTEM_PERSISTABLE_REFERENCED_OBJECT, SYSTEM_PERSISTABLE_REFERENCED_OBJECT_FEATURE_COUNT, SYSTEM_PERSISTABLE_REFERENCING_OBJECT, SYSTEM_PERSISTABLE_REFERENCING_OBJECT__PARENT_REFERENCE_MANAGER, SYSTEM_PERSISTABLE_REFERENCING_OBJECT__REFERENCED_OBJECT_NAME, SYSTEM_PERSISTABLE_REFERENCING_OBJECT_FEATURE_COUNT, SYSTEM_REFERENCED_OBJECT, SYSTEM_REFERENCED_OBJECT_FEATURE_COUNT, SYSTEM_REFERENCING_OBJECT, SYSTEM_REFERENCING_OBJECT_FEATURE_COUNT
 
Method Summary
 void createPackageContents()
          Creates the meta-model objects for the package.
 ReferencesFactory getReferencesFactory()
           
 EClass getSystemPersistableReferencedObject()
           
 EAttribute getSystemPersistableReferenceManager_Name()
           
 EReference getSystemPersistableReferenceManager_ReferencingObjectList()
           
 EClass getSystemPersistableReferenceManager()
           
 EReference getSystemPersistableReferencingObject_ParentReferenceManager()
           
 EAttribute getSystemPersistableReferencingObject_ReferencedObjectName()
           
 EClass getSystemPersistableReferencingObject()
           
 EClass getSystemReferencedObject()
           
 EClass getSystemReferencingObject()
           
static ReferencesPackage init()
          Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
 void initializePackageContents()
          Complete the initialization of the package and its meta-model.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

copyright

public static final String copyright

See Also:
Constant Field Values
Method Detail

init

public static ReferencesPackage init()
Creates, registers, and initializes the Package for this model, and for any others upon which it depends. Simple dependencies are satisfied by calling this method on all dependent packages before doing anything else. This method drives initialization for interdependent packages directly, in parallel with this package, itself.

Of this package and its interdependencies, all packages which have not yet been registered by their URI values are first created and registered. The packages are then initialized in two steps: meta-model objects for all of the packages are created before any are initialized, since one package's meta-model objects may refer to those of another.

Invocation of this method will not affect any packages that have already been initialized.

See Also:
ReferencesPackage.eNS_URI, createPackageContents(), initializePackageContents()

getSystemPersistableReferenceManager

public EClass getSystemPersistableReferenceManager()

Specified by:
getSystemPersistableReferenceManager in interface ReferencesPackage
Returns:
the meta object for class 'System Persistable Reference Manager'.
See Also:
SystemPersistableReferenceManager

getSystemPersistableReferenceManager_Name

public EAttribute getSystemPersistableReferenceManager_Name()

Specified by:
getSystemPersistableReferenceManager_Name in interface ReferencesPackage
Returns:
the meta object for the attribute 'Name'.
See Also:
SystemPersistableReferenceManager.getName(), ReferencesPackage.getSystemPersistableReferenceManager()

getSystemPersistableReferenceManager_ReferencingObjectList

public EReference getSystemPersistableReferenceManager_ReferencingObjectList()

Specified by:
getSystemPersistableReferenceManager_ReferencingObjectList in interface ReferencesPackage
Returns:
the meta object for the containment reference list 'Referencing Object List'.
See Also:
SystemPersistableReferenceManager.getReferencingObjectList(), ReferencesPackage.getSystemPersistableReferenceManager()

getSystemPersistableReferencingObject

public EClass getSystemPersistableReferencingObject()

Specified by:
getSystemPersistableReferencingObject in interface ReferencesPackage
Returns:
the meta object for class 'System Persistable Referencing Object'.
See Also:
SystemPersistableReferencingObject

getSystemPersistableReferencingObject_ReferencedObjectName

public EAttribute getSystemPersistableReferencingObject_ReferencedObjectName()

Specified by:
getSystemPersistableReferencingObject_ReferencedObjectName in interface ReferencesPackage
Returns:
the meta object for the attribute 'Referenced Object Name'.
See Also:
SystemPersistableReferencingObject.getReferencedObjectName(), ReferencesPackage.getSystemPersistableReferencingObject()

getSystemPersistableReferencingObject_ParentReferenceManager

public EReference getSystemPersistableReferencingObject_ParentReferenceManager()

Specified by:
getSystemPersistableReferencingObject_ParentReferenceManager in interface ReferencesPackage
Returns:
the meta object for the container reference 'Parent Reference Manager'.
See Also:
SystemPersistableReferencingObject.getParentReferenceManager(), ReferencesPackage.getSystemPersistableReferencingObject()

getSystemPersistableReferencedObject

public EClass getSystemPersistableReferencedObject()

Specified by:
getSystemPersistableReferencedObject in interface ReferencesPackage
Returns:
the meta object for class 'System Persistable Referenced Object'.
See Also:
SystemPersistableReferencedObject

getSystemReferencingObject

public EClass getSystemReferencingObject()

Specified by:
getSystemReferencingObject in interface ReferencesPackage
Returns:
the meta object for class 'System Referencing Object'.
See Also:
SystemReferencingObject

getSystemReferencedObject

public EClass getSystemReferencedObject()

Specified by:
getSystemReferencedObject in interface ReferencesPackage
Returns:
the meta object for class 'System Referenced Object'.
See Also:
SystemReferencedObject

getReferencesFactory

public ReferencesFactory getReferencesFactory()

Specified by:
getReferencesFactory in interface ReferencesPackage
Returns:
the factory that creates the instances of the model.

createPackageContents

public void createPackageContents()
Creates the meta-model objects for the package. This method is guarded to have no affect on any invocation but its first.


initializePackageContents

public void initializePackageContents()
Complete the initialization of the package and its meta-model. This method is guarded to have no affect on any invocation but its first.


Remote Systems
v6.4.1

Copyright © 2005 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.