Uses of Interface
cdc.enums.DynamicEnumSupport
-
-
Uses of DynamicEnumSupport in cdc.enums
Subinterfaces of DynamicEnumSupport in cdc.enums Modifier and Type Interface Description static interfaceAbstractForestDynamicEnum.Support<V extends ForestDynamicEnum<V>>Support interface describing standard methods expected for a dynamic enum.static interfaceAbstractListDynamicEnum.Support<V extends ListDynamicEnum<V>>Support interface describing standard methods expected for a dynamic enum.Classes in cdc.enums that implement DynamicEnumSupport Modifier and Type Class Description classAbstractDynamicEnumSupport<V>Base class for dynamic enum support.
-