Package eu.europa.esig.dss.jaxb.parsers
Class RevocationReasonParser
java.lang.Object
eu.europa.esig.dss.jaxb.parsers.RevocationReasonParser
public class RevocationReasonParser extends Object
Parses the
RevocationReason
-
Method Summary
Modifier and Type Method Description static RevocationReason
parseShortName(String v)
Parses the value and returnsRevocationReason
static String
printShortName(RevocationReason v)
Gets a text name of the value
-
Method Details
-
parseShortName
Parses the value and returnsRevocationReason
- Parameters:
v
-String
to parse- Returns:
RevocationReason
-
printShortName
Gets a text name of the value- Parameters:
v
-RevocationReason
- Returns:
String
-