Interface BasicInfo

All Superinterfaces:
Serializable
All Known Subinterfaces:
BasicElementInfo, BasicEntityInfo, ElementInfo, EventInfo

public interface BasicInfo extends Serializable
This interface represents an identifier for a store element.
Since:
5.2.1804
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull String
    Returns a symbolic name for this info object.
    boolean
    Whether or not this element represents an Entity.
  • Method Details

    • getName

      @NotNull @NotNull String getName()
      Returns a symbolic name for this info object.
      Returns:
      the name
      Since:
      5.2.1804
    • isEntity

      boolean isEntity()
      Whether or not this element represents an Entity.
      Returns:
      true if this entity represents an Entity, otherwise false
      Since:
      5.2.1804