Package net.sf.jasperreports.engine.type
Interface JREnum
-
- All Superinterfaces:
NamedEnum
- All Known Implementing Classes:
AxisPositionEnum,BandTypeEnum,BreakTypeEnum,CalculationEnum,CrosstabColumnPositionEnum,CrosstabPercentageEnum,CrosstabRowPositionEnum,CrosstabTotalPositionEnum,DatasetResetTypeEnum,EdgeEnum,EvaluationTimeEnum,FillEnum,FooterPositionEnum,HorizontalAlignEnum,HyperlinkTargetEnum,HyperlinkTypeEnum,ImageTypeEnum,IncrementTypeEnum,LineDirectionEnum,LineSpacingEnum,LineStyleEnum,MeterShapeEnum,ModeEnum,OnErrorTypeEnum,OrientationEnum,PenEnum,PositionTypeEnum,PrintOrderEnum,RenderableTypeEnum,ResetTypeEnum,RotationEnum,RunDirectionEnum,ScaleImageEnum,SortOrderEnum,SplitTypeEnum,StretchTypeEnum,ValueLocationEnum,VerticalAlignEnum,WhenNoDataTypeEnum,WhenResourceMissingTypeEnum
public interface JREnum extends NamedEnum
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description bytegetValue()Deprecated.Used only by deprecated serialized fields.BytegetValueByte()Deprecated.Used only by deprecated serialized fields.
-
-
-
Method Detail
-
getValueByte
Byte getValueByte()
Deprecated.Used only by deprecated serialized fields.
-
getValue
byte getValue()
Deprecated.Used only by deprecated serialized fields.
-
-