Interface TimeSetAttribute

All Superinterfaces:
Attribute
All Known Implementing Classes:
TimeSetAttributeImpl

public interface TimeSetAttribute extends Attribute

This type represents an attribute whose value is a set of times.


Example to create an instance using the builder pattern

     TimeSetAttribute timeSetAttribute = TimeSetAttribute.builder()
             .plusValue(valueBuilder -> valueBuilder)
             .build()