Class UriBasedEnumParser
java.lang.Object
eu.europa.esig.validationreport.parsers.UriBasedEnumParser
-
Method Summary
Modifier and TypeMethodDescriptionstatic ConstraintStatusParses the string value and returnsConstraintStatusstatic IndicationParses the string value and returnsIndicationstatic ObjectTypeParses the string value and returnsObjectTypestatic RevocationReasonParses the string value and returnsRevocationReasonstatic SignatureValidationProcessIDParses the string value and returnsSignatureValidationProcessIDstatic SubIndicationParses the string value and returnsSubIndicationstatic TypeOfProofParses the string value and returnsTypeOfProofstatic String
-
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
-