Class | Description |
---|---|
AttachmentLink<ObjectT extends VdmObject<?>> |
Template class to represent entity navigation links of
Attachment to other
entities. |
AttachmentOneToOneLink<ObjectT extends VdmObject<?>> |
Template class to represent entity navigation links of
Attachment to other
entities, where the cardinality of the related entity is at most 1. |
IncidentLink<ObjectT extends VdmObject<?>> |
Template class to represent entity navigation links of
Incident to other entities. |
IncidentOneToOneLink<ObjectT extends VdmObject<?>> |
Template class to represent entity navigation links of
Incident to other entities,
where the cardinality of the related entity is at most 1. |
LocationLink<ObjectT extends VdmObject<?>> |
Template class to represent entity navigation links of
Location to other entities. |
LocationOneToOneLink<ObjectT extends VdmObject<?>> |
Template class to represent entity navigation links of
Location to other entities,
where the cardinality of the related entity is at most 1. |
PersonLink<ObjectT extends VdmObject<?>> |
Template class to represent entity navigation links of
Person to other entities. |
PersonOneToOneLink<ObjectT extends VdmObject<?>> |
Template class to represent entity navigation links of
Person to other entities, where
the cardinality of the related entity is at most 1. |
Copyright © 2020 SAP SE. All rights reserved.