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:
    XdtoFactory
    • Field Detail

      • eINSTANCE

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

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

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

        static final int MODEL_OPERATION_COUNT
        The number of operations of the 'Model' class.
        See Also:
        Constant Field Values
      • INNER_MODEL__PACKAGES

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

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

        static final int INNER_MODEL_OPERATION_COUNT
        The number of operations of the 'Inner Model' class.
        See Also:
        Constant Field Values
      • PACKAGE__NS_URI

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

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

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

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

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

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

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

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

        static final int PACKAGE_OPERATION_COUNT
        The number of operations of the 'Package' class.
        See Also:
        Constant Field Values
      • TYPE__NAME

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

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

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

        static final int TYPE_OPERATION_COUNT
        The number of operations of the 'Type' class.
        See Also:
        Constant Field Values
      • VALUE_TYPE__NAME

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        static final int VALUE_TYPE_OPERATION_COUNT
        The number of operations of the 'Value Type' class.
        See Also:
        Constant Field Values
      • OBJECT_TYPE__NAME

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

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

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

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

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

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

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

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

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

        static final int OBJECT_TYPE_OPERATION_COUNT
        The number of operations of the 'Object Type' class.
        See Also:
        Constant Field Values
      • PROPERTY__NAME

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        static final int PROPERTY_OPERATION_COUNT
        The number of operations of the 'Property' class.
        See Also:
        Constant Field Values
      • IMPORT__NAMESPACE

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

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

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

        static final int IMPORT_OPERATION_COUNT
        The number of operations of the 'Import' class.
        See Also:
        Constant Field Values
      • PATTERN__PATTERN

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

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

        static final int PATTERN_OPERATION_COUNT
        The number of operations of the 'Pattern' class.
        See Also:
        Constant Field Values
      • ENUMERATION__TYPE

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

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

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

        static final int ENUMERATION_OPERATION_COUNT
        The number of operations of the 'Enumeration' class.
        See Also:
        Constant Field Values
      • PACKAGE_SCOPE_SPEC__PROPERTY

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

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

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

        static final int PACKAGE_SCOPE_SPEC__OBJECT_TYPE
        The feature id for the 'Object Type' reference.
        See Also:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
    • Method Detail

      • getModel

        org.eclipse.emf.ecore.EClass getModel()
        Returns the meta object for class 'Model'.
        Returns:
        the meta object for class 'Model'.
        See Also:
        Model
      • 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:
        Model.getPackages(), getModel()
      • 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:
        InnerModel
      • 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:
        InnerModel.getPackages(), getInnerModel()
      • getPackage

        org.eclipse.emf.ecore.EClass getPackage()
        Returns the meta object for class 'Package'.
        Returns:
        the meta object for class 'Package'.
        See Also:
        Package
      • 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:
        Package.getNsUri(), getPackage()
      • 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:
        Package.getTypes(), getPackage()
      • 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:
        Package.getObjects(), getPackage()
      • 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:
        Package.getProperties(), getPackage()
      • 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:
        Package.getDependencies(), getPackage()
      • getType

        org.eclipse.emf.ecore.EClass getType()
        Returns the meta object for class 'Type'.
        Returns:
        the meta object for class 'Type'.
        See Also:
        Type
      • 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:
        Type.getName(), getType()
      • 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:
        Type.getBaseType(), getType()
      • 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:
        ValueType
      • 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:
        ValueType.getVariety(), getValueType()
      • 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:
        ValueType.getPatterns(), getValueType()
      • 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:
        ValueType.getEnumerations(), getValueType()
      • 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:
        ValueType.getTypeDefs(), getValueType()
      • 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:
        ValueType.getItemType(), getValueType()
      • 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:
        ValueType.getMemeberTypes(), getValueType()
      • 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:
        ValueType.getLength(), getValueType()
      • 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:
        ValueType.getMinLength(), getValueType()
      • 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:
        ValueType.getMaxLength(), getValueType()
      • 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:
        ValueType.getWhitespace(), getValueType()
      • 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:
        ObjectType
      • 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:
        ObjectType.getProperties(), getObjectType()
      • 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:
        ObjectType.isOpen(), getObjectType()
      • 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:
        ObjectType.isAbstract(), getObjectType()
      • 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:
        ObjectType.isMixed(), getObjectType()
      • 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:
        ObjectType.isOrdered(), getObjectType()
      • 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:
        ObjectType.isSequenced(), getObjectType()
      • getProperty

        org.eclipse.emf.ecore.EClass getProperty()
        Returns the meta object for class 'Property'.
        Returns:
        the meta object for class 'Property'.
        See Also:
        Property
      • 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:
        Property.getName(), getProperty()
      • 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:
        Property.getTypeDefs(), getProperty()
      • 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:
        Property.getRef(), getProperty()
      • 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:
        Property.getType(), getProperty()
      • 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:
        Property.getLowerBound(), getProperty()
      • 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:
        Property.getUpperBound(), getProperty()
      • 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:
        Property.isNillable(), getProperty()
      • 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:
        Property.isFixed(), getProperty()
      • 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:
        Property.getDefault(), getProperty()
      • 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:
        Property.getForm(), getProperty()
      • 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:
        Property.getLocalName(), getProperty()
      • 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:
        Property.getQualified(), getProperty()
      • getImport

        org.eclipse.emf.ecore.EClass getImport()
        Returns the meta object for class 'Import'.
        Returns:
        the meta object for class 'Import'.
        See Also:
        Import
      • 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:
        Import.getNamespace(), getImport()
      • 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:
        Import.getLocation(), getImport()
      • getPattern

        org.eclipse.emf.ecore.EClass getPattern()
        Returns the meta object for class 'Pattern'.
        Returns:
        the meta object for class 'Pattern'.
        See Also:
        Pattern
      • 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:
        Pattern.getPattern(), getPattern()
      • getEnumeration

        org.eclipse.emf.ecore.EClass getEnumeration()
        Returns the meta object for class 'Enumeration'.
        Returns:
        the meta object for class 'Enumeration'.
        See Also:
        Enumeration
      • 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:
        Enumeration.getType(), getEnumeration()
      • 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:
        Enumeration.getContent(), getEnumeration()
      • 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:
        PackageScopeSpec
      • getVariety

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

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

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

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