Interface Entity

All Known Subinterfaces:
ArtifactContainer, ArtifactEntry, EnclosedEntity, OverlayContainer

public interface Entity
Represents common aspects of an Entity, which may be a Container, or an Entry.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the name of this entity.
  • Method Details

    • getName

      String getName()
      Get the name of this entity.
      Returns:
      name of this entity.