Schnittstelle ContentTypeRequestable


public interface ContentTypeRequestable
A ContentTypeRequestable can be asked if it either is for holding values or references.
Version:
2023-09-08
Autor:
Silvan Wyss
  • Methodendetails

    • getContentType

      ContentType getContentType()
      Gibt zurück:
      the content type of the current ContentTypeRequestable.
    • isForReferences

      default boolean isForReferences()
      Gibt zurück:
      true if the current ContentTypeRequestable is for references, false otherwise.
    • isForValues

      boolean isForValues()
      Gibt zurück:
      true if the current ContentTypeRequestable is for values, false otherwiese.