Interface ICssDataTypeValidator

    • Method Detail

      • isValid

        boolean isValid​(java.lang.String objectString)
        Checks if a value is a valid data type (e.g. a color, an identifier,...).
        Parameters:
        objectString - the value
        Returns:
        true, if the value is a valid data type