Interface LongField
- All Known Subinterfaces:
UpdatableLongField
- Since:
- 3.9.0
-
Method Summary
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
Never throws exception when user cannot read the field, or the object is unresolvable. Same asScalarField.getIfCan()
- Returns:
- the value formatted as String. Never returns null.
-