Interface StringLikeAttributeValue<T>

All Superinterfaces:
AttributeValue<T>, Comparable<AttributeValue<?>>, Serializable
All Known Implementing Classes:
Base64BinaryAttributeValue, CanonicalAttributeValue, CodeAttributeValue, DateAttributeValue, DateTimeAttributeValue, IdAttributeValue, InstantAttributeValue, MarkdownAttributeValue, OidAttributeValue, StringAttributeValue, TimeAttributeValue, UnknownAttributeValue, UriAttributeValue, UrlAttributeValue, UuidAttributeValue, XhtmlAttributeValue

public interface StringLikeAttributeValue<T> extends AttributeValue<T>