Interface IFeatureNoDataAtomicValuedItem

All Superinterfaces:
IAtomicValuedItem, ICollectionValue, IFeatureNoDataValuedItem, IItem

public interface IFeatureNoDataAtomicValuedItem extends IFeatureNoDataValuedItem, IAtomicValuedItem
A feature interface representing an atomic-valued item that has no associated value data.
  • Method Details

    • toAtomicItem

      @Nullable default IAnyAtomicItem toAtomicItem()
      Description copied from interface: IItem
      Get the atomic value for the item. This may be the same item if the item is an instance of IAnyAtomicItem.

      An implementation of item atomization.

      Specified by:
      toAtomicItem in interface IItem
      Returns:
      the atomic value or null if the item has no available value