org.ceno.model
Interface ModelPackage.Literals

Enclosing interface:
ModelPackage

public static interface ModelPackage.Literals

Defines literals for the meta objects that represent


Field Summary
static org.eclipse.emf.ecore.EClass BROADCAST_MESSAGE
          The meta object literal for the 'Broadcast Message' class
static org.eclipse.emf.ecore.EClass DEVELOPER
          The meta object literal for the 'Developer' class
static org.eclipse.emf.ecore.EAttribute DEVELOPER__EMAIL
          The meta object literal for the 'Email' attribute feature
static org.eclipse.emf.ecore.EAttribute DEVELOPER__ID
          The meta object literal for the 'Id' attribute feature
static org.eclipse.emf.ecore.EAttribute DEVELOPER__NAME
          The meta object literal for the 'Name' attribute feature
static org.eclipse.emf.ecore.EAttribute DEVELOPER__ONLINE
          The meta object literal for the 'Online' attribute feature
static org.eclipse.emf.ecore.EAttribute DEVELOPER__PASSWORD
          The meta object literal for the 'Password' attribute feature
static org.eclipse.emf.ecore.EClass DEVELOPER_RESOURCE_STATE
          The meta object literal for the 'Developer Resource State' class
static org.eclipse.emf.ecore.EReference DEVELOPER_RESOURCE_STATE__DEVELOPER
          The meta object literal for the 'Developer' reference feature
static org.eclipse.emf.ecore.EAttribute DEVELOPER_RESOURCE_STATE__ID
          The meta object literal for the 'Id' attribute feature
static org.eclipse.emf.ecore.EReference DEVELOPER_RESOURCE_STATE__OPENED_RESOURCES
          The meta object literal for the 'Opened Resources' reference list feature
static org.eclipse.emf.ecore.EAttribute DEVELOPER_RESOURCE_STATE__TIMESTAMP
          The meta object literal for the 'Timestamp' attribute feature
static org.eclipse.emf.ecore.EClass DEVELOPER_RESOURCE_STATES
          The meta object literal for the 'Developer Resource States' class
static org.eclipse.emf.ecore.EReference DEVELOPER_RESOURCE_STATES__STATES
          The meta object literal for the 'States' reference list feature
static org.eclipse.emf.ecore.EClass MESSAGE
          The meta object literal for the 'Message' class
static org.eclipse.emf.ecore.EAttribute MESSAGE__ID
          The meta object literal for the 'Id' attribute feature
static org.eclipse.emf.ecore.EAttribute MESSAGE__MESSAGE_TEXT
          The meta object literal for the 'Message Text' attribute feature
static org.eclipse.emf.ecore.EReference MESSAGE__SENDER
          The meta object literal for the 'Sender' reference feature
static org.eclipse.emf.ecore.EAttribute MESSAGE__TIMESTAMP
          The meta object literal for the 'Timestamp' attribute feature
static org.eclipse.emf.ecore.EClass MESSAGES
          The meta object literal for the 'Messages' class
static org.eclipse.emf.ecore.EReference MESSAGES__MESSAGES
          The meta object literal for the 'Messages' reference list feature
static org.eclipse.emf.ecore.EClass MULTICAST_MESSAGE
          The meta object literal for the 'Multicast Message' class
static org.eclipse.emf.ecore.EReference MULTICAST_MESSAGE__GROUP
          The meta object literal for the 'Group' reference feature
static org.eclipse.emf.ecore.EClass RESOURCE
          The meta object literal for the 'Resource' class
static org.eclipse.emf.ecore.EAttribute RESOURCE__FQ_NAME
          The meta object literal for the 'Fq Name' attribute feature
static org.eclipse.emf.ecore.EAttribute RESOURCE__ID
          The meta object literal for the 'Id' attribute feature
static org.eclipse.emf.ecore.EClass UNICAST_MESSAGE
          The meta object literal for the 'Unicast Message' class
static org.eclipse.emf.ecore.EReference UNICAST_MESSAGE__RECEIVER
          The meta object literal for the 'Receiver' reference feature
 

Field Detail

DEVELOPER

static final org.eclipse.emf.ecore.EClass DEVELOPER
The meta object literal for the 'Developer' class.

See Also:
DeveloperImpl, ModelPackageImpl.getDeveloper()

DEVELOPER__NAME

static final org.eclipse.emf.ecore.EAttribute DEVELOPER__NAME
The meta object literal for the 'Name' attribute feature.


DEVELOPER__ONLINE

static final org.eclipse.emf.ecore.EAttribute DEVELOPER__ONLINE
The meta object literal for the 'Online' attribute feature.


DEVELOPER__ID

static final org.eclipse.emf.ecore.EAttribute DEVELOPER__ID
The meta object literal for the 'Id' attribute feature.


DEVELOPER__PASSWORD

static final org.eclipse.emf.ecore.EAttribute DEVELOPER__PASSWORD
The meta object literal for the 'Password' attribute feature.


