Class | Description |
---|---|
DemandLink<ObjectT extends VdmObject<?>> |
Template class to represent entity navigation links of
Demand to other entities. |
DemandOneToOneLink<ObjectT extends VdmObject<?>> |
Template class to represent entity navigation links of
Demand to other entities, where
the cardinality of the related entity is at most 1. |
ProjectLink<ObjectT extends VdmObject<?>> |
Template class to represent entity navigation links of
Project to other entities. |
ProjectOneToOneLink<ObjectT extends VdmObject<?>> |
Template class to represent entity navigation links of
Project to other entities,
where the cardinality of the related entity is at most 1. |
WorkItemLink<ObjectT extends VdmObject<?>> |
Template class to represent entity navigation links of
WorkItem to other entities. |
WorkItemOneToOneLink<ObjectT extends VdmObject<?>> |
Template class to represent entity navigation links of
WorkItem to other entities,
where the cardinality of the related entity is at most 1. |
WorkPackageLink<ObjectT extends VdmObject<?>> |
Template class to represent entity navigation links of
WorkPackage to other
entities. |
WorkPackageOneToOneLink<ObjectT extends VdmObject<?>> |
Template class to represent entity navigation links of
WorkPackage to other
entities, where the cardinality of the related entity is at most 1. |
Copyright © 2019 SAP SE. All rights reserved.