Interface IntegerField
- All Superinterfaces:
CanBeCustomField,CanRender<Renderer<? extends Renderer<?>>>,Field,ScalarField<Integer>
- All Known Subinterfaces:
UpdatableIntegerField
- Since:
- 3.9.0
-
Method Summary
Methods inherited from interface com.polarion.alm.shared.api.model.fields.CanBeCustomField
containsIncompatibleValueMethods inherited from interface com.polarion.alm.shared.api.model.fields.Field
can, compareWith, description, id, is, label, renderMethods 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.
-