Schnittstelle IFieldExaminer

Alle Superschnittstellen:
IDatabaseObjectExaminer
Alle bekannten Implementierungsklassen:
FieldExaminer

public interface IFieldExaminer extends IDatabaseObjectExaminer
Version:
2024-12-30
Autor:
Silvan Wyss
  • Methodendetails

    • belongsToEntity

      boolean belongsToEntity(IField field)
      Parameter:
      field -
      Gibt zurück:
      true if the given field belongs to a IEntity, false otherwise.
    • belongsToLoadedEntity

      boolean belongsToLoadedEntity(IField field)
      Parameter:
      field -
      Gibt zurück:
      true if the given field belongs to a loaded IEntity, false otherwise.
    • canReferenceBackAbstractReference

      boolean canReferenceBackAbstractReference(IField field, IAbstractReference<? extends IEntity> abstractReference)
      Parameter:
      field -
      abstractReference -
      Gibt zurück:
      true if the given field can reference back the given abstractReference, false otherwise.
    • isForMultiContent

      boolean isForMultiContent(IField field)
      Parameter:
      field -
      Gibt zurück:
      true if the given field is for multi content, false otherwise.
    • isForSingleContent

      boolean isForSingleContent(IField field)
      Parameter:
      field -
      Gibt zurück:
      true if the given field is for single content, false otherwise.
    • isMandatoryButEmpty

      boolean isMandatoryButEmpty(IField field)
      Parameter:
      field -
      Gibt zurück:
      true if the given field is mandatory but empty, false otherwise.
    • isSetForCaseWhenIsMandatoryAndNewOrEdited

      boolean isSetForCaseWhenIsMandatoryAndNewOrEdited(IField field)
      Parameter:
      field -
      Gibt zurück:
      true if the given field is new or edited but set, false otherwise.