Uses of Interface
com.bluebell.greenhouse.platform.enums.GenericIsoEnum
Packages that use GenericIsoEnum
Package
Description
Contains enums used throughout the application.
Contains core enums used for
Accounts.Contains core enums used for system operations.
-
Uses of GenericIsoEnum in com.bluebell.greenhouse.platform.enums
Methods in com.bluebell.greenhouse.platform.enums with type parameters of type GenericIsoEnumModifier and TypeMethodDescriptionstatic <I extends Enum<I> & GenericIsoEnum<I>>
List<IsoEnumDisplay> GenericIsoEnum.convertAllToIsoEnumDisplay(I[] values) static <I extends Enum<I> & GenericIsoEnum<I>>
List<IsoEnumDisplay> GenericIsoEnum.convertAllToIsoEnumDisplay(Collection<I> values) static <I extends Enum<I> & GenericIsoEnum<I>>
IsoEnumDisplayGenericIsoEnum.convertToIsoEnumDisplay(I value) Converts aGenericIsoEnuminto anIsoEnumDisplay. -
Uses of GenericIsoEnum in com.bluebell.greenhouse.platform.enums.account
Classes in com.bluebell.greenhouse.platform.enums.account that implement GenericIsoEnum -
Uses of GenericIsoEnum in com.bluebell.greenhouse.platform.enums.system
Classes in com.bluebell.greenhouse.platform.enums.system that implement GenericIsoEnum