Package ch.raffael.meldioc.model.config
Class ParameterPrefixConfig.Builder<S>
java.lang.Object
ch.raffael.meldioc.model.config.ParameterPrefixConfig.Builder<S>
- Enclosing class:
ParameterPrefixConfig<S>
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds a newParameterPrefixConfig.final ParameterPrefixConfig.Builder<S>from(ElementConfig<S> instance) Fill a builder with attribute values from the providedch.raffael.meldioc.model.config.ElementConfiginstance.final ParameterPrefixConfig.Builder<S>from(ParameterPrefixConfig<S> instance) Fill a builder with attribute values from the providedch.raffael.meldioc.model.config.ParameterPrefixConfiginstance.final ParameterPrefixConfig.Builder<S>Initializes the value for thesourceattribute.final ParameterPrefixConfig.Builder<S>Initializes the value for thevalueattribute.
-
Method Details
-
from
Fill a builder with attribute values from the providedch.raffael.meldioc.model.config.ParameterPrefixConfiginstance.- Parameters:
instance- The instance from which to copy values- Returns:
thisbuilder for use in a chained invocation
-
from
Fill a builder with attribute values from the providedch.raffael.meldioc.model.config.ElementConfiginstance.- Parameters:
instance- The instance from which to copy values- Returns:
thisbuilder for use in a chained invocation
-
source
Initializes the value for thesourceattribute.- Parameters:
source- The value for source- Returns:
thisbuilder for use in a chained invocation
-
value
Initializes the value for thevalueattribute.- Parameters:
value- The value for value- Returns:
thisbuilder for use in a chained invocation
-
build
Builds a newParameterPrefixConfig.- Returns:
- An immutable instance of ParameterPrefixConfig
- Throws:
ch.raffael.meldioc.util.immutables.IllegalBuilderStateException- if any required attributes are missing
-