Schnittstelle IColumnNodeChildNodeMapper
- Alle bekannten Implementierungsklassen:
ColumnNodeChildNodeMapper
public interface IColumnNodeChildNodeMapper
- Version:
- 2025-09-21
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungINode<?> INode<?> mapColumnDtoToDataTypeNode(ColumnDto columnDto) INode<?> mapColumnDtoToFieldTypeNode(ColumnDto columnDto) INode<?> mapColumnDtoToIdNode(ColumnDto columnDto) INode<?> mapColumnDtoToNameNode(ColumnDto columnDto) INode<?> mapColumnDtoToReferenceableTableIdsNode(ColumnDto columnDto)
-
Methodendetails
-
mapColumnDtoToBackReferenceableColumnIdsNode
- Parameter:
columnDto-- Gibt zurück:
- a new back referenceable column ids
INodefrom the given columnDto. - Löst aus:
RuntimeException- if the given columnDto is null.
-
mapColumnDtoToDataTypeNode
- Parameter:
columnDto-- Gibt zurück:
- a new data type
INodefrom the given columnDto. - Löst aus:
RuntimeException- if the given columnDto is null.
-
mapColumnDtoToFieldTypeNode
- Parameter:
columnDto-- Gibt zurück:
- a new field type
INodefrom the given columnDto. - Löst aus:
RuntimeException- if the given columnDto is null.
-
mapColumnDtoToIdNode
- Parameter:
columnDto-- Gibt zurück:
- a new id
INodefrom the given columnDto. - Löst aus:
RuntimeException- if the given columnDto is null.
-
mapColumnDtoToNameNode
- Parameter:
columnDto-- Gibt zurück:
- a new name
INodefrom the given columnDto. - Löst aus:
RuntimeException- if the given columnDto is null.
-
mapColumnDtoToReferenceableTableIdsNode
- Parameter:
columnDto-- Gibt zurück:
- a new referenceable table ids node
INodefrom the given columnDto. - Löst aus:
RuntimeException- if the given columnDto is null.
-