Klasse ColumnMutationExaminer
java.lang.Object
ch.nolix.system.objectschema.modelmutationexaminer.ColumnMutationExaminer
- Alle implementierten Schnittstellen:
IColumnMutationExaminer
- Version:
- 2024-12-27
- Autor:
- Silvan Wyss
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
canBeDeleted
(IColumn column) boolean
canSetContentModel
(IColumn column, IContentModel contentModel) boolean
canSetName
(IColumn column, String name)
-
Konstruktordetails
-
ColumnMutationExaminer
public ColumnMutationExaminer()
-
-
Methodendetails
-
canBeDeleted
- Angegeben von:
canBeDeleted
in SchnittstelleIColumnMutationExaminer
- Parameter:
column
-- Gibt zurück:
- true if the given column can be deleted, false otherwise.
-
canSetContentModel
- Angegeben von:
canSetContentModel
in SchnittstelleIColumnMutationExaminer
- Parameter:
column
-contentModel
-- Gibt zurück:
- true if the given contentModel can be set to the given column, false otherwise.
-
canSetName
- Angegeben von:
canSetName
in SchnittstelleIColumnMutationExaminer
- Parameter:
column
-name
-- Gibt zurück:
- true if the given name can be set to the given column, false otherwise.
-