Schnittstelle EnumConstantWriter
- Alle Superschnittstellen:
MemberWriter
- Alle bekannten Implementierungsklassen:
EnumConstantWriterImpl
The interface for writing enum constant output.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
addComments
(VariableElement enumConstant, Content enumConstants) Add the comments for the given enum constant.void
addDeprecated
(VariableElement enumConstant, Content content) Add the deprecated output for the given enum constant.void
addPreview
(VariableElement member, Content content) Add the preview output for the given member.void
addTags
(VariableElement enumConstant, Content content) Add the tags for the given enum constant.getEnumConstantsDetails
(Content memberDetailsHeader, Content content) Get the enum constants details.getEnumConstantsDetailsHeader
(TypeElement typeElement, Content memberDetails) Get the enum constants details header.getEnumConstantsHeader
(VariableElement enumConstant, Content enumConstantsDetails) Get the enum constants documentation header.Gets the member header.getSignature
(VariableElement enumConstant) Get the signature for the given enum constant.Von Schnittstelle geerbte Methoden org.jdrupes.mdoclet.internal.doclets.toolkit.MemberWriter
getMemberList, getMemberListItem
-
Methodendetails
-
getEnumConstantsDetailsHeader
Get the enum constants details header.- Parameter:
typeElement
- the class being documentedmemberDetails
- the content representing member details- Gibt zurück:
- a content for the enum constants details header
-
getEnumConstantsHeader
Get the enum constants documentation header.- Parameter:
enumConstant
- the enum constant being documentedenumConstantsDetails
- the content representing enum constant details- Gibt zurück:
- the enum constant documentation header
-
getSignature
Get the signature for the given enum constant.- Parameter:
enumConstant
- the enum constant being documented- Gibt zurück:
- the enum constant signature
-
addDeprecated
Add the deprecated output for the given enum constant.- Parameter:
enumConstant
- the enum constant being documentedcontent
- the content to which the deprecated information will be added
-
addPreview
Add the preview output for the given member.- Parameter:
member
- the member being documentedcontent
- the content to which the preview information will be added
-
addComments
Add the comments for the given enum constant.- Parameter:
enumConstant
- the enum constant being documentedenumConstants
- the content to which the comments will be added
-
addTags
Add the tags for the given enum constant.- Parameter:
enumConstant
- the enum constant being documentedcontent
- the content to which the tags will be added
-
getEnumConstantsDetails
Get the enum constants details.- Parameter:
memberDetailsHeader
- member details headercontent
- the content representing member details- Gibt zurück:
- the enum constant details
-
getMemberHeader
Gets the member header.- Gibt zurück:
- the member header
-