Interface Feature

    • Method Detail

      • isStatic

        boolean isStatic()
        Returns the value of the 'Is Static' attribute. The default value is "false". Specifies whether this feature characterizes individual instances classified by the classifier (false) or the classifier itself (true).
        Returns:
        the value of the 'Is Static' attribute.
        See Also:
        setIsStatic(boolean), UMLPackage.getFeature_IsStatic()
      • setIsStatic

        void setIsStatic​(boolean value)
        Sets the value of the 'Is Static' attribute.
        Parameters:
        value - the new value of the 'Is Static' attribute.
        See Also:
        isStatic()
      • getFeaturingClassifier

        Classifier getFeaturingClassifier​(String name,
                                          boolean ignoreCase,
                                          org.eclipse.emf.ecore.EClass eClass)
        Retrieves the first Classifier with the specified 'Name' from the ' Featuring Classifier' reference list.
        Parameters:
        name - The 'Name' of the Classifier to retrieve, or null.
        ignoreCase - Whether to ignore case in String comparisons.
        eClass - The Ecore class of the Classifier to retrieve, or null.
        Returns:
        The first Classifier with the specified 'Name', or null.
        See Also:
        getFeaturingClassifiers()