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 TypeMethodDescriptionvoid
addComments
(FieldDoc enumConstant, Content enumConstantsTree) Deprecated.Add the comments for the given enum constant.void
addDeprecated
(FieldDoc enumConstant, Content enumConstantsTree) Deprecated.Add the deprecated output for the given enum constant.void
Deprecated.Add the tags for the given enum constant.void
close()
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
Deprecated.Get the signature for the given enum constant.- Parameters:
enumConstant
- the enum constant being documented- Returns:
- content tree for the enum constant signature
-
addDeprecated
Deprecated.Add the deprecated output for the given enum constant.- Parameters:
enumConstant
- the enum constant being documentedenumConstantsTree
- content tree to which the deprecated information will be added
-
addComments
Deprecated.Add the comments for the given enum constant.- Parameters:
enumConstant
- the enum constant being documentedenumConstantsTree
- the content tree to which the comments will be added
-
addTags
Deprecated.Add the tags for the given enum constant.- Parameters:
enumConstant
- the enum constant being documentedenumConstantsTree
- the content tree to which the tags will be added
-
getEnumConstantsDetails
Deprecated.Get the enum constants details tree.- Parameters:
memberDetailsTree
- the content tree representing member details- Returns:
- content tree for the enum constant details
-
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
Deprecated.Close the writer.- Throws:
IOException
-