Schnittstelle IColumnMutationExaminer
- Alle bekannten Implementierungsklassen:
ColumnMutationExaminer
public interface IColumnMutationExaminer
- Version:
- 2024-12-27
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
canBeDeleted
(IColumn column) boolean
canSetContentModel
(IColumn column, IContentModel contentModel) boolean
canSetName
(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.
-