TM Service Discovery
Release 2.0

org.eclipse.tm.discovery.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 DEVICE
          The meta object literal for the 'Device' class.
static org.eclipse.emf.ecore.EAttribute DEVICE__ADDRESS
          The meta object literal for the 'Address' attribute feature.
static org.eclipse.emf.ecore.EAttribute DEVICE__NAME
          The meta object literal for the 'Name' attribute feature.
static org.eclipse.emf.ecore.EReference DEVICE__SERVICE_TYPE
          The meta object literal for the 'Service Type' containment reference list feature.
static org.eclipse.emf.ecore.EClass NETWORK
          The meta object literal for the 'Network' class.
static org.eclipse.emf.ecore.EReference NETWORK__DEVICE
          The meta object literal for the 'Device' containment reference list feature.
static org.eclipse.emf.ecore.EClass PAIR
          The meta object literal for the 'Pair' class.
static org.eclipse.emf.ecore.EAttribute PAIR__KEY
          The meta object literal for the 'Key' attribute feature.
static org.eclipse.emf.ecore.EAttribute PAIR__VALUE
          The meta object literal for the 'Value' attribute feature.
static org.eclipse.emf.ecore.EClass SERVICE
          The meta object literal for the 'Service' class.
static org.eclipse.emf.ecore.EAttribute SERVICE__NAME
          The meta object literal for the 'Name' attribute feature.
static org.eclipse.emf.ecore.EReference SERVICE__PAIR
          The meta object literal for the 'Pair' containment reference list feature.
static org.eclipse.emf.ecore.EClass SERVICE_TYPE
          The meta object literal for the 'Service Type' class.
static org.eclipse.emf.ecore.EAttribute SERVICE_TYPE__NAME
          The meta object literal for the 'Name' attribute feature.
static org.eclipse.emf.ecore.EReference SERVICE_TYPE__SERVICE
          The meta object literal for the 'Service' containment reference list feature.
 

Field Detail

DEVICE

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

See Also:
DeviceImpl, ModelPackageImpl.getDevice()

DEVICE__SERVICE_TYPE

static final org.eclipse.emf.ecore.EReference DEVICE__SERVICE_TYPE
The meta object literal for the 'Service Type' containment reference list feature.


DEVICE__ADDRESS

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


DEVICE__NAME

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


NETWORK

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

See Also:
NetworkImpl, ModelPackageImpl.getNetwork()

NETWORK__DEVICE

static final org.eclipse.emf.ecore.EReference NETWORK__DEVICE
The meta object literal for the 'Device' containment reference list feature.


PAIR

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

See Also:
PairImpl, ModelPackageImpl.getPair()

PAIR__KEY

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


PAIR__VALUE

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


SERVICE

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

See Also:
ServiceImpl, ModelPackageImpl.getService()

SERVICE__PAIR

static final org.eclipse.emf.ecore.EReference SERVICE__PAIR
The meta object literal for the 'Pair' containment reference list feature.


SERVICE__NAME

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


SERVICE_TYPE

static final org.eclipse.emf.ecore.EClass SERVICE_TYPE
The meta object literal for the 'Service Type' class.

See Also:
ServiceTypeImpl, ModelPackageImpl.getServiceType()

SERVICE_TYPE__SERVICE

static final org.eclipse.emf.ecore.EReference SERVICE_TYPE__SERVICE
The meta object literal for the 'Service' containment reference list feature.


SERVICE_TYPE__NAME

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


TM Service Discovery
Release 2.0

Copyright (c) 2007 Symbian Software Ltd. and others. All Rights Reserved.