Interface ReferencesChangeDetail.NameReference

All Superinterfaces:
ReferencesChangeDetail.Reference
Enclosing interface:
ReferencesChangeDetail

public static interface ReferencesChangeDetail.NameReference extends ReferencesChangeDetail.Reference
Specific type on references identified by their uid and type.
Since:
4.2.400
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull String
    Get the uid of the referenced element.
    Get the type of the referenced element.
  • Method Details

    • getUid

      @NotNull @NotNull String getUid()
      Get the uid of the referenced element.
      Returns:
      The element's uid.
      Since:
      4.2.400
    • getUidType

      @NotNull IDProvider.UidType getUidType()
      Get the type of the referenced element.
      Returns:
      The element's type.
      Since:
      4.2.400