Schnittstelle IColumnMutationExaminer
- Alle bekannten Implementierungsklassen:
ColumnMutationExaminer
public interface IColumnMutationExaminer
- Version:
- 2024-12-27
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleancanBeDeleted(IColumn column) booleancanSetContentModel(IColumn column, IContentModel contentModel) booleancanSetName(IColumn column, String name)
-
Methodendetails
-
canBeDeleted
- Parameter:
column-- Gibt zurück:
- true if the given column can be deleted, false otherwise.
-
canSetContentModel
- Parameter:
column-contentModel-- Gibt zurück:
- true if the given contentModel can be set to the given column, false otherwise.
-
canSetName
- Parameter:
column-name-- Gibt zurück:
- true if the given name can be set to the given column, false otherwise.
-