Class | Description |
---|---|
WarehouseLink<ObjectT extends VdmObject<?>> |
Template class to represent entity navigation links of
Warehouse to other entities. |
WarehouseOneToOneLink<ObjectT extends VdmObject<?>> |
Template class to represent entity navigation links of
Warehouse to other entities, where
the cardinality of the related entity is at most 1. |
WarehouseStorageTypeLink<ObjectT extends VdmObject<?>> |
Template class to represent entity navigation links of
WarehouseStorageType to
other entities. |
WarehouseStorageTypeOneToOneLink<ObjectT extends VdmObject<?>> |
Template class to represent entity navigation links of
WarehouseStorageType to
other entities, where the cardinality of the related entity is at most 1. |
WarehouseStorageTypeTextLink<ObjectT extends VdmObject<?>> |
Template class to represent entity navigation links of
WarehouseStorageTypeText to other entities. |
WarehouseStorageTypeTextOneToOneLink<ObjectT extends VdmObject<?>> |
Template class to represent entity navigation links of
WarehouseStorageTypeText to other entities, where the cardinality of the related entity is at most 1. |
WarehouseTextLink<ObjectT extends VdmObject<?>> |
Template class to represent entity navigation links of
WarehouseText to other entities. |
WarehouseTextOneToOneLink<ObjectT extends VdmObject<?>> |
Template class to represent entity navigation links of
WarehouseText to other entities,
where the cardinality of the related entity is at most 1. |
Copyright © 2020 SAP SE. All rights reserved.