Uses of Enum Class
org.pgcodekeeper.core.sql.Keyword.LabelCategory
Packages that use Keyword.LabelCategory
-
Uses of Keyword.LabelCategory in org.pgcodekeeper.core.sql
Methods in org.pgcodekeeper.core.sql that return Keyword.LabelCategoryModifier and TypeMethodDescriptionKeyword.getLabelCategory()static Keyword.LabelCategoryReturns the enum constant of this class with the specified name.static Keyword.LabelCategory[]Keyword.LabelCategory.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.pgcodekeeper.core.sql with parameters of type Keyword.LabelCategoryModifierConstructorDescriptionKeyword(String keyword, Keyword.KeywordCategory category, Keyword.LabelCategory labelCategory) Creates a new keyword with specified properties.