Interface XdtoPackage

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

public interface XdtoPackage extends org.eclipse.emf.ecore.EPackage
The Package for the model. It contains accessors for the meta objects to represent
  • each class,
  • each feature of each class,
  • each operation of each class,
  • each enum,
  • and each data type
See Also:
  • Field Details

    • eNAME

      static final String eNAME
      The package name.
      See Also:
    • eNS_URI

      static final String eNS_URI
      The package namespace URI.
      See Also:
    • eNS_PREFIX

      static final String eNS_PREFIX
      The package namespace name.
      See Also:
    • eINSTANCE

      static final XdtoPackage eINSTANCE
      The singleton instance of the package.
    • MODEL

      static final int MODEL
      The meta object id for the 'Model' class.
      See Also:
    • MODEL__PACKAGES

      static final int MODEL__PACKAGES
      The feature id for the 'Packages' reference list.
      See Also:
    • MODEL_FEATURE_COUNT

      static final int MODEL_FEATURE_COUNT
      The number of structural features of the 'Model' class.
      See Also:
    • MODEL_OPERATION_COUNT

      static final int MODEL_OPERATION_COUNT
      The number of operations of the 'Model' class.
      See Also:
    • INNER_MODEL

      static final int INNER_MODEL
      The meta object id for the 'Inner Model' class.
      See Also:
    • INNER_MODEL__PACKAGES

      static final int INNER_MODEL__PACKAGES
      The feature id for the 'Packages' containment reference list.
      See Also:
    • INNER_MODEL_FEATURE_COUNT

      static final int INNER_MODEL_FEATURE_COUNT
      The number of structural features of the 'Inner Model' class.
      See Also:
    • INNER_MODEL_OPERATION_COUNT

      static final int INNER_MODEL_OPERATION_COUNT
      The number of operations of the 'Inner Model' class.
      See Also:
    • PACKAGE

      static final int PACKAGE
      The meta object id for the 'Package' class.
      See Also:
    • PACKAGE__NS_URI

      static final int PACKAGE__NS_URI
      The feature id for the 'Ns Uri' attribute.
      See Also:
    • PACKAGE__ELEMENT_FORM_QUALIFIED

      static final int PACKAGE__ELEMENT_FORM_QUALIFIED
      The feature id for the 'Element Form Qualified' attribute.
      See Also:
    • PACKAGE__ATTRIBUTE_FORM_QUALIFIED

      static final int PACKAGE__ATTRIBUTE_FORM_QUALIFIED
      The feature id for the 'Attribute Form Qualified' attribute.
      See Also:
    • PACKAGE__TYPES

      static final int PACKAGE__TYPES
      The feature id for the 'Types' containment reference list.
      See Also:
    • PACKAGE__OBJECTS

      static final int PACKAGE__OBJECTS
      The feature id for the 'Objects' containment reference list.
      See Also:
    • PACKAGE__PROPERTIES

      static final int PACKAGE__PROPERTIES
      The feature id for the 'Properties' containment reference list.
      See Also:
    • PACKAGE__DEPENDENCIES

      static final int PACKAGE__DEPENDENCIES
      The feature id for the 'Dependencies' containment reference list.
      See Also:
    • PACKAGE_FEATURE_COUNT

      static final int PACKAGE_FEATURE_COUNT
      The number of structural features of the 'Package' class.
      See Also:
    • PACKAGE_OPERATION_COUNT

      static final int PACKAGE_OPERATION_COUNT
      The number of operations of the 'Package' class.
      See Also:
    • TYPE

      static final int TYPE
      The meta object id for the 'Type' class.
      See Also:
    • TYPE__NAME

      static final int TYPE__NAME
      The feature id for the 'Name' attribute.
      See Also:
    • TYPE__BASE_TYPE

      static final int TYPE__BASE_TYPE
      The feature id for the 'Base Type' containment reference.
      See Also:
    • TYPE_FEATURE_COUNT

      static final int TYPE_FEATURE_COUNT
      The number of structural features of the 'Type' class.
      See Also:
    • TYPE_OPERATION_COUNT

      static final int TYPE_OPERATION_COUNT
      The number of operations of the 'Type' class.
      See Also:
    • VALUE_TYPE

      static final int VALUE_TYPE
      The meta object id for the 'Value Type' class.
      See Also:
    • VALUE_TYPE__NAME

      static final int VALUE_TYPE__NAME
      The feature id for the 'Name' attribute.
      See Also:
    • VALUE_TYPE__BASE_TYPE

      static final int VALUE_TYPE__BASE_TYPE
      The feature id for the 'Base Type' containment reference.
      See Also:
    • VALUE_TYPE__VARIETY

      static final int VALUE_TYPE__VARIETY
      The feature id for the 'Variety' attribute.
      See Also:
    • VALUE_TYPE__PATTERNS

      static final int VALUE_TYPE__PATTERNS
      The feature id for the 'Patterns' containment reference list.
      See Also:
    • VALUE_TYPE__ENUMERATIONS

      static final int VALUE_TYPE__ENUMERATIONS
      The feature id for the 'Enumerations' containment reference list.
      See Also:
    • VALUE_TYPE__TYPE_DEFS

      static final int VALUE_TYPE__TYPE_DEFS
      The feature id for the 'Type Defs' containment reference list.
      See Also:
    • VALUE_TYPE__ITEM_TYPE

      static final int VALUE_TYPE__ITEM_TYPE
      The feature id for the 'Item Type' containment reference.
      See Also:
    • VALUE_TYPE__MEMEBER_TYPES

      static final int VALUE_TYPE__MEMEBER_TYPES
      The feature id for the 'Memeber Types' containment reference list.
      See Also:
    • VALUE_TYPE__LENGTH

      static final int VALUE_TYPE__LENGTH
      The feature id for the 'Length' attribute.
      See Also:
    • VALUE_TYPE__MIN_LENGTH

      static final int VALUE_TYPE__MIN_LENGTH
      The feature id for the 'Min Length' attribute.
      See Also:
    • VALUE_TYPE__MAX_LENGTH

      static final int VALUE_TYPE__MAX_LENGTH
      The feature id for the 'Max Length' attribute.
      See Also:
    • VALUE_TYPE__WHITESPACE

      static final int VALUE_TYPE__WHITESPACE
      The feature id for the 'Whitespace' attribute.
      See Also:
    • VALUE_TYPE__MIN_INCLUSIVE

      static final int VALUE_TYPE__MIN_INCLUSIVE
      The feature id for the 'Min Inclusive' attribute.
      See Also:
    • VALUE_TYPE__MIN_EXCLUSIVE

      static final int VALUE_TYPE__MIN_EXCLUSIVE
      The feature id for the 'Min Exclusive' attribute.
      See Also:
    • VALUE_TYPE__MAX_INCLUSIVE

      static final int VALUE_TYPE__MAX_INCLUSIVE
      The feature id for the 'Max Inclusive' attribute.
      See Also:
    • VALUE_TYPE__MAX_EXCLUSIVE

      static final int VALUE_TYPE__MAX_EXCLUSIVE
      The feature id for the 'Max Exclusive' attribute.
      See Also:
    • VALUE_TYPE__TOTAL_DIGITS

      static final int VALUE_TYPE__TOTAL_DIGITS
      The feature id for the 'Total Digits' attribute.
      See Also:
    • VALUE_TYPE__FRACTION_DIGITS

      static final int VALUE_TYPE__FRACTION_DIGITS
      The feature id for the 'Fraction Digits' attribute.
      See Also:
    • VALUE_TYPE_FEATURE_COUNT

      static final int VALUE_TYPE_FEATURE_COUNT
      The number of structural features of the 'Value Type' class.
      See Also:
    • VALUE_TYPE_OPERATION_COUNT

      static final int VALUE_TYPE_OPERATION_COUNT
      The number of operations of the 'Value Type' class.
      See Also:
    • OBJECT_TYPE

      static final int OBJECT_TYPE
      The meta object id for the 'Object Type' class.
      See Also:
    • OBJECT_TYPE__NAME

      static final int OBJECT_TYPE__NAME
      The feature id for the 'Name' attribute.
      See Also:
    • OBJECT_TYPE__BASE_TYPE

      static final int OBJECT_TYPE__BASE_TYPE
      The feature id for the 'Base Type' containment reference.
      See Also:
    • OBJECT_TYPE__PROPERTIES

      static final int OBJECT_TYPE__PROPERTIES
      The feature id for the 'Properties' containment reference list.
      See Also:
    • OBJECT_TYPE__OPEN

      static final int OBJECT_TYPE__OPEN
      The feature id for the 'Open' attribute.
      See Also:
    • OBJECT_TYPE__ABSTRACT

      static final int OBJECT_TYPE__ABSTRACT
      The feature id for the 'Abstract' attribute.
      See Also:
    • OBJECT_TYPE__MIXED

      static final int OBJECT_TYPE__MIXED
      The feature id for the 'Mixed' attribute.
      See Also:
    • OBJECT_TYPE__ORDERED

      static final int OBJECT_TYPE__ORDERED
      The feature id for the 'Ordered' attribute.
      See Also:
    • OBJECT_TYPE__SEQUENCED

      static final int OBJECT_TYPE__SEQUENCED
      The feature id for the 'Sequenced' attribute.
      See Also:
    • OBJECT_TYPE_FEATURE_COUNT

      static final int OBJECT_TYPE_FEATURE_COUNT
      The number of structural features of the 'Object Type' class.
      See Also:
    • OBJECT_TYPE_OPERATION_COUNT

      static final int OBJECT_TYPE_OPERATION_COUNT
      The number of operations of the 'Object Type' class.
      See Also:
    • PROPERTY

      static final int PROPERTY
      The meta object id for the 'Property' class.
      See Also:
    • PROPERTY__NAME

      static final int PROPERTY__NAME
      The feature id for the 'Name' attribute.
      See Also:
    • PROPERTY__TYPE_DEFS

      static final int PROPERTY__TYPE_DEFS
      The feature id for the 'Type Defs' containment reference.
      See Also:
    • PROPERTY__REF

      static final int PROPERTY__REF
      The feature id for the 'Ref' containment reference.
      See Also:
    • PROPERTY__TYPE

      static final int PROPERTY__TYPE
      The feature id for the 'Type' containment reference.
      See Also:
    • PROPERTY__LOWER_BOUND

      static final int PROPERTY__LOWER_BOUND
      The feature id for the 'Lower Bound' attribute.
      See Also:
    • PROPERTY__UPPER_BOUND

      static final int PROPERTY__UPPER_BOUND
      The feature id for the 'Upper Bound' attribute.
      See Also:
    • PROPERTY__NILLABLE

      static final int PROPERTY__NILLABLE
      The feature id for the 'Nillable' attribute.
      See Also:
    • PROPERTY__FIXED

      static final int PROPERTY__FIXED
      The feature id for the 'Fixed' attribute.
      See Also:
    • PROPERTY__DEFAULT

      static final int PROPERTY__DEFAULT
      The feature id for the 'Default' attribute.
      See Also:
    • PROPERTY__FORM

      static final int PROPERTY__FORM
      The feature id for the 'Form' attribute.
      See Also:
    • PROPERTY__LOCAL_NAME

      static final int PROPERTY__LOCAL_NAME
      The feature id for the 'Local Name' attribute.
      See Also:
    • PROPERTY__NAMESPACE_URI

      static final int PROPERTY__NAMESPACE_URI
      The feature id for the 'Namespace URI' attribute.
      See Also:
    • PROPERTY__QUALIFIED

      static final int PROPERTY__QUALIFIED
      The feature id for the 'Qualified' attribute.
      See Also:
    • PROPERTY_FEATURE_COUNT

      static final int PROPERTY_FEATURE_COUNT
      The number of structural features of the 'Property' class.
      See Also:
    • PROPERTY_OPERATION_COUNT

      static final int PROPERTY_OPERATION_COUNT
      The number of operations of the 'Property' class.
      See Also:
    • IMPORT

      static final int IMPORT
      The meta object id for the 'Import' class.
      See Also:
    • IMPORT__NAMESPACE

      static final int IMPORT__NAMESPACE
      The feature id for the 'Namespace' attribute.
      See Also:
    • IMPORT__LOCATION

      static final int IMPORT__LOCATION
      The feature id for the 'Location' attribute.
      See Also:
    • IMPORT_FEATURE_COUNT

      static final int IMPORT_FEATURE_COUNT
      The number of structural features of the 'Import' class.
      See Also:
    • IMPORT_OPERATION_COUNT

      static final int IMPORT_OPERATION_COUNT
      The number of operations of the 'Import' class.
      See Also:
    • PATTERN

      static final int PATTERN
      The meta object id for the 'Pattern' class.
      See Also:
    • PATTERN__PATTERN

      static final int PATTERN__PATTERN
      The feature id for the 'Pattern' attribute.
      See Also:
    • PATTERN_FEATURE_COUNT

      static final int PATTERN_FEATURE_COUNT
      The number of structural features of the 'Pattern' class.
      See Also:
    • PATTERN_OPERATION_COUNT

      static final int PATTERN_OPERATION_COUNT
      The number of operations of the 'Pattern' class.
      See Also:
    • ENUMERATION

      static final int ENUMERATION
      The meta object id for the 'Enumeration' class.
      See Also:
    • ENUMERATION__TYPE

      static final int ENUMERATION__TYPE
      The feature id for the 'Type' containment reference.
      See Also:
    • ENUMERATION__CONTENT

      static final int ENUMERATION__CONTENT
      The feature id for the 'Content' attribute.
      See Also:
    • ENUMERATION_FEATURE_COUNT

      static final int ENUMERATION_FEATURE_COUNT
      The number of structural features of the 'Enumeration' class.
      See Also:
    • ENUMERATION_OPERATION_COUNT

      static final int ENUMERATION_OPERATION_COUNT
      The number of operations of the 'Enumeration' class.
      See Also:
    • PACKAGE_SCOPE_SPEC

      static final int PACKAGE_SCOPE_SPEC
      The meta object id for the 'Package Scope Spec' class.
      See Also:
    • PACKAGE_SCOPE_SPEC__PROPERTY

      static final int PACKAGE_SCOPE_SPEC__PROPERTY
      The feature id for the 'Property' reference.
      See Also:
    • PACKAGE_SCOPE_SPEC__TYPE

      static final int PACKAGE_SCOPE_SPEC__TYPE
      The feature id for the 'Type' reference.
      See Also:
    • PACKAGE_SCOPE_SPEC__VALUE_TYPE

      static final int PACKAGE_SCOPE_SPEC__VALUE_TYPE
      The feature id for the 'Value Type' reference.
      See Also:
    • PACKAGE_SCOPE_SPEC__OBJECT_TYPE

      static final int PACKAGE_SCOPE_SPEC__OBJECT_TYPE
      The feature id for the 'Object Type' reference.
      See Also:
    • PACKAGE_SCOPE_SPEC_FEATURE_COUNT

      static final int PACKAGE_SCOPE_SPEC_FEATURE_COUNT
      The number of structural features of the 'Package Scope Spec' class.
      See Also:
    • PACKAGE_SCOPE_SPEC_OPERATION_COUNT

      static final int PACKAGE_SCOPE_SPEC_OPERATION_COUNT
      The number of operations of the 'Package Scope Spec' class.
      See Also:
    • VARIETY

      static final int VARIETY
      The meta object id for the 'Variety' enum.
      See Also:
    • WHITESPACE

      static final int WHITESPACE
      The meta object id for the 'Whitespace' enum.
      See Also:
    • FORM

      static final int FORM
      The meta object id for the 'Form' enum.
      See Also:
  • Method Details

    • getModel

      org.eclipse.emf.ecore.EClass getModel()
      Returns the meta object for class 'Model'.
      Returns:
      the meta object for class 'Model'.
      See Also:
    • getModel_Packages

      org.eclipse.emf.ecore.EReference getModel_Packages()
      Returns the meta object for the reference list 'Packages'.
      Returns:
      the meta object for the reference list 'Packages'.
      See Also:
    • getInnerModel

      org.eclipse.emf.ecore.EClass getInnerModel()
      Returns the meta object for class 'Inner Model'.
      Returns:
      the meta object for class 'Inner Model'.
      See Also:
    • getInnerModel_Packages

      org.eclipse.emf.ecore.EReference getInnerModel_Packages()
      Returns the meta object for the containment reference list 'Packages'.
      Returns:
      the meta object for the containment reference list 'Packages'.
      See Also:
    • getPackage

      org.eclipse.emf.ecore.EClass getPackage()
      Returns the meta object for class 'Package'.
      Returns:
      the meta object for class 'Package'.
      See Also:
    • getPackage_NsUri

      org.eclipse.emf.ecore.EAttribute getPackage_NsUri()
      Returns the meta object for the attribute 'Ns Uri'.
      Returns:
      the meta object for the attribute 'Ns Uri'.
      See Also:
    • getPackage_ElementFormQualified

      org.eclipse.emf.ecore.EAttribute getPackage_ElementFormQualified()
      Returns the meta object for the attribute 'Element Form Qualified'.
      Returns:
      the meta object for the attribute 'Element Form Qualified'.
      See Also:
    • getPackage_AttributeFormQualified

      org.eclipse.emf.ecore.EAttribute getPackage_AttributeFormQualified()
      Returns the meta object for the attribute 'Attribute Form Qualified'.
      Returns:
      the meta object for the attribute 'Attribute Form Qualified'.
      See Also:
    • getPackage_Types

      org.eclipse.emf.ecore.EReference getPackage_Types()
      Returns the meta object for the containment reference list 'Types'.
      Returns:
      the meta object for the containment reference list 'Types'.
      See Also:
    • getPackage_Objects

      org.eclipse.emf.ecore.EReference getPackage_Objects()
      Returns the meta object for the containment reference list 'Objects'.
      Returns:
      the meta object for the containment reference list 'Objects'.
      See Also:
    • getPackage_Properties

      org.eclipse.emf.ecore.EReference getPackage_Properties()
      Returns the meta object for the containment reference list 'Properties'.
      Returns:
      the meta object for the containment reference list 'Properties'.
      See Also:
    • getPackage_Dependencies

      org.eclipse.emf.ecore.EReference getPackage_Dependencies()
      Returns the meta object for the containment reference list 'Dependencies'.
      Returns:
      the meta object for the containment reference list 'Dependencies'.
      See Also:
    • getType

      org.eclipse.emf.ecore.EClass getType()
      Returns the meta object for class 'Type'.
      Returns:
      the meta object for class 'Type'.
      See Also:
    • getType_Name

      org.eclipse.emf.ecore.EAttribute getType_Name()
      Returns the meta object for the attribute 'Name'.
      Returns:
      the meta object for the attribute 'Name'.
      See Also:
    • getType_BaseType

      org.eclipse.emf.ecore.EReference getType_BaseType()
      Returns the meta object for the containment reference 'Base Type'.
      Returns:
      the meta object for the containment reference 'Base Type'.
      See Also:
    • getValueType

      org.eclipse.emf.ecore.EClass getValueType()
      Returns the meta object for class 'Value Type'.
      Returns:
      the meta object for class 'Value Type'.
      See Also:
    • getValueType_Variety

      org.eclipse.emf.ecore.EAttribute getValueType_Variety()
      Returns the meta object for the attribute 'Variety'.
      Returns:
      the meta object for the attribute 'Variety'.
      See Also:
    • getValueType_Patterns

      org.eclipse.emf.ecore.EReference getValueType_Patterns()
      Returns the meta object for the containment reference list 'Patterns'.
      Returns:
      the meta object for the containment reference list 'Patterns'.
      See Also:
    • getValueType_Enumerations

      org.eclipse.emf.ecore.EReference getValueType_Enumerations()
      Returns the meta object for the containment reference list 'Enumerations'.
      Returns:
      the meta object for the containment reference list 'Enumerations'.
      See Also:
    • getValueType_TypeDefs

      org.eclipse.emf.ecore.EReference getValueType_TypeDefs()
      Returns the meta object for the containment reference list 'Type Defs'.
      Returns:
      the meta object for the containment reference list 'Type Defs'.
      See Also:
    • getValueType_ItemType

      org.eclipse.emf.ecore.EReference getValueType_ItemType()
      Returns the meta object for the containment reference 'Item Type'.
      Returns:
      the meta object for the containment reference 'Item Type'.
      See Also:
    • getValueType_MemeberTypes

      org.eclipse.emf.ecore.EReference getValueType_MemeberTypes()
      Returns the meta object for the containment reference list 'Memeber Types'.
      Returns:
      the meta object for the containment reference list 'Memeber Types'.
      See Also:
    • getValueType_Length

      org.eclipse.emf.ecore.EAttribute getValueType_Length()
      Returns the meta object for the attribute 'Length'.
      Returns:
      the meta object for the attribute 'Length'.
      See Also:
    • getValueType_MinLength

      org.eclipse.emf.ecore.EAttribute getValueType_MinLength()
      Returns the meta object for the attribute 'Min Length'.
      Returns:
      the meta object for the attribute 'Min Length'.
      See Also:
    • getValueType_MaxLength

      org.eclipse.emf.ecore.EAttribute getValueType_MaxLength()
      Returns the meta object for the attribute 'Max Length'.
      Returns:
      the meta object for the attribute 'Max Length'.
      See Also:
    • getValueType_Whitespace

      org.eclipse.emf.ecore.EAttribute getValueType_Whitespace()
      Returns the meta object for the attribute 'Whitespace'.
      Returns:
      the meta object for the attribute 'Whitespace'.
      See Also:
    • getValueType_MinInclusive

      org.eclipse.emf.ecore.EAttribute getValueType_MinInclusive()
      Returns the meta object for the attribute 'Min Inclusive'.
      Returns:
      the meta object for the attribute 'Min Inclusive'.
      See Also:
    • getValueType_MinExclusive

      org.eclipse.emf.ecore.EAttribute getValueType_MinExclusive()
      Returns the meta object for the attribute 'Min Exclusive'.
      Returns:
      the meta object for the attribute 'Min Exclusive'.
      See Also:
    • getValueType_MaxInclusive

      org.eclipse.emf.ecore.EAttribute getValueType_MaxInclusive()
      Returns the meta object for the attribute 'Max Inclusive'.
      Returns:
      the meta object for the attribute 'Max Inclusive'.
      See Also:
    • getValueType_MaxExclusive

      org.eclipse.emf.ecore.EAttribute getValueType_MaxExclusive()
      Returns the meta object for the attribute 'Max Exclusive'.
      Returns:
      the meta object for the attribute 'Max Exclusive'.
      See Also:
    • getValueType_TotalDigits

      org.eclipse.emf.ecore.EAttribute getValueType_TotalDigits()
      Returns the meta object for the attribute 'Total Digits'.
      Returns:
      the meta object for the attribute 'Total Digits'.
      See Also:
    • getValueType_FractionDigits

      org.eclipse.emf.ecore.EAttribute getValueType_FractionDigits()
      Returns the meta object for the attribute 'Fraction Digits'.
      Returns:
      the meta object for the attribute 'Fraction Digits'.
      See Also:
    • getObjectType

      org.eclipse.emf.ecore.EClass getObjectType()
      Returns the meta object for class 'Object Type'.
      Returns:
      the meta object for class 'Object Type'.
      See Also:
    • getObjectType_Properties

      org.eclipse.emf.ecore.EReference getObjectType_Properties()
      Returns the meta object for the containment reference list 'Properties'.
      Returns:
      the meta object for the containment reference list 'Properties'.
      See Also:
    • getObjectType_Open

      org.eclipse.emf.ecore.EAttribute getObjectType_Open()
      Returns the meta object for the attribute 'Open'.
      Returns:
      the meta object for the attribute 'Open'.
      See Also:
    • getObjectType_Abstract

      org.eclipse.emf.ecore.EAttribute getObjectType_Abstract()
      Returns the meta object for the attribute 'Abstract'.
      Returns:
      the meta object for the attribute 'Abstract'.
      See Also:
    • getObjectType_Mixed

      org.eclipse.emf.ecore.EAttribute getObjectType_Mixed()
      Returns the meta object for the attribute 'Mixed'.
      Returns:
      the meta object for the attribute 'Mixed'.
      See Also:
    • getObjectType_Ordered

      org.eclipse.emf.ecore.EAttribute getObjectType_Ordered()
      Returns the meta object for the attribute 'Ordered'.
      Returns:
      the meta object for the attribute 'Ordered'.
      See Also:
    • getObjectType_Sequenced

      org.eclipse.emf.ecore.EAttribute getObjectType_Sequenced()
      Returns the meta object for the attribute 'Sequenced'.
      Returns:
      the meta object for the attribute 'Sequenced'.
      See Also:
    • getProperty

      org.eclipse.emf.ecore.EClass getProperty()
      Returns the meta object for class 'Property'.
      Returns:
      the meta object for class 'Property'.
      See Also:
    • getProperty_Name

      org.eclipse.emf.ecore.EAttribute getProperty_Name()
      Returns the meta object for the attribute 'Name'.
      Returns:
      the meta object for the attribute 'Name'.
      See Also:
    • getProperty_TypeDefs

      org.eclipse.emf.ecore.EReference getProperty_TypeDefs()
      Returns the meta object for the containment reference 'Type Defs'.
      Returns:
      the meta object for the containment reference 'Type Defs'.
      See Also:
    • getProperty_Ref

      org.eclipse.emf.ecore.EReference getProperty_Ref()
      Returns the meta object for the containment reference 'Ref'.
      Returns:
      the meta object for the containment reference 'Ref'.
      See Also:
    • getProperty_Type

      org.eclipse.emf.ecore.EReference getProperty_Type()
      Returns the meta object for the containment reference 'Type'.
      Returns:
      the meta object for the containment reference 'Type'.
      See Also:
    • getProperty_LowerBound

      org.eclipse.emf.ecore.EAttribute getProperty_LowerBound()
      Returns the meta object for the attribute 'Lower Bound'.
      Returns:
      the meta object for the attribute 'Lower Bound'.
      See Also:
    • getProperty_UpperBound

      org.eclipse.emf.ecore.EAttribute getProperty_UpperBound()
      Returns the meta object for the attribute 'Upper Bound'.
      Returns:
      the meta object for the attribute 'Upper Bound'.
      See Also:
    • getProperty_Nillable

      org.eclipse.emf.ecore.EAttribute getProperty_Nillable()
      Returns the meta object for the attribute 'Nillable'.
      Returns:
      the meta object for the attribute 'Nillable'.
      See Also:
    • getProperty_Fixed

      org.eclipse.emf.ecore.EAttribute getProperty_Fixed()
      Returns the meta object for the attribute 'Fixed'.
      Returns:
      the meta object for the attribute 'Fixed'.
      See Also:
    • getProperty_Default

      org.eclipse.emf.ecore.EAttribute getProperty_Default()
      Returns the meta object for the attribute 'Default'.
      Returns:
      the meta object for the attribute 'Default'.
      See Also:
    • getProperty_Form

      org.eclipse.emf.ecore.EAttribute getProperty_Form()
      Returns the meta object for the attribute 'Form'.
      Returns:
      the meta object for the attribute 'Form'.
      See Also:
    • getProperty_LocalName

      org.eclipse.emf.ecore.EAttribute getProperty_LocalName()
      Returns the meta object for the attribute 'Local Name'.
      Returns:
      the meta object for the attribute 'Local Name'.
      See Also:
    • getProperty_NamespaceURI

      org.eclipse.emf.ecore.EAttribute getProperty_NamespaceURI()
      Returns the meta object for the attribute 'Namespace URI'.
      Returns:
      the meta object for the attribute 'Namespace URI'.
      See Also:
    • getProperty_Qualified

      org.eclipse.emf.ecore.EAttribute getProperty_Qualified()
      Returns the meta object for the attribute 'Qualified'.
      Returns:
      the meta object for the attribute 'Qualified'.
      See Also:
    • getImport

      org.eclipse.emf.ecore.EClass getImport()
      Returns the meta object for class 'Import'.
      Returns:
      the meta object for class 'Import'.
      See Also:
    • getImport_Namespace

      org.eclipse.emf.ecore.EAttribute getImport_Namespace()
      Returns the meta object for the attribute 'Namespace'.
      Returns:
      the meta object for the attribute 'Namespace'.
      See Also:
    • getImport_Location

      org.eclipse.emf.ecore.EAttribute getImport_Location()
      Returns the meta object for the attribute 'Location'.
      Returns:
      the meta object for the attribute 'Location'.
      See Also:
    • getPattern

      org.eclipse.emf.ecore.EClass getPattern()
      Returns the meta object for class 'Pattern'.
      Returns:
      the meta object for class 'Pattern'.
      See Also:
    • getPattern_Pattern

      org.eclipse.emf.ecore.EAttribute getPattern_Pattern()
      Returns the meta object for the attribute 'Pattern'.
      Returns:
      the meta object for the attribute 'Pattern'.
      See Also:
    • getEnumeration

      org.eclipse.emf.ecore.EClass getEnumeration()
      Returns the meta object for class 'Enumeration'.
      Returns:
      the meta object for class 'Enumeration'.
      See Also:
    • getEnumeration_Type

      org.eclipse.emf.ecore.EReference getEnumeration_Type()
      Returns the meta object for the containment reference 'Type'.
      Returns:
      the meta object for the containment reference 'Type'.
      See Also:
    • getEnumeration_Content

      org.eclipse.emf.ecore.EAttribute getEnumeration_Content()
      Returns the meta object for the attribute 'Content'.
      Returns:
      the meta object for the attribute 'Content'.
      See Also:
    • getPackageScopeSpec

      org.eclipse.emf.ecore.EClass getPackageScopeSpec()
      Returns the meta object for class 'Package Scope Spec'.
      Returns:
      the meta object for class 'Package Scope Spec'.
      See Also:
    • getPackageScopeSpec_Property

      org.eclipse.emf.ecore.EReference getPackageScopeSpec_Property()
      Returns the meta object for the reference 'Property'.
      Returns:
      the meta object for the reference 'Property'.
      See Also:
    • getPackageScopeSpec_Type

      org.eclipse.emf.ecore.EReference getPackageScopeSpec_Type()
      Returns the meta object for the reference 'Type'.
      Returns:
      the meta object for the reference 'Type'.
      See Also:
    • getPackageScopeSpec_ValueType

      org.eclipse.emf.ecore.EReference getPackageScopeSpec_ValueType()
      Returns the meta object for the reference 'Value Type'.
      Returns:
      the meta object for the reference 'Value Type'.
      See Also:
    • getPackageScopeSpec_ObjectType

      org.eclipse.emf.ecore.EReference getPackageScopeSpec_ObjectType()
      Returns the meta object for the reference 'Object Type'.
      Returns:
      the meta object for the reference 'Object Type'.
      See Also:
    • getVariety

      org.eclipse.emf.ecore.EEnum getVariety()
      Returns the meta object for enum 'Variety'.
      Returns:
      the meta object for enum 'Variety'.
      See Also:
    • getWhitespace

      org.eclipse.emf.ecore.EEnum getWhitespace()
      Returns the meta object for enum 'Whitespace'.
      Returns:
      the meta object for enum 'Whitespace'.
      See Also:
    • getForm

      org.eclipse.emf.ecore.EEnum getForm()
      Returns the meta object for enum 'Form'.
      Returns:
      the meta object for enum 'Form'.
      See Also:
    • getXdtoFactory

      XdtoFactory getXdtoFactory()
      Returns the factory that creates the instances of the model.
      Returns:
      the factory that creates the instances of the model.