TPTP 4.4.0 Platform Project
Public API Specification

org.eclipse.hyades.models.common.common
Interface CommonPackage

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

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

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

Internal package, please do not extend or use. The common pacakge provides the base classes that are similar to the UML concepts for defining classes and behaviour. This package is not intended to provide a general meta model for these concepts. It will be replaced if a UML model were to appear in Eclipse that can be used.

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

Nested Class Summary
static interface CommonPackage.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 CMN_ANNOTATION
          The meta object id for the 'CMN Annotation' class
static int CMN_ANNOTATION__DESCRIPTION
          The feature id for the 'Description' attribute
static int CMN_ANNOTATION__ID
          The feature id for the 'Id' attribute
static int CMN_ANNOTATION__NAME
          The feature id for the 'Name' attribute
static int CMN_ANNOTATION__TYPE
          The feature id for the 'Type' attribute
static int CMN_ANNOTATION__URI
          The feature id for the 'URI' attribute
static int CMN_ANNOTATION_FEATURE_COUNT
          The number of structural features of the 'CMN Annotation' class
static int CMN_DEFAULT_PROPERTY
          The meta object id for the 'CMN Default Property' class
static int CMN_DEFAULT_PROPERTY_FEATURE_COUNT
          The number of structural features of the 'CMN Default Property' class
static int CMN_EXTENDED_PROPERTY
          The meta object id for the 'CMN Extended Property' class
static int CMN_EXTENDED_PROPERTY__NAME
          The feature id for the 'Name' attribute
static int CMN_EXTENDED_PROPERTY__TYPE
          The feature id for the 'Type' attribute
static int CMN_EXTENDED_PROPERTY__VALUE
          The feature id for the 'Value' attribute
static int CMN_EXTENDED_PROPERTY_FEATURE_COUNT
          The number of structural features of the 'CMN Extended Property' class
static int CMN_MACHINE
          The meta object id for the 'CMN Machine' class
static int CMN_MACHINE__DEPLOYMENT
          The feature id for the 'Deployment' container reference
static int CMN_MACHINE__DESCRIPTION
          The feature id for the 'Description' attribute
static int CMN_MACHINE__HOSTNAME
          The feature id for the 'Hostname' attribute
static int CMN_MACHINE__ID
          The feature id for the 'Id' attribute
static int CMN_MACHINE__NAME
          The feature id for the 'Name' attribute
static int CMN_MACHINE__PARENT
          The feature id for the 'Parent' container reference
static int CMN_MACHINE__PROPERTY_GROUPS
          The feature id for the 'Property Groups' containment reference list
static int CMN_MACHINE__REF_SUB_LOCATIONS
          The feature id for the 'Ref Sub Locations' reference list
static int CMN_MACHINE__SUB_LOCATIONS
          The feature id for the 'Sub Locations' containment reference list
static int CMN_MACHINE__TIMEZONE
          The feature id for the 'Timezone' reference
static int CMN_MACHINE_FEATURE_COUNT
          The number of structural features of the 'CMN Machine' class
static int CMN_NAMED_ELEMENT
          The meta object id for the 'CMN Named Element' class
static int CMN_NAMED_ELEMENT__DESCRIPTION
          The feature id for the 'Description' attribute
static int CMN_NAMED_ELEMENT__ID
          The feature id for the 'Id' attribute
static int CMN_NAMED_ELEMENT__NAME
          The feature id for the 'Name' attribute
static int CMN_NAMED_ELEMENT_FEATURE_COUNT
          The number of structural features of the 'CMN Named Element' class
static int CMN_NODE_INSTANCE
          The meta object id for the 'CMN Node Instance' class
static int CMN_NODE_INSTANCE__DEPLOYMENT
          The feature id for the 'Deployment' container reference
static int CMN_NODE_INSTANCE__DESCRIPTION
          The feature id for the 'Description' attribute
static int CMN_NODE_INSTANCE__HOSTNAME
          The feature id for the 'Hostname' attribute
static int CMN_NODE_INSTANCE__ID
          The feature id for the 'Id' attribute
static int CMN_NODE_INSTANCE__NAME
          The feature id for the 'Name' attribute
static int CMN_NODE_INSTANCE__PARENT
          The feature id for the 'Parent' container reference
static int CMN_NODE_INSTANCE__PROPERTY_GROUPS
          The feature id for the 'Property Groups' containment reference list
static int CMN_NODE_INSTANCE__REF_SUB_LOCATIONS
          The feature id for the 'Ref Sub Locations' reference list
