# Interface: com.pnfsoftware.jeb.core.properties.IPropertyTypeString

Define a string property type.

## Method: getDefault
- return type: `java.lang.String`


## Method: getMaxLength
- return type: `int`

Description: Get the maximum allowed string length.
return: the maximum length

## Method: getMinLength
- return type: `int`

Description: Get the minimum allowed string length.
return: the minimum length

