Interface IIdentifiable

All Known Implementing Classes:
Category, Command, Context, HandleObject, NamedHandleObject, ParameterType, Scheme

public interface IIdentifiable

An object that is unique identifiable based on the combination of its class and its identifier.

Since:
3.2
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the identifier for this object.
  • Method Details

    • getId

      String getId()
      Returns the identifier for this object.
      Returns:
      The identifier; never null.