Uses of Interface
cdc.enums.ListType
-
Uses of ListType in cdc.enums
Modifier and TypeInterfaceDescriptionstatic 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.interfaceBase interface of services offered by dynamic enumerations.interfaceEnumType<V>Interface describing an enumerated type.Modifier and TypeClassDescriptionclassclassclassBase class for dynamic enum support.final classEnumType implementation dedicated to booleans.Modifier and TypeMethodDescriptionAbstractSynthesisMask.getType()ListType<?>DagEvent.getType()MaskSupport.getType()SynthesisMask.getType()SynthesisMaskSupport.getType()Modifier and TypeMethodDescriptionprotected 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)