All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.blossomproject.generator.configuration.model.StringField Maven / Gradle / Ivy

package com.blossomproject.generator.configuration.model;

public interface StringField extends Field {

  boolean isNotBlank();

  Integer getMaxLength();

  boolean isLob();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy