Package org.scijava

Interface BasicDetails

    • Method Detail

      • getLabel

        String getLabel()
        Gets the name to appear in a UI, if applicable.
      • getDescription

        String getDescription()
        Gets a string describing the object.
      • is

        boolean is​(String key)
        Returns true iff the given key is defined.
      • get

        String get​(String key)
        Gets the value of the given key, or null if undefined.
      • setLabel

        void setLabel​(String label)
        Sets the name to appear in a UI, if applicable.
      • setDescription

        void setDescription​(String description)
        Sets a string describing the object.
      • set

        void set​(String key,
                 String value)
        Sets the value of the given key.