Uses of Class
net.sf.jasperreports.engine.type.BreakTypeEnum

Packages that use BreakTypeEnum
net.sf.jasperreports.engine Provides access to the library's main functionality through façade classes for compiling, filling and exporting reports and also publishes the library's main interfaces and classes. 
net.sf.jasperreports.engine.base Contains base implementations for the library's main interfaces. 
net.sf.jasperreports.engine.design Contains design time implementations for the library's main interfaces as well as report compiling tools. 
net.sf.jasperreports.engine.fill Contains fill time implementations for the library's main interfaces and the entire engine used in the filling process (the actual core of JasperReports). 
net.sf.jasperreports.engine.type   
 

Uses of BreakTypeEnum in net.sf.jasperreports.engine
 

Methods in net.sf.jasperreports.engine that return BreakTypeEnum
 BreakTypeEnum JRBreak.getTypeValue()
          Gets the break type.
 

Methods in net.sf.jasperreports.engine with parameters of type BreakTypeEnum
 void JRBreak.setType(BreakTypeEnum breakTypeEnum)
          Sets the break type.
 

Uses of BreakTypeEnum in net.sf.jasperreports.engine.base
 

Fields in net.sf.jasperreports.engine.base declared as BreakTypeEnum
protected  BreakTypeEnum JRBaseBreak.typeValue
           
 

Methods in net.sf.jasperreports.engine.base that return BreakTypeEnum
 BreakTypeEnum JRBaseBreak.getTypeValue()
           
 

Methods in net.sf.jasperreports.engine.base with parameters of type BreakTypeEnum
 void JRBaseBreak.setType(BreakTypeEnum typeValue)
           
 

Uses of BreakTypeEnum in net.sf.jasperreports.engine.design
 

Fields in net.sf.jasperreports.engine.design declared as BreakTypeEnum
protected  BreakTypeEnum JRDesignBreak.typeValue
           
 

Methods in net.sf.jasperreports.engine.design that return BreakTypeEnum
 BreakTypeEnum JRDesignBreak.getTypeValue()
           
 

Methods in net.sf.jasperreports.engine.design with parameters of type BreakTypeEnum
 void JRDesignBreak.setType(BreakTypeEnum typeValue)
           
 

Uses of BreakTypeEnum in net.sf.jasperreports.engine.fill
 

Methods in net.sf.jasperreports.engine.fill that return BreakTypeEnum
 BreakTypeEnum JRFillBreak.getTypeValue()
           
 

Methods in net.sf.jasperreports.engine.fill with parameters of type BreakTypeEnum
 void JRFillBreak.setType(BreakTypeEnum type)
           
 

Uses of BreakTypeEnum in net.sf.jasperreports.engine.type
 

Methods in net.sf.jasperreports.engine.type that return BreakTypeEnum
static BreakTypeEnum BreakTypeEnum.getByName(java.lang.String name)
           
static BreakTypeEnum BreakTypeEnum.getByValue(byte value)
           
static BreakTypeEnum BreakTypeEnum.getByValue(java.lang.Byte value)
           
static BreakTypeEnum BreakTypeEnum.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BreakTypeEnum[] BreakTypeEnum.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



© 2001-2010 Jaspersoft Corporation www.jaspersoft.com