Interface AttributeDateType

All Superinterfaces:
AttributeType
All Known Implementing Classes:
AttributeDateTypeImpl

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

     AttributeDateType attributeDateType = AttributeDateType.builder()
             .build()