All Downloads are FREE. Search and download functionalities are using the official Maven repository.

br.com.objectos.xls.pojo.plugin.SheetMethodBuilder Maven / Gradle / Ivy

The newest version!
package br.com.objectos.xls.pojo.plugin;

import java.util.Set;
import javax.annotation.Generated;

@Generated({
    "br.com.objectos.pojo.compiler.PojoCompiler",
    "br.com.objectos.pojo.plugin.SetPlugin",
    "br.com.objectos.pojo.plugin.StandardBuilderPropertyAction"
})
interface SheetMethodBuilder {
  SheetMethodBuilderFieldName fieldName(String fieldName);

  interface SheetMethodBuilderFieldName {
    SheetMethodBuilderHeader header(String header);
  }

  interface SheetMethodBuilderHeader {
    SheetMethodBuilderFormat format(SheetMethodFormat format);
  }

  interface SheetMethodBuilderFormat {
    SheetMethodBuilderStyleSet styleSet(Set styleSet);

    SheetMethodBuilderStyleSet styleSet(SheetMethodStyle... elements);
  }

  interface SheetMethodBuilderStyleSet {
    SheetMethodBuilderWidth width(SheetMethodWidth width);
  }

  interface SheetMethodBuilderWidth {
    SheetMethod build();
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy