Interface IActualTypeAssignmentProvider

  • All Known Implementing Classes:
    IvmlProjectTypeDescriptor, IvmlTypeDescriptor

    public interface IActualTypeAssignmentProvider
    Allows defining type compatibilities of later defined types.
    Author:
    Holger Eichelberger
    • Method Detail

      • isAssignableFrom

        boolean isAssignableFrom​(IMetaType type1,
                                 IMetaType type2)
        Returns whether type1 is a super class of or equal to type2.
        Parameters:
        type1 - the first type to check
        type2 - the second type to check
        Returns:
        true if assignable, false else