public interface FeatureSetValidation extends ValidationCapability, FeatureSet
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_NAME |
| Modifier and Type | Method and Description |
|---|---|
Set<Feature> |
getFeatures() |
ValidationException |
getMessage(Feature feature) |
default String |
getName() |
default void |
validate(ValidationContext context,
Consumer<ValidationException> errorConsumer)
Validate and add
ValidationException's to given consumer. |
toError, toErrorcontains, copy, getFeaturesClone, getNotContained, retainAllstatic final String DEFAULT_NAME
default void validate(ValidationContext context, Consumer<ValidationException> errorConsumer)
ValidationCapabilityValidationException's to given consumer.validate in interface ValidationCapabilitySet<Feature> getFeatures()
getFeatures in interface FeatureSetFeature'sValidationException getMessage(Feature feature)
default String getName()
getName in interface ValidationCapabilityValidationCapabilityCopyright © 2004–2022 JSQLParser. All rights reserved.