Interface PropertiesNotationAccessor.PropertiesNotationBuilder<B extends PropertiesNotationAccessor.PropertiesNotationBuilder<B>>

  • Type Parameters:
    B - The builder to return in order to be able to apply multiple build operations.
    Enclosing interface:
    PropertiesNotationAccessor


    public static interface PropertiesNotationAccessor.PropertiesNotationBuilder<B extends PropertiesNotationAccessor.PropertiesNotationBuilder<B>>
    Provides a builder method for a PropertiesNotation property returning the builder for applying multiple build operations.
    • Method Detail

      • withPropertiesNotation

        B withPropertiesNotation​(PropertiesNotation aPropertiesNotation)
        Sets the properties notation for the PropertiesNotation property.
        Parameters:
        aPropertiesNotation - The properties notation to be stored by the PropertiesNotation property.
        Returns:
        The builder for applying multiple build operations.