de.uka.ipd.sdq.identifier
Interface IdentifierPackage

All Known Implementing Classes:
IdentifierPackageImpl

public interface IdentifierPackage

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

See Also:
IdentifierFactory

Nested Class Summary
static interface IdentifierPackage.Literals
          Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
 
Field Summary
static IdentifierPackage 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 IDENTIFIER
          The meta object id for the 'Identifier' class.
static int IDENTIFIER__ID
          The feature id for the 'Id' attribute.
static int IDENTIFIER_FEATURE_COUNT
          The number of structural features of the 'Identifier' class.
 
Method Summary
 EAttribute getIdentifier_Id()
          Returns the meta object for the attribute 'Id'.
 EClass getIdentifier()
          Returns the meta object for class 'Identifier'.
 IdentifierFactory getIdentifierFactory()
          Returns the factory that creates the instances of the model.
 

Field Detail

eNAME

static final String eNAME
The package name.

See Also:
Constant Field Values

eNS_URI

static final String eNS_URI
The package namespace URI.

See Also:
Constant Field Values

eNS_PREFIX

static final String eNS_PREFIX
The package namespace name.

See Also:
Constant Field Values

eINSTANCE

static final IdentifierPackage eINSTANCE
The singleton instance of the package.


IDENTIFIER

static final int IDENTIFIER
The meta object id for the 'Identifier' class.

See Also:
IdentifierImpl, IdentifierPackageImpl.getIdentifier(), Constant Field Values

IDENTIFIER__ID

static final int IDENTIFIER__ID
The feature id for the 'Id' attribute.

See Also:
Constant Field Values

IDENTIFIER_FEATURE_COUNT

static final int IDENTIFIER_FEATURE_COUNT
The number of structural features of the 'Identifier' class.

See Also:
Constant Field Values
Method Detail

getIdentifier

EClass getIdentifier()
Returns the meta object for class 'Identifier'.

Returns:
the meta object for class 'Identifier'.
See Also:
Identifier

getIdentifier_Id

EAttribute getIdentifier_Id()
Returns the meta object for the attribute 'Id'.

Returns:
the meta object for the attribute 'Id'.
See Also:
Identifier.getId(), getIdentifier()

getIdentifierFactory

IdentifierFactory getIdentifierFactory()
Returns the factory that creates the instances of the model.

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