Interface AttributeLocalizableTextType

All Superinterfaces:
AttributeType
All Known Implementing Classes:
AttributeLocalizableTextTypeImpl

Attribute type for LocalizedString values.


Example to create an instance using the builder pattern

     AttributeLocalizableTextType attributeLocalizableTextType = AttributeLocalizableTextType.builder()
             .build()