Uses of Class
gov.nasa.pds.validate.report.Report.Block
-
Packages that use Report.Block Package Description gov.nasa.pds.validate.report -
-
Uses of Report.Block in gov.nasa.pds.validate.report
Methods in gov.nasa.pds.validate.report that return Report.Block Modifier and Type Method Description static Report.Block
Report.Block. valueOf(String name)
Returns the enum constant of this type with the specified name.static Report.Block[]
Report.Block. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in gov.nasa.pds.validate.report with parameters of type Report.Block Modifier and Type Method Description protected void
FullReport. begin(Report.Block block)
protected void
JSONReport. begin(Report.Block block)
protected abstract void
Report. begin(Report.Block block)
protected void
XmlReport. begin(Report.Block block)
protected void
FullReport. end(Report.Block block)
protected void
JSONReport. end(Report.Block block)
protected abstract void
Report. end(Report.Block block)
protected void
XmlReport. end(Report.Block block)
-