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) |
addAlias, aliasIn, aliasInAndOut, aliasOut, defaultValue, desc, description, helpText, notNull, setInstance, trimmer, validation, validations, valueTypepublic IntProp build()
PropertyBuilderBasebuild in class PropertyBuilderBase<IntProp.IntBuilder,IntProp,Integer>public IntProp.IntBuilder greaterThan(int reference)
public IntProp.IntBuilder greaterThanOrEqualTo(int reference)
public IntProp.IntBuilder lessThan(int reference)
public IntProp.IntBuilder lessThanOrEqualTo(int reference)
Copyright © 2022. All rights reserved.