static int CMN_NODE_INSTANCE__SUB_LOCATIONS
          The feature id for the 'Sub Locations' containment reference list
static int CMN_NODE_INSTANCE__TIMEZONE
          The feature id for the 'Timezone' reference
static int CMN_NODE_INSTANCE_FEATURE_COUNT
          The number of structural features of the 'CMN Node Instance' class
static int CMN_NODE_TYPE
          The meta object id for the 'CMN Node Type' class
static int CMN_NODE_TYPE__DEPLOYMENT
          The feature id for the 'Deployment' container reference
static int CMN_NODE_TYPE__DESCRIPTION
          The feature id for the 'Description' attribute
static int CMN_NODE_TYPE__HOSTNAME
          The feature id for the 'Hostname' attribute
static int CMN_NODE_TYPE__ID
          The feature id for the 'Id' attribute
static int CMN_NODE_TYPE__NAME
          The feature id for the 'Name' attribute
static int CMN_NODE_TYPE__PARENT
          The feature id for the 'Parent' container reference
static int CMN_NODE_TYPE__PROPERTY_GROUPS
          The feature id for the 'Property Groups' containment reference list
static int CMN_NODE_TYPE__REF_SUB_LOCATIONS
          The feature id for the 'Ref Sub Locations' reference list
static int CMN_NODE_TYPE__SUB_LOCATIONS
          The feature id for the 'Sub Locations' containment reference list
static int CMN_NODE_TYPE__TIMEZONE
          The feature id for the 'Timezone' reference
static int CMN_NODE_TYPE_FEATURE_COUNT
          The number of structural features of the 'CMN Node Type' class
static java.lang.String copyright
           
static CommonPackage 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
 
Method Summary
 org.eclipse.emf.ecore.EAttribute getCMNAnnotation_Type()
          Returns the meta object for the attribute 'Type'
 org.eclipse.emf.ecore.EAttribute getCMNAnnotation_URI()
          Returns the meta object for the attribute 'URI'
 org.eclipse.emf.ecore.EClass getCMNAnnotation()
          Returns the meta object for class 'CMN Annotation'
 org.eclipse.emf.ecore.EClass getCMNDefaultProperty()
          Returns the meta object for class 'CMN Default Property'
 org.eclipse.emf.ecore.EAttribute getCMNExtendedProperty_Name()
          Returns the meta object for the attribute 'Name'
 org.eclipse.emf.ecore.EAttribute getCMNExtendedProperty_Type()
          Returns the meta object for the attribute 'Type'
 org.eclipse.emf.ecore.EAttribute getCMNExtendedProperty_Value()
          Returns the meta object for the attribute 'Value'
 org.eclipse.emf.ecore.EClass getCMNExtendedProperty()
          Returns the meta object for class 'CMN Extended Property'
 org.eclipse.emf.ecore.EClass getCMNMachine()
          Returns the meta object for class 'CMN Machine'
 org.eclipse.emf.ecore.EAttribute getCMNNamedElement_Description()
          Returns the meta object for the attribute 'Description'
 org.eclipse.emf.ecore.EAttribute getCMNNamedElement_Id()
          Returns the meta object for the attribute 'Id'
 org.eclipse.emf.ecore.EAttribute getCMNNamedElement_Name()
          Returns the meta object for the attribute 'Name'
 org.eclipse.emf.ecore.EClass getCMNNamedElement()
          Returns the meta object for class 'CMN Named Element'
 org.eclipse.emf.ecore.EAttribute getCMNNodeInstance_Hostname()
          Returns the meta object for the attribute 'Hostname'
 org.eclipse.emf.ecore.EClass getCMNNodeInstance()
          Returns the meta object for class 'CMN Node Instance'
 org.eclipse.emf.ecore.EAttribute getCMNNodeType_Hostname()
          Returns the meta object for the attribute 'Hostname'
 org.eclipse.emf.ecore.EClass getCMNNodeType()
          Returns the meta object for class 'CMN Node Type'
 CommonFactory getCommonFactory()
          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

copyright

public static final java.lang.String copyright

See Also:
Constant Field Values
Generated

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 CommonPackage eINSTANCE
The singleton instance of the package.

Generated

CMN_NAMED_ELEMENT

public static final int CMN_NAMED_ELEMENT
The meta object id for the 'CMN Named Element' class.

See Also:
CMNNamedElementImpl, CommonPackageImpl.getCMNNamedElement(), Constant Field Values
Generated

