Interface QCType

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.slf4j.Logger LOG
      Logger
      static String UNKNOWN_TYPE
      Defines a description for a type unknown by the current implementation
    • 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
    • Method Detail

      • fromOid

        static QCType fromOid​(String oid)
        Returns a QCType by the given OID, if exists
        Parameters:
        oid - String to get QCType for
        Returns:
        QCType if exists, NULL otherwise