|
TM Service Discovery Release 2.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ModelPackage
The Package for the model. It contains accessors for the meta objects to represent
ModelFactory| Nested Class Summary | |
|---|---|
static interface |
ModelPackage.Literals
Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type |
| Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage |
|---|
EPackage.Descriptor, EPackage.Registry |
| Field Summary | |
|---|---|
static int |
DEVICE
The meta object id for the ' Device' class. |
static int |
DEVICE__ADDRESS
The feature id for the 'Address' attribute. |
static int |
DEVICE__NAME
The feature id for the 'Name' attribute. |
static int |
DEVICE__SERVICE_TYPE
The feature id for the 'Service Type' containment reference list. |
static int |
DEVICE_FEATURE_COUNT
The number of structural features of the 'Device' class. |
static ModelPackage |
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 |
NETWORK
The meta object id for the ' Network' class. |
static int |
NETWORK__DEVICE
The feature id for the 'Device' containment reference list. |
static int |
NETWORK_FEATURE_COUNT
The number of structural features of the 'Network' class. |
static int |
PAIR
The meta object id for the ' Pair' class. |
static int |
PAIR__KEY
The feature id for the 'Key' attribute. |
static int |
PAIR__VALUE
The feature id for the 'Value' attribute. |
static int |
PAIR_FEATURE_COUNT
The number of structural features of the 'Pair' class. |
static int |
SERVICE
The meta object id for the ' Service' class. |
static int |
SERVICE__NAME
The feature id for the 'Name' attribute. |
static int |
SERVICE__PAIR
The feature id for the 'Pair' containment reference list. |
static int |
SERVICE_FEATURE_COUNT
The number of structural features of the 'Service' class. |
static int |
SERVICE_TYPE
The meta object id for the ' Service Type' class. |
static int |
SERVICE_TYPE__NAME
The feature id for the 'Name' attribute. |
static int |
SERVICE_TYPE__SERVICE
The feature id for the 'Service' containment reference list. |
static int |
SERVICE_TYPE_FEATURE_COUNT
The number of structural features of the 'Service Type' class. |
| Method Summary | |
|---|---|
EAttribute |
getDevice_Address()
Returns the meta object for the attribute ' Address'. |
EAttribute |
getDevice_Name()
Returns the meta object for the attribute ' Name'. |
EReference |
getDevice_ServiceType()
Returns the meta object for the containment reference list ' Service Type'. |
EClass |
getDevice()
Returns the meta object for class ' Device'. |
ModelFactory |
getModelFactory()
Returns the factory that creates the instances of the model. |
EReference |
getNetwork_Device()
Returns the meta object for the containment reference list ' Device'. |
EClass |
getNetwork()
Returns the meta object for class ' Network'. |
EAttribute |
getPair_Key()
Returns the meta object for the attribute ' Key'. |
EAttribute |
getPair_Value()
Returns the meta object for the attribute ' Value'. |
EClass |
getPair()
Returns the meta object for class ' Pair'. |
EAttribute |
getService_Name()
Returns the meta object for the attribute ' Name'. |
EReference |
getService_Pair()
Returns the meta object for the containment reference list ' Pair'. |
EClass |
getService()
Returns the meta object for class ' Service'. |
EAttribute |
getServiceType_Name()
Returns the meta object for the attribute ' Name'. |
EReference |
getServiceType_Service()
Returns the meta object for the containment reference list ' Service'. |
EClass |
getServiceType()
Returns the meta object for class ' Service Type'. |
| Methods inherited from interface org.eclipse.emf.ecore.EPackage |
|---|
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI |
| Methods inherited from interface org.eclipse.emf.ecore.ENamedElement |
|---|
getName, setName |
| Methods inherited from interface org.eclipse.emf.ecore.EModelElement |
|---|
getEAnnotation, getEAnnotations |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
|---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
|---|
eAdapters, eDeliver, eNotify, eSetDeliver |
| Field Detail |
|---|
static final String eNAME
static final String eNS_URI
static final String eNS_PREFIX
static final ModelPackage eINSTANCE
static final int DEVICE
Device' class.
DeviceImpl,
ModelPackageImpl.getDevice(),
Constant Field Valuesstatic final int DEVICE__SERVICE_TYPE
static final int DEVICE__ADDRESS
static final int DEVICE__NAME
static final int DEVICE_FEATURE_COUNT
static final int NETWORK
Network' class.
NetworkImpl,
ModelPackageImpl.getNetwork(),
Constant Field Valuesstatic final int NETWORK__DEVICE
static final int NETWORK_FEATURE_COUNT
static final int PAIR
Pair' class.
PairImpl,
ModelPackageImpl.getPair(),
Constant Field Valuesstatic final int PAIR__KEY
static final int PAIR__VALUE
static final int PAIR_FEATURE_COUNT
static final int SERVICE
Service' class.
ServiceImpl,
ModelPackageImpl.getService(),
Constant Field Valuesstatic final int SERVICE__PAIR
static final int SERVICE__NAME
static final int SERVICE_FEATURE_COUNT
static final int SERVICE_TYPE
Service Type' class.
ServiceTypeImpl,
ModelPackageImpl.getServiceType(),
Constant Field Valuesstatic final int SERVICE_TYPE__SERVICE
static final int SERVICE_TYPE__NAME
static final int SERVICE_TYPE_FEATURE_COUNT
| Method Detail |
|---|
EClass getDevice()
Device'.
DeviceEReference getDevice_ServiceType()
Service Type'.
Device.getServiceType(),
getDevice()EAttribute getDevice_Address()
Address'.
Device.getAddress(),
getDevice()EAttribute getDevice_Name()
Name'.
Device.getName(),
getDevice()EClass getNetwork()
Network'.
NetworkEReference getNetwork_Device()
Device'.
Network.getDevice(),
getNetwork()EClass getPair()
Pair'.
PairEAttribute getPair_Key()
Key'.
Pair.getKey(),
getPair()EAttribute getPair_Value()
Value'.
Pair.getValue(),
getPair()EClass getService()
Service'.
ServiceEReference getService_Pair()
Pair'.
Service.getPair(),
getService()EAttribute getService_Name()
Name'.
Service.getName(),
getService()EClass getServiceType()
Service Type'.
ServiceTypeEReference getServiceType_Service()
Service'.
ServiceType.getService(),
getServiceType()EAttribute getServiceType_Name()
Name'.
ServiceType.getName(),
getServiceType()ModelFactory getModelFactory()
|
TM Service Discovery Release 2.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||