Class SimpleValidator<T>
- java.lang.Object
-
- org.cip4.lib.xjdf.validator.element.SimpleValidator<T>
-
- All Implemented Interfaces:
Validator<T>
- Direct Known Subclasses:
AssemblingIntentValidator,ColorValidator,DeliveryParamsValidator,DeviceInfoValidator,FoldingIntentValidator,IntentValidator,ProductValidator,ResourceSetCombinedProcessIndexValidator,ResourceSetUsageValidator,ResourceSetValidator
public abstract class SimpleValidator<T> extends java.lang.Object implements Validator<T>
-
-
Constructor Summary
Constructors Constructor Description SimpleValidator()
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.cip4.lib.xjdf.validator.element.Validator
canValidate, validate
-
-