|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface EnumConstantWriter
The interface for writing enum constant output. This code is not part of an API. It is implementation that is subject to change. Do not use it as an API
| Method Summary | |
|---|---|
void |
close()
Close the writer. |
void |
writeComments(FieldDoc enumConstant)
Write the comments for the given enum constant. |
void |
writeDeprecated(FieldDoc enumConstant)
Write the deprecated output for the given enum constant. |
void |
writeEnumConstantFooter()
Write the enum constant footer. |
void |
writeEnumConstantHeader(FieldDoc enumConstant,
boolean isFirst)
Write the enum constant header for the given enum constant. |
void |
writeFooter(ClassDoc classDoc)
Write the footer for the enum constant documentation. |
void |
writeHeader(ClassDoc classDoc,
java.lang.String header)
Write the header for the enum constant documentation. |
void |
writeSignature(FieldDoc enumConstant)
Write the signature for the given enum constant. |
void |
writeTags(FieldDoc enumConstant)
Write the tag output for the given enum constant. |
| Method Detail |
|---|
void writeHeader(ClassDoc classDoc,
java.lang.String header)
classDoc - the class that the enum constants belong to.header - the header to write.
void writeEnumConstantHeader(FieldDoc enumConstant,
boolean isFirst)
enumConstant - the enum constant being documented.isFirst - the flag to indicate whether or not the enum constant is
the first to be documented.void writeSignature(FieldDoc enumConstant)
enumConstant - the enum constant being documented.void writeDeprecated(FieldDoc enumConstant)
enumConstant - the enum constant being documented.void writeComments(FieldDoc enumConstant)
enumConstant - the enum constant being documented.void writeTags(FieldDoc enumConstant)
enumConstant - the enum constant being documented.void writeEnumConstantFooter()
void writeFooter(ClassDoc classDoc)
classDoc - the class that the enum constant belong to.
void close()
throws java.io.IOException
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||