Interface BindingFactory

    • Field Detail

      • eINSTANCE

        static final BindingFactory eINSTANCE
        The singleton instance of the factory.
        Generated class or method.
    • Method Detail

      • createManifestationContainer

        ManifestationContainer createManifestationContainer()
        Returns a new object of class 'Manifestation Container'.
        Returns:
        a new object of class 'Manifestation Container'.
        Generated class or method.
      • createCharacteristicBinding

        CharacteristicBinding createCharacteristicBinding()
        Returns a new object of class 'Characteristic Binding'.
        Returns:
        a new object of class 'Characteristic Binding'.
        Generated class or method.
      • createNamespaceImport

        NamespaceImport createNamespaceImport()
        Returns a new object of class 'Namespace Import'.
        Returns:
        a new object of class 'Namespace Import'.
        Generated class or method.
      • getBindingPackage

        BindingPackage getBindingPackage()
        Returns the package supported by this factory.
        Returns:
        the package supported by this factory.
        Generated class or method.