Interface IConstValueDescriptor<V>

Type Parameters:
V - Type of the constant value.
All Superinterfaces:
IAttributeConfigurable<IValueDescriptor<V, IConstValueBuilder<V>>>, IValueDescriptor<V, IConstValueBuilder<V>>, Serializable

public interface IConstValueDescriptor<V> extends IValueDescriptor<V, IConstValueBuilder<V>>
A IValueDescriptor for a constant value. The value must be equal to a certain constant value.
Since:
7.0.0
Author:
XIMA MEDIA GmbH