Interface TextAttribute<X>

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

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