Uses of Enum Class
org.seasar.doma.internal.jdbc.sql.node.CommentType
Packages that use CommentType
Package
Description
Internal implementation details for the Doma framework.
-
Uses of CommentType in org.seasar.doma.internal.jdbc.sql.node
Fields in org.seasar.doma.internal.jdbc.sql.node declared as CommentTypeMethods in org.seasar.doma.internal.jdbc.sql.node that return CommentTypeModifier and TypeMethodDescriptionCommentNode.getCommentType()static CommentTypeReturns the enum constant of this class with the specified name.static CommentType[]CommentType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.seasar.doma.internal.jdbc.sql.node with parameters of type CommentType