Package net.sf.jasperreports.engine.type
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
getValue()
-
Methods inherited from interface net.sf.jasperreports.engine.type.NamedEnum
getDefault, getName
-
-
-
-
Method Detail
-
getValue
T getValue()
-
-