Class | Description |
---|---|
PhaseRelationshipTypeLink<ObjectT extends VdmObject<?>> |
Template class to represent entity navigation links of
PhaseRelationshipType to other entities. |
PhaseRelationshipTypeOneToOneLink<ObjectT extends VdmObject<?>> |
Template class to represent entity navigation links of
PhaseRelationshipType to other entities, where the cardinality of the related entity is at most 1. |
PhaseRelationshipTypeTextLink<ObjectT extends VdmObject<?>> |
Template class to represent entity navigation links of
PhaseRelationshipTypeText to other entities. |
PhaseRelationshipTypeTextOneToOneLink<ObjectT extends VdmObject<?>> |
Template class to represent entity navigation links of
PhaseRelationshipTypeText to other entities, where the cardinality of the related entity is at most 1. |
Copyright © 2020 SAP SE. All rights reserved.