Interface LengthRestrictedTypeDefinition<T extends TypeDefinition<T>>

    • Method Detail

      • getLengthConstraint

        Optional<LengthConstraint> getLengthConstraint()
        Returns length constraint of this type, if applicable. This is the effective constraint, e.g. it includes any length constraints implied by base type hierarchy.
        Returns:
        length constraint which are specified in the length substatement of the type statement.