Uses of Interface
com.bc.ceres.binding.Validator
-
Packages that use Validator Package Description com.bc.ceres.binding The main purpose of this package is to provide a simple data binding framework for binding Java objects to a GUI or a DOM.com.bc.ceres.binding.validators Contains some commonValidator
implementations.org.esa.snap.core.gpf.annotations Provides annotations for GPFOperator
implementations.org.esa.snap.core.gpf.descriptor org.esa.snap.core.gpf.graph org.esa.snap.core.util Provides several utility classes used throughout SNAP. -
-
Uses of Validator in com.bc.ceres.binding
Methods in com.bc.ceres.binding that return Validator Modifier and Type Method Description Validator
Property. getValidator()
Validator
PropertyDescriptor. getValidator()
Methods in com.bc.ceres.binding with parameters of type Validator Modifier and Type Method Description void
PropertyDescriptor. setValidator(Validator validator)
-
Uses of Validator in com.bc.ceres.binding.validators
Classes in com.bc.ceres.binding.validators that implement Validator Modifier and Type Class Description class
ArrayValidator
class
IntervalValidator
class
MultiValidator
class
NotEmptyValidator
class
NotNullValidator
class
PatternValidator
class
TypeValidator
class
ValueSetValidator
Methods in com.bc.ceres.binding.validators that return Validator Modifier and Type Method Description Validator[]
MultiValidator. getValidators()
Methods in com.bc.ceres.binding.validators with parameters of type Validator Modifier and Type Method Description void
MultiValidator. addValidator(Validator validator)
void
MultiValidator. removeValidator(Validator validator)
Constructors in com.bc.ceres.binding.validators with parameters of type Validator Constructor Description ArrayValidator(Validator validator)
Constructor parameters in com.bc.ceres.binding.validators with type arguments of type Validator Constructor Description MultiValidator(List<Validator> validators)
-
Uses of Validator in org.esa.snap.core.gpf.annotations
Methods in org.esa.snap.core.gpf.annotations that return types with arguments of type Validator Modifier and Type Method Description Class<? extends Validator>
validator()
A validator to be used to validate a parameter value. -
Uses of Validator in org.esa.snap.core.gpf.descriptor
Methods in org.esa.snap.core.gpf.descriptor that return types with arguments of type Validator Modifier and Type Method Description Class<? extends Validator>
AnnotationParameterDescriptor. getValidatorClass()
Class<? extends Validator>
DefaultParameterDescriptor. getValidatorClass()
Class<? extends Validator>
ParameterDescriptor. getValidatorClass()
A validator to be used to validate a parameter value.Method parameters in org.esa.snap.core.gpf.descriptor with type arguments of type Validator Modifier and Type Method Description void
DefaultParameterDescriptor. setValidatorClass(Class<? extends Validator> validator)
-
Uses of Validator in org.esa.snap.core.gpf.graph
Methods in org.esa.snap.core.gpf.graph that return types with arguments of type Validator Modifier and Type Method Description Class<? extends Validator>
HeaderParameter. getValidator()
Method parameters in org.esa.snap.core.gpf.graph with type arguments of type Validator Modifier and Type Method Description void
HeaderParameter. setValidator(Class<? extends Validator> validator)
-
Uses of Validator in org.esa.snap.core.util
Classes in org.esa.snap.core.util that implement Validator Modifier and Type Class Description static class
TimeStampExtractor.DateInterpretationPatternValidator
static class
TimeStampExtractor.FilenameInterpretationPatternValidator
-