Interface ClassifiersFactory

    • Field Detail

      • eINSTANCE

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

      • createClass

        Class createClass()
        Returns a new object of class 'Class'.
        Returns:
        a new object of class 'Class'.
        Generated class or method.
      • createInterface

        Interface createInterface()
        Returns a new object of class 'Interface'.
        Returns:
        a new object of class 'Interface'.
        Generated class or method.
      • createEnumeration

        Enumeration createEnumeration()
        Returns a new object of class 'Enumeration'.
        Returns:
        a new object of class 'Enumeration'.
        Generated class or method.
      • createAnnotation

        Annotation createAnnotation()
        Returns a new object of class 'Annotation'.
        Returns:
        a new object of class 'Annotation'.
        Generated class or method.
      • createAnonymousClass

        AnonymousClass createAnonymousClass()
        Returns a new object of class 'Anonymous Class'.
        Returns:
        a new object of class 'Anonymous Class'.
        Generated class or method.
      • getClassifiersPackage

        ClassifiersPackage getClassifiersPackage()
        Returns the package supported by this factory.
        Returns:
        the package supported by this factory.
        Generated class or method.