Klasse ColumnMutationExaminer

java.lang.Object
ch.nolix.system.objectschema.modelmutationexaminer.ColumnMutationExaminer
Alle implementierten Schnittstellen:
IColumnMutationExaminer

public final class ColumnMutationExaminer extends Object implements IColumnMutationExaminer
Version:
2024-12-27
Autor:
Silvan Wyss
  • Konstruktordetails

    • ColumnMutationExaminer

      public ColumnMutationExaminer()
  • Methodendetails

    • canBeDeleted

      public boolean canBeDeleted(IColumn column)
      Angegeben von:
      canBeDeleted in Schnittstelle IColumnMutationExaminer
      Parameter:
      column -
      Gibt zurück:
      true if the given column can be deleted, false otherwise.
    • canSetContentModel

      public boolean canSetContentModel(IColumn column, IContentModel contentModel)
      Angegeben von:
      canSetContentModel in Schnittstelle IColumnMutationExaminer
      Parameter:
      column -
      contentModel -
      Gibt zurück:
      true if the given contentModel can be set to the given column, false otherwise.
    • canSetName

      public boolean canSetName(IColumn column, String name)
      Angegeben von:
      canSetName in Schnittstelle IColumnMutationExaminer
      Parameter:
      column -
      name -
      Gibt zurück:
      true if the given name can be set to the given column, false otherwise.