Interface AttributeType

All Known Subinterfaces:
AttributeBooleanType, AttributeDateTimeType, AttributeDateType, AttributeEnumType, AttributeLocalizableTextType, AttributeLocalizedEnumType, AttributeMoneyType, AttributeNestedType, AttributeNumberType, AttributeReferenceType, AttributeSetType, AttributeTextType, AttributeTimeType

public interface AttributeType

Umbrella type for specific attribute types discriminated by property name.


Example to create a subtype instance using the builder pattern

     AttributeType attributeType = AttributeType.booleanBuilder()
             .build()