Interface IConstValueDescriptor<V>

Type Parameters:
V - Type of the constant value.
All Superinterfaces:
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
  • Method Details

    • getBaseType

      default EValueType getBaseType()
      Specified by:
      getBaseType in interface IValueDescriptor<V,IConstValueBuilder<V>>
      Returns:
      The basic type of value described by this value descriptor.
    • getValue

      V getValue()
      Returns:
      The constant to which the value described by this descriptor must be equal to.