Interface IWithStore

  • All Known Implementing Classes:
    Match, Unit

    public interface IWithStore
    Represents an object that is the parent of a Store object, for example a Unit holds the store for the inline codes and other related data in that unit.
    • Method Detail

      • isIdUsed

        boolean isIdUsed​(String id)
        Indicates if a given id value is already in use in the object (for a Part or for a Tag).
        Parameters:
        id - the id value to lookup.
        Returns:
        true if the value is already used, false otherwise.
      • getStore

        Store getStore()
        Gets the Store object of this object.
        Returns:
        the store of this object (never null).