TPTP 4.2.0 Platform Project
Public API Specification

org.eclipse.tptp.platform.models.symptom.resource.types
Interface ResourceTypesPackage

All Superinterfaces:
org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EPackage, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
ResourceTypesPackageImpl

public interface ResourceTypesPackage
extends org.eclipse.emf.ecore.EPackage

The Package for the model. It contains accessors for the meta objects to represent

Annex to the ACAB.CT0302 "Autonomic Computing Resource Taxonomy". Copyright (C) 2003, 2004 IBM Corporation. All rights reserved.

See Also:
ResourceTypesFactory
Generated
[EMF] Model
kind="package"

Nested Class Summary
static interface ResourceTypesPackage.Literals
           Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
 
Nested classes inherited from class org.eclipse.emf.ecore.EPackage
org.eclipse.emf.ecore.EPackage.Descriptor, org.eclipse.emf.ecore.EPackage.Registry
 
Field Summary
static ResourceTypesPackage eINSTANCE
          The singleton instance of the package
static java.lang.String eNAME
          The package name
static java.lang.String eNS_PREFIX
          The package namespace name
static java.lang.String eNS_URI
          The package namespace URI
static int J2EERT
          The meta object id for the 'J2EERT' enum
static int J2EERT_OBJECT
          The meta object id for the 'J2EERT Object' data type
static int OSRT
          The meta object id for the 'OSRT' enum
static int OSRT_OBJECT
          The meta object id for the 'OSRT Object' data type
static int RDBRT
          The meta object id for the 'RDBRT' enum
static int RDBRT_OBJECT
          The meta object id for the 'RDBRT Object' data type
static int RESOURCE_CATEGORY
          The meta object id for the 'Resource Category' data type
static int WSRT
          The meta object id for the 'WSRT' enum
static int WSRT_OBJECT
          The meta object id for the 'WSRT Object' data type
 
Method Summary
 org.eclipse.emf.ecore.EEnum getJ2EERT()
          Returns the meta object for enum 'J2EERT'
 org.eclipse.emf.ecore.EDataType getJ2EERTObject()
          Returns the meta object for data type 'J2EERT Object'
 org.eclipse.emf.ecore.EEnum getOSRT()
          Returns the meta object for enum 'OSRT'
 org.eclipse.emf.ecore.EDataType getOSRTObject()
          Returns the meta object for data type 'OSRT Object'
 org.eclipse.emf.ecore.EEnum getRDBRT()
          Returns the meta object for enum 'RDBRT'
 org.eclipse.emf.ecore.EDataType getRDBRTObject()
          Returns the meta object for data type 'RDBRT Object'
 org.eclipse.emf.ecore.EDataType getResourceCategory()
          Returns the meta object for data type 'Resource Category'
 ResourceTypesFactory getResourceTypesFactory()
          Returns the factory that creates the instances of the model
 org.eclipse.emf.ecore.EEnum getWSRT()
          Returns the meta object for enum 'WSRT'
 org.eclipse.emf.ecore.EDataType getWSRTObject()
          Returns the meta object for data type 'WSRT Object'
 
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

eNAME

public static final java.lang.String eNAME
The package name.

See Also:
Constant Field Values
Generated

eNS_URI

public static final java.lang.String eNS_URI
The package namespace URI.

See Also:
Constant Field Values
Generated

eNS_PREFIX

public static final java.lang.String eNS_PREFIX
The package namespace name.

See Also:
Constant Field Values
Generated

eINSTANCE

public static final ResourceTypesPackage eINSTANCE
The singleton instance of the package.

Generated

J2EERT

public static final int J2EERT
The meta object id for the 'J2EERT' enum.

See Also:
J2EERT, ResourceTypesPackageImpl.getJ2EERT(), Constant Field Values
Generated

OSRT

public static final int OSRT
The meta object id for the 'OSRT' enum.

See Also:
OSRT, ResourceTypesPackageImpl.getOSRT(), Constant Field Values
Generated

RDBRT

public static final int RDBRT
The meta object id for the 'RDBRT' enum.

See Also:
RDBRT, ResourceTypesPackageImpl.getRDBRT(), Constant Field Values
Generated

WSRT

public static final int WSRT
The meta object id for the 'WSRT' enum.

See Also:
WSRT, ResourceTypesPackageImpl.getWSRT(), Constant Field Values
Generated

J2EERT_OBJECT

public static final int J2EERT_OBJECT
The meta object id for the 'J2EERT Object' data type.

