Package org.utplsql.api.reporter.inspect
Class ReporterInfo
- java.lang.Object
-
- org.utplsql.api.reporter.inspect.ReporterInfo
-
public class ReporterInfo extends Object
Holds information about utPLSQL Reporter-Types- Author:
- pesse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classReporterInfo.Type
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()StringgetName()ReporterInfo.TypegetType()
-
-
-
Method Detail
-
getName
public String getName()
-
getType
public ReporterInfo.Type getType()
-
getDescription
public String getDescription()
-
-