Interface AttributeSettableChecker
- All Known Implementing Classes:
ClassificationAttributeSettableChecker,NullAttributeSettableChecker
public interface AttributeSettableChecker
Checks whether an attribute is settable
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisSettable(ItemModel item, TypeAttributeDescriptor attribute) Indicates whether the attribute is settable to the item
-
Method Details
-
isSettable
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
-