Class UriBasedEnumParser
java.lang.Object
eu.europa.esig.validationreport.parsers.UriBasedEnumParser
Parser for different uri-based values
-
Method Summary
Modifier and TypeMethodDescriptionstatic ConstraintStatusParses the string value and returnsConstraintStatusstatic eu.europa.esig.dss.enumerations.IndicationParses the string value and returnsIndicationstatic ObjectTypeParses the string value and returnsObjectTypestatic eu.europa.esig.dss.enumerations.RevocationReasonParses the string value and returnsRevocationReasonstatic SignatureValidationProcessIDParses the string value and returnsSignatureValidationProcessIDstatic eu.europa.esig.dss.enumerations.SubIndicationParses the string value and returnsSubIndicationstatic TypeOfProofParses the string value and returnsTypeOfProofstatic Stringprint(eu.europa.esig.dss.enumerations.UriBasedEnum v)
-
Method Details
-
parseMainIndication
Parses the string value and returnsIndication- Parameters:
v-String- Returns:
Indication, null if not able to parse
-
parseSubIndication
Parses the string value and returnsSubIndication- Parameters:
v-String- Returns:
SubIndication, null if not able to parse
-
parseObjectType
Parses the string value and returnsObjectType- Parameters:
v-String- Returns:
ObjectType, null if not able to parse
-
parseRevocationReason
Parses the string value and returnsRevocationReason- Parameters:
v-String- Returns:
RevocationReason, null if not able to parse
-
parseSignatureValidationProcessID
Parses the string value and returnsSignatureValidationProcessID- Parameters:
v-String- Returns:
SignatureValidationProcessID, null if not able to parse
-
parseTypeOfProof
Parses the string value and returnsTypeOfProof- Parameters:
v-String- Returns:
TypeOfProof, null if not able to parse
-
parseConstraintStatus
Parses the string value and returnsConstraintStatus- Parameters:
v-String- Returns:
ConstraintStatus, null if not able to parse
-
print
-