TPTP 4.2.0 Platform Project
Internal API Specification

org.eclipse.hyades.logging.adapter.model.internal.unit
Interface UnitPackage

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

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

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

Copyright (c) 2005 IBM Corporation and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html

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

Nested Class Summary
static interface UnitPackage.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 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__PROCESS_UNIT
          The feature id for the 'Process Unit' 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 UnitPackage 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 PROCESS_UNIT_TYPE
          The meta object id for the 'Process Unit Type' class
static int PROCESS_UNIT_TYPE__DESCRIPTION
          The feature id for the 'Description' attribute
static int PROCESS_UNIT_TYPE__PROPERTY
          The feature id for the 'Property' containment reference list
static int PROCESS_UNIT_TYPE__UNIQUE_ID
          The feature id for the 'Unique ID' attribute
static int PROCESS_UNIT_TYPE_FEATURE_COUNT
          The number of structural features of the 'Process Unit Type' class
static int PROPERTY_TYPE
          The meta object id for the 'Property Type' class
static int PROPERTY_TYPE__PROPERTY_NAME
          The feature id for the 'Property Name' attribute
static int PROPERTY_TYPE__PROPERTY_VALUE
          The feature id for the 'Property Value' attribute
static int PROPERTY_TYPE_FEATURE_COUNT
          The number of structural features of the 'Property 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_ProcessUnit()
          Returns the meta object for the containment reference 'Process Unit'
 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'
 org.eclipse.emf.ecore.EAttribute getProcessUnitType_Description()
          Returns the meta object for the attribute 'Description'
 org.eclipse.emf.ecore.EReference getProcessUnitType_Property()
          Returns the meta object for the containment reference list 'Property'
 org.eclipse.emf.ecore.EAttribute getProcessUnitType_UniqueID()
          Returns the meta object for the attribute 'Unique ID'
 org.eclipse.emf.ecore.EClass getProcessUnitType()
          Returns the meta object for class 'Process Unit Type'
 org.eclipse.emf.ecore.EAttribute getPropertyType_PropertyName()
          Returns the meta object for the attribute 'Property Name'
 org.eclipse.emf.ecore.EAttribute getPropertyType_PropertyValue()
          Returns the meta object for the attribute 'Property Value'
 org.eclipse.emf.ecore.EClass getPropertyType()
          Returns the meta object for class 'Property Type'
 UnitFactory getUnitFactory()
          Returns the factory that creates the instances of the model
 
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 UnitPackage eINSTANCE
The singleton instance of the package.

Generated

PROCESS_UNIT_TYPE

public static final int PROCESS_UNIT_TYPE
The meta object id for the 'Process Unit Type' class.

See Also:
ProcessUnitTypeImpl, UnitPackageImpl.getProcessUnitType(), Constant Field Values
Generated

PROCESS_UNIT_TYPE__PROPERTY

public static final int PROCESS_UNIT_TYPE__PROPERTY
The feature id for the 'Property' containment reference list.

See Also:
Constant Field Values
Generated
[EMF] Ordered

PROCESS_UNIT_TYPE__DESCRIPTION

public static final int PROCESS_UNIT_TYPE__DESCRIPTION
The feature id for the 'Description' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

PROCESS_UNIT_TYPE__UNIQUE_ID

public static final int PROCESS_UNIT_TYPE__UNIQUE_ID
The feature id for the 'Unique ID' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

PROCESS_UNIT_TYPE_FEATURE_COUNT

public static final int PROCESS_UNIT_TYPE_FEATURE_COUNT
The number of structural features of the 'Process Unit Type' class.

See Also:
Constant Field Values
Generated
[EMF] Ordered

PROPERTY_TYPE

public static final int PROPERTY_TYPE
The meta object id for the 'Property Type' class.

See Also:
PropertyTypeImpl, UnitPackageImpl.getPropertyType(), Constant Field Values
Generated

PROPERTY_TYPE__PROPERTY_NAME

public static final int PROPERTY_TYPE__PROPERTY_NAME
The feature id for the 'Property Name' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

PROPERTY_TYPE__PROPERTY_VALUE

public static final int PROPERTY_TYPE__PROPERTY_VALUE
The feature id for the 'Property Value' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

PROPERTY_TYPE_FEATURE_COUNT

public static final int PROPERTY_TYPE_FEATURE_COUNT
The number of structural features of the 'Property Type' class.

See Also:
Constant Field Values
Generated
[EMF] Ordered

DOCUMENT_ROOT

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

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

DOCUMENT_ROOT__MIXED

public 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

public 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

public 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__PROCESS_UNIT

public static final int DOCUMENT_ROOT__PROCESS_UNIT
The feature id for the 'Process Unit' containment reference.

See Also:
Constant Field Values
Generated
[EMF] Ordered

DOCUMENT_ROOT_FEATURE_COUNT

public 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
Method Detail

getProcessUnitType

public org.eclipse.emf.ecore.EClass getProcessUnitType()
Returns the meta object for class 'Process Unit Type'.

Returns:
the meta object for class 'Process Unit Type'.
See Also:
ProcessUnitType
Generated

getProcessUnitType_Property

public org.eclipse.emf.ecore.EReference getProcessUnitType_Property()
Returns the meta object for the containment reference list 'Property'.

Returns:
the meta object for the containment reference list 'Property'.
See Also:
ProcessUnitType.getProperty(), getProcessUnitType()
Generated

getProcessUnitType_Description

public org.eclipse.emf.ecore.EAttribute getProcessUnitType_Description()
Returns the meta object for the attribute 'Description'.

Returns:
the meta object for the attribute 'Description'.
See Also:
ProcessUnitType.getDescription(), getProcessUnitType()
Generated

getProcessUnitType_UniqueID

public org.eclipse.emf.ecore.EAttribute getProcessUnitType_UniqueID()
Returns the meta object for the attribute 'Unique ID'.

Returns:
the meta object for the attribute 'Unique ID'.
See Also:
ProcessUnitType.getUniqueID(), getProcessUnitType()
Generated

getPropertyType

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

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

getPropertyType_PropertyName

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

Returns:
the meta object for the attribute 'Property Name'.
See Also:
PropertyType.getPropertyName(), getPropertyType()
Generated

getPropertyType_PropertyValue

public org.eclipse.emf.ecore.EAttribute getPropertyType_PropertyValue()
Returns the meta object for the attribute 'Property Value'.

Returns:
the meta object for the attribute 'Property Value'.
See Also:
PropertyType.getPropertyValue(), getPropertyType()
Generated

getDocumentRoot

public 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

public 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

public 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

public 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_ProcessUnit

public org.eclipse.emf.ecore.EReference getDocumentRoot_ProcessUnit()
Returns the meta object for the containment reference 'Process Unit'.

Returns:
the meta object for the containment reference 'Process Unit'.
See Also:
DocumentRoot.getProcessUnit(), getDocumentRoot()
Generated

getUnitFactory

public UnitFactory getUnitFactory()
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
Internal API Specification