Class ErrorArgumentImpl
- java.lang.Object
-
- org.verapdf.pdfa.validation.profiles.ErrorArgumentImpl
-
- All Implemented Interfaces:
ErrorArgument
public final class ErrorArgumentImpl extends Object implements ErrorArgument
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj){ @inheritDoc }static ErrorArgumentImplfromValues(String argument, String name, String argumentValue)StringgetArgument()StringgetArgumentValue()StringgetName()inthashCode(){ @inheritDoc }StringtoString(){ @inheritDoc }
-
-
-
Method Detail
-
getArgument
public String getArgument()
- Specified by:
getArgumentin interfaceErrorArgument
-
getName
public String getName()
- Specified by:
getNamein interfaceErrorArgument
-
fromValues
public static ErrorArgumentImpl fromValues(String argument, String name, String argumentValue)
-
getArgumentValue
public String getArgumentValue()
- Specified by:
getArgumentValuein interfaceErrorArgument
-
-