CMN_NAMED_ELEMENT__ID

public static final int CMN_NAMED_ELEMENT__ID
The feature id for the 'Id' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

CMN_NAMED_ELEMENT__DESCRIPTION

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

See Also:
Constant Field Values
Generated
[EMF] Ordered

CMN_NAMED_ELEMENT__NAME

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

See Also:
Constant Field Values
Generated
[EMF] Ordered

CMN_NAMED_ELEMENT_FEATURE_COUNT

public static final int CMN_NAMED_ELEMENT_FEATURE_COUNT
The number of structural features of the 'CMN Named Element' class.

See Also:
Constant Field Values
Generated
[EMF] Ordered

CMN_NODE_TYPE

public static final int CMN_NODE_TYPE
The meta object id for the 'CMN Node Type' class.

See Also:
CMNNodeTypeImpl, CommonPackageImpl.getCMNNodeType(), Constant Field Values
Generated

CMN_NODE_TYPE__ID

public static final int CMN_NODE_TYPE__ID
The feature id for the 'Id' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

CMN_NODE_TYPE__DESCRIPTION

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

See Also:
Constant Field Values
Generated
[EMF] Ordered

CMN_NODE_TYPE__NAME

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

See Also:
Constant Field Values
Generated
[EMF] Ordered

CMN_NODE_TYPE__PROPERTY_GROUPS

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

See Also:
Constant Field Values
Generated
[EMF] Ordered

CMN_NODE_TYPE__DEPLOYMENT

public static final int CMN_NODE_TYPE__DEPLOYMENT
The feature id for the 'Deployment' container reference.

See Also:
Constant Field Values
Generated
[EMF] Ordered

CMN_NODE_TYPE__TIMEZONE

public static final int CMN_NODE_TYPE__TIMEZONE
The feature id for the 'Timezone' reference.

See Also:
Constant Field Values
Generated
[EMF] Ordered

CMN_NODE_TYPE__SUB_LOCATIONS

public static final int CMN_NODE_TYPE__SUB_LOCATIONS
The feature id for the 'Sub Locations' containment reference list.

See Also:
Constant Field Values
Generated
[EMF] Ordered

CMN_NODE_TYPE__PARENT

public static final int CMN_NODE_TYPE__PARENT
The feature id for the 'Parent' container reference.

See Also:
Constant Field Values
Generated
[EMF] Ordered

CMN_NODE_TYPE__REF_SUB_LOCATIONS

public static final int CMN_NODE_TYPE__REF_SUB_LOCATIONS
The feature id for the 'Ref Sub Locations' reference list.

See Also:
Constant Field Values
Generated
[EMF] Ordered

CMN_NODE_TYPE__HOSTNAME

public static final int CMN_NODE_TYPE__HOSTNAME
The feature id for the 'Hostname' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

CMN_NODE_TYPE_FEATURE_COUNT

public static final int CMN_NODE_TYPE_FEATURE_COUNT
The number of structural features of the 'CMN Node Type' class.

See Also:
Constant Field Values
Generated
[EMF] Ordered

CMN_MACHINE

public static final int CMN_MACHINE
The meta object id for the 'CMN Machine' class.

See Also:
CMNMachineImpl, CommonPackageImpl.getCMNMachine(), Constant Field Values
Generated

CMN_MACHINE__ID

public static final int CMN_MACHINE__ID
The feature id for the 'Id' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

CMN_MACHINE__DESCRIPTION

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

See Also:
Constant Field Values
Generated
[EMF] Ordered

CMN_MACHINE__NAME

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

See Also:
Constant Field Values
Generated
[EMF] Ordered

CMN_MACHINE__PROPERTY_GROUPS

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

See Also:
Constant Field Values
Generated
[EMF] Ordered

CMN_MACHINE__DEPLOYMENT

public static final int CMN_MACHINE__DEPLOYMENT
The feature id for the 'Deployment' container reference.

See Also:
Constant Field Values
Generated
[EMF] Ordered

CMN_MACHINE__TIMEZONE

public static final int CMN_MACHINE__TIMEZONE
The feature id for the 'Timezone' reference.

See Also:
Constant Field Values
Generated
[EMF] Ordered

CMN_MACHINE__SUB_LOCATIONS

public static final int CMN_MACHINE__SUB_LOCATIONS
The feature id for the 'Sub Locations' containment reference list.

See Also:
Constant Field Values
Generated
[EMF] Ordered

CMN_MACHINE__PARENT

