Uses of Enum Class
org.x4o.maisdoc.model.MaisDocNodeBody
Packages that use MaisDocNodeBody
Package
Description
The Api Doc Writer classes.
The Api Doc Dom classes.
-
Uses of MaisDocNodeBody in org.x4o.maisdoc.flake
Methods in org.x4o.maisdoc.flake that return MaisDocNodeBodyMethods in org.x4o.maisdoc.flake with parameters of type MaisDocNodeBodyModifier and TypeMethodDescriptionvoid
MaisDocNodeWriterBean.setNodeBody
(MaisDocNodeBody nodeBody) Constructors in org.x4o.maisdoc.flake with parameters of type MaisDocNodeBodyModifierConstructorDescriptionMaisDocNodeWriterBean
(MaisDocNodeBody nodeBody, Object bean, String method, Class<?>... classes) -
Uses of MaisDocNodeBody in org.x4o.maisdoc.model
Subclasses with type arguments of type MaisDocNodeBody in org.x4o.maisdoc.modelModifier and TypeClassDescriptionenum
ApiDocNodeBody are the parts from which the content body is created.Methods in org.x4o.maisdoc.model that return MaisDocNodeBodyModifier and TypeMethodDescriptionMaisDocNodeWriter.getNodeBody()
static MaisDocNodeBody
Returns the enum constant of this class with the specified name.static MaisDocNodeBody[]
MaisDocNodeBody.values()
Returns an array containing the constants of this enum class, in the order they are declared.