Interface FormAefFactory

  • All Superinterfaces:
    org.eclipse.emf.ecore.EFactory, org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
    All Known Implementing Classes:
    FormAefFactoryImpl

    public interface FormAefFactory
    extends org.eclipse.emf.ecore.EFactory
    The Factory for the model. It provides a create method for each non-abstract class of the model.
    See Also:
    FormAefPackage
    • Field Detail

      • eINSTANCE

        static final FormAefFactory eINSTANCE
        The singleton instance of the factory.
    • Method Detail

      • createConditionalAppearanceControlViewModel

        ConditionalAppearanceControlViewModel createConditionalAppearanceControlViewModel()
        Returns a new object of class 'Conditional Appearance Control View Model'.
        Returns:
        a new object of class 'Conditional Appearance Control View Model'.
      • createChoiceListItem

        ChoiceListItem createChoiceListItem()
        Returns a new object of class 'Choice List Item'.
        Returns:
        a new object of class 'Choice List Item'.
      • createValueListGridItem

        ValueListGridItem createValueListGridItem()
        Returns a new object of class 'Value List Grid Item'.
        Returns:
        a new object of class 'Value List Grid Item'.
      • createDataPathItem

        DataPathItem createDataPathItem()
        Returns a new object of class 'Data Path Item'.
        Returns:
        a new object of class 'Data Path Item'.
      • createDataPathTableItem

        DataPathTableItem createDataPathTableItem()
        Returns a new object of class 'Data Path Table Item'.
        Returns:
        a new object of class 'Data Path Table Item'.
      • createDataPathRowItem

        DataPathRowItem createDataPathRowItem()
        Returns a new object of class 'Data Path Row Item'.
        Returns:
        a new object of class 'Data Path Row Item'.
      • createDataPathViewModel

        DataPathViewModel createDataPathViewModel()
        Returns a new object of class 'Data Path View Model'.
        Returns:
        a new object of class 'Data Path View Model'.
      • getFormAefPackage

        FormAefPackage getFormAefPackage()
        Returns the package supported by this factory.
        Returns:
        the package supported by this factory.