Interface JDTJavaClassifier

    • Method Detail

      • setSimpleName

        void setSimpleName​(String value)
        Sets the value of the 'Simple Name' attribute.
        Parameters:
        value - the new value of the 'Simple Name' attribute.
        See Also:
        getSimpleName()
        Generated class or method.
      • setPackageName

        void setPackageName​(String value)
        Sets the value of the 'Package Name' attribute.
        Parameters:
        value - the new value of the 'Package Name' attribute.
        See Also:
        getPackageName()
        Generated class or method.
      • getEnclosingTypeNames

        EList<String> getEnclosingTypeNames()
        Returns the value of the 'Enclosing Type Names' attribute list. The list contents are of type String.
        Returns:
        the value of the 'Enclosing Type Names' attribute list.
        See Also:
        JdtPackage.getJDTJavaClassifier_EnclosingTypeNames()
        Generated class or method.
        EMF model class or method.
      • setPath

        void setPath​(String value)
        Sets the value of the 'Path' attribute.
        Parameters:
        value - the new value of the 'Path' attribute.
        See Also:
        getPath()
        Generated class or method.
      • setHasCachedFields

        void setHasCachedFields​(boolean value)
        Sets the value of the 'Has Cached Fields' attribute.
        Parameters:
        value - the new value of the 'Has Cached Fields' attribute.
        See Also:
        isHasCachedFields()
        Generated class or method.
      • setProjectName

        void setProjectName​(String value)
        Sets the value of the 'Project Name' attribute.
        Parameters:
        value - the new value of the 'Project Name' attribute.
        See Also:
        getProjectName()
        Generated class or method.
      • setAbstract

        void setAbstract​(boolean value)
        Sets the value of the 'Abstract' attribute.
        Parameters:
        value - the new value of the 'Abstract' attribute.
        See Also:
        isAbstract()
        Generated class or method.
      • setInterface

        void setInterface​(boolean value)
        Sets the value of the 'Interface' attribute.
        Parameters:
        value - the new value of the 'Interface' attribute.
        See Also:
        isInterface()
        Generated class or method.
      • setEnum

        void setEnum​(boolean value)
        Sets the value of the 'Enum' attribute.
        Parameters:
        value - the new value of the 'Enum' attribute.
        See Also:
        isEnum()
        Generated class or method.
      • getQualifiedName

        String getQualifiedName()
        Generated class or method.
        EMF model class or method.
        kind="operation" required="true"
      • getFields

        EList<JDTField> getFields()
        Generated class or method.
        EMF model class or method.
        kind="operation"