Interface AttributeTextType

All Superinterfaces:
AttributeType
All Known Implementing Classes:
AttributeTextTypeImpl

public interface AttributeTextType extends AttributeType

Attribute type for plain text values.


Example to create an instance using the builder pattern

     AttributeTextType attributeTextType = AttributeTextType.builder()
             .build()