Interface IAttribute

    • Method Detail

      • isValidValue

        boolean isValidValue​(java.lang.Object value)
        Validates whether a value conforms to this type.
        Parameters:
        value - The value to be validated.
        Returns:
        Returns true if the given value conforms
      • getStringDescriptionOfDomain

        java.lang.String getStringDescriptionOfDomain()
        Returns:
        A description of the attribute types domain.
      • getName

        java.lang.String getName()
        Returns:
        The name of the attribute.
      • getAsAttributeValue

        IAttributeValue getAsAttributeValue​(java.lang.Object object)