ILengthModel
extends
IModel
in
Interface for models for which an IRangeConstraint makes sense.
Table of Contents
Methods
- getNotNullConstraint() : INotNullConstraint|null
- getRangeConstraint() : IRangeConstraint|null
- isNullable() : bool
- Shorter way to check whether the content can be null.
Methods
getNotNullConstraint()
public
getNotNullConstraint() : INotNullConstraint|null
Return values
INotNullConstraint|null —Whether the content is necessarily specified or can be left omitted.
getRangeConstraint()
public
getRangeConstraint() : IRangeConstraint|null
Return values
IRangeConstraint|nullisNullable()
Shorter way to check whether the content can be null.
public
isNullable() : bool