Interface ILabeledInstance

    • Method Detail

      • getLabel

        java.lang.Object getLabel()
        Getter for the value of the target attribute.
        Parameters:
        type - The type to bind the value of the target attribute.
        Returns:
        The value of the target attribute.
      • isLabelPresent

        default boolean isLabelPresent()
        Tells whether the label is really there.
        Returns:
      • setLabel

        void setLabel​(java.lang.Object obj)
        Sets the label of this instance to a new value as provided as an argument.
        Parameters:
        obj - The new label value for this instance.
      • setAttributeValue

        void setAttributeValue​(int pos,
                               java.lang.Object value)
        Sets the value of the attribute at position pos to a new value as provided as an argument.
        Specified by:
        setAttributeValue in interface IInstance
        Parameters:
        pos - The position where to replace the current value with the new value.
        value - The new attribute value (to replace the previous value).