Interface AttributeSettableChecker
-
- All Known Implementing Classes:
ClassificationAttributeSettableChecker,NullAttributeSettableChecker
public interface AttributeSettableCheckerChecks whether an attribute is settable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisSettable(ItemModel item, TypeAttributeDescriptor attribute)Indicates whether the attribute is settable to the item
-
-
-
Method Detail
-
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 setattribute- Metadata describing the attribute- Returns:
trueif the attribute is settable to the item, elsefalse
-
-