Uses of Enum Class
cdc.enums.DagFeature
-
Uses of DagFeature in cdc.enums
Methods in cdc.enums that return DagFeatureModifier and TypeMethodDescriptionstatic DagFeatureReturns the enum constant of this class with the specified name.static DagFeature[]DagFeature.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in cdc.enums with parameters of type DagFeatureModifier and TypeMethodDescriptionprotected final voidAbstractBaseListSupport.checkIsSupported(DagFeature feature) Checks that a feature is supported.final booleanAbstractBaseListSupport.isSupported(DagFeature feature) booleanBooleanEnumType.isSupported(DagFeature feature) booleanListType.isSupported(DagFeature feature) Returnstruewhen a feature is supported.default booleanListType.isUsable(DagFeature feature) Returnstruewhen a feature can be used.protected static <V extends AbstractForestDynamicEnum<V>>
AbstractForestDynamicEnum.Support<V>AbstractForestDynamicEnum.support(Class<V> cls, AbstractForestDynamicEnum.Creator<V> creator, DagFeature... features) static <V extends ForestDynamicEnum<V>>
AbstractForestDynamicEnum.Support<V>AbstractForestDynamicEnum.support(Class<V> cls, Predicate<String> nameValidator, AbstractForestDynamicEnum.Creator<V> creator, AbstractForestDynamicEnum.Modifier<V> modifier, DagFeature... features) protected static <V extends AbstractForestDynamicEnum<V>>
AbstractForestDynamicEnum.Support<V>AbstractForestDynamicEnum.support(Class<V> cls, Predicate<String> nameValidator, AbstractForestDynamicEnum.Creator<V> creator, DagFeature... features) Creates a support instance.protected static <E extends AbstractListDynamicEnum<E>>
AbstractListDynamicEnum.Support<E>AbstractListDynamicEnum.support(Class<E> cls, AbstractListDynamicEnum.Creator<E> creator, DagFeature... features) static <E extends ListDynamicEnum<E>>
AbstractListDynamicEnum.Support<E>AbstractListDynamicEnum.support(Class<E> cls, Predicate<String> nameValidator, AbstractListDynamicEnum.Creator<E> creator, AbstractListDynamicEnum.Modifier<E> modifier, DagFeature... features) protected static <E extends AbstractListDynamicEnum<E>>
AbstractListDynamicEnum.Support<E>AbstractListDynamicEnum.support(Class<E> cls, Predicate<String> nameValidator, AbstractListDynamicEnum.Creator<E> creator, DagFeature... features) Creates a support instance.Constructors in cdc.enums with parameters of type DagFeatureModifierConstructorDescriptionprotectedAbstractBaseDagSupport(Class<V> cls, DagFeature... features) protectedAbstractBaseListSupport(Class<V> cls, DagFeature... features) protectedAbstractDynamicEnumSupport(Class<V> cls, Predicate<String> nameValidator, DagFeature... features)