Interface AttributeType

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

public interface AttributeType
AttributeType
Example to create a subtype instance using the builder pattern

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