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