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

br.com.objectos.way.code.EnumInfoPojo Maven / Gradle / Ivy

There is a newer version: 0.6.0
Show newest version
package br.com.objectos.way.code;

import java.util.List;
import javax.annotation.Generated;

@Generated({
    "br.com.objectos.way.pojo.compiler.PojoCompiler",
    "br.com.objectos.way.pojo.plugin.StandardPojoPropertyAction"
})
final class EnumInfoPojo extends EnumInfo {
  private final List enumConstantInfoList;

  public EnumInfoPojo(EnumInfoBuilderPojo builder) {
    super();
    enumConstantInfoList = builder.___get___enumConstantInfoList();
  }

  @Override
  public List enumConstantInfoList() {
    return enumConstantInfoList;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy