Interface MetisFieldItem.MetisFieldSetCtl<T extends MetisFieldItem>

Type Parameters:
T - the data type
All Known Subinterfaces:
MetisFieldVersion.MetisFieldVersionedSetCtl<T>, PrometheusEncrypted.PrometheusEncryptedFieldSetCtl<T>
All Known Implementing Classes:
MetisFieldSet, MetisFieldVersionedSet, PrometheusEncryptedFieldSet
Enclosing interface:
MetisFieldItem

public static interface MetisFieldItem.MetisFieldSetCtl<T extends MetisFieldItem>
FieldSet.
  • Method Summary

    Modifier and Type
    Method
    Description
    Obtain the field class.
    Obtain next value index.
  • Method Details

    • getFieldClass

      Class<T> getFieldClass()
      Obtain the field class.
      Returns:
      the field class
    • getNextIndex

      Integer getNextIndex()
      Obtain next value index.
      Returns:
      the next index