Remote Systems
v6.4.1

com.ibm.etools.systems.references
Interface ReferencesPackage

All Known Implementing Classes:
ReferencesPackageImpl

public interface ReferencesPackage

The Package for the model. It contains accessors for the meta objects to represent

See Also:
ReferencesFactory

Field Summary
static String copyright
           
static ReferencesPackage eINSTANCE
          The singleton instance of the package
static String eNAME
          The package name
static String eNS_PREFIX
          The package namespace name
static String eNS_URI
          The package namespace URI
static int SYSTEM_PERSISTABLE_REFERENCE_MANAGER
          The meta object id for the 'System Persistable Reference Manager' class
static int SYSTEM_PERSISTABLE_REFERENCE_MANAGER__NAME
          The feature id for the 'Name' attribute
static int SYSTEM_PERSISTABLE_REFERENCE_MANAGER__REFERENCING_OBJECT_LIST
          The feature id for the 'Referencing Object List' containment reference list
static int SYSTEM_PERSISTABLE_REFERENCE_MANAGER_FEATURE_COUNT
          The number of structural features of the the 'System Persistable Reference Manager' class
static int SYSTEM_PERSISTABLE_REFERENCED_OBJECT
          The meta object id for the 'System Persistable Referenced Object' class
static int SYSTEM_PERSISTABLE_REFERENCED_OBJECT_FEATURE_COUNT
          The number of structural features of the the 'System Persistable Referenced Object' class
static int SYSTEM_PERSISTABLE_REFERENCING_OBJECT
          The meta object id for the 'System Persistable Referencing Object' class
static int SYSTEM_PERSISTABLE_REFERENCING_OBJECT__PARENT_REFERENCE_MANAGER
          The feature id for the 'Parent Reference Manager' container reference
static int SYSTEM_PERSISTABLE_REFERENCING_OBJECT__REFERENCED_OBJECT_NAME
          The feature id for the 'Referenced Object Name' attribute
static int SYSTEM_PERSISTABLE_REFERENCING_OBJECT_FEATURE_COUNT
          The number of structural features of the the 'System Persistable Referencing Object' class
static int SYSTEM_REFERENCED_OBJECT
          The meta object id for the 'System Referenced Object' class
static int SYSTEM_REFERENCED_OBJECT_FEATURE_COUNT
          The number of structural features of the the 'System Referenced Object' class
static int SYSTEM_REFERENCING_OBJECT
          The meta object id for the 'System Referencing Object' class
static int SYSTEM_REFERENCING_OBJECT_FEATURE_COUNT
          The number of structural features of the the 'System Referencing Object' class
 
Method Summary
 ReferencesFactory getReferencesFactory()
          Returns the factory that creates the instances of the model
 EClass getSystemPersistableReferencedObject()
          Returns the meta object for class 'System Persistable Referenced Object'
 EAttribute getSystemPersistableReferenceManager_Name()
          Returns the meta object for the attribute 'Name'
 EReference getSystemPersistableReferenceManager_ReferencingObjectList()
          Returns the meta object for the containment reference list 'Referencing Object List'
 EClass getSystemPersistableReferenceManager()
          Returns the meta object for class 'System Persistable Reference Manager'
 EReference getSystemPersistableReferencingObject_ParentReferenceManager()
          Returns the meta object for the container reference 'Parent Reference Manager'
 EAttribute getSystemPersistableReferencingObject_ReferencedObjectName()
          Returns the meta object for the attribute 'Referenced Object Name'
 EClass getSystemPersistableReferencingObject()
          Returns the meta object for class 'System Persistable Referencing Object'
 EClass getSystemReferencedObject()
          Returns the meta object for class 'System Referenced Object'
 EClass getSystemReferencingObject()
          Returns the meta object for class 'System Referencing Object'
 

Field Detail

copyright

public static final String copyright

See Also:
Constant Field Values

eNAME

public static final String eNAME
The package name.

See Also:
Constant Field Values

eNS_URI

public static final String eNS_URI
The package namespace URI.

See Also:
Constant Field Values

eNS_PREFIX

public static final String eNS_PREFIX
The package namespace name.

See Also:
Constant Field Values

eINSTANCE

public static final ReferencesPackage eINSTANCE
The singleton instance of the package.


SYSTEM_PERSISTABLE_REFERENCE_MANAGER

public static final int SYSTEM_PERSISTABLE_REFERENCE_MANAGER
The meta object id for the 'System Persistable Reference Manager' class.

See Also:
SystemPersistableReferenceManagerImpl, ReferencesPackageImpl.getSystemPersistableReferenceManager(), Constant Field Values

SYSTEM_PERSISTABLE_REFERENCE_MANAGER__NAME

public static final int SYSTEM_PERSISTABLE_REFERENCE_MANAGER__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values

SYSTEM_PERSISTABLE_REFERENCE_MANAGER__REFERENCING_OBJECT_LIST

public static final int SYSTEM_PERSISTABLE_REFERENCE_MANAGER__REFERENCING_OBJECT_LIST
The feature id for the 'Referencing Object List' containment reference list.

See Also:
Constant Field Values

SYSTEM_PERSISTABLE_REFERENCE_MANAGER_FEATURE_COUNT

public static final int SYSTEM_PERSISTABLE_REFERENCE_MANAGER_FEATURE_COUNT
The number of structural features of the the 'System Persistable Reference Manager' class.

See Also:
Constant Field Values

SYSTEM_REFERENCING_OBJECT

public static final int SYSTEM_REFERENCING_OBJECT
The meta object id for the 'System Referencing Object' class.

See Also:
SystemReferencingObjectImpl, ReferencesPackageImpl.getSystemReferencingObject(), Constant Field Values

