Interface HasOther

    • Method Summary

      Modifier and Type Method Description
      List<Other> getOther()
      Gets the list of non-PROV attributes.
    • Method Detail

      • getOther

        List<Other> getOther()
        Gets the list of non-PROV attributes.

        This accessor method returns a reference to the live list, not a snapshot. Therefore, any modification made to the returned list will be present inside the object. This is why there is not a set method for the role property.

        For example, to add a new item, do as follows:

            getOther().add(newItem);
         
        Returns:
        a list of objects of type Other