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