Interface ItemObjectLocator

All Superinterfaces:
ObjectLocator, Reportable, jakarta.xml.bind.ValidationEventLocator
All Known Implementing Classes:
DefaultItemObjectLocator

public interface ItemObjectLocator extends ObjectLocator
Models item locator.
Author:
Aleksei Valikov
  • Method Details

    • getIndex

      int getIndex()
      Returns:
      Item index.
    • getObject

      Object getObject()
      Specified by:
      getObject in interface jakarta.xml.bind.ValidationEventLocator
      Returns:
      Item value.