Schnittstelle IIdHolder

Alle bekannten Unterschnittstellen:
IColumn, IColumn, IEntity, IFluentMutableIdHolder<FMIH>, IItemMenuItem<IMI>, IMutableIdHolder, ITable<E>, ITable
Alle bekannten Implementierungsklassen:
AbstractableField, AbstractableObject, AbstractReferenceContent, AbstractValueContent, BaseEntity, Column, Column, ConcreteReferenceContent, ConcreteValueContent, Content, Entity, GeneralEntity, ItemMenuItem, ReferenceContent, Table, Table, ValueContent

public interface IIdHolder
A IIdHolder has an id.
Version:
2019-06-10
Autor:
Silvan Wyss
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
     
    default String
     
    default boolean
     
  • Methodendetails

    • getId

      String getId()
      Gibt zurück:
      the id of the current IIdHolder.
    • getIdInQuotes

      default String getIdInQuotes()
      Gibt zurück:
      the id of the current IIdHolder in quotes.
    • hasId

      default boolean hasId(String id)
      Parameter:
      id -
      Gibt zurück:
      true if the current IIdHolder has the given id.