public final class ValidatorContexts extends Object
ValidatorContext values.| Modifier and Type | Method and Description |
|---|---|
static ValidatorContexts |
all()
Creates
ValidatorContexts containing all ValidatorContext values. |
static ValidatorContexts |
complementOf(ValidatorContexts other)
Creates
ValidatorContexts containing all the elements of this type
that are not contained in the specified set. |
EnumSet<ValidatorContext> |
getSet()
Gets encapsulated
EnumSet containing ValidatorContext elements. |
static ValidatorContexts |
of(ValidatorContext first,
ValidatorContext... rest)
Creates
ValidatorContexts container from several ValidatorContext values. |
public static ValidatorContexts of(ValidatorContext first, ValidatorContext... rest)
ValidatorContexts container from several ValidatorContext values.first - an element that the set is to contain initiallyrest - the remaining elements the set is to containValidatorContexts container, containing provided elementspublic static ValidatorContexts all()
ValidatorContexts containing all ValidatorContext values.ValidatorContexts container containing all ValidatorContext valuespublic static ValidatorContexts complementOf(ValidatorContexts other)
ValidatorContexts containing all the elements of this type
that are not contained in the specified set.other - another ValidatorContexts from whose complement to initialize this containerValidatorContexts.public EnumSet<ValidatorContext> getSet()
EnumSet containing ValidatorContext elements.EnumSet containing ValidatorContext elementsCopyright © 1998–2024 Apryse Group NV. All rights reserved.