public static final int CMN_MACHINE__PARENT
The feature id for the 'Parent' container reference.

See Also:
Constant Field Values
Generated
[EMF] Ordered

CMN_MACHINE__REF_SUB_LOCATIONS

public static final int CMN_MACHINE__REF_SUB_LOCATIONS
The feature id for the 'Ref Sub Locations' reference list.

See Also:
Constant Field Values
Generated
[EMF] Ordered

CMN_MACHINE__HOSTNAME

public static final int CMN_MACHINE__HOSTNAME
The feature id for the 'Hostname' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

CMN_MACHINE_FEATURE_COUNT

public static final int CMN_MACHINE_FEATURE_COUNT
The number of structural features of the 'CMN Machine' class.

See Also:
Constant Field Values
Generated
[EMF] Ordered

CMN_NODE_INSTANCE

public static final int CMN_NODE_INSTANCE
The meta object id for the 'CMN Node Instance' class.

See Also:
CMNNodeInstanceImpl, CommonPackageImpl.getCMNNodeInstance(), Constant Field Values
Generated

CMN_NODE_INSTANCE__ID

public static final int CMN_NODE_INSTANCE__ID
The feature id for the 'Id' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

CMN_NODE_INSTANCE__DESCRIPTION

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

See Also:
Constant Field Values
Generated
[EMF] Ordered

CMN_NODE_INSTANCE__NAME

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

See Also:
Constant Field Values
Generated
[EMF] Ordered

CMN_NODE_INSTANCE__PROPERTY_GROUPS

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

See Also:
Constant Field Values
Generated
[EMF] Ordered

CMN_NODE_INSTANCE__DEPLOYMENT

public static final int CMN_NODE_INSTANCE__DEPLOYMENT
The feature id for the 'Deployment' container reference.

See Also:
Constant Field Values
Generated
[EMF] Ordered

CMN_NODE_INSTANCE__TIMEZONE

public static final int CMN_NODE_INSTANCE__TIMEZONE
The feature id for the 'Timezone' reference.

See Also:
Constant Field Values
Generated
[EMF] Ordered

CMN_NODE_INSTANCE__SUB_LOCATIONS

public static final int CMN_NODE_INSTANCE__SUB_LOCATIONS
The feature id for the 'Sub Locations' containment reference list.

See Also:
Constant Field Values
Generated
[EMF] Ordered

CMN_NODE_INSTANCE__PARENT

public static final int CMN_NODE_INSTANCE__PARENT
The feature id for the 'Parent' container reference.

See Also:
Constant Field Values
Generated
[EMF] Ordered

CMN_NODE_INSTANCE__REF_SUB_LOCATIONS

public static final int CMN_NODE_INSTANCE__REF_SUB_LOCATIONS
The feature id for the 'Ref Sub Locations' reference list.

See Also:
Constant Field Values
Generated
[EMF] Ordered

CMN_NODE_INSTANCE__HOSTNAME

public static final int CMN_NODE_INSTANCE__HOSTNAME
The feature id for the 'Hostname' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

CMN_NODE_INSTANCE_FEATURE_COUNT

public static final int CMN_NODE_INSTANCE_FEATURE_COUNT
The number of structural features of the 'CMN Node Instance' class.

See Also:
Constant Field Values
Generated
[EMF] Ordered

CMN_DEFAULT_PROPERTY

public static final int CMN_DEFAULT_PROPERTY
The meta object id for the 'CMN Default Property' class.

See Also:
CMNDefaultPropertyImpl, CommonPackageImpl.getCMNDefaultProperty(), Constant Field Values
Generated

CMN_DEFAULT_PROPERTY_FEATURE_COUNT

public static final int CMN_DEFAULT_PROPERTY_FEATURE_COUNT
The number of structural features of the 'CMN Default Property' class.

See Also:
Constant Field Values
Generated
[EMF] Ordered

CMN_EXTENDED_PROPERTY

public static final int CMN_EXTENDED_PROPERTY
The meta object id for the 'CMN Extended Property' class.

See Also:
CMNExtendedPropertyImpl, CommonPackageImpl.getCMNExtendedProperty(), Constant Field Values
Generated

CMN_EXTENDED_PROPERTY__NAME

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

See Also:
Constant Field Values
Generated
[EMF] Ordered

CMN_EXTENDED_PROPERTY__TYPE

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

See Also:
Constant Field Values
Generated
[EMF] Ordered

CMN_EXTENDED_PROPERTY__VALUE

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

