C# Class Apex.Reports.ReportDataCell

https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_class_reports_reportdatacell.htm#apex_class_reports_reportdatacell
Datei anzeigen Open project: jayonsoftware/apexsharp

Public Methods

Method Description
clone ( ) : object
getLabel ( ) : string
getValue ( ) : object
toString ( ) : string

Method Details

clone() public method

public clone ( ) : object
return object

getLabel() public method

public getLabel ( ) : string
return string

getValue() public method

public getValue ( ) : object
return object

toString() public method

public toString ( ) : string
return string