Interface IdOwner

All Known Implementing Classes:
ClassModel, CommentModel, FieldModel

public interface IdOwner
Contract for model elements that carry a stable string id.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the ID.
    void
    Sets the ID.
  • Method Details

    • getId

      String getId()
      Returns the ID.
      Returns:
      the ID
    • setId

      void setId(String id)
      Sets the ID.
      Parameters:
      id - stable id of the model element