| Package | Description |
|---|---|
| org.yarnandtail.andhow.api | |
| org.yarnandtail.andhow.property |
| Modifier and Type | Method and Description |
|---|---|
PropertyType |
Property.getPropertyType()
The basic type of the property: Flag, name/value, multi=value.
|
static PropertyType |
PropertyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropertyType[] |
PropertyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PropertyType |
PropertyBase.getPropertyType() |
| Constructor and Description |
|---|
BolProp(Boolean defaultValue,
boolean nonNull,
String shortDesc,
List<Name> aliases,
PropertyType paramType,
ValueType<Boolean> valueType,
Trimmer trimmer,
String helpText) |
DblProp(Double defaultValue,
boolean required,
String shortDesc,
List<Validator<Double>> validators,
List<Name> aliases,
PropertyType paramType,
ValueType<Double> valueType,
Trimmer trimmer,
String helpText) |
FlagProp(Boolean defaultValue,
String shortDesc,
List<Name> aliases,
PropertyType paramType,
ValueType<Boolean> valueType,
Trimmer trimmer,
String helpText) |
IntProp(Integer defaultValue,
boolean required,
String shortDesc,
List<Validator<Integer>> validators,
List<Name> aliases,
PropertyType paramType,
ValueType<Integer> valueType,
Trimmer trimmer,
String helpText) |
LngProp(Long defaultValue,
boolean required,
String shortDesc,
List<Validator<Long>> validators,
List<Name> aliases,
PropertyType paramType,
ValueType<Long> valueType,
Trimmer trimmer,
String helpText) |
LocalDateTimeProp(LocalDateTime defaultValue,
boolean required,
String shortDesc,
List<Validator<LocalDateTime>> validators,
List<Name> aliases,
PropertyType paramType,
ValueType<LocalDateTime> valueType,
Trimmer trimmer,
String helpText) |
PropertyBase(T defaultValue,
boolean nonNull,
String shortDesc,
List<Validator<T>> validators,
List<Name> aliases,
PropertyType paramType,
ValueType<T> valueType,
Trimmer trimmer,
String helpText) |
StrProp(String defaultValue,
boolean nonNull,
String shortDesc,
List<Validator<String>> validators,
List<Name> aliases,
PropertyType paramType,
ValueType<String> valueType,
Trimmer trimmer,
String helpText) |
Copyright © 2017. All rights reserved.