Interface AttributeSettableChecker

All Known Implementing Classes:
ClassificationAttributeSettableChecker, NullAttributeSettableChecker

public interface AttributeSettableChecker
Checks whether an attribute is settable
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Indicates whether the attribute is settable to the item
  • Method Details

    • isSettable

      boolean isSettable(ItemModel item, TypeAttributeDescriptor attribute)
      Indicates whether the attribute is settable to the item
      Parameters:
      item - Item which the attribute is to be set
      attribute - Metadata describing the attribute
      Returns:
      true if the attribute is settable to the item, else false