SYSTEM_REFERENCING_OBJECT_FEATURE_COUNT

public static final int SYSTEM_REFERENCING_OBJECT_FEATURE_COUNT
The number of structural features of the the 'System Referencing Object' class.

See Also:
Constant Field Values

SYSTEM_PERSISTABLE_REFERENCING_OBJECT

public static final int SYSTEM_PERSISTABLE_REFERENCING_OBJECT
The meta object id for the 'System Persistable Referencing Object' class.

See Also:
SystemPersistableReferencingObjectImpl, ReferencesPackageImpl.getSystemPersistableReferencingObject(), Constant Field Values

SYSTEM_PERSISTABLE_REFERENCING_OBJECT__REFERENCED_OBJECT_NAME

public static final int SYSTEM_PERSISTABLE_REFERENCING_OBJECT__REFERENCED_OBJECT_NAME
The feature id for the 'Referenced Object Name' attribute.

See Also:
Constant Field Values

SYSTEM_PERSISTABLE_REFERENCING_OBJECT__PARENT_REFERENCE_MANAGER

public static final int SYSTEM_PERSISTABLE_REFERENCING_OBJECT__PARENT_REFERENCE_MANAGER
The feature id for the 'Parent Reference Manager' container reference.

See Also:
Constant Field Values

SYSTEM_PERSISTABLE_REFERENCING_OBJECT_FEATURE_COUNT

public static final int SYSTEM_PERSISTABLE_REFERENCING_OBJECT_FEATURE_COUNT
The number of structural features of the the 'System Persistable Referencing Object' class.

See Also:
Constant Field Values

SYSTEM_REFERENCED_OBJECT

public static final int SYSTEM_REFERENCED_OBJECT
The meta object id for the 'System Referenced Object' class.

See Also:
SystemReferencedObjectImpl, ReferencesPackageImpl.getSystemReferencedObject(), Constant Field Values

SYSTEM_REFERENCED_OBJECT_FEATURE_COUNT

public static final int SYSTEM_REFERENCED_OBJECT_FEATURE_COUNT
The number of structural features of the the 'System Referenced Object' class.

See Also:
Constant Field Values

SYSTEM_PERSISTABLE_REFERENCED_OBJECT

public static final int SYSTEM_PERSISTABLE_REFERENCED_OBJECT
The meta object id for the 'System Persistable Referenced Object' class.

See Also:
SystemPersistableReferencedObjectImpl, ReferencesPackageImpl.getSystemPersistableReferencedObject(), Constant Field Values

SYSTEM_PERSISTABLE_REFERENCED_OBJECT_FEATURE_COUNT

public static final int SYSTEM_PERSISTABLE_REFERENCED_OBJECT_FEATURE_COUNT
The number of structural features of the the 'System Persistable Referenced Object' class.

See Also:
Constant Field Values
Method Detail

getSystemPersistableReferenceManager

public EClass getSystemPersistableReferenceManager()
Returns the meta object for class 'System Persistable Reference Manager'.

Returns:
the meta object for class 'System Persistable Reference Manager'.
See Also:
SystemPersistableReferenceManager

getSystemPersistableReferenceManager_Name

public EAttribute getSystemPersistableReferenceManager_Name()
Returns the meta object for the attribute 'Name'.

Returns:
the meta object for the attribute 'Name'.
See Also:
SystemPersistableReferenceManager.getName(), getSystemPersistableReferenceManager()

getSystemPersistableReferenceManager_ReferencingObjectList

public EReference getSystemPersistableReferenceManager_ReferencingObjectList()
Returns the meta object for the containment reference list 'Referencing Object List'.

Returns:
the meta object for the containment reference list 'Referencing Object List'.
See Also:
SystemPersistableReferenceManager.getReferencingObjectList(), getSystemPersistableReferenceManager()

getSystemPersistableReferencingObject

public EClass getSystemPersistableReferencingObject()
Returns the meta object for class 'System Persistable Referencing Object'.

Returns:
the meta object for class 'System Persistable Referencing Object'.
See Also:
SystemPersistableReferencingObject

getSystemPersistableReferencingObject_ReferencedObjectName

public EAttribute getSystemPersistableReferencingObject_ReferencedObjectName()
Returns the meta object for the attribute 'Referenced Object Name'.

Returns:
the meta object for the attribute 'Referenced Object Name'.
See Also:
SystemPersistableReferencingObject.getReferencedObjectName(), getSystemPersistableReferencingObject()

getSystemPersistableReferencingObject_ParentReferenceManager

public EReference getSystemPersistableReferencingObject_ParentReferenceManager()
Returns the meta object for the container reference 'Parent Reference Manager'.

Returns:
the meta object for the container reference 'Parent Reference Manager'.
See Also:
SystemPersistableReferencingObject.getParentReferenceManager(), getSystemPersistableReferencingObject()

getSystemPersistableReferencedObject

public EClass getSystemPersistableReferencedObject()
Returns the meta object for class 'System Persistable Referenced Object'.

Returns:
the meta object for class 'System Persistable Referenced Object'.
See Also:
SystemPersistableReferencedObject

getSystemReferencingObject

public EClass getSystemReferencingObject()
Returns the meta object for class 'System Referencing Object'.

Returns:
the meta object for class 'System Referencing Object'.
See Also:
SystemReferencingObject

getSystemReferencedObject

public EClass getSystemReferencedObject()
Returns the meta object for class 'System Referenced Object'.

Returns:
the meta object for class 'System Referenced Object'.
See Also:
SystemReferencedObject

getReferencesFactory

public ReferencesFactory getReferencesFactory()
Returns the factory that creates the instances of the model.

Returns:
the factory that creates the instances of the model.

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.