Interface LongField

All Superinterfaces:
CanRender<Renderer<? extends Renderer<?>>>, Field, ScalarField<Long>
All Known Subinterfaces:
UpdatableLongField

public interface LongField extends ScalarField<Long>
Since:
3.9.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Never throws exception when user cannot read the field, or the object is unresolvable.

    Methods inherited from interface com.polarion.alm.shared.api.model.fields.Field

    can, compareWith, description, id, is, label, render

    Methods inherited from interface com.polarion.alm.shared.api.model.fields.ScalarField

    get, getIfCan
  • Method Details

    • asString

      @NotNull String asString()
      Never throws exception when user cannot read the field, or the object is unresolvable. Same as ScalarField.getIfCan()
      Returns:
      the value formatted as String. Never returns null.