Interface AttributeConditionModel<T>

Type Parameters:
T - the attribute type
All Superinterfaces:
ConditionModel<T>
All Known Subinterfaces:
ColumnConditionModel<T>, ForeignKeyConditionModel, SwingForeignKeyConditionModel

public interface AttributeConditionModel<T> extends ConditionModel<T>