See Also:
Constant Field Values
Generated
[EMF] Ordered

CMN_EXTENDED_PROPERTY_FEATURE_COUNT

public static final int CMN_EXTENDED_PROPERTY_FEATURE_COUNT
The number of structural features of the 'CMN Extended Property' class.

See Also:
Constant Field Values
Generated
[EMF] Ordered

CMN_ANNOTATION

public static final int CMN_ANNOTATION
The meta object id for the 'CMN Annotation' class.

See Also:
CMNAnnotationImpl, CommonPackageImpl.getCMNAnnotation(), Constant Field Values
Generated

CMN_ANNOTATION__ID

public static final int CMN_ANNOTATION__ID
The feature id for the 'Id' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

CMN_ANNOTATION__DESCRIPTION

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

See Also:
Constant Field Values
Generated
[EMF] Ordered

CMN_ANNOTATION__NAME

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

See Also:
Constant Field Values
Generated
[EMF] Ordered

CMN_ANNOTATION__URI

public static final int CMN_ANNOTATION__URI
The feature id for the 'URI' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

CMN_ANNOTATION__TYPE

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

See Also:
Constant Field Values
Generated
[EMF] Ordered

CMN_ANNOTATION_FEATURE_COUNT

public static final int CMN_ANNOTATION_FEATURE_COUNT
The number of structural features of the 'CMN Annotation' class.

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

getCMNNamedElement

public org.eclipse.emf.ecore.EClass getCMNNamedElement()
Returns the meta object for class 'CMN Named Element'.

Returns:
the meta object for class 'CMN Named Element'.
See Also:
CMNNamedElement
Generated

getCMNNamedElement_Id

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

Returns:
the meta object for the attribute 'Id'.
See Also:
CMNNamedElement.getId(), getCMNNamedElement()
Generated

getCMNNamedElement_Name

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

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

getCMNMachine

public org.eclipse.emf.ecore.EClass getCMNMachine()
Returns the meta object for class 'CMN Machine'.

Returns:
the meta object for class 'CMN Machine'.
See Also:
CMNMachine
Generated

getCMNNodeType

public org.eclipse.emf.ecore.EClass getCMNNodeType()
Returns the meta object for class 'CMN Node Type'.

Returns:
the meta object for class 'CMN Node Type'.
See Also:
CMNNodeType
Generated

getCMNNodeType_Hostname

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

Returns:
the meta object for the attribute 'Hostname'.
See Also:
CMNNodeType.getHostname(), getCMNNodeType()
Generated

getCMNNodeInstance

public org.eclipse.emf.ecore.EClass getCMNNodeInstance()
Returns the meta object for class 'CMN Node Instance'.

Returns:
the meta object for class 'CMN Node Instance'.
See Also:
CMNNodeInstance
Generated

getCMNNodeInstance_Hostname

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

Returns:
the meta object for the attribute 'Hostname'.
See Also:
CMNNodeInstance.getHostname(), getCMNNodeInstance()
Generated

getCMNExtendedProperty

public org.eclipse.emf.ecore.EClass getCMNExtendedProperty()
Returns the meta object for class 'CMN Extended Property'.

Returns:
the meta object for class 'CMN Extended Property'.
See Also:
CMNExtendedProperty
Generated

getCMNExtendedProperty_Name

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

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

getCMNExtendedProperty_Type

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

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

getCMNExtendedProperty_Value

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

Returns:
the meta object for the attribute 'Value'.
See Also:
CMNExtendedProperty.getValue(), getCMNExtendedProperty()
Generated

getCMNDefaultProperty

public org.eclipse.emf.ecore.EClass getCMNDefaultProperty()
Returns the meta object for class 'CMN Default Property'.

Returns:
the meta object for class 'CMN Default Property'.
See Also:
CMNDefaultProperty
Generated

getCMNAnnotation

public org.eclipse.emf.ecore.EClass getCMNAnnotation()
Returns the meta object for class 'CMN Annotation'.

Returns:
the meta object for class 'CMN Annotation'.
See Also:
CMNAnnotation
Generated

getCMNAnnotation_URI

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

Returns:
the meta object for the attribute 'URI'.
See Also:
CMNAnnotation.getURI(), getCMNAnnotation()
Generated

getCMNAnnotation_Type

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

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

getCMNNamedElement_Description

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

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

getCommonFactory

public CommonFactory getCommonFactory()
Returns the factory that creates the instances of the model.

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

TPTP 4.4.0 Platform Project
Public API Specification