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

Packages that use Context
com.yahoo.marketing.apt   
 

Uses of Context in com.yahoo.marketing.apt
 

Fields in com.yahoo.marketing.apt declared as Context
static Context Context.Account
           
static Context Context.AdGroup
           
private  Context Report.context
           
static Context Context.Order
           
 

Methods in com.yahoo.marketing.apt that return Context
static Context Context.fromString(java.lang.String value)
           
static Context Context.fromValue(java.lang.String value)
           
 Context Report.getContext()
          Gets the context value for this Report.
 

Methods in com.yahoo.marketing.apt with parameters of type Context
 void Report.setContext(Context context)
          Sets the context value for this Report.
 

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