Uses of Interface
cdc.enums.EnumType
-
-
Uses of EnumType in cdc.enums
Subinterfaces of EnumType 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.interfaceDynamicEnumSupport<V>Base interface of services offered by dynamic enumerations.Classes in cdc.enums that implement EnumType Modifier and Type Class Description classAbstractDynamicEnumSupport<V>Base class for dynamic enum support.classBooleanEnumTypeEnumType implementation dedicated to booleans.Fields in cdc.enums with type parameters of type EnumType Modifier and Type Field Description static FormalArg<EnumType<?>>StringToDynamicEnum. ENUM_TYPEMethods in cdc.enums that return EnumType Modifier and Type Method Description static <E extends Enum<E>>
EnumType<E>EnumTypes. getEnumType(Class<E> enumClass)EnumType<V>StringToDynamicEnum. getEnumType()Methods in cdc.enums with parameters of type EnumType Modifier and Type Method Description static <V extends DynamicEnum>
StringToDynamicEnum<V>StringToDynamicEnum. create(EnumType<V> enumType)static <V> Comparator<V>EnumType. createQNameComparator(EnumType<V> enumType)Creates a qualified name comparator.Constructors in cdc.enums with parameters of type EnumType Constructor Description StringToDynamicEnum(EnumType<V> enumType)
-