Package org.ivoa.dm.pdl
Class ParameterGroup.ParameterGroupBuilder
java.lang.Object
org.ivoa.dm.pdl.ParameterGroup.ParameterGroupBuilder
- Enclosing class:
- ParameterGroup
A builder class for ParameterGroup, mainly for use in the functional builder pattern.
-
Field Summary
FieldsModifier and TypeFieldDescriptionthe definitions in the group.Group name. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
Group name. -
members
the definitions in the group.
-
-
Constructor Details
-
ParameterGroupBuilder
public ParameterGroupBuilder()
-
-
Method Details
-
create
create a ParameterGroup from this builder.- Returns:
- an object initialized from the builder.
-