DEVELOPER__EMAIL

static final org.eclipse.emf.ecore.EAttribute DEVELOPER__EMAIL
The meta object literal for the 'Email' attribute feature.


RESOURCE

static final org.eclipse.emf.ecore.EClass RESOURCE
The meta object literal for the 'Resource' class.

See Also:
ResourceImpl, ModelPackageImpl.getResource()

RESOURCE__FQ_NAME

static final org.eclipse.emf.ecore.EAttribute RESOURCE__FQ_NAME
The meta object literal for the 'Fq Name' attribute feature.


RESOURCE__ID

static final org.eclipse.emf.ecore.EAttribute RESOURCE__ID
The meta object literal for the 'Id' attribute feature.


DEVELOPER_RESOURCE_STATE

static final org.eclipse.emf.ecore.EClass DEVELOPER_RESOURCE_STATE
The meta object literal for the 'Developer Resource State' class.

See Also:
DeveloperResourceStateImpl, ModelPackageImpl.getDeveloperResourceState()

DEVELOPER_RESOURCE_STATE__DEVELOPER

static final org.eclipse.emf.ecore.EReference DEVELOPER_RESOURCE_STATE__DEVELOPER
The meta object literal for the 'Developer' reference feature.


DEVELOPER_RESOURCE_STATE__OPENED_RESOURCES

static final org.eclipse.emf.ecore.EReference DEVELOPER_RESOURCE_STATE__OPENED_RESOURCES
The meta object literal for the 'Opened Resources' reference list feature.


DEVELOPER_RESOURCE_STATE__TIMESTAMP

static final org.eclipse.emf.ecore.EAttribute DEVELOPER_RESOURCE_STATE__TIMESTAMP
The meta object literal for the 'Timestamp' attribute feature.


DEVELOPER_RESOURCE_STATE__ID

static final org.eclipse.emf.ecore.EAttribute DEVELOPER_RESOURCE_STATE__ID
The meta object literal for the 'Id' attribute feature.


DEVELOPER_RESOURCE_STATES

static final org.eclipse.emf.ecore.EClass DEVELOPER_RESOURCE_STATES
The meta object literal for the 'Developer Resource States' class.

See Also:
DeveloperResourceStatesImpl, ModelPackageImpl.getDeveloperResourceStates()

DEVELOPER_RESOURCE_STATES__STATES

static final org.eclipse.emf.ecore.EReference DEVELOPER_RESOURCE_STATES__STATES
The meta object literal for the 'States' reference list feature.


MESSAGE

static final org.eclipse.emf.ecore.EClass MESSAGE
The meta object literal for the 'Message' class.

See Also:
MessageImpl, ModelPackageImpl.getMessage()

MESSAGE__SENDER

static final org.eclipse.emf.ecore.EReference MESSAGE__SENDER
The meta object literal for the 'Sender' reference feature.


MESSAGE__MESSAGE_TEXT

static final org.eclipse.emf.ecore.EAttribute MESSAGE__MESSAGE_TEXT
The meta object literal for the 'Message Text' attribute feature.


MESSAGE__ID

static final org.eclipse.emf.ecore.EAttribute MESSAGE__ID
The meta object literal for the 'Id' attribute feature.


MESSAGE__TIMESTAMP

static final org.eclipse.emf.ecore.EAttribute MESSAGE__TIMESTAMP
The meta object literal for the 'Timestamp' attribute feature.


UNICAST_MESSAGE

static final org.eclipse.emf.ecore.EClass UNICAST_MESSAGE
The meta object literal for the 'Unicast Message' class.

See Also:
UnicastMessageImpl, ModelPackageImpl.getUnicastMessage()

UNICAST_MESSAGE__RECEIVER

static final org.eclipse.emf.ecore.EReference UNICAST_MESSAGE__RECEIVER
The meta object literal for the 'Receiver' reference feature.


MULTICAST_MESSAGE

static final org.eclipse.emf.ecore.EClass MULTICAST_MESSAGE
The meta object literal for the 'Multicast Message' class.

See Also:
MulticastMessageImpl, ModelPackageImpl.getMulticastMessage()

MULTICAST_MESSAGE__GROUP

static final org.eclipse.emf.ecore.EReference MULTICAST_MESSAGE__GROUP
The meta object literal for the 'Group' reference feature.


BROADCAST_MESSAGE

static final org.eclipse.emf.ecore.EClass BROADCAST_MESSAGE
The meta object literal for the 'Broadcast Message' class.

See Also:
BroadcastMessageImpl, ModelPackageImpl.getBroadcastMessage()

MESSAGES

static final org.eclipse.emf.ecore.EClass MESSAGES
The meta object literal for the 'Messages' class.

See Also:
MessagesImpl, ModelPackageImpl.getMessages()

MESSAGES__MESSAGES

static final org.eclipse.emf.ecore.EReference MESSAGES__MESSAGES
The meta object literal for the 'Messages' reference list feature.