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

br.com.objectos.schema.info.IntDefaultValueBuilder Maven / Gradle / Ivy

The newest version!
package br.com.objectos.schema.info;

import javax.annotation.Generated;

@Generated({
    "br.com.objectos.pojo.compiler.PojoCompiler",
    "br.com.objectos.pojo.plugin.StandardBuilderPropertyAction"
})
public interface IntDefaultValueBuilder {
  IntDefaultValueBuilderSet set(boolean set);

  interface IntDefaultValueBuilderSet {
    IntDefaultValueBuilderNullValue nullValue(boolean nullValue);
  }

  interface IntDefaultValueBuilderNullValue {
    IntDefaultValueBuilderIntValue intValue(int intValue);
  }

  interface IntDefaultValueBuilderIntValue {
    IntDefaultValue build();
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy