Interface IClassifiersTypeInfoProvider

    • Method Detail

      • isAppropriate

        boolean isAppropriate​(String typeInfoCode,
                              boolean isTypeSet)
        Checks that this provider has classifiers for this typeInfoCode
        Parameters:
        typeInfoCode - code of the TypeInfo. Can't be null
        isTypeSet - flag. true if typeInfoCode corresponding to the typeSet
        Returns:
        true if this provider has classifiers for typeInfoCode, false otherwise
      • getClassifier

        TypeInfo.TypeClassifiers getClassifier​(String typeInfoCode)
        Gets actual classifiers by typeInfoCode
        Parameters:
        typeInfoCode - code of the TypeInfo. Can't be null
        Returns:
        actual classifiers, can't be null