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 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 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