Uses of Class
org.marketcetera.trade.ReportType
-
Packages that use ReportType Package Description org.marketcetera.trade -
-
Uses of ReportType in org.marketcetera.trade
Methods in org.marketcetera.trade that return ReportType Modifier and Type Method Description ReportTypeReport. getReportType()Get the reportType value.static ReportTypeReportType. valueOf(String name)Returns the enum constant of this type with the specified name.static ReportType[]ReportType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.marketcetera.trade with parameters of type ReportType Modifier and Type Method Description voidMutableReport. setReportType(ReportType inReportType)Get the reportType value.
-