Interface AttributeLocalizedEnumType

All Superinterfaces:
AttributeType
All Known Implementing Classes:
AttributeLocalizedEnumTypeImpl

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

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