public static class IntProp.IntBuilder extends PropertyBuilderBase<IntProp.IntBuilder,IntProp,Integer>
_aliases, _defaultValue, _desc, _helpText, _nonNull, _trimmer, _validators, _valueType, instance| Constructor and Description |
|---|
IntBuilder() |
| Modifier and Type | Method and Description |
|---|---|
IntProp |
build()
Build the Property instance.
|
IntProp.IntBuilder |
greaterThan(int reference) |
IntProp.IntBuilder |
greaterThanOrEqualTo(int reference) |
IntProp.IntBuilder |
lessThan(int reference) |
IntProp.IntBuilder |
lessThanOrEqualTo(int reference) |
IntProp.IntBuilder |
mustBeGreaterThan(int reference)
Deprecated.
Use
IntBuilder.greaterThan() |
IntProp.IntBuilder |
mustBeGreaterThanOrEqualTo(int reference)
Deprecated.
Use
IntBuilder.greaterThanOrEqualTo() |
IntProp.IntBuilder |
mustBeLessThan(int reference)
Deprecated.
Use
IntBuilder.lessThan() |
IntProp.IntBuilder |
mustBeLessThanOrEqualTo(int reference)
Deprecated.
Use
IntBuilder.lessThanOrEqualTo() |
addAlias, aliasIn, aliasInAndOut, aliasOut, defaultValue, desc, description, helpText, mustBeNonNull, notNull, setInstance, trimmer, validation, validations, valueTypepublic IntProp build()
PropertyBuilderBasebuild in class PropertyBuilderBase<IntProp.IntBuilder,IntProp,Integer>@Deprecated public IntProp.IntBuilder mustBeGreaterThan(int reference)
IntBuilder.greaterThan()public IntProp.IntBuilder greaterThan(int reference)
@Deprecated public IntProp.IntBuilder mustBeGreaterThanOrEqualTo(int reference)
IntBuilder.greaterThanOrEqualTo()public IntProp.IntBuilder greaterThanOrEqualTo(int reference)
@Deprecated public IntProp.IntBuilder mustBeLessThan(int reference)
IntBuilder.lessThan()public IntProp.IntBuilder lessThan(int reference)
@Deprecated public IntProp.IntBuilder mustBeLessThanOrEqualTo(int reference)
IntBuilder.lessThanOrEqualTo()public IntProp.IntBuilder lessThanOrEqualTo(int reference)
Copyright © 2021. All rights reserved.