Interface UpdatableStringField
- All Superinterfaces:
CanBeCustomField,CanRender<Renderer<? extends Renderer<?>>>,Field,ScalarField<String>,StringField,UpdatableCanBeCustomField,UpdatableScalarField<String>
- All Known Subinterfaces:
UpdatableFieldReferenceField
public interface UpdatableStringField
extends StringField, UpdatableScalarField<String>, UpdatableCanBeCustomField
- 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.StringField
get, getIfCanMethods inherited from interface com.polarion.alm.shared.api.model.fields.UpdatableCanBeCustomField
clear
-
Method Details
-
set
value is trimmed before persisting and when it is empty afterwards, then null is written to persistence.- Specified by:
setin interfaceUpdatableScalarField<String>
-