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

br.com.objectos.way.schema.info.LongDefaultValueBuilder Maven / Gradle / Ivy

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

import javax.annotation.Generated;

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

  interface LongDefaultValueBuilderSet {
    LongDefaultValueBuilderNullValue nullValue(boolean nullValue);
  }

  interface LongDefaultValueBuilderNullValue {
    LongDefaultValueBuilderLongValue longValue(long longValue);
  }

  interface LongDefaultValueBuilderLongValue {
    LongDefaultValue build();
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy