Uses of Class
com.yahoo.marketing.apt.ReportColumn

Packages that use ReportColumn
com.yahoo.marketing.apt   
 

Uses of ReportColumn in com.yahoo.marketing.apt
 

Fields in com.yahoo.marketing.apt declared as ReportColumn
private  ReportColumn[] Report.columns
           
 

Methods in com.yahoo.marketing.apt that return ReportColumn
 ReportColumn[] Report.getColumns()
          Gets the columns value for this Report.
 

Methods in com.yahoo.marketing.apt with parameters of type ReportColumn
 void Report.setColumns(ReportColumn[] columns)
          Sets the columns value for this Report.
 

Constructors in com.yahoo.marketing.apt with parameters of type ReportColumn
Report(ReportColumn[] columns, Context context, java.lang.String description, java.lang.String name)