public interface DefaultsForm
public final Parameter base();
...which returns the default parameter base for the package. This method cannot be declared in this interface, however, because it is static. :-) So this interface isn't much use, except to describe how defaults objects should generally work.
A parameter base is a secondary "default" place for the parameters database to look for a parameter value if the primary value was not defined.