コード例 #1
0
    @SuppressWarnings("unchecked")
    public GeneratorT withFloc(Floc aValue) {
      instance.setFloc(aValue);

      return (GeneratorT) this;
    }