Class | Description |
---|---|
PlanDataLink<ObjectT extends VdmObject<?>> |
Template class to represent entity navigation links of
PlanData to other
entities. |
PlanDataOneToOneLink<ObjectT extends VdmObject<?>> |
Template class to represent entity navigation links of
PlanData 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. |
ProjectRoleLink<ObjectT extends VdmObject<?>> |
Template class to represent entity navigation links of
ProjectRole to other
entities. |
ProjectRoleOneToOneLink<ObjectT extends VdmObject<?>> |
Template class to represent entity navigation links of
ProjectRole to other
entities, where the cardinality of the related entity is at most 1. |
StaffingDataLink<ObjectT extends VdmObject<?>> |
Template class to represent entity navigation links of
StaffingData to
other entities. |
StaffingDataOneToOneLink<ObjectT extends VdmObject<?>> |
Template class to represent entity navigation links of
StaffingData 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. |
WorkPackageFunctionLink<ObjectT extends VdmObject<?>> |
Template class to represent entity navigation links of
WorkPackageFunction to other entities. |
WorkPackageFunctionOneToOneLink<ObjectT extends VdmObject<?>> |
Template class to represent entity navigation links of
WorkPackageFunction 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 © 2020 SAP SE. All rights reserved.