Interface AttributeEnumType

All Superinterfaces:
AttributeType
All Known Implementing Classes:
AttributeEnumTypeImpl

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

     AttributeEnumType attributeEnumType = AttributeEnumType.builder()
             .plusValues(valuesBuilder -> valuesBuilder)
             .build()