Uses of Class
com.regnosys.rosetta.utils.PositiveIntegerInterval
Packages that use PositiveIntegerInterval
Package
Description
-
Uses of PositiveIntegerInterval in com.regnosys.rosetta.types
Methods in com.regnosys.rosetta.types with parameters of type PositiveIntegerIntervalModifier and TypeMethodDescriptionTypeFactory.constrainedString(PositiveIntegerInterval interval, Optional<Pattern> pattern) TypeFactory.singleString(PositiveIntegerInterval interval, Optional<Pattern> pattern) -
Uses of PositiveIntegerInterval in com.regnosys.rosetta.types.builtin
Methods in com.regnosys.rosetta.types.builtin that return PositiveIntegerIntervalConstructors in com.regnosys.rosetta.types.builtin with parameters of type PositiveIntegerIntervalModifierConstructorDescriptionRStringType(PositiveIntegerInterval interval, Optional<Pattern> pattern) -
Uses of PositiveIntegerInterval in com.regnosys.rosetta.utils
Methods in com.regnosys.rosetta.utils that return PositiveIntegerIntervalModifier and TypeMethodDescriptionPositiveIntegerInterval.add(PositiveIntegerInterval other) static PositiveIntegerIntervalPositiveIntegerInterval.bounded(int min, int max) static PositiveIntegerIntervalPositiveIntegerInterval.boundedLeft(int min) PositiveIntegerInterval.minimalCover(PositiveIntegerInterval other) PositiveIntegerInterval.multiply(PositiveIntegerInterval other) Methods in com.regnosys.rosetta.utils with parameters of type PositiveIntegerIntervalModifier and TypeMethodDescriptionPositiveIntegerInterval.add(PositiveIntegerInterval other) PositiveIntegerInterval.minimalCover(PositiveIntegerInterval other) PositiveIntegerInterval.multiply(PositiveIntegerInterval other)