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