Interface AttributeReferenceType

All Superinterfaces:
AttributeType
All Known Implementing Classes:
AttributeReferenceTypeImpl

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

     AttributeReferenceType attributeReferenceType = AttributeReferenceType.builder()
             .referenceTypeId(AttributeReferenceTypeId.CART)
             .build()