See Also:
J2EERT, ResourceTypesPackageImpl.getJ2EERTObject(), Constant Field Values
Generated

OSRT_OBJECT

public static final int OSRT_OBJECT
The meta object id for the 'OSRT Object' data type.

See Also:
OSRT, ResourceTypesPackageImpl.getOSRTObject(), Constant Field Values
Generated

RDBRT_OBJECT

public static final int RDBRT_OBJECT
The meta object id for the 'RDBRT Object' data type.

See Also:
RDBRT, ResourceTypesPackageImpl.getRDBRTObject(), Constant Field Values
Generated

RESOURCE_CATEGORY

public static final int RESOURCE_CATEGORY
The meta object id for the 'Resource Category' data type.

See Also:
Enumerator, ResourceTypesPackageImpl.getResourceCategory(), Constant Field Values
Generated

WSRT_OBJECT

public static final int WSRT_OBJECT
The meta object id for the 'WSRT Object' data type.

See Also:
WSRT, ResourceTypesPackageImpl.getWSRTObject(), Constant Field Values
Generated
Method Detail

getJ2EERT

public org.eclipse.emf.ecore.EEnum getJ2EERT()
Returns the meta object for enum 'J2EERT'.

Returns:
the meta object for enum 'J2EERT'.
See Also:
J2EERT
Generated

getOSRT

public org.eclipse.emf.ecore.EEnum getOSRT()
Returns the meta object for enum 'OSRT'.

Returns:
the meta object for enum 'OSRT'.
See Also:
OSRT
Generated

getRDBRT

public org.eclipse.emf.ecore.EEnum getRDBRT()
Returns the meta object for enum 'RDBRT'.

Returns:
the meta object for enum 'RDBRT'.
See Also:
RDBRT
Generated

getWSRT

public org.eclipse.emf.ecore.EEnum getWSRT()
Returns the meta object for enum 'WSRT'.

Returns:
the meta object for enum 'WSRT'.
See Also:
WSRT
Generated

getJ2EERTObject

public org.eclipse.emf.ecore.EDataType getJ2EERTObject()
Returns the meta object for data type 'J2EERT Object'.

Returns:
the meta object for data type 'J2EERT Object'.
See Also:
J2EERT
Generated
[EMF] Model
instanceClass="org.eclipse.tptp.platform.models.symptom.resource.types.J2EERT" extendedMetaData="name='J2EE_RT:Object' baseType='J2EE_RT'"

getOSRTObject

public org.eclipse.emf.ecore.EDataType getOSRTObject()
Returns the meta object for data type 'OSRT Object'.

Returns:
the meta object for data type 'OSRT Object'.
See Also:
OSRT
Generated
[EMF] Model
instanceClass="org.eclipse.tptp.platform.models.symptom.resource.types.OSRT" extendedMetaData="name='OS_RT:Object' baseType='OS_RT'"

getRDBRTObject

public org.eclipse.emf.ecore.EDataType getRDBRTObject()
Returns the meta object for data type 'RDBRT Object'.

Returns:
the meta object for data type 'RDBRT Object'.
See Also:
RDBRT
Generated
[EMF] Model
instanceClass="org.eclipse.tptp.platform.models.symptom.resource.types.RDBRT" extendedMetaData="name='RDB_RT:Object' baseType='RDB_RT'"

getResourceCategory

public org.eclipse.emf.ecore.EDataType getResourceCategory()
Returns the meta object for data type 'Resource Category'.

Returns:
the meta object for data type 'Resource Category'.
See Also:
Enumerator
Generated
[EMF] Model
instanceClass="org.eclipse.emf.common.util.Enumerator" extendedMetaData="name='ResourceCategory' memberTypes='OS_RT J2EE_RT WS_RT RDB_RT'"

getWSRTObject

public org.eclipse.emf.ecore.EDataType getWSRTObject()
Returns the meta object for data type 'WSRT Object'.

Returns:
the meta object for data type 'WSRT Object'.
See Also:
WSRT
Generated
[EMF] Model
instanceClass="org.eclipse.tptp.platform.models.symptom.resource.types.WSRT" extendedMetaData="name='WS_RT:Object' baseType='WS_RT'"

getResourceTypesFactory

public ResourceTypesFactory getResourceTypesFactory()
Returns the factory that creates the instances of the model.

Returns:
the factory that creates the instances of the model.
Generated

TPTP 4.2.0 Platform Project
Public API Specification