Interface IConstValueDescriptorBuilder<V>

Type Parameters:
V - Type of the constant value.
All Superinterfaces:
org.apache.commons.lang3.builder.Builder<IConstValueDescriptor<V>>, IValueDescriptorBuilder<V,IConstValueBuilder<V>,IConstValueDescriptor<V>>

public interface IConstValueDescriptorBuilder<V> extends IValueDescriptorBuilder<V,IConstValueBuilder<V>,IConstValueDescriptor<V>>
A IValueDescriptorBuilder for creating a constant value descriptor.
Since:
7.0.0
Author:
XIMA MEDIA GmbH