Interface EnumConstantWriter
- All Known Implementing Classes:
EnumConstantWriterImpl
Deprecated.
The interface for writing enum constant output.
This is NOT part of any supported API. If you write code that depends on this, you do so at your own risk. This code and its internal interfaces are subject to change or deletion without notice.
- Since:
- 1.5
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddComments(FieldDoc enumConstant, Content enumConstantsTree) Deprecated.Add the comments for the given enum constant.voidaddDeprecated(FieldDoc enumConstant, Content enumConstantsTree) Deprecated.Add the deprecated output for the given enum constant.voidDeprecated.Add the tags for the given enum constant.voidclose()Deprecated.Close the writer.getEnumConstants(Content enumConstantsTree, boolean isLastContent) Deprecated.Get the enum constants documentation.getEnumConstantsDetails(Content memberDetailsTree) Deprecated.Get the enum constants details tree.getEnumConstantsDetailsTreeHeader(ClassDoc classDoc, Content memberDetailsTree) Deprecated.Get the enum constants details tree header.getEnumConstantsTreeHeader(FieldDoc enumConstant, Content enumConstantsDetailsTree) Deprecated.Get the enum constants documentation tree header.getSignature(FieldDoc enumConstant) Deprecated.Get the signature for the given enum constant.
-
Method Details
-
getEnumConstantsDetailsTreeHeader
Deprecated.Get the enum constants details tree header.- Parameters:
classDoc- the class being documentedmemberDetailsTree- the content tree representing member details- Returns:
- content tree for the enum constants details header
-
getEnumConstantsTreeHeader
Deprecated.Get the enum constants documentation tree header.- Parameters:
enumConstant- the enum constant being documentedenumConstantsDetailsTree- the content tree representing enum constant details- Returns:
- content tree for the enum constant documentation header
-
getSignature
-
addDeprecated
-
addComments
-
addTags
-
getEnumConstantsDetails
-
getEnumConstants
Deprecated.Get the enum constants documentation.- Parameters:
enumConstantsTree- the content tree representing enum constants documentationisLastContent- true if the content to be added is the last content- Returns:
- content tree for the enum constants documentation
-
close
-