Interface IUnionValueDescriptor<D>

Type Parameters:
D - Type of the union discriminator.
All Superinterfaces:
IValueDescriptor<Object,IUnionValueBuilder<D>>, Serializable

public interface IUnionValueDescriptor<D> extends IValueDescriptor<Object,IUnionValueBuilder<D>>
A IValueDescriptor for a union value. The value must conform to the restrictions of at least one value descriptor.
Since:
7.0.0
Author:
XIMA MEDIA GmbH