Uses of Enum Class
org.conical.common.bbl.enums.NameSuffix
Packages that use NameSuffix
Package
Description
Contains enums defining possible values and attributes of those values for data the BBL collects.
Contains general utility classes to support BBL applications.
Contains action classes to assist in the development of Struts2 applications.
-
Uses of NameSuffix in org.conical.common.bbl.enums
Methods in org.conical.common.bbl.enums that return NameSuffixModifier and TypeMethodDescriptionstatic NameSuffix
NameSuffix.resolveByDescription
(String string) static NameSuffix
Returns the enum constant of this class with the specified name.static NameSuffix[]
NameSuffix.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of NameSuffix in org.conical.common.bbl.util
Methods in org.conical.common.bbl.util that return NameSuffix -
Uses of NameSuffix in org.conical.common.bbl.web.struts.actions
Methods in org.conical.common.bbl.web.struts.actions that return types with arguments of type NameSuffix