Uses of Interface
cdc.enums.ListType
-
-
Uses of ListType in cdc.enums
Subinterfaces of ListType 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.interfaceDagType<V>Interface describing a DAG type.interfaceDynamicEnumSupport<V>Base interface of services offered by dynamic enumerations.interfaceEnumType<V>Interface describing an enumerated type.Classes in cdc.enums that implement ListType Modifier and Type Class Description classAbstractBaseDagSupport<V>classAbstractBaseListSupport<V>classAbstractDynamicEnumSupport<V>Base class for dynamic enum support.classBooleanEnumTypeEnumType implementation dedicated to booleans.Methods in cdc.enums that return ListType Modifier and Type Method Description ListType<V>AbstractSynthesisMask. getType()ListType<?>DagEvent. getType()ListType<V>MaskSupport. getType()ListType<V>SynthesisMask. getType()ListType<V>SynthesisMaskSupport. getType()Methods in cdc.enums with parameters of type ListType Modifier and Type Method Description protected static <M extends AbstractMask<M,V>,V>
MaskSupport<M,V>AbstractMask. support(Class<M> maskClass, AbstractMask.Creator<M,V> creator, ListType<V> type, Nullable nullable)Creates a Support implementation.static <M extends AbstractSynthesisMask<M,V>,V>
SynthesisMaskSupport<M,V>AbstractSynthesisMask. support(Class<M> maskClass, AbstractSynthesisMask.Creator<M,V> creator, ListType<V> type, Nullable nullable)Constructors in cdc.enums with parameters of type ListType Constructor Description DagEvent(ListType<?> type, Object value, DagEventType eventType)
-