Interface NamedConsequenceDescrBuilder<P extends DescrBuilder<?,?>>

All Superinterfaces:
DescrBuilder<P,NamedConsequenceDescr>
All Known Implementing Classes:
NamedConsequenceDescrBuilderImpl

public interface NamedConsequenceDescrBuilder<P extends DescrBuilder<?,?>> extends DescrBuilder<P,NamedConsequenceDescr>
  • Method Details

    • name

      Sets the consequence name
      Parameters:
      name - the name of the consequence to be invoked
      Returns:
      itself
    • breaking

      NamedConsequenceDescrBuilder<P> breaking(boolean breaking)
      Sets the consequence invocation as breaking or not
      Parameters:
      breaking -
      Returns:
      itself