Interface BooleanAttribute<X>

Type Parameters:
X - The type containing the represented attribute
All Superinterfaces:
Attribute<X,Boolean>, Bindable<Boolean>, ComparableAttribute<X,Boolean>, SingularAttribute<X,Boolean>

public interface BooleanAttribute<X> extends ComparableAttribute<X,Boolean>
Instances of the type BooleanAttribute represents persistent single-valued properties or fields of boolean type.
Since:
4.0