eu.europa.esig.dss.EtsiOid Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dss-model Show documentation
Show all versions of dss-model Show documentation
DSS Model contains the data model representation for DSS. All classes should be serializable (REST/SOAP)
package eu.europa.esig.dss;
public interface EtsiOid {
/**
* This method returns the OID value
*
* @return the OID value
*/
String getOid();
/**
* This method returns the literal description of the OID
*
* @return the OID description
*/
String getDescription();
}