Schnittstelle CDOViewRegistry.Registration

Umschließende Schnittstelle:
CDOViewRegistry

public static interface CDOViewRegistry.Registration
A bidirectional mapping between a registered view and its ID.
Autor:
Eike Stepper
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    int
    Returns the ID of this registration.
    Returns the CDOView of this registration.
  • Methodendetails

    • getID

      int getID()
      Returns the ID of this registration.
    • getView

      CDOView getView()
      Returns the CDOView of this registration.