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

Field Detail

DEVICE

static final EClass DEVICE
The meta object literal for the 'Device' class.

See Also:
DeviceImpl, ModelPackageImpl.getDevice()

DEVICE__SERVICE_TYPE

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


DEVICE__ADDRESS

static final EAttribute DEVICE__ADDRESS
The meta object literal for the 'Address' attribute feature.


DEVICE__NAME

static final EAttribute DEVICE__NAME
The meta object literal for the 'Name' attribute feature.


NETWORK

static final EClass NETWORK
The meta object literal for the 'Network' class.

See Also:
NetworkImpl, ModelPackageImpl.getNetwork()

NETWORK__DEVICE

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


PAIR

static final EClass PAIR
The meta object literal for the 'Pair' class.

See Also:
PairImpl, ModelPackageImpl.getPair()

PAIR__KEY

static final EAttribute PAIR__KEY
The meta object literal for the 'Key' attribute feature.


PAIR__VALUE

static final EAttribute PAIR__VALUE
The meta object literal for the 'Value' attribute feature.


SERVICE

static final EClass SERVICE
The meta object literal for the 'Service' class.

See Also:
ServiceImpl, ModelPackageImpl.getService()

SERVICE__PAIR

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


SERVICE__NAME

static final EAttribute SERVICE__NAME
The meta object literal for the 'Name' attribute feature.


SERVICE_TYPE

static final EClass SERVICE_TYPE
The meta object literal for the 'Service Type' class.

See Also:
ServiceTypeImpl, ModelPackageImpl.getServiceType()

SERVICE_TYPE__SERVICE

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


SERVICE_TYPE__NAME

static final 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.