Uses of Class
eu.europa.esig.dss.enumerations.OrphanTokenType
-
Packages that use OrphanTokenType Package Description eu.europa.esig.dss.diagnostic eu.europa.esig.dss.diagnostic.jaxb eu.europa.esig.dss.enumerations eu.europa.esig.dss.jaxb.parsers -
-
Uses of OrphanTokenType in eu.europa.esig.dss.diagnostic
Methods in eu.europa.esig.dss.diagnostic with parameters of type OrphanTokenType Modifier and Type Method Description List<String>TimestampWrapper. getTimestampedOrphanTokenIdsByType(OrphanTokenType tokenType)Returns a list of OrphanToken ids by providedtokenType -
Uses of OrphanTokenType in eu.europa.esig.dss.diagnostic.jaxb
Fields in eu.europa.esig.dss.diagnostic.jaxb declared as OrphanTokenType Modifier and Type Field Description protected OrphanTokenTypeXmlOrphanToken. typeMethods in eu.europa.esig.dss.diagnostic.jaxb that return OrphanTokenType Modifier and Type Method Description OrphanTokenTypeXmlOrphanToken. getType()Gets the value of the type property.OrphanTokenTypeAdapter18. unmarshal(String value)Methods in eu.europa.esig.dss.diagnostic.jaxb with parameters of type OrphanTokenType Modifier and Type Method Description StringAdapter18. marshal(OrphanTokenType value)voidXmlOrphanToken. setType(OrphanTokenType value)Sets the value of the type property. -
Uses of OrphanTokenType in eu.europa.esig.dss.enumerations
Methods in eu.europa.esig.dss.enumerations that return OrphanTokenType Modifier and Type Method Description static OrphanTokenTypeOrphanTokenType. valueOf(String name)Returns the enum constant of this type with the specified name.static OrphanTokenType[]OrphanTokenType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of OrphanTokenType in eu.europa.esig.dss.jaxb.parsers
Methods in eu.europa.esig.dss.jaxb.parsers that return OrphanTokenType Modifier and Type Method Description static OrphanTokenTypeOrphanTokenTypeParser. parse(String v)Methods in eu.europa.esig.dss.jaxb.parsers with parameters of type OrphanTokenType Modifier and Type Method Description static StringOrphanTokenTypeParser. print(OrphanTokenType v)
-