TPTP 4.6.0 Platform Project
Public API Specification

org.eclipse.tptp.platform.models.symptom.resource
Interface ResourcePackage

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:
ResourcePackageImpl

public interface ResourcePackage
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:
ResourceFactory
Generated
[EMF] Model
kind="package"

Nested Class Summary
static interface ResourcePackage.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 DOCUMENT_ROOT
          The meta object id for the 'Document Root' class
static int DOCUMENT_ROOT__MIXED
          The feature id for the 'Mixed' attribute list
static int DOCUMENT_ROOT__RESOURCE_INSTANCE
          The feature id for the 'Resource Instance' containment reference
static int DOCUMENT_ROOT__RESOURCE_TYPE
          The feature id for the 'Resource Type' containment reference
static int DOCUMENT_ROOT__XMLNS_PREFIX_MAP
          The feature id for the 'XMLNS Prefix Map' map
static int DOCUMENT_ROOT__XSI_SCHEMA_LOCATION
          The feature id for the 'XSI Schema Location' map
static int DOCUMENT_ROOT_FEATURE_COUNT
          The number of structural features of the 'Document Root' class
static ResourcePackage 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 RESOURCE_INSTANCE
          The meta object id for the 'Instance' class
static int RESOURCE_INSTANCE__ANY
          The feature id for the 'Any' attribute list
static int RESOURCE_INSTANCE__CHANGED
          The feature id for the 'Changed' attribute
static int RESOURCE_INSTANCE__CREATED
          The feature id for the 'Created' attribute
static int RESOURCE_INSTANCE__EXPIRED
          The feature id for the 'Expired' attribute
static int RESOURCE_INSTANCE__NAME
          The feature id for the 'Name' attribute
static int RESOURCE_INSTANCE__STATE
          The feature id for the 'State' attribute
static int RESOURCE_INSTANCE__TYPE
          The feature id for the 'Type' reference
static int RESOURCE_INSTANCE__UUID
          The feature id for the 'Uuid' attribute
static int RESOURCE_INSTANCE__VERSION
          The feature id for the 'Version' attribute
static int RESOURCE_INSTANCE_FEATURE_COUNT
          The number of structural features of the 'Instance' class
static int RESOURCE_TYPE
          The meta object id for the 'Type' class
static int RESOURCE_TYPE__ANY
          The feature id for the 'Any' attribute list
static int RESOURCE_TYPE__CATEGORY
          The feature id for the 'Category' attribute
static int RESOURCE_TYPE__CHILD
          The feature id for the 'Child' reference list
static int RESOURCE_TYPE__COMMENT
          The feature id for the 'Comment' containment reference list
static int RESOURCE_TYPE__DESCRIPTION
          The feature id for the 'Description' containment reference
static int RESOURCE_TYPE__MIRROR
          The feature id for the 'Mirror' attribute list
static int RESOURCE_TYPE__NAME
          The feature id for the 'Name' attribute
static int RESOURCE_TYPE__PARENT
          The feature id for the 'Parent' reference
static int RESOURCE_TYPE__TYPE
          The feature id for the 'Type' attribute
static int RESOURCE_TYPE__URL
          The feature id for the 'Url' attribute
static int RESOURCE_TYPE__UUID
          The feature id for the 'Uuid' attribute
static int RESOURCE_TYPE__VERSION
          The feature id for the 'Version' attribute
static int RESOURCE_TYPE_FEATURE_COUNT
          The number of structural features of the 'Type' class
 
Method Summary
 org.eclipse.emf.ecore.EAttribute getDocumentRoot_Mixed()
          Returns the meta object for the attribute list 'Mixed'
 org.eclipse.emf.ecore.EReference getDocumentRoot_ResourceInstance()
          Returns the meta object for the containment reference 'Resource Instance'
 org.eclipse.emf.ecore.EReference getDocumentRoot_ResourceType()
          Returns the meta object for the containment reference 'Resource Type'
 org.eclipse.emf.ecore.EReference getDocumentRoot_XMLNSPrefixMap()
          Returns the meta object for the map 'XMLNS Prefix Map'
 org.eclipse.emf.ecore.EReference getDocumentRoot_XSISchemaLocation()
          Returns the meta object for the map 'XSI Schema Location'
 org.eclipse.emf.ecore.EClass getDocumentRoot()
          Returns the meta object for class 'Document Root'
 ResourceFactory getResourceFactory()
          Returns the factory that creates the instances of the model
 org.eclipse.emf.ecore.EAttribute getResourceInstance_Any()
          Returns the meta object for the attribute list 'Any'
 org.eclipse.emf.ecore.EAttribute getResourceInstance_Changed()
          Returns the meta object for the attribute 'Changed'
 org.eclipse.emf.ecore.EAttribute getResourceInstance_Created()
          Returns the meta object for the attribute 'Created'
 org.eclipse.emf.ecore.EAttribute getResourceInstance_Expired()
          Returns the meta object for the attribute 'Expired'
 org.eclipse.emf.ecore.EAttribute getResourceInstance_Name()
          Returns the meta object for the attribute 'Name'
 org.eclipse.emf.ecore.EAttribute getResourceInstance_State()
          Returns the meta object for the attribute 'State'
 org.eclipse.emf.ecore.EReference getResourceInstance_Type()
          Returns the meta object for the reference 'Type'
 org.eclipse.emf.ecore.EAttribute getResourceInstance_Uuid()
          Returns the meta object for the attribute 'Uuid'
 org.eclipse.emf.ecore.EAttribute getResourceInstance_Version()
          Returns the meta object for the attribute 'Version'
 org.eclipse.emf.ecore.EClass getResourceInstance()
          Returns the meta object for class 'Instance'
 org.eclipse.emf.ecore.EAttribute getResourceType_Any()
          Returns the meta object for the attribute list 'Any'
 org.eclipse.emf.ecore.EAttribute getResourceType_Category()
          Returns the meta object for the attribute 'Category'
 org.eclipse.emf.ecore.EReference getResourceType_Child()
          Returns the meta object for the reference list 'Child'
 org.eclipse.emf.ecore.EReference getResourceType_Comment()
          Returns the meta object for the containment reference list 'Comment'
 org.eclipse.emf.ecore.EReference getResourceType_Description()
          Returns the meta object for the containment reference 'Description'
 org.eclipse.emf.ecore.EAttribute getResourceType_Mirror()
          Returns the meta object for the attribute list 'Mirror'
 org.eclipse.emf.ecore.EAttribute getResourceType_Name()
          Returns the meta object for the attribute 'Name'
 org.eclipse.emf.ecore.EReference getResourceType_Parent()
          Returns the meta object for the reference 'Parent'
 org.eclipse.emf.ecore.EAttribute getResourceType_Type()
          Returns the meta object for the attribute 'Type'
 org.eclipse.emf.ecore.EAttribute getResourceType_Url()
          Returns the meta object for the attribute 'Url'
 org.eclipse.emf.ecore.EAttribute getResourceType_Uuid()
          Returns the meta object for the attribute 'Uuid'
 org.eclipse.emf.ecore.EAttribute getResourceType_Version()
          Returns the meta object for the attribute 'Version'
 org.eclipse.emf.ecore.EClass getResourceType()
          Returns the meta object for class '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

eNAME

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

See Also:
Constant Field Values
Generated

eNS_URI

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

See Also:
Constant Field Values
Generated

eNS_PREFIX

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

See Also:
Constant Field Values
Generated

eINSTANCE

static final ResourcePackage eINSTANCE
The singleton instance of the package.

Generated

DOCUMENT_ROOT

static final int DOCUMENT_ROOT
The meta object id for the 'Document Root' class.

See Also:
DocumentRootImpl, ResourcePackageImpl.getDocumentRoot(), Constant Field Values
Generated

DOCUMENT_ROOT__MIXED

static final int DOCUMENT_ROOT__MIXED
The feature id for the 'Mixed' attribute list.

See Also:
Constant Field Values
Generated
[EMF] Ordered

DOCUMENT_ROOT__XMLNS_PREFIX_MAP

static final int DOCUMENT_ROOT__XMLNS_PREFIX_MAP
The feature id for the 'XMLNS Prefix Map' map.

See Also:
Constant Field Values
Generated
[EMF] Ordered

DOCUMENT_ROOT__XSI_SCHEMA_LOCATION

static final int DOCUMENT_ROOT__XSI_SCHEMA_LOCATION
The feature id for the 'XSI Schema Location' map.

See Also:
Constant Field Values
Generated
[EMF] Ordered

DOCUMENT_ROOT__RESOURCE_INSTANCE

static final int DOCUMENT_ROOT__RESOURCE_INSTANCE
The feature id for the 'Resource Instance' containment reference.

See Also:
Constant Field Values
Generated
[EMF] Ordered

DOCUMENT_ROOT__RESOURCE_TYPE

static final int DOCUMENT_ROOT__RESOURCE_TYPE
The feature id for the 'Resource Type' containment reference.

See Also:
Constant Field Values
Generated
[EMF] Ordered

DOCUMENT_ROOT_FEATURE_COUNT

static final int DOCUMENT_ROOT_FEATURE_COUNT
The number of structural features of the 'Document Root' class.

See Also:
Constant Field Values
Generated
[EMF] Ordered

RESOURCE_INSTANCE

static final int RESOURCE_INSTANCE
The meta object id for the 'Instance' class.

See Also:
ResourceInstanceImpl, ResourcePackageImpl.getResourceInstance(), Constant Field Values
Generated

RESOURCE_INSTANCE__UUID

static final int RESOURCE_INSTANCE__UUID
The feature id for the 'Uuid' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

RESOURCE_INSTANCE__NAME

static final int RESOURCE_INSTANCE__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

RESOURCE_INSTANCE__VERSION

static final int RESOURCE_INSTANCE__VERSION
The feature id for the 'Version' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

RESOURCE_INSTANCE__STATE

static final int RESOURCE_INSTANCE__STATE
The feature id for the 'State' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

RESOURCE_INSTANCE__CREATED

static final int RESOURCE_INSTANCE__CREATED
The feature id for the 'Created' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

RESOURCE_INSTANCE__CHANGED

static final int RESOURCE_INSTANCE__CHANGED
The feature id for the 'Changed' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

RESOURCE_INSTANCE__EXPIRED

static final int RESOURCE_INSTANCE__EXPIRED
The feature id for the 'Expired' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

RESOURCE_INSTANCE__TYPE

static final int RESOURCE_INSTANCE__TYPE
The feature id for the 'Type' reference.

See Also:
Constant Field Values
Generated
[EMF] Ordered

RESOURCE_INSTANCE__ANY

static final int RESOURCE_INSTANCE__ANY
The feature id for the 'Any' attribute list.

See Also:
Constant Field Values
Generated
[EMF] Ordered

RESOURCE_INSTANCE_FEATURE_COUNT

static final int RESOURCE_INSTANCE_FEATURE_COUNT
The number of structural features of the 'Instance' class.

See Also:
Constant Field Values
Generated
[EMF] Ordered

RESOURCE_TYPE

static final int RESOURCE_TYPE
The meta object id for the 'Type' class.

See Also:
ResourceTypeImpl, ResourcePackageImpl.getResourceType(), Constant Field Values
Generated

RESOURCE_TYPE__UUID

static final int RESOURCE_TYPE__UUID
The feature id for the 'Uuid' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

RESOURCE_TYPE__NAME

static final int RESOURCE_TYPE__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

RESOURCE_TYPE__VERSION

static final int RESOURCE_TYPE__VERSION
The feature id for the 'Version' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

RESOURCE_TYPE__DESCRIPTION

static final int RESOURCE_TYPE__DESCRIPTION
The feature id for the 'Description' containment reference.

See Also:
Constant Field Values
Generated
[EMF] Ordered

RESOURCE_TYPE__COMMENT

static final int RESOURCE_TYPE__COMMENT
The feature id for the 'Comment' containment reference list.

See Also:
Constant Field Values
Generated
[EMF] Ordered

RESOURCE_TYPE__URL

static final int RESOURCE_TYPE__URL
The feature id for the 'Url' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

RESOURCE_TYPE__MIRROR

static final int RESOURCE_TYPE__MIRROR
The feature id for the 'Mirror' attribute list.

See Also:
Constant Field Values
Generated
[EMF] Ordered

RESOURCE_TYPE__PARENT

static final int RESOURCE_TYPE__PARENT
The feature id for the 'Parent' reference.

See Also:
Constant Field Values
Generated
[EMF] Ordered

RESOURCE_TYPE__CHILD

static final int RESOURCE_TYPE__CHILD
The feature id for the 'Child' reference list.

See Also:
Constant Field Values
Generated
[EMF] Ordered

RESOURCE_TYPE__ANY

static final int RESOURCE_TYPE__ANY
The feature id for the 'Any' attribute list.

See Also:
Constant Field Values
Generated
[EMF] Ordered

RESOURCE_TYPE__CATEGORY

static final int RESOURCE_TYPE__CATEGORY
The feature id for the 'Category' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

RESOURCE_TYPE__TYPE

static final int RESOURCE_TYPE__TYPE
The feature id for the 'Type' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

RESOURCE_TYPE_FEATURE_COUNT

static final int RESOURCE_TYPE_FEATURE_COUNT
The number of structural features of the 'Type' class.

See Also:
Constant Field Values
Generated
[EMF] Ordered
Method Detail

getDocumentRoot

org.eclipse.emf.ecore.EClass getDocumentRoot()
Returns the meta object for class 'Document Root'.

Returns:
the meta object for class 'Document Root'.
See Also:
DocumentRoot
Generated

getDocumentRoot_Mixed

org.eclipse.emf.ecore.EAttribute getDocumentRoot_Mixed()
Returns the meta object for the attribute list 'Mixed'.

Returns:
the meta object for the attribute list 'Mixed'.
See Also:
DocumentRoot.getMixed(), getDocumentRoot()
Generated

getDocumentRoot_XMLNSPrefixMap

org.eclipse.emf.ecore.EReference getDocumentRoot_XMLNSPrefixMap()
Returns the meta object for the map 'XMLNS Prefix Map'.

Returns:
the meta object for the map 'XMLNS Prefix Map'.
See Also:
DocumentRoot.getXMLNSPrefixMap(), getDocumentRoot()
Generated

getDocumentRoot_XSISchemaLocation

org.eclipse.emf.ecore.EReference getDocumentRoot_XSISchemaLocation()
Returns the meta object for the map 'XSI Schema Location'.

Returns:
the meta object for the map 'XSI Schema Location'.
See Also:
DocumentRoot.getXSISchemaLocation(), getDocumentRoot()
Generated

getDocumentRoot_ResourceInstance

org.eclipse.emf.ecore.EReference getDocumentRoot_ResourceInstance()
Returns the meta object for the containment reference 'Resource Instance'.

Returns:
the meta object for the containment reference 'Resource Instance'.
See Also:
DocumentRoot.getResourceInstance(), getDocumentRoot()
Generated

getDocumentRoot_ResourceType

org.eclipse.emf.ecore.EReference getDocumentRoot_ResourceType()
Returns the meta object for the containment reference 'Resource Type'.

Returns:
the meta object for the containment reference 'Resource Type'.
See Also:
DocumentRoot.getResourceType(), getDocumentRoot()
Generated

getResourceInstance

org.eclipse.emf.ecore.EClass getResourceInstance()
Returns the meta object for class 'Instance'.

Returns:
the meta object for class 'Instance'.
See Also:
ResourceInstance
Generated

getResourceInstance_Uuid

org.eclipse.emf.ecore.EAttribute getResourceInstance_Uuid()
Returns the meta object for the attribute 'Uuid'.

Returns:
the meta object for the attribute 'Uuid'.
See Also:
ResourceInstance.getUuid(), getResourceInstance()
Generated

getResourceInstance_Name

org.eclipse.emf.ecore.EAttribute getResourceInstance_Name()
Returns the meta object for the attribute 'Name'.

Returns:
the meta object for the attribute 'Name'.
See Also:
ResourceInstance.getName(), getResourceInstance()
Generated

getResourceInstance_Version

org.eclipse.emf.ecore.EAttribute getResourceInstance_Version()
Returns the meta object for the attribute 'Version'.

Returns:
the meta object for the attribute 'Version'.
See Also:
ResourceInstance.getVersion(), getResourceInstance()
Generated

getResourceInstance_State

org.eclipse.emf.ecore.EAttribute getResourceInstance_State()
Returns the meta object for the attribute 'State'.

Returns:
the meta object for the attribute 'State'.
See Also:
ResourceInstance.getState(), getResourceInstance()
Generated

getResourceInstance_Created

org.eclipse.emf.ecore.EAttribute getResourceInstance_Created()
Returns the meta object for the attribute 'Created'.

Returns:
the meta object for the attribute 'Created'.
See Also:
ResourceInstance.getCreated(), getResourceInstance()
Generated

getResourceInstance_Changed

org.eclipse.emf.ecore.EAttribute getResourceInstance_Changed()
Returns the meta object for the attribute 'Changed'.

Returns:
the meta object for the attribute 'Changed'.
See Also:
ResourceInstance.getChanged(), getResourceInstance()
Generated

getResourceInstance_Expired

org.eclipse.emf.ecore.EAttribute getResourceInstance_Expired()
Returns the meta object for the attribute 'Expired'.

Returns:
the meta object for the attribute 'Expired'.
See Also:
ResourceInstance.getExpired(), getResourceInstance()
Generated

getResourceInstance_Type

org.eclipse.emf.ecore.EReference getResourceInstance_Type()
Returns the meta object for the reference 'Type'.

Returns:
the meta object for the reference 'Type'.
See Also:
ResourceInstance.getType(), getResourceInstance()
Generated

getResourceInstance_Any

org.eclipse.emf.ecore.EAttribute getResourceInstance_Any()
Returns the meta object for the attribute list 'Any'.

Returns:
the meta object for the attribute list 'Any'.
See Also:
ResourceInstance.getAny(), getResourceInstance()
Generated

getResourceType

org.eclipse.emf.ecore.EClass getResourceType()
Returns the meta object for class 'Type'.

Returns:
the meta object for class 'Type'.
See Also:
ResourceType
Generated

getResourceType_Uuid

org.eclipse.emf.ecore.EAttribute getResourceType_Uuid()
Returns the meta object for the attribute 'Uuid'.

Returns:
the meta object for the attribute 'Uuid'.
See Also:
ResourceType.getUuid(), getResourceType()
Generated

getResourceType_Name

org.eclipse.emf.ecore.EAttribute getResourceType_Name()
Returns the meta object for the attribute 'Name'.

Returns:
the meta object for the attribute 'Name'.
See Also:
ResourceType.getName(), getResourceType()
Generated

getResourceType_Version

org.eclipse.emf.ecore.EAttribute getResourceType_Version()
Returns the meta object for the attribute 'Version'.

Returns:
the meta object for the attribute 'Version'.
See Also:
ResourceType.getVersion(), getResourceType()
Generated

getResourceType_Description

org.eclipse.emf.ecore.EReference getResourceType_Description()
Returns the meta object for the containment reference 'Description'.

Returns:
the meta object for the containment reference 'Description'.
See Also:
ResourceType.getDescription(), getResourceType()
Generated

getResourceType_Comment

org.eclipse.emf.ecore.EReference getResourceType_Comment()
Returns the meta object for the containment reference list 'Comment'.

Returns:
the meta object for the containment reference list 'Comment'.
See Also:
ResourceType.getComment(), getResourceType()
Generated

getResourceType_Url

org.eclipse.emf.ecore.EAttribute getResourceType_Url()
Returns the meta object for the attribute 'Url'.

Returns:
the meta object for the attribute 'Url'.
See Also:
ResourceType.getUrl(), getResourceType()
Generated

getResourceType_Mirror

org.eclipse.emf.ecore.EAttribute getResourceType_Mirror()
Returns the meta object for the attribute list 'Mirror'.

Returns:
the meta object for the attribute list 'Mirror'.
See Also:
ResourceType.getMirror(), getResourceType()
Generated

getResourceType_Parent

org.eclipse.emf.ecore.EReference getResourceType_Parent()
Returns the meta object for the reference 'Parent'.

Returns:
the meta object for the reference 'Parent'.
See Also:
ResourceType.getParent(), getResourceType()
Generated

getResourceType_Child

org.eclipse.emf.ecore.EReference getResourceType_Child()
Returns the meta object for the reference list 'Child'.

Returns:
the meta object for the reference list 'Child'.
See Also:
ResourceType.getChild(), getResourceType()
Generated

getResourceType_Any

org.eclipse.emf.ecore.EAttribute getResourceType_Any()
Returns the meta object for the attribute list 'Any'.

Returns:
the meta object for the attribute list 'Any'.
See Also:
ResourceType.getAny(), getResourceType()
Generated

getResourceType_Category

org.eclipse.emf.ecore.EAttribute getResourceType_Category()
Returns the meta object for the attribute 'Category'.

Returns:
the meta object for the attribute 'Category'.
See Also:
ResourceType.getCategory(), getResourceType()
Generated

getResourceType_Type

org.eclipse.emf.ecore.EAttribute getResourceType_Type()
Returns the meta object for the attribute 'Type'.

Returns:
the meta object for the attribute 'Type'.
See Also:
ResourceType.getType(), getResourceType()
Generated

getResourceFactory

ResourceFactory getResourceFactory()
Returns the factory that creates the instances of the model.

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

TPTP 4.6.0 Platform Project
Public API Specification