Interface IPropertyTypeString

All Superinterfaces:
IPropertyType
All Known Subinterfaces:
IPropertyTypePath
All Known Implementing Classes:
PropertyTypePath, PropertyTypeString

public interface IPropertyTypeString extends IPropertyType
Define a string property type.
  • Method Details

    • getDefault

      String getDefault()
      Description copied from interface: IPropertyType
      Get the default value.
      Specified by:
      getDefault in interface IPropertyType
      Returns:
      the default value, cannot be null
    • getMinLength

      int getMinLength()
      Get the minimum allowed string length.
      Returns:
      the minimum length
    • getMaxLength

      int getMaxLength()
      Get the maximum allowed string length.
      Returns:
      the maximum length