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

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

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

import javax.annotation.Generated;

@Generated("br.com.objectos.auto.pojo.AutoPojoProcessor")
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