Uses of Enum Class
cdc.enums.Nullable
-
Uses of Nullable in cdc.enums
Modifier and TypeMethodDescriptionstatic NullableNullable.fromBoolean(boolean value) static NullableReturns the enum constant of this class with the specified name.static Nullable[]Nullable.values()Returns an array containing the constants of this enum class, in the order they are declared.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.protected static <M extends AbstractMask<M,V>, V extends Enum<V>>
MaskSupport<M,V> AbstractMask.support(Class<M> maskClass, AbstractMask.Creator<M, V> creator, Class<V> enumClass, Nullable nullable) Creates a Support implementation for a standard enum.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) protected static <M extends AbstractSynthesisMask<M,V>, V extends Enum<V>>
SynthesisMaskSupport<M,V> AbstractSynthesisMask.support(Class<M> maskClass, AbstractSynthesisMask.Creator<M, V> creator, Class<V> enumClass, Nullable nullable)