Package eu.europa.esig.dss.enumerations
Interface QCType
-
- All Superinterfaces:
OidBasedEnum,OidDescription
- All Known Implementing Classes:
QCTypeEnum
public interface QCType extends OidDescription
Defines QC Type OID identifiers
-
-
Field Summary
Fields Modifier and Type Field Description static org.slf4j.LoggerLOGLoggerstatic StringUNKNOWN_TYPEDefines a description for a type unknown by the current implementation
-
Method Summary
Static Methods Modifier and Type Method Description static QCTypefromOid(String oid)Returns aQCTypeby the given OID, if exists-
Methods inherited from interface eu.europa.esig.dss.enumerations.OidBasedEnum
getOid
-
Methods inherited from interface eu.europa.esig.dss.enumerations.OidDescription
getDescription
-
-
-
-
Field Detail
-
LOG
static final org.slf4j.Logger LOG
Logger
-
UNKNOWN_TYPE
static final String UNKNOWN_TYPE
Defines a description for a type unknown by the current implementation- See Also:
- Constant Field Values
-
-