Interface ArgumentSuffixAccessor.ArgumentSuffixBuilder<B extends ArgumentSuffixAccessor.ArgumentSuffixBuilder<B>>

Type Parameters:
B - The builder to return in order to be able to apply multiple build operations.
All Known Implementing Classes:
SyntaxMetricsImpl.Builder
Enclosing interface:
ArgumentSuffixAccessor

public static interface ArgumentSuffixAccessor.ArgumentSuffixBuilder<B extends ArgumentSuffixAccessor.ArgumentSuffixBuilder<B>>
Provides a builder method for an argument suffix property returning the builder for applying multiple build operations.
  • Method Summary

    Modifier and Type
    Method
    Description
    withArgumentSuffix(String aArgumentSuffix)
    Sets the argument suffix for the argument suffix property.
  • Method Details

    • withArgumentSuffix

      B withArgumentSuffix(String aArgumentSuffix)
      Sets the argument suffix for the argument suffix property.
      Parameters:
      aArgumentSuffix - The argument suffix to be stored by the argument suffix property.
      Returns:
      The builder for applying multiple build operations.