edu.ksu.cis.cadena.core.specification.base
Interface BasePackage


public interface BasePackage

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

See Also:
BaseFactory

Field Summary
static int CALM_OBJECT
          The meta object id for the 'Calm Object' class.
static int CALM_OBJECT__DELETED
          The feature id for the 'Deleted' attribute.
static int CALM_OBJECT__UUID
          The feature id for the 'Uuid' attribute.
static int CALM_OBJECT_FEATURE_COUNT
          The number of structural features of the the 'Calm Object' class.
static BasePackage eINSTANCE
          The singleton instance of the package.
static java.lang.String eNAME
          The package name.
static java.lang.String eNS_PREFIX
          The package namespace name.
static java.lang.String eNS_URI
          The package namespace URI.
static int TRASH_CAN
          The meta object id for the 'Trash Can' class.
static int TRASH_CAN__TRASH
          The feature id for the 'Trash' containment reference list.
static int TRASH_CAN_FEATURE_COUNT
          The number of structural features of the the 'Trash Can' class.
 
Method Summary
 BaseFactory getBaseFactory()
          Returns the factory that creates the instances of the model.
 EAttribute getCalmObject_Deleted()
          Returns the meta object for the attribute 'Deleted'.
 EAttribute getCalmObject_Uuid()
          Returns the meta object for the attribute 'Uuid'.
 EClass getCalmObject()
          Returns the meta object for class 'Calm Object'.
 EReference getTrashCan_Trash()
          Returns the meta object for the containment reference list 'Trash'.
 EClass getTrashCan()
          Returns the meta object for class 'Trash Can'.
 

Field Detail

eNAME

static final java.lang.String eNAME
The package name.

See Also:
Constant Field Values

eNS_URI

static final java.lang.String eNS_URI
The package namespace URI.

See Also:
Constant Field Values

eNS_PREFIX

static final java.lang.String eNS_PREFIX
The package namespace name.

See Also:
Constant Field Values

eINSTANCE

static final BasePackage eINSTANCE
The singleton instance of the package.


CALM_OBJECT

static final int CALM_OBJECT
The meta object id for the 'Calm Object' class.

See Also:
CalmObjectImpl, BasePackageImpl.getCalmObject(), Constant Field Values

CALM_OBJECT__DELETED

static final int CALM_OBJECT__DELETED
The feature id for the 'Deleted' attribute.

See Also:
Constant Field Values

CALM_OBJECT__UUID

static final int CALM_OBJECT__UUID
The feature id for the 'Uuid' attribute.

See Also:
Constant Field Values

CALM_OBJECT_FEATURE_COUNT

static final int CALM_OBJECT_FEATURE_COUNT
The number of structural features of the the 'Calm Object' class.

See Also:
Constant Field Values

TRASH_CAN

static final int TRASH_CAN
The meta object id for the 'Trash Can' class.

See Also:
TrashCanImpl, BasePackageImpl.getTrashCan(), Constant Field Values

TRASH_CAN__TRASH

static final int TRASH_CAN__TRASH
The feature id for the 'Trash' containment reference list.

See Also:
Constant Field Values

TRASH_CAN_FEATURE_COUNT

static final int TRASH_CAN_FEATURE_COUNT
The number of structural features of the the 'Trash Can' class.

See Also:
Constant Field Values
Method Detail

getCalmObject

EClass getCalmObject()
Returns the meta object for class 'Calm Object'.

Returns:
the meta object for class 'Calm Object'.
See Also:
CalmObject

getCalmObject_Deleted

EAttribute getCalmObject_Deleted()
Returns the meta object for the attribute 'Deleted'.

Returns:
the meta object for the attribute 'Deleted'.
See Also:
CalmObject.getDeleted(), getCalmObject()

getCalmObject_Uuid

EAttribute getCalmObject_Uuid()
Returns the meta object for the attribute 'Uuid'.

Returns:
the meta object for the attribute 'Uuid'.
See Also:
CalmObject.getUuid(), getCalmObject()

getTrashCan

EClass getTrashCan()
Returns the meta object for class 'Trash Can'.

Returns:
the meta object for class 'Trash Can'.
See Also:
TrashCan

getTrashCan_Trash

EReference getTrashCan_Trash()
Returns the meta object for the containment reference list 'Trash'.

Returns:
the meta object for the containment reference list 'Trash'.
See Also:
TrashCan.getTrash(), getTrashCan()

getBaseFactory

BaseFactory getBaseFactory()
Returns the factory that creates the instances of the model.

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