Interface OslcResourceProperty

All Superinterfaces:
CanRender<RemoteDataRenderer<?>>

public interface OslcResourceProperty extends CanRender<RemoteDataRenderer<?>>
Since:
3.21.2
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Determines if the property exists.
    get()
    Gets the value of the property.

    Methods inherited from interface com.polarion.alm.shared.api.model.CanRender

    render
  • Method Details

    • exists

      boolean exists()
      Determines if the property exists.
      Returns:
      true if the property exists or false otherwise.
    • get

      @Nullable Object get()
      Gets the value of the property.
      Returns:
      The value of the property.