public static class PepperModuleProperty.NameBuilder.TypeBuilder.DescriptionBuilder.Builder<T> extends Object
| Constructor and Description |
|---|
Builder(String name,
Class<T> type,
String description) |
| Modifier and Type | Method and Description |
|---|---|
PepperModuleProperty<T> |
build() |
PepperModuleProperty.NameBuilder.TypeBuilder.DescriptionBuilder.Builder<T> |
isRequired(boolean isRequired) |
PepperModuleProperty.NameBuilder.TypeBuilder.DescriptionBuilder.Builder<T> |
withDefaultValue(T defaultValue) |
public PepperModuleProperty.NameBuilder.TypeBuilder.DescriptionBuilder.Builder<T> withDefaultValue(T defaultValue)
public PepperModuleProperty.NameBuilder.TypeBuilder.DescriptionBuilder.Builder<T> isRequired(boolean isRequired)
public PepperModuleProperty<T> build()
Copyright © 2009–2020 Humboldt-Universität zu Berlin, INRIA. All rights reserved.