|
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 |
---|
org.eclipse.emf.ecore.EPackage.Descriptor, org.eclipse.emf.ecore.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 | |
---|---|
org.eclipse.emf.ecore.EAttribute |
getDevice_Address()
Returns the meta object for the attribute ' Address '. |
org.eclipse.emf.ecore.EAttribute |
getDevice_Name()
Returns the meta object for the attribute ' Name '. |
org.eclipse.emf.ecore.EReference |
getDevice_ServiceType()
Returns the meta object for the containment reference list ' Service Type '. |
org.eclipse.emf.ecore.EClass |
getDevice()
Returns the meta object for class ' Device '. |
ModelFactory |
getModelFactory()
Returns the factory that creates the instances of the model. |
org.eclipse.emf.ecore.EReference |
getNetwork_Device()
Returns the meta object for the containment reference list ' Device '. |
org.eclipse.emf.ecore.EClass |
getNetwork()
Returns the meta object for class ' Network '. |
org.eclipse.emf.ecore.EAttribute |
getPair_Key()
Returns the meta object for the attribute ' Key '. |
org.eclipse.emf.ecore.EAttribute |
getPair_Value()
Returns the meta object for the attribute ' Value '. |
org.eclipse.emf.ecore.EClass |
getPair()
Returns the meta object for class ' Pair '. |
org.eclipse.emf.ecore.EAttribute |
getService_Name()
Returns the meta object for the attribute ' Name '. |
org.eclipse.emf.ecore.EReference |
getService_Pair()
Returns the meta object for the containment reference list ' Pair '. |
org.eclipse.emf.ecore.EClass |
getService()
Returns the meta object for class ' Service '. |
org.eclipse.emf.ecore.EAttribute |
getServiceType_Name()
Returns the meta object for the attribute ' Name '. |
org.eclipse.emf.ecore.EReference |
getServiceType_Service()
Returns the meta object for the containment reference list ' Service '. |
org.eclipse.emf.ecore.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 |
---|
org.eclipse.emf.ecore.EClass getDevice()
Device
'.
Device
org.eclipse.emf.ecore.EReference getDevice_ServiceType()
Service Type
'.
Device.getServiceType()
,
getDevice()
org.eclipse.emf.ecore.EAttribute getDevice_Address()
Address
'.
Device.getAddress()
,
getDevice()
org.eclipse.emf.ecore.EAttribute getDevice_Name()
Name
'.
Device.getName()
,
getDevice()
org.eclipse.emf.ecore.EClass getNetwork()
Network
'.
Network
org.eclipse.emf.ecore.EReference getNetwork_Device()
Device
'.
Network.getDevice()
,
getNetwork()
org.eclipse.emf.ecore.EClass getPair()
Pair
'.
Pair
org.eclipse.emf.ecore.EAttribute getPair_Key()
Key
'.
Pair.getKey()
,
getPair()
org.eclipse.emf.ecore.EAttribute getPair_Value()
Value
'.
Pair.getValue()
,
getPair()
org.eclipse.emf.ecore.EClass getService()
Service
'.
Service
org.eclipse.emf.ecore.EReference getService_Pair()
Pair
'.
Service.getPair()
,
getService()
org.eclipse.emf.ecore.EAttribute getService_Name()
Name
'.
Service.getName()
,
getService()
org.eclipse.emf.ecore.EClass getServiceType()
Service Type
'.
ServiceType
org.eclipse.emf.ecore.EReference getServiceType_Service()
Service
'.
ServiceType.getService()
,
getServiceType()
org.eclipse.emf.ecore.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 |