Interface ITypeDescriptionInfoWithTypeInfo

    • Method Detail

      • getTypeInfos

        List<TypeInfo> getTypeInfos()
        Get all type info.
        Returns:
        list of TypeInfo or empty list. Can't be null
      • getTypeInfo

        TypeInfo getTypeInfo​(String code,
                             boolean isTypeSet)
        Gets TypeInfo by name
        Parameters:
        code - name of the type in TypeInfo. Can't be null
        isTypeSet - true if finding typeInfo should be TypeSet
        Returns:
        found TypeInfo or null, if typeInfo with name code wasn't found
      • setTypeInfos

        void setTypeInfos​(Collection<TypeInfo> typeInfos)
        Sets type info.
        Parameters:
        typeInfos - collection of TypeInfo. Can't be null