Schnittstelle FieldTypeRequestable


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

    • getFieldType

      FieldType getFieldType()
      Gibt zurück:
      the field type of the current FieldTypeRequestable.
    • isForReferences

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

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