|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The subpart of the PCWriteReport that corresponds to an AccessSpec in the PCSpec. For every AccessSpec in the PCSpec, one AccessReport will be present in the PCWriteReport.
An AccessReport contains its name (the same as its associated AccessSpec) and a list of TagReports, one for each tag in field that the AccessSpec acted upon.
Method Summary | |
java.lang.String |
getName()
Return the name of this access report, which matches the name of the AccessSpec which generated it. |
java.util.List |
getTagReports()
Return the List of TagReport objects, one for each tag the AccessSpec operated on. |
Method Detail |
public java.lang.String getName()
public java.util.List getTagReports()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |