Interface CodeStreamField

All Superinterfaces:
CanRender<Renderer<? extends Renderer<?>>>, Field
All Known Subinterfaces:
UpdatableCodeStreamField

public interface CodeStreamField extends Field
Since:
3.24.10
  • Method Details

    • getAsString

      @NotNull String getAsString()
      It returns the value as a plain trimmed text string. If the value is null in persistence, an empty string is returned. The method never throws an exception when the user cannot read the field or when the object is unresolvable.