Class BooleanType

    • Constructor Detail

      • BooleanType

        private BooleanType()
        Constructor for a new BooleanType.
    • Method Detail

      • isAssignableFrom

        public boolean isAssignableFrom​(IDatatype type)
        Description copied from class: BasisDatatype
        Determines if the data type represented by this object is either the same as, or is a supertype of type.
        Specified by:
        isAssignableFrom in interface IDatatype
        Overrides:
        isAssignableFrom in class BasisDatatype
        Parameters:
        type - the type being checked
        Returns:
        true if this type is either the same or a supertype of type, true else