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

br.com.objectos.code.TestingEnumConstantInfoBuilder Maven / Gradle / Ivy

The newest version!
package br.com.objectos.code;

import javax.annotation.Generated;

@Generated({
    "br.com.objectos.pojo.compiler.PojoCompiler",
    "br.com.objectos.pojo.plugin.StandardBuilderPropertyAction"
})
public interface TestingEnumConstantInfoBuilder {
  TestingEnumConstantInfoBuilderEnumType enumType(SimpleTypeInfo enumType);

  interface TestingEnumConstantInfoBuilderEnumType {
    TestingEnumConstantInfoBuilderValue value(String value);
  }

  interface TestingEnumConstantInfoBuilderValue {
    TestingEnumConstantInfo build();
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy