Interface AttributeType

All Known Subinterfaces:
AttributeBooleanType, AttributeDateTimeType, AttributeDateType, AttributeEnumType, AttributeLocalizableTextType, AttributeLocalizedEnumType, AttributeMoneyType, AttributeNestedType, AttributeNumberType, AttributeReferenceType, AttributeSetType, AttributeTextType, AttributeTimeType
All Known Implementing Classes:
AttributeBooleanTypeImpl, AttributeDateTimeTypeImpl, AttributeDateTypeImpl, AttributeEnumTypeImpl, AttributeLocalizableTextTypeImpl, AttributeLocalizedEnumTypeImpl, AttributeMoneyTypeImpl, AttributeNestedTypeImpl, AttributeNumberTypeImpl, AttributeReferenceTypeImpl, AttributeSetTypeImpl, AttributeTextTypeImpl, AttributeTimeTypeImpl, AttributeTypeImpl

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()