Interface AttributeLocalizedEnumType

All Superinterfaces:
AttributeType

public interface AttributeLocalizedEnumType extends AttributeType
AttributeLocalizedEnumType
Example to create an instance using the builder pattern

     AttributeLocalizedEnumType attributeLocalizedEnumType = AttributeLocalizedEnumType.builder()
             .plusValues(valuesBuilder -> valuesBuilder)
             .build()