public class IntProp extends PropertyBase<Integer>
| Modifier and Type | Class and Description |
|---|---|
static class |
IntProp.IntBuilder |
| Constructor and Description |
|---|
IntProp(Integer defaultValue,
boolean required,
String shortDesc,
List<Validator<Integer>> validators,
List<Name> aliases,
PropertyType paramType,
ValueType<Integer> valueType,
Trimmer trimmer,
String helpText) |
| Modifier and Type | Method and Description |
|---|---|
static IntProp.IntBuilder |
builder() |
getDefaultValue, getDescription, getExplicitValue, getHelpText, getPropertyType, getRequestedAliases, getTrimmer, getValidators, getValue, getValueType, isNonNullRequiredpublic static IntProp.IntBuilder builder()
Copyright © 2017. All rights reserved.