Interface RichFeature

    • Method Detail

      • getName

        java.lang.String getName()
        Returns the name of this feature.
        Returns:
        the name.
      • setName

        void setName​(java.lang.String name)
              throws ChangeVetoException
        Sets the name of this feature.
        Parameters:
        name - the name the feature should identify itself with.
        Throws:
        ChangeVetoException - if the new value is unacceptable.
      • getRank

        int getRank()
        Returns the rank of this feature.
        Returns:
        the rank.
      • setRank

        void setRank​(int rank)
              throws ChangeVetoException
        Sets the rank of this feature.
        Parameters:
        rank - the rank the feature should identify itself with.
        Throws:
        ChangeVetoException - if the new value is unacceptable.