|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.smartics.exceptions.report.data.ExceptionCodeReportItem
public final class ExceptionCodeReportItem
Information collected on an exception code. This is the information about an enumeration element of a code class.
Constructor Summary | |
---|---|
ExceptionCodeReportItem(Code code, com.thoughtworks.qdox.model.JavaClass typeJavadoc, com.thoughtworks.qdox.model.JavaField javadoc, PlaceHolderInfo placeHolderInfo) Default constructor. |
Method Summary | |
---|---|
Code |
getCode() Returns the instance of the code. |
String |
getComment() Returns the comment to the report item. |
String |
getDeclaringTypeName() Returns the fully qualified name of the type that declares the code. |
com.thoughtworks.qdox.model.JavaField |
getJavadoc() Returns the Javadoc information collected at field level. |
String |
getName() Returns the unique name of the report item. |
PlaceHolderInfo |
getPlaceHolderInfo() Returns the descriptions of the place holders. |
SourceInfo |
getSource() Returns the source code information about the declaration of the exception code. |
String |
getTypeComment() Returns the comment to the report item type. |
com.thoughtworks.qdox.model.JavaClass |
getTypeJavadoc() Returns the Javadoc information collected at class level. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExceptionCodeReportItem(Code code, com.thoughtworks.qdox.model.JavaClass typeJavadoc, com.thoughtworks.qdox.model.JavaField javadoc, PlaceHolderInfo placeHolderInfo) throws NullPointerException
code
- the instance of the code.
typeJavadoc
- the Javadoc information collected at class level.
javadoc
- the Javadoc information collected at field level.
placeHolderInfo
- the descriptions of the place holders.
NullPointerException
- if any of the arguments is
null
.
Method Detail |
---|
public PlaceHolderInfo getPlaceHolderInfo()
public String getTypeComment()
public String getName()
public Code getCode()
public String getComment()
public String getDeclaringTypeName()
public com.thoughtworks.qdox.model.JavaClass getTypeJavadoc()
public com.thoughtworks.qdox.model.JavaField getJavadoc()
public SourceInfo getSource()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |