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