Interface NamedValueEnum<T>

All Superinterfaces:
NamedEnum
All Known Implementing Classes:
ColorEnum, JsonOperatorEnum, OrientationEnum, PdfFieldBorderStyleEnum, PdfFieldCheckTypeEnum

public interface NamedValueEnum<T> extends NamedEnum
Author:
Teodor Danciu (teodord@users.sourceforge.net)
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface net.sf.jasperreports.engine.type.NamedEnum

    getDefault, getName
  • Method Details

    • getValue

      T getValue()