|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface UnitPackage
The Package for the model. It contains accessors for the meta objects to represent
UnitFactory| 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/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__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__DISABLED
The feature id for the 'Disabled' 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.EAttribute |
getProcessUnitType_Disabled()
Returns the meta object for the attribute ' Disabled' |
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 |
|---|
static final java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final UnitPackage eINSTANCE
static final int PROCESS_UNIT_TYPE
Process Unit Type' class.
ProcessUnitTypeImpl,
UnitPackageImpl.getProcessUnitType(),
Constant Field Valuesstatic final int PROCESS_UNIT_TYPE__PROPERTY
static final int PROCESS_UNIT_TYPE__DESCRIPTION
static final int PROCESS_UNIT_TYPE__DISABLED
static final int PROCESS_UNIT_TYPE__UNIQUE_ID
static final int PROCESS_UNIT_TYPE_FEATURE_COUNT
static final int PROPERTY_TYPE
Property Type' class.
PropertyTypeImpl,
UnitPackageImpl.getPropertyType(),
Constant Field Valuesstatic final int PROPERTY_TYPE__PROPERTY_NAME
static final int PROPERTY_TYPE__PROPERTY_VALUE
static final int PROPERTY_TYPE_FEATURE_COUNT
static final int DOCUMENT_ROOT
Document Root' class.
DocumentRootImpl,
UnitPackageImpl.getDocumentRoot(),
Constant Field Valuesstatic final int DOCUMENT_ROOT__MIXED
static final int DOCUMENT_ROOT__XMLNS_PREFIX_MAP
static final int DOCUMENT_ROOT__XSI_SCHEMA_LOCATION
static final int DOCUMENT_ROOT__PROCESS_UNIT
static final int DOCUMENT_ROOT_FEATURE_COUNT
| Method Detail |
|---|
org.eclipse.emf.ecore.EClass getProcessUnitType()
Process Unit Type'.
ProcessUnitTypeorg.eclipse.emf.ecore.EReference getProcessUnitType_Property()
Property'.
ProcessUnitType.getProperty(),
getProcessUnitType()org.eclipse.emf.ecore.EAttribute getProcessUnitType_Description()
Description'.
ProcessUnitType.getDescription(),
getProcessUnitType()org.eclipse.emf.ecore.EAttribute getProcessUnitType_Disabled()
Disabled'.
ProcessUnitType.isDisabled(),
getProcessUnitType()org.eclipse.emf.ecore.EAttribute getProcessUnitType_UniqueID()
Unique ID'.
ProcessUnitType.getUniqueID(),
getProcessUnitType()org.eclipse.emf.ecore.EClass getPropertyType()
Property Type'.
PropertyTypeorg.eclipse.emf.ecore.EAttribute getPropertyType_PropertyName()
Property Name'.
PropertyType.getPropertyName(),
getPropertyType()org.eclipse.emf.ecore.EAttribute getPropertyType_PropertyValue()
Property Value'.
PropertyType.getPropertyValue(),
getPropertyType()org.eclipse.emf.ecore.EClass getDocumentRoot()
Document Root'.
DocumentRootorg.eclipse.emf.ecore.EAttribute getDocumentRoot_Mixed()
Mixed'.
DocumentRoot.getMixed(),
getDocumentRoot()org.eclipse.emf.ecore.EReference getDocumentRoot_XMLNSPrefixMap()
XMLNS Prefix Map'.
DocumentRoot.getXMLNSPrefixMap(),
getDocumentRoot()org.eclipse.emf.ecore.EReference getDocumentRoot_XSISchemaLocation()
XSI Schema Location'.
DocumentRoot.getXSISchemaLocation(),
getDocumentRoot()org.eclipse.emf.ecore.EReference getDocumentRoot_ProcessUnit()
Process Unit'.
DocumentRoot.getProcessUnit(),
getDocumentRoot()UnitFactory getUnitFactory()
|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||