Class SimpleTypeValidator
- java.lang.Object
-
- org.verapdf.model.tools.xmp.validators.SimpleTypeValidator
-
- All Implemented Interfaces:
TypeValidator
public class SimpleTypeValidator extends Object implements TypeValidator
- Author:
- Maksim Bezrukov
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSimpleTypeValidator.SimpleTypeEnum
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SimpleTypeValidatorfromValue(Pattern pattern)static SimpleTypeValidatorfromValue(SimpleTypeValidator.SimpleTypeEnum type)booleanisCorresponding(VeraPDFXMPNode node)
-
-
-
Method Detail
-
fromValue
public static SimpleTypeValidator fromValue(SimpleTypeValidator.SimpleTypeEnum type)
-
fromValue
public static SimpleTypeValidator fromValue(Pattern pattern)
-
isCorresponding
public boolean isCorresponding(VeraPDFXMPNode node)
- Specified by:
isCorrespondingin interfaceTypeValidator
-
-