public interface

IPropertyTypeString

implements IPropertyType
com.pnfsoftware.jeb.core.properties.IPropertyTypeString
Known Indirect Subclasses

Class Overview

Define a string property type.

Summary

Public Methods
abstract String getDefault()
Get the default value.
abstract int getMaxLength()
Get the maximum allowed string length.
abstract int getMinLength()
Get the minimum allowed string length.
[Expand]
Inherited Methods
From interface com.pnfsoftware.jeb.core.properties.IPropertyType

Public Methods

public abstract String getDefault ()

Get the default value.

Returns
  • the default value, cannot be null

public abstract int getMaxLength ()

Get the maximum allowed string length.

Returns
  • the maximum length

public abstract int getMinLength ()

Get the minimum allowed string length.

Returns
  • the minimum length