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 |
mustBeGreaterThan(int reference) |
IntProp.IntBuilder |
mustBeGreaterThanOrEqualTo(int reference) |
IntProp.IntBuilder |
mustBeLessThan(int reference) |
IntProp.IntBuilder |
mustBeLessThanOrEqualTo(int reference) |
addAlias, aliasIn, aliasInAndOut, aliasOut, defaultValue, desc, description, helpText, mustBeNonNull, setInstance, trimmer, validation, validations, valueTypepublic IntProp build()
PropertyBuilderBasebuild in class PropertyBuilderBase<IntProp.IntBuilder,IntProp,Integer>public IntProp.IntBuilder mustBeGreaterThan(int reference)
public IntProp.IntBuilder mustBeGreaterThanOrEqualTo(int reference)
public IntProp.IntBuilder mustBeLessThan(int reference)
public IntProp.IntBuilder mustBeLessThanOrEqualTo(int reference)
Copyright © 2017. All rights reserved.