Interface AttributeTimeType

All Superinterfaces:
AttributeType
All Known Implementing Classes:
AttributeTimeTypeImpl

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

     AttributeTimeType attributeTimeType = AttributeTimeType.builder()
             .build()