Uses of Enum Class
org.projecthusky.common.enums.EntityNameUse
Packages that use EntityNameUse
-
Uses of EntityNameUse in org.projecthusky.common.basetypes
Methods in org.projecthusky.common.basetypes that return EntityNameUseMethods in org.projecthusky.common.basetypes with parameters of type EntityNameUseModifier and TypeMethodDescriptionvoidNameBaseType.setUsage(EntityNameUse usage) Sets the name usage.NameBaseType.Builder.withUsage(EntityNameUse usage) With usage. -
Uses of EntityNameUse in org.projecthusky.common.enums
Methods in org.projecthusky.common.enums that return EntityNameUseModifier and TypeMethodDescriptionstatic @Nullable EntityNameUseGets the Enum with a given code.static EntityNameUseReturns the enum constant of this class with the specified name.static EntityNameUse[]EntityNameUse.values()Returns an array containing the constants of this enum class, in the order they are declared.