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

br.com.objectos.code.TestingEnumConstantInfoPojo 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.StandardPojoPropertyAction"
})
final class TestingEnumConstantInfoPojo extends TestingEnumConstantInfo {
  private final SimpleTypeInfo enumType;

  private final String value;

  public TestingEnumConstantInfoPojo(TestingEnumConstantInfoBuilderPojo builder) {
    super();
    enumType = builder.___get___enumType();
    value = builder.___get___value();
  }

  @Override
  public SimpleTypeInfo enumType() {
    return enumType;
  }

  @Override
  public String value() {
    return value;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy