Interface AttributeSetType

All Superinterfaces:
AttributeType
All Known Implementing Classes:
AttributeSetTypeImpl

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

     AttributeSetType attributeSetType = AttributeSetType.builder()
             .elementType(elementTypeBuilder -> elementTypeBuilder)
             .build()