Modifier and Type | Class and Description |
---|---|
class |
EntityLink<LinkT extends EntityLink<LinkT,EntityT,SubEntityT>,EntityT extends VdmObject<?>,SubEntityT extends VdmObject<?>>
Helper class for representing links (navigation properties) between entities.
|
Modifier and Type | Method and Description |
---|---|
<ParentEntityT extends VdmEntity<?>> |
FluentHelperCreate.asChildOf(ParentEntityT entity,
EntityLink<? extends EntityLink<?,ParentEntityT,EntityT>,ParentEntityT,EntityT> entityLink)
This function allows to create a new entity via an existing parent entity.
|
protected LinkT |
EntityLink.translateLinkType(EntityLink<LinkT,EntityT,SubEntityT> link) |
Modifier and Type | Method and Description |
---|---|
<ParentEntityT extends VdmEntity<?>> |
FluentHelperCreate.asChildOf(ParentEntityT entity,
EntityLink<? extends EntityLink<?,ParentEntityT,EntityT>,ParentEntityT,EntityT> entityLink)
This function allows to create a new entity via an existing parent entity.
|
Constructor and Description |
---|
EntityLink(EntityLink<LinkT,EntityT,SubEntityT> toCopy) |
Modifier and Type | Class and Description |
---|---|
class |
OperationalAcctgDocItemCubeLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
OperationalAcctgDocItemCube to other entities. |
class |
OperationalAcctgDocItemCubeOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
OperationalAcctgDocItemCube to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected OperationalAcctgDocItemCubeLink<ObjectT> |
OperationalAcctgDocItemCubeLink.translateLinkType(EntityLink<OperationalAcctgDocItemCubeLink<ObjectT>,OperationalAcctgDocItemCube,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
CostCenterActivityTypeLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CostCenterActivityType to other entities. |
class |
CostCenterActivityTypeOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CostCenterActivityType to other entities, where the cardinality of the related entity is at most 1. |
class |
CostCenterActivityTypeTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CostCenterActivityTypeText to other entities. |
class |
CostCenterActivityTypeTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CostCenterActivityTypeText to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected CostCenterActivityTypeLink<ObjectT> |
CostCenterActivityTypeLink.translateLinkType(EntityLink<CostCenterActivityTypeLink<ObjectT>,CostCenterActivityType,ObjectT> link) |
protected CostCenterActivityTypeTextLink<ObjectT> |
CostCenterActivityTypeTextLink.translateLinkType(EntityLink<CostCenterActivityTypeTextLink<ObjectT>,CostCenterActivityTypeText,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
AttachmentContentLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
AttachmentContent to other
entities. |
class |
AttachmentContentOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
AttachmentContent to other
entities, where the cardinality of the related entity is at most 1. |
class |
DocumentInfoRecordAttchLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
DocumentInfoRecordAttch to other entities. |
class |
DocumentInfoRecordAttchOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
DocumentInfoRecordAttch to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected AttachmentContentLink<ObjectT> |
AttachmentContentLink.translateLinkType(EntityLink<AttachmentContentLink<ObjectT>,AttachmentContent,ObjectT> link) |
protected DocumentInfoRecordAttchLink<ObjectT> |
DocumentInfoRecordAttchLink.translateLinkType(EntityLink<DocumentInfoRecordAttchLink<ObjectT>,DocumentInfoRecordAttch,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
BankDetailLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BankDetail to other entities. |
class |
BankDetailOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BankDetail to other entities, where
the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected BankDetailLink<ObjectT> |
BankDetailLink.translateLinkType(EntityLink<BankDetailLink<ObjectT>,BankDetail,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
BankReconciliationItemLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BankReconciliationItem to other entities. |
class |
BankReconciliationItemOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BankReconciliationItem to other entities, where the cardinality of the related entity is at most 1. |
class |
BankReconciliationStatementLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BankReconciliationStatement to other entities. |
class |
BankReconciliationStatementOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BankReconciliationStatement to other entities, where the cardinality of the related entity is at most 1. |
class |
BankStatementItemLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BankStatementItem to other entities. |
class |
BankStatementItemOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BankStatementItem to other entities, where the cardinality of the related entity is at most 1. |
class |
JournalEntryItemLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
JournalEntryItem to other entities. |
class |
JournalEntryItemOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
JournalEntryItem to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected BankReconciliationItemLink<ObjectT> |
BankReconciliationItemLink.translateLinkType(EntityLink<BankReconciliationItemLink<ObjectT>,BankReconciliationItem,ObjectT> link) |
protected BankReconciliationStatementLink<ObjectT> |
BankReconciliationStatementLink.translateLinkType(EntityLink<BankReconciliationStatementLink<ObjectT>,BankReconciliationStatement,ObjectT> link) |
protected BankStatementItemLink<ObjectT> |
BankStatementItemLink.translateLinkType(EntityLink<BankStatementItemLink<ObjectT>,BankStatementItem,ObjectT> link) |
protected JournalEntryItemLink<ObjectT> |
JournalEntryItemLink.translateLinkType(EntityLink<JournalEntryItemLink<ObjectT>,JournalEntryItem,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
BatchCharcLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BatchCharc to other entities. |
class |
BatchCharcOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BatchCharc to other entities, where the
cardinality of the related entity is at most 1. |
class |
BatchCharcValueLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BatchCharcValue to other entities. |
class |
BatchCharcValueOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BatchCharcValue to other entities,
where the cardinality of the related entity is at most 1. |
class |
BatchClassLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BatchClass to other entities. |
class |
BatchClassOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BatchClass to other entities, where the
cardinality of the related entity is at most 1. |
class |
BatchLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
Batch to other entities. |
class |
BatchOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
Batch to other entities, where the
cardinality of the related entity is at most 1. |
class |
BatchPlantLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BatchPlant to other entities. |
class |
BatchPlantOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BatchPlant to other entities, where the
cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected BatchCharcLink<ObjectT> |
BatchCharcLink.translateLinkType(EntityLink<BatchCharcLink<ObjectT>,BatchCharc,ObjectT> link) |
protected BatchCharcValueLink<ObjectT> |
BatchCharcValueLink.translateLinkType(EntityLink<BatchCharcValueLink<ObjectT>,BatchCharcValue,ObjectT> link) |
protected BatchClassLink<ObjectT> |
BatchClassLink.translateLinkType(EntityLink<BatchClassLink<ObjectT>,BatchClass,ObjectT> link) |
protected BatchLink<ObjectT> |
BatchLink.translateLinkType(EntityLink<BatchLink<ObjectT>,Batch,ObjectT> link) |
protected BatchPlantLink<ObjectT> |
BatchPlantLink.translateLinkType(EntityLink<BatchPlantLink<ObjectT>,BatchPlant,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
BillingDocumentItemLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BillingDocumentItem
to other entities. |
class |
BillingDocumentItemOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BillingDocumentItem
to other entities, where the cardinality of the related entity is at most 1. |
class |
BillingDocumentItemPartnerLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BillingDocumentItemPartner to other entities. |
class |
BillingDocumentItemPartnerOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BillingDocumentItemPartner to other entities, where the cardinality of the related entity is at most 1. |
class |
BillingDocumentItemPrcgElmntLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BillingDocumentItemPrcgElmnt to other entities. |
class |
BillingDocumentItemPrcgElmntOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BillingDocumentItemPrcgElmnt to other entities, where the cardinality of the related entity is at most 1. |
class |
BillingDocumentItemTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BillingDocumentItemText to other entities. |
class |
BillingDocumentItemTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BillingDocumentItemText to other entities, where the cardinality of the related entity is at most 1. |
class |
BillingDocumentPartnerLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BillingDocumentPartner to other entities. |
class |
BillingDocumentPartnerOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BillingDocumentPartner to other entities, where the cardinality of the related entity is at most 1. |
class |
BillingDocumentPrcgElmntLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BillingDocumentPrcgElmnt to other entities. |
class |
BillingDocumentPrcgElmntOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BillingDocumentPrcgElmnt to other entities, where the cardinality of the related entity is at most 1. |
class |
BillingDocumentTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BillingDocumentText
to other entities. |
class |
BillingDocumentTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BillingDocumentText
to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Class and Description |
---|---|
class |
BillingDocReqItemPartnerLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BillingDocReqItemPartner to other entities. |
class |
BillingDocReqItemPartnerOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BillingDocReqItemPartner to other entities, where the cardinality of the related entity is at most 1. |
class |
BillingDocReqItemPrcgElmntLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BillingDocReqItemPrcgElmnt to other entities. |
class |
BillingDocReqItemPrcgElmntOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BillingDocReqItemPrcgElmnt to other entities, where the cardinality of the related entity is at most 1. |
class |
BillingDocReqPartnerLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BillingDocReqPartner to other entities. |
class |
BillingDocReqPartnerOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BillingDocReqPartner to other entities, where the cardinality of the related entity is at most 1. |
class |
BillingDocReqPrcgElmntLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BillingDocReqPrcgElmnt to other entities. |
class |
BillingDocReqPrcgElmntOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BillingDocReqPrcgElmnt to other entities, where the cardinality of the related entity is at most 1. |
class |
BillingDocumentRequestItemLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BillingDocumentRequestItem to other entities. |
class |
BillingDocumentRequestItemOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BillingDocumentRequestItem to other entities, where the cardinality of the related entity is at most 1. |
class |
BillingDocumentRequestLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BillingDocumentRequest to other entities. |
class |
BillingDocumentRequestOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BillingDocumentRequest to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Class and Description |
---|---|
class |
ComparisonResultLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ComparisonResult to other entities. |
class |
ComparisonResultOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ComparisonResult to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected ComparisonResultLink<ObjectT> |
ComparisonResultLink.translateLinkType(EntityLink<ComparisonResultLink<ObjectT>,ComparisonResult,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
BillOfMaterialItemLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BillOfMaterialItem to
other entities. |
class |
BillOfMaterialItemOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BillOfMaterialItem to
other entities, where the cardinality of the related entity is at most 1. |
class |
BillOfMaterialLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BillOfMaterial to other
entities. |
class |
BillOfMaterialOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BillOfMaterial to other
entities, where the cardinality of the related entity is at most 1. |
class |
BillOfMaterialUsageLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BillOfMaterialUsage
to other entities. |
class |
BillOfMaterialUsageOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BillOfMaterialUsage
to other entities, where the cardinality of the related entity is at most 1. |
class |
BillOfMaterialUsageTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BillOfMaterialUsageText to other entities. |
class |
BillOfMaterialUsageTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BillOfMaterialUsageText to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Class and Description |
---|---|
class |
MaterialBOMItemLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
MaterialBOMItem to
other entities. |
class |
MaterialBOMItemOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
MaterialBOMItem to
other entities, where the cardinality of the related entity is at most 1. |
class |
MaterialBOMLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
MaterialBOM to other
entities. |
class |
MaterialBOMOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
MaterialBOM to other
entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Class and Description |
---|---|
class |
BOMWhereUsedLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BOMWhereUsed to
other entities. |
class |
BOMWhereUsedOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BOMWhereUsed to
other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected BOMWhereUsedLink<ObjectT> |
BOMWhereUsedLink.translateLinkType(EntityLink<BOMWhereUsedLink<ObjectT>,BOMWhereUsed,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
BusinessPlaceLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BusinessPlace to other
entities. |
class |
BusinessPlaceOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BusinessPlace to other
entities, where the cardinality of the related entity is at most 1. |
class |
SmtpNumbersLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SmtpNumbers to other
entities. |
class |
SmtpNumbersOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SmtpNumbers to other
entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected BusinessPlaceLink<ObjectT> |
BusinessPlaceLink.translateLinkType(EntityLink<BusinessPlaceLink<ObjectT>,BusinessPlace,ObjectT> link) |
protected SmtpNumbersLink<ObjectT> |
SmtpNumbersLink.translateLinkType(EntityLink<SmtpNumbersLink<ObjectT>,SmtpNumbers,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
BR_NFAdditionalInformationLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BR_NFAdditionalInformation to other entities. |
class |
BR_NFAdditionalInformationOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BR_NFAdditionalInformation to other entities, where the cardinality of the related entity is at most 1. |
class |
BR_NFAdditionImportDocLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BR_NFAdditionImportDoc to other entities. |
class |
BR_NFAdditionImportDocOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BR_NFAdditionImportDoc to other entities, where the cardinality of the related entity is at most 1. |
class |
BR_NFDocumentLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BR_NFDocument to other
entities. |
class |
BR_NFDocumentOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BR_NFDocument to other
entities, where the cardinality of the related entity is at most 1. |
class |
BR_NFePaymentLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BR_NFePayment to other
entities. |
class |
BR_NFePaymentOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BR_NFePayment to other
entities, where the cardinality of the related entity is at most 1. |
class |
BR_NFePharmaceuticalLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BR_NFePharmaceutical to other entities. |
class |
BR_NFePharmaceuticalOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BR_NFePharmaceutical to other entities, where the cardinality of the related entity is at most 1. |
class |
BR_NFeProductTraceabilityLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BR_NFeProductTraceability to other entities. |
class |
BR_NFeProductTraceabilityOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BR_NFeProductTraceability to other entities, where the cardinality of the related entity is at most 1. |
class |
BR_NFExportDocumentLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BR_NFExportDocument
to other entities. |
class |
BR_NFExportDocumentOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BR_NFExportDocument
to other entities, where the cardinality of the related entity is at most 1. |
class |
BR_NFFuelLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BR_NFFuel to other entities. |
class |
BR_NFFuelOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BR_NFFuel to other entities,
where the cardinality of the related entity is at most 1. |
class |
BR_NFImportDocumentLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BR_NFImportDocument
to other entities. |
class |
BR_NFImportDocumentOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BR_NFImportDocument
to other entities, where the cardinality of the related entity is at most 1. |
class |
BR_NFItemLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BR_NFItem to other entities. |
class |
BR_NFItemNVELink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BR_NFItemNVE to other
entities. |
class |
BR_NFItemNVEOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BR_NFItemNVE to other
entities, where the cardinality of the related entity is at most 1. |
class |
BR_NFItemOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BR_NFItem to other entities,
where the cardinality of the related entity is at most 1. |
class |
BR_NFPartnerLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BR_NFPartner to other
entities. |
class |
BR_NFPartnerOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BR_NFPartner to other
entities, where the cardinality of the related entity is at most 1. |
class |
BR_NFReferencedProcessLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BR_NFReferencedProcess to other entities. |
class |
BR_NFReferencedProcessOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BR_NFReferencedProcess to other entities, where the cardinality of the related entity is at most 1. |
class |
BR_NFSugarCaneDeductibleLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BR_NFSugarCaneDeductible to other entities. |
class |
BR_NFSugarCaneDeductibleOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BR_NFSugarCaneDeductible to other entities, where the cardinality of the related entity is at most 1. |
class |
BR_NFSugarCaneSupplyLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BR_NFSugarCaneSupply to other entities. |
class |
BR_NFSugarCaneSupplyOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BR_NFSugarCaneSupply to other entities, where the cardinality of the related entity is at most 1. |
class |
BR_NFTAXLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BR_NFTAX to other entities. |
class |
BR_NFTAXOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BR_NFTAX to other entities,
where the cardinality of the related entity is at most 1. |
class |
BR_NFTradeNoteLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BR_NFTradeNote to other
entities. |
class |
BR_NFTradeNoteOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BR_NFTradeNote to other
entities, where the cardinality of the related entity is at most 1. |
class |
BR_NFTrailerLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BR_NFTrailer to other
entities. |
class |
BR_NFTrailerOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BR_NFTrailer to other
entities, where the cardinality of the related entity is at most 1. |
class |
BR_NFTransportedVolumeLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BR_NFTransportedVolume to other entities. |
class |
BR_NFTransportedVolumeOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BR_NFTransportedVolume to other entities, where the cardinality of the related entity is at most 1. |
class |
BR_NFVehicleLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BR_NFVehicle to other
entities. |
class |
BR_NFVehicleOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BR_NFVehicle to other
entities, where the cardinality of the related entity is at most 1. |
class |
BR_OneTimePartnerLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BR_OneTimePartner to
other entities. |
class |
BR_OneTimePartnerOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BR_OneTimePartner to
other entities, where the cardinality of the related entity is at most 1. |
class |
BR_TechnicalResponsibleLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BR_TechnicalResponsible to other entities. |
class |
BR_TechnicalResponsibleOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BR_TechnicalResponsible to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Class and Description |
---|---|
class |
ProfileAssignedToPlantLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProfileAssignedToPlant to other entities. |
class |
ProfileAssignedToPlantOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProfileAssignedToPlant to other entities, where the cardinality of the related entity is at most 1. |
class |
ProfileDetailsLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProfileDetails to other
entities. |
class |
ProfileDetailsOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProfileDetails to other
entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected ProfileAssignedToPlantLink<ObjectT> |
ProfileAssignedToPlantLink.translateLinkType(EntityLink<ProfileAssignedToPlantLink<ObjectT>,ProfileAssignedToPlant,ObjectT> link) |
protected ProfileDetailsLink<ObjectT> |
ProfileDetailsLink.translateLinkType(EntityLink<ProfileDetailsLink<ObjectT>,ProfileDetails,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
ActualStockLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ActualStock to other entities. |
class |
ActualStockOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ActualStock to other entities,
where the cardinality of the related entity is at most 1. |
class |
DemandAdjustmentFactorsLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
DemandAdjustmentFactors to other entities. |
class |
DemandAdjustmentFactorsOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
DemandAdjustmentFactors to other entities, where the cardinality of the related entity is at most 1. |
class |
DemandAdjustmentsLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
DemandAdjustments to other
entities. |
class |
DemandAdjustmentsOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
DemandAdjustments to other
entities, where the cardinality of the related entity is at most 1. |
class |
LongestPathInBOMLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
LongestPathInBOM to other
entities. |
class |
LongestPathInBOMOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
LongestPathInBOM to other
entities, where the cardinality of the related entity is at most 1. |
class |
ProposalHeaderLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProposalHeader to other
entities. |
class |
ProposalHeaderOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProposalHeader to other
entities, where the cardinality of the related entity is at most 1. |
class |
ZoneAdjustmentsLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ZoneAdjustments to other
entities. |
class |
ZoneAdjustmentsOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ZoneAdjustments to other
entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Class and Description |
---|---|
class |
BusinessAreaTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BusinessAreaText to other
entities. |
class |
BusinessAreaTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BusinessAreaText to other
entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected BusinessAreaLink<ObjectT> |
BusinessAreaLink.translateLinkType(EntityLink<BusinessAreaLink<ObjectT>,BusinessArea,ObjectT> link) |
protected BusinessAreaTextLink<ObjectT> |
BusinessAreaTextLink.translateLinkType(EntityLink<BusinessAreaTextLink<ObjectT>,BusinessAreaText,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
BehqueuedataLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
Behqueuedata to other
entities. |
class |
BehqueuedataOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
Behqueuedata to other
entities, where the cardinality of the related entity is at most 1. |
class |
BusinessObjectKeysLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BusinessObjectKeys
to other entities. |
class |
BusinessObjectKeysOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BusinessObjectKeys
to other entities, where the cardinality of the related entity is at most 1. |
class |
BusObjectsLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BusObjects to other
entities. |
class |
BusObjectsOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BusObjects to other
entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected BehqueuedataLink<ObjectT> |
BehqueuedataLink.translateLinkType(EntityLink<BehqueuedataLink<ObjectT>,Behqueuedata,ObjectT> link) |
protected BusinessObjectKeysLink<ObjectT> |
BusinessObjectKeysLink.translateLinkType(EntityLink<BusinessObjectKeysLink<ObjectT>,BusinessObjectKeys,ObjectT> link) |
protected BusObjectsLink<ObjectT> |
BusObjectsLink.translateLinkType(EntityLink<BusObjectsLink<ObjectT>,BusObjects,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
SubscriptionMaintainLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SubscriptionMaintain to other entities. |
class |
SubscriptionMaintainOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SubscriptionMaintain to other entities, where the cardinality of the related entity is at most 1. |
class |
SubscriptionReadLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SubscriptionRead to other entities. |
class |
SubscriptionReadOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SubscriptionRead to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected SubscriptionMaintainLink<ObjectT> |
SubscriptionMaintainLink.translateLinkType(EntityLink<SubscriptionMaintainLink<ObjectT>,SubscriptionMaintain,ObjectT> link) |
protected SubscriptionReadLink<ObjectT> |
SubscriptionReadLink.translateLinkType(EntityLink<SubscriptionReadLink<ObjectT>,SubscriptionRead,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
AddressEmailAddressLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
AddressEmailAddress
to other entities. |
class |
AddressEmailAddressOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
AddressEmailAddress
to other entities, where the cardinality of the related entity is at most 1. |
class |
AddressFaxNumberLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
AddressFaxNumber to
other entities. |
class |
AddressFaxNumberOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
AddressFaxNumber to
other entities, where the cardinality of the related entity is at most 1. |
class |
AddressHomePageURLLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
AddressHomePageURL to
other entities. |
class |
AddressHomePageURLOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
AddressHomePageURL to
other entities, where the cardinality of the related entity is at most 1. |
class |
AddressPhoneNumberLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
AddressPhoneNumber to
other entities. |
class |
AddressPhoneNumberOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
AddressPhoneNumber to
other entities, where the cardinality of the related entity is at most 1. |
class |
BPContactToAddressLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BPContactToAddress to
other entities. |
class |
BPContactToAddressOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BPContactToAddress to
other entities, where the cardinality of the related entity is at most 1. |
class |
BPContactToFuncAndDeptLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BPContactToFuncAndDept to other entities. |
class |
BPContactToFuncAndDeptOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BPContactToFuncAndDept to other entities, where the cardinality of the related entity is at most 1. |
class |
BuPaAddressUsageLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BuPaAddressUsage to
other entities. |
class |
BuPaAddressUsageOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BuPaAddressUsage to
other entities, where the cardinality of the related entity is at most 1. |
class |
BuPaIdentificationLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BuPaIdentification to
other entities. |
class |
BuPaIdentificationOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BuPaIdentification to
other entities, where the cardinality of the related entity is at most 1. |
class |
BuPaIndustryLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BuPaIndustry to other
entities. |
class |
BuPaIndustryOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BuPaIndustry to other
entities, where the cardinality of the related entity is at most 1. |
class |
BusinessPartnerAddressLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BusinessPartnerAddress to other entities. |
class |
BusinessPartnerAddressOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BusinessPartnerAddress to other entities, where the cardinality of the related entity is at most 1. |
class |
BusinessPartnerBankLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BusinessPartnerBank
to other entities. |
class |
BusinessPartnerBankOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BusinessPartnerBank
to other entities, where the cardinality of the related entity is at most 1. |
class |
BusinessPartnerContactLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BusinessPartnerContact to other entities. |
class |
BusinessPartnerContactOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BusinessPartnerContact to other entities, where the cardinality of the related entity is at most 1. |
class |
BusinessPartnerLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BusinessPartner to other
entities. |
class |
BusinessPartnerOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BusinessPartner to other
entities, where the cardinality of the related entity is at most 1. |
class |
BusinessPartnerRoleLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BusinessPartnerRole
to other entities. |
class |
BusinessPartnerRoleOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BusinessPartnerRole
to other entities, where the cardinality of the related entity is at most 1. |
class |
BusinessPartnerTaxNumberLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BusinessPartnerTaxNumber to other entities. |
class |
BusinessPartnerTaxNumberOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BusinessPartnerTaxNumber to other entities, where the cardinality of the related entity is at most 1. |
class |
CustomerCompanyLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CustomerCompany to other
entities. |
class |
CustomerCompanyOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CustomerCompany to other
entities, where the cardinality of the related entity is at most 1. |
class |
CustomerCompanyTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CustomerCompanyText
to other entities. |
class |
CustomerCompanyTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CustomerCompanyText
to other entities, where the cardinality of the related entity is at most 1. |
class |
CustomerDunningLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CustomerDunning to other
entities. |
class |
CustomerDunningOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CustomerDunning to other
entities, where the cardinality of the related entity is at most 1. |
class |
CustomerSalesAreaLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CustomerSalesArea to
other entities. |
class |
CustomerSalesAreaOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CustomerSalesArea to
other entities, where the cardinality of the related entity is at most 1. |
class |
CustomerSalesAreaTaxLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CustomerSalesAreaTax
to other entities. |
class |
CustomerSalesAreaTaxOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CustomerSalesAreaTax
to other entities, where the cardinality of the related entity is at most 1. |
class |
CustomerSalesAreaTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CustomerSalesAreaText to other entities. |
class |
CustomerSalesAreaTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CustomerSalesAreaText to other entities, where the cardinality of the related entity is at most 1. |
class |
CustomerTaxGroupingLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CustomerTaxGrouping
to other entities. |
class |
CustomerTaxGroupingOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CustomerTaxGrouping
to other entities, where the cardinality of the related entity is at most 1. |
class |
CustomerTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CustomerText to other
entities. |
class |
CustomerTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CustomerText to other
entities, where the cardinality of the related entity is at most 1. |
class |
CustomerWithHoldingTaxLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CustomerWithHoldingTax to other entities. |
class |
CustomerWithHoldingTaxOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CustomerWithHoldingTax to other entities, where the cardinality of the related entity is at most 1. |
class |
CustSalesPartnerFuncLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CustSalesPartnerFunc
to other entities. |
class |
CustSalesPartnerFuncOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CustSalesPartnerFunc
to other entities, where the cardinality of the related entity is at most 1. |
class |
SupplierCompanyLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SupplierCompany to other
entities. |
class |
SupplierCompanyOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SupplierCompany to other
entities, where the cardinality of the related entity is at most 1. |
class |
SupplierCompanyTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SupplierCompanyText
to other entities. |
class |
SupplierCompanyTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SupplierCompanyText
to other entities, where the cardinality of the related entity is at most 1. |
class |
SupplierDunningLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SupplierDunning to other
entities. |
class |
SupplierDunningOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SupplierDunning to other
entities, where the cardinality of the related entity is at most 1. |
class |
SupplierPartnerFuncLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SupplierPartnerFunc
to other entities. |
class |
SupplierPartnerFuncOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SupplierPartnerFunc
to other entities, where the cardinality of the related entity is at most 1. |
class |
SupplierPurchasingOrgLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SupplierPurchasingOrg to other entities. |
class |
SupplierPurchasingOrgOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SupplierPurchasingOrg to other entities, where the cardinality of the related entity is at most 1. |
class |
SupplierPurchasingOrgTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SupplierPurchasingOrgText to other entities. |
class |
SupplierPurchasingOrgTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SupplierPurchasingOrgText to other entities, where the cardinality of the related entity is at most 1. |
class |
SupplierTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SupplierText to other
entities. |
class |
SupplierTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SupplierText to other
entities, where the cardinality of the related entity is at most 1. |
class |
SupplierWithHoldingTaxLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SupplierWithHoldingTax to other entities. |
class |
SupplierWithHoldingTaxOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SupplierWithHoldingTax to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Class and Description |
---|---|
class |
SitnDataContextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SitnDataContext to
other entities. |
class |
SitnDataContextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SitnDataContext to
other entities, where the cardinality of the related entity is at most 1. |
class |
SitnInstanceLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SitnInstance to other
entities. |
class |
SitnInstanceOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SitnInstance to other
entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected SitnDataContextLink<ObjectT> |
SitnDataContextLink.translateLinkType(EntityLink<SitnDataContextLink<ObjectT>,SitnDataContext,ObjectT> link) |
protected SitnInstanceLink<ObjectT> |
SitnInstanceLink.translateLinkType(EntityLink<SitnInstanceLink<ObjectT>,SitnInstance,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
SituationActionLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SituationAction to
other entities. |
class |
SituationActionOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SituationAction to
other entities, where the cardinality of the related entity is at most 1. |
class |
SituationActionTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SituationActionText to other entities. |
class |
SituationActionTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SituationActionText to other entities, where the cardinality of the related entity is at most 1. |
class |
SituationTemplateLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SituationTemplate
to other entities. |
class |
SituationTemplateOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SituationTemplate
to other entities, where the cardinality of the related entity is at most 1. |
class |
SituationTemplateTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SituationTemplateText to other entities. |
class |
SituationTemplateTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SituationTemplateText to other entities, where the cardinality of the related entity is at most 1. |
class |
SituationTypeLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SituationType to
other entities. |
class |
SituationTypeOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SituationType to
other entities, where the cardinality of the related entity is at most 1. |
class |
SituationTypeTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SituationTypeText
to other entities. |
class |
SituationTypeTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SituationTypeText
to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Class and Description |
---|---|
class |
BusinessSolutionOrderLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BusinessSolutionOrder to other entities. |
class |
BusinessSolutionOrderOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BusinessSolutionOrder to other entities, where the cardinality of the related entity is at most 1. |
class |
BusinessSolutionOrderTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BusinessSolutionOrderText to other entities. |
class |
BusinessSolutionOrderTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BusinessSolutionOrderText to other entities, where the cardinality of the related entity is at most 1. |
class |
BusSolnOrderExpenseItemLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BusSolnOrderExpenseItem to other entities. |
class |
BusSolnOrderExpenseItemOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BusSolnOrderExpenseItem to other entities, where the cardinality of the related entity is at most 1. |
class |
BusSolnOrderFUPSalesOrderLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BusSolnOrderFUPSalesOrder to other entities. |
class |
BusSolnOrderFUPSalesOrderOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BusSolnOrderFUPSalesOrder to other entities, where the cardinality of the related entity is at most 1. |
class |
BusSolnOrderItemObjectListLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BusSolnOrderItemObjectList to other entities. |
class |
BusSolnOrderItemObjectListOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BusSolnOrderItemObjectList to other entities, where the cardinality of the related entity is at most 1. |
class |
BusSolnOrderItemPriceElementLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BusSolnOrderItemPriceElement to other entities. |
class |
BusSolnOrderItemPriceElementOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BusSolnOrderItemPriceElement to other entities, where the cardinality of the related entity is at most 1. |
class |
BusSolnOrderItemProductListLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BusSolnOrderItemProductList to other entities. |
class |
BusSolnOrderItemProductListOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BusSolnOrderItemProductList to other entities, where the cardinality of the related entity is at most 1. |
class |
BusSolnOrderItemScheduleLineLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BusSolnOrderItemScheduleLine to other entities. |
class |
BusSolnOrderItemScheduleLineOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BusSolnOrderItemScheduleLine to other entities, where the cardinality of the related entity is at most 1. |
class |
BusSolnOrderSalesItemLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BusSolnOrderSalesItem to other entities. |
class |
BusSolnOrderSalesItemOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BusSolnOrderSalesItem to other entities, where the cardinality of the related entity is at most 1. |
class |
BusSolnOrderServiceItemLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BusSolnOrderServiceItem to other entities. |
class |
BusSolnOrderServiceItemOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BusSolnOrderServiceItem to other entities, where the cardinality of the related entity is at most 1. |
class |
BusSolnOrdFUPServiceContractLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BusSolnOrdFUPServiceContract to other entities. |
class |
BusSolnOrdFUPServiceContractOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BusSolnOrdFUPServiceContract to other entities, where the cardinality of the related entity is at most 1. |
class |
BusSolnOrdFUPServiceOrderLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BusSolnOrdFUPServiceOrder to other entities. |
class |
BusSolnOrdFUPServiceOrderOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BusSolnOrdFUPServiceOrder to other entities, where the cardinality of the related entity is at most 1. |
class |
BusSolnOrdItmFUPSalesOrderLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BusSolnOrdItmFUPSalesOrder to other entities. |
class |
BusSolnOrdItmFUPSalesOrderOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BusSolnOrdItmFUPSalesOrder to other entities, where the cardinality of the related entity is at most 1. |
class |
BusSolnOrdItmFUPServiceOrderLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BusSolnOrdItmFUPServiceOrder to other entities. |
class |
BusSolnOrdItmFUPServiceOrderOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BusSolnOrdItmFUPServiceOrder to other entities, where the cardinality of the related entity is at most 1. |
class |
BusSolnOrdItmFUPSrvcContrLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BusSolnOrdItmFUPSrvcContr to other entities. |
class |
BusSolnOrdItmFUPSrvcContrOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BusSolnOrdItmFUPSrvcContr to other entities, where the cardinality of the related entity is at most 1. |
class |
BusSolnOrdItmReferenceObjectLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BusSolnOrdItmReferenceObject to other entities. |
class |
BusSolnOrdItmReferenceObjectOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BusSolnOrdItmReferenceObject to other entities, where the cardinality of the related entity is at most 1. |
class |
BusSolnOrdSrvcContractItemLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BusSolnOrdSrvcContractItem to other entities. |
class |
BusSolnOrdSrvcContractItemOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BusSolnOrdSrvcContractItem to other entities, where the cardinality of the related entity is at most 1. |
class |
BusSolnOrdSrvcPrtItemLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BusSolnOrdSrvcPrtItem to other entities. |
class |
BusSolnOrdSrvcPrtItemOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BusSolnOrdSrvcPrtItem to other entities, where the cardinality of the related entity is at most 1. |
class |
BusSolutionOrderItemTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BusSolutionOrderItemText to other entities. |
class |
BusSolutionOrderItemTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BusSolutionOrderItemText to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Class and Description |
---|---|
class |
CentralPurchaseContractLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CentralPurchaseContract to other entities. |
class |
CentralPurchaseContractOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CentralPurchaseContract to other entities, where the cardinality of the related entity is at most 1. |
class |
CntrlPurchaseContractItemLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CntrlPurchaseContractItem to other entities. |
class |
CntrlPurchaseContractItemOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CntrlPurchaseContractItem to other entities, where the cardinality of the related entity is at most 1. |
class |
CntrlPurContractHeaderNotesLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CntrlPurContractHeaderNotes to other entities. |
class |
CntrlPurContractHeaderNotesOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CntrlPurContractHeaderNotes to other entities, where the cardinality of the related entity is at most 1. |
class |
CntrlPurContractItemNotesLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CntrlPurContractItemNotes to other entities. |
class |
CntrlPurContractItemNotesOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CntrlPurContractItemNotes to other entities, where the cardinality of the related entity is at most 1. |
class |
CntrlPurContrDistrMessagesLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CntrlPurContrDistrMessages to other entities. |
class |
CntrlPurContrDistrMessagesOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CntrlPurContrDistrMessages to other entities, where the cardinality of the related entity is at most 1. |
class |
CntrlPurContrItmDistributionLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CntrlPurContrItmDistribution to other entities. |
class |
CntrlPurContrItmDistributionOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CntrlPurContrItmDistribution to other entities, where the cardinality of the related entity is at most 1. |
class |
CntrlPurContrVersionHistoryLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CntrlPurContrVersionHistory to other entities. |
class |
CntrlPurContrVersionHistoryOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CntrlPurContrVersionHistory to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Class and Description |
---|---|
class |
ChangeMasterAltDateLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ChangeMasterAltDate to
other entities. |
class |
ChangeMasterAltDateOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ChangeMasterAltDate to
other entities, where the cardinality of the related entity is at most 1. |
class |
ChangeMasterCharcLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ChangeMasterCharc to
other entities. |
class |
ChangeMasterCharcOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ChangeMasterCharc to
other entities, where the cardinality of the related entity is at most 1. |
class |
ChangeMasterCharcValueLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ChangeMasterCharcValue to other entities. |
class |
ChangeMasterCharcValueOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ChangeMasterCharcValue to other entities, where the cardinality of the related entity is at most 1. |
class |
ChangeMasterClassCharcLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ChangeMasterClassCharc to other entities. |
class |
ChangeMasterClassCharcOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ChangeMasterClassCharc to other entities, where the cardinality of the related entity is at most 1. |
class |
ChangeMasterClassLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ChangeMasterClass to
other entities. |
class |
ChangeMasterClassOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ChangeMasterClass to
other entities, where the cardinality of the related entity is at most 1. |
class |
ChangeMasterLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ChangeMaster to other
entities. |
class |
ChangeMasterObjTypeAssgmtLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ChangeMasterObjTypeAssgmt to other entities. |
class |
ChangeMasterObjTypeAssgmtOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ChangeMasterObjTypeAssgmt to other entities, where the cardinality of the related entity is at most 1. |
class |
ChangeMasterOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ChangeMaster to other
entities, where the cardinality of the related entity is at most 1. |
class |
ChangeMstrObjectMgmtRecordLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ChangeMstrObjectMgmtRecord to other entities. |
class |
ChangeMstrObjectMgmtRecordOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ChangeMstrObjectMgmtRecord to other entities, where the cardinality of the related entity is at most 1. |
class |
ChangeMstrObMgReDocInfoRecdLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ChangeMstrObMgReDocInfoRecd to other entities. |
class |
ChangeMstrObMgReDocInfoRecdOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ChangeMstrObMgReDocInfoRecd to other entities, where the cardinality of the related entity is at most 1. |
class |
ChangeMstrObMgReMaterialLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ChangeMstrObMgReMaterial to other entities. |
class |
ChangeMstrObMgReMaterialOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ChangeMstrObMgReMaterial to other entities, where the cardinality of the related entity is at most 1. |
class |
ChangeMstrObMgReMatlBOMLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ChangeMstrObMgReMatlBOM to other entities. |
class |
ChangeMstrObMgReMatlBOMOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ChangeMstrObMgReMatlBOM to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Class and Description |
---|---|
class |
ChangeRecordLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ChangeRecord to other entities. |
class |
ChangeRecordOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ChangeRecord to other entities,
where the cardinality of the related entity is at most 1. |
class |
ChangeRecordReferenceBitLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ChangeRecordReferenceBit to other entities. |
class |
ChangeRecordReferenceBitOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ChangeRecordReferenceBit to other entities, where the cardinality of the related entity is at most 1. |
class |
ChangeRecordReferenceBOMLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ChangeRecordReferenceBOM to other entities. |
class |
ChangeRecordReferenceBOMOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ChangeRecordReferenceBOM to other entities, where the cardinality of the related entity is at most 1. |
class |
ChangeRecordReferenceDocLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ChangeRecordReferenceDoc to other entities. |
class |
ChangeRecordReferenceDocOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ChangeRecordReferenceDoc to other entities, where the cardinality of the related entity is at most 1. |
class |
ChangeRecordReferenceMatLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ChangeRecordReferenceMat to other entities. |
class |
ChangeRecordReferenceMatOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ChangeRecordReferenceMat to other entities, where the cardinality of the related entity is at most 1. |
class |
ChangeRecordReferencePSVLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ChangeRecordReferencePSV to other entities. |
class |
ChangeRecordReferencePSVOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ChangeRecordReferencePSV to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Class and Description |
---|---|
class |
CharcAttribSeldCodeSetLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CharcAttribSeldCodeSet to other entities. |
class |
CharcAttribSeldCodeSetOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CharcAttribSeldCodeSet to other entities, where the cardinality of the related entity is at most 1. |
class |
CharcAttribSeldSetCodeLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CharcAttribSeldSetCode to other entities. |
class |
CharcAttribSeldSetCodeOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CharcAttribSeldSetCode to other entities, where the cardinality of the related entity is at most 1. |
class |
CharcAttribSeldSetCodeTLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CharcAttribSeldSetCodeT to other entities. |
class |
CharcAttribSeldSetCodeTOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CharcAttribSeldSetCodeT to other entities, where the cardinality of the related entity is at most 1. |
class |
CharcAttribSeldSetTLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CharcAttribSeldSetT to other entities. |
class |
CharcAttribSeldSetTOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CharcAttribSeldSetT to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected CharcAttribSeldCodeSetLink<ObjectT> |
CharcAttribSeldCodeSetLink.translateLinkType(EntityLink<CharcAttribSeldCodeSetLink<ObjectT>,CharcAttribSeldCodeSet,ObjectT> link) |
protected CharcAttribSeldSetCodeLink<ObjectT> |
CharcAttribSeldSetCodeLink.translateLinkType(EntityLink<CharcAttribSeldSetCodeLink<ObjectT>,CharcAttribSeldSetCode,ObjectT> link) |
protected CharcAttribSeldSetCodeTLink<ObjectT> |
CharcAttribSeldSetCodeTLink.translateLinkType(EntityLink<CharcAttribSeldSetCodeTLink<ObjectT>,CharcAttribSeldSetCodeT,ObjectT> link) |
protected CharcAttribSeldSetTLink<ObjectT> |
CharcAttribSeldSetTLink.translateLinkType(EntityLink<CharcAttribSeldSetTLink<ObjectT>,CharcAttribSeldSetT,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
ClfnCharacteristicForKeyDateLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ClfnCharacteristicForKeyDate to other entities. |
class |
ClfnCharacteristicForKeyDateOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ClfnCharacteristicForKeyDate to other entities, where the cardinality of the related entity is at most 1. |
class |
ClfnCharcDescForKeyDateLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ClfnCharcDescForKeyDate to other entities. |
class |
ClfnCharcDescForKeyDateOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ClfnCharcDescForKeyDate to other entities, where the cardinality of the related entity is at most 1. |
class |
ClfnCharcRefForKeyDateLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ClfnCharcRefForKeyDate to other entities. |
class |
ClfnCharcRefForKeyDateOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ClfnCharcRefForKeyDate to other entities, where the cardinality of the related entity is at most 1. |
class |
ClfnCharcRstrcnForKeyDateLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ClfnCharcRstrcnForKeyDate to other entities. |
class |
ClfnCharcRstrcnForKeyDateOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ClfnCharcRstrcnForKeyDate to other entities, where the cardinality of the related entity is at most 1. |
class |
ClfnCharcValueDescForKeyDateLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ClfnCharcValueDescForKeyDate to other entities. |
class |
ClfnCharcValueDescForKeyDateOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ClfnCharcValueDescForKeyDate to other entities, where the cardinality of the related entity is at most 1. |
class |
ClfnCharcValueForKeyDateLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ClfnCharcValueForKeyDate to other entities. |
class |
ClfnCharcValueForKeyDateOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ClfnCharcValueForKeyDate to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Class and Description |
---|---|
class |
ChartOfAccountsTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ChartOfAccountsText
to other entities. |
class |
ChartOfAccountsTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ChartOfAccountsText
to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected ChartOfAccountsLink<ObjectT> |
ChartOfAccountsLink.translateLinkType(EntityLink<ChartOfAccountsLink<ObjectT>,ChartOfAccounts,ObjectT> link) |
protected ChartOfAccountsTextLink<ObjectT> |
ChartOfAccountsTextLink.translateLinkType(EntityLink<ChartOfAccountsTextLink<ObjectT>,ChartOfAccountsText,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
ClfnClassCharcForKeyDateLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ClfnClassCharcForKeyDate to other entities. |
class |
ClfnClassCharcForKeyDateOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ClfnClassCharcForKeyDate to other entities, where the cardinality of the related entity is at most 1. |
class |
ClfnClassDescForKeyDateLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ClfnClassDescForKeyDate to other entities. |
class |
ClfnClassDescForKeyDateOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ClfnClassDescForKeyDate to other entities, where the cardinality of the related entity is at most 1. |
class |
ClfnClassKeywordForKeyDateLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ClfnClassKeywordForKeyDate to other entities. |
class |
ClfnClassKeywordForKeyDateOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ClfnClassKeywordForKeyDate to other entities, where the cardinality of the related entity is at most 1. |
class |
ClfnClassTextForKeyDateLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ClfnClassTextForKeyDate to other entities. |
class |
ClfnClassTextForKeyDateOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ClfnClassTextForKeyDate to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Class and Description |
---|---|
class |
CustProjSlsOrdItemLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CustProjSlsOrdItem
to other entities. |
class |
CustProjSlsOrdItemOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CustProjSlsOrdItem
to other entities, where the cardinality of the related entity is at most 1. |
class |
CustProjSlsOrdItemPartnerLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CustProjSlsOrdItemPartner to other entities. |
class |
CustProjSlsOrdItemPartnerOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CustProjSlsOrdItemPartner to other entities, where the cardinality of the related entity is at most 1. |
class |
CustProjSlsOrdItemTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CustProjSlsOrdItemText to other entities. |
class |
CustProjSlsOrdItemTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CustProjSlsOrdItemText to other entities, where the cardinality of the related entity is at most 1. |
class |
CustProjSlsOrdItemWorkPckgLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CustProjSlsOrdItemWorkPckg to other entities. |
class |
CustProjSlsOrdItemWorkPckgOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CustProjSlsOrdItemWorkPckg to other entities, where the cardinality of the related entity is at most 1. |
class |
CustProjSlsOrdItmBillgPlnItmLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CustProjSlsOrdItmBillgPlnItm to other entities. |
class |
CustProjSlsOrdItmBillgPlnItmOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CustProjSlsOrdItmBillgPlnItm to other entities, where the cardinality of the related entity is at most 1. |
class |
CustProjSlsOrdLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CustProjSlsOrd to other
entities. |
class |
CustProjSlsOrdOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CustProjSlsOrd to other
entities, where the cardinality of the related entity is at most 1. |
class |
CustProjSlsOrdPartnerLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CustProjSlsOrdPartner to other entities. |
class |
CustProjSlsOrdPartnerOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CustProjSlsOrdPartner to other entities, where the cardinality of the related entity is at most 1. |
class |
CustProjSlsOrdTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CustProjSlsOrdText
to other entities. |
class |
CustProjSlsOrdTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CustProjSlsOrdText
to other entities, where the cardinality of the related entity is at most 1. |
class |
DemandLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
Demand to other entities. |
class |
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. |
class |
EngmntProjRsceDmndDistrLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
EngmntProjRsceDmndDistr to other entities. |
class |
EngmntProjRsceDmndDistrOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
EngmntProjRsceDmndDistr to other entities, where the cardinality of the related entity is at most 1. |
class |
EngmntProjRsceDmndLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
EngmntProjRsceDmnd
to other entities. |
class |
EngmntProjRsceDmndOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
EngmntProjRsceDmnd
to other entities, where the cardinality of the related entity is at most 1. |
class |
EngmntProjRsceDmndSkillLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
EngmntProjRsceDmndSkill to other entities. |
class |
EngmntProjRsceDmndSkillOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
EngmntProjRsceDmndSkill to other entities, where the cardinality of the related entity is at most 1. |
class |
EngmntProjRsceSupDistrLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
EngmntProjRsceSupDistr to other entities. |
class |
EngmntProjRsceSupDistrOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
EngmntProjRsceSupDistr to other entities, where the cardinality of the related entity is at most 1. |
class |
EngmntProjRsceSupLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
EngmntProjRsceSup to
other entities. |
class |
EngmntProjRsceSupOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
EngmntProjRsceSup to
other entities, where the cardinality of the related entity is at most 1. |
class |
WorkPackageLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
WorkPackage to other
entities. |
class |
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. |
Modifier and Type | Class and Description |
---|---|
class |
PlanDataLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PlanData to other
entities. |
class |
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. |
class |
ProjectRoleLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProjectRole to other
entities. |
class |
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. |
class |
StaffingDataLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
StaffingData to
other entities. |
class |
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. |
class |
WorkItemLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
WorkItem to other
entities. |
class |
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. |
class |
WorkPackageFunctionLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
WorkPackageFunction to other entities. |
class |
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. |
class |
WorkpackageLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
Workpackage to other
entities. |
class |
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. |
Modifier and Type | Method and Description |
---|---|
protected CompanyCodeLink<ObjectT> |
CompanyCodeLink.translateLinkType(EntityLink<CompanyCodeLink<ObjectT>,CompanyCode,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
BusVolFldCombnSetTypeAssgmtLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BusVolFldCombnSetTypeAssgmt to other entities. |
class |
BusVolFldCombnSetTypeAssgmtOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BusVolFldCombnSetTypeAssgmt to other entities, where the cardinality of the related entity is at most 1. |
class |
BusVolFldCombnTypeFldAssgmtLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BusVolFldCombnTypeFldAssgmt to other entities. |
class |
BusVolFldCombnTypeFldAssgmtOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BusVolFldCombnTypeFldAssgmt to other entities, where the cardinality of the related entity is at most 1. |
class |
CndnContrTypeLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CndnContrType to
other entities. |
class |
CndnContrTypeOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CndnContrType to
other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected BusVolFldCombnSetTypeAssgmtLink<ObjectT> |
BusVolFldCombnSetTypeAssgmtLink.translateLinkType(EntityLink<BusVolFldCombnSetTypeAssgmtLink<ObjectT>,BusVolFldCombnSetTypeAssgmt,ObjectT> link) |
protected BusVolFldCombnTypeFldAssgmtLink<ObjectT> |
BusVolFldCombnTypeFldAssgmtLink.translateLinkType(EntityLink<BusVolFldCombnTypeFldAssgmtLink<ObjectT>,BusVolFldCombnTypeFldAssgmt,ObjectT> link) |
protected CndnContrTypeLink<ObjectT> |
CndnContrTypeLink.translateLinkType(EntityLink<CndnContrTypeLink<ObjectT>,CndnContrType,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
PurgPrcgCndnTypeTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PurgPrcgCndnTypeText to other entities. |
class |
PurgPrcgCndnTypeTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PurgPrcgCndnTypeText to other entities, where the cardinality of the related entity is at most 1. |
class |
PurgPricingConditionTypeLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PurgPricingConditionType to other entities. |
class |
PurgPricingConditionTypeOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PurgPricingConditionType to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected PurgPrcgCndnTypeTextLink<ObjectT> |
PurgPrcgCndnTypeTextLink.translateLinkType(EntityLink<PurgPrcgCndnTypeTextLink<ObjectT>,PurgPrcgCndnTypeText,ObjectT> link) |
protected PurgPricingConditionTypeLink<ObjectT> |
PurgPricingConditionTypeLink.translateLinkType(EntityLink<PurgPricingConditionTypeLink<ObjectT>,PurgPricingConditionType,ObjectT> link) |
Modifier and Type | Method and Description |
---|---|
protected SlsPrcgCndnTypeTextLink<ObjectT> |
SlsPrcgCndnTypeTextLink.translateLinkType(EntityLink<SlsPrcgCndnTypeTextLink<ObjectT>,SlsPrcgCndnTypeText,ObjectT> link) |
protected SlsPricingConditionTypeLink<ObjectT> |
SlsPricingConditionTypeLink.translateLinkType(EntityLink<SlsPricingConditionTypeLink<ObjectT>,SlsPricingConditionType,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
SEPAMandateLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SEPAMandate to
other entities. |
class |
SEPAMandateOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SEPAMandate to
other entities, where the cardinality of the related entity is at most 1. |
class |
SEPAMandateUsageLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SEPAMandateUsage to other entities. |
class |
SEPAMandateUsageOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SEPAMandateUsage to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected SEPAMandateLink<ObjectT> |
SEPAMandateLink.translateLinkType(EntityLink<SEPAMandateLink<ObjectT>,SEPAMandate,ObjectT> link) |
protected SEPAMandateUsageLink<ObjectT> |
SEPAMandateUsageLink.translateLinkType(EntityLink<SEPAMandateUsageLink<ObjectT>,SEPAMandateUsage,ObjectT> link) |
Modifier and Type | Method and Description |
---|---|
protected ControllingAreaLink<ObjectT> |
ControllingAreaLink.translateLinkType(EntityLink<ControllingAreaLink<ObjectT>,ControllingArea,ObjectT> link) |
Modifier and Type | Method and Description |
---|---|
protected CostCenterLink<ObjectT> |
CostCenterLink.translateLinkType(EntityLink<CostCenterLink<ObjectT>,CostCenter,ObjectT> link) |
protected CostCenterTextLink<ObjectT> |
CostCenterTextLink.translateLinkType(EntityLink<CostCenterTextLink<ObjectT>,CostCenterText,ObjectT> link) |
Modifier and Type | Method and Description |
---|---|
protected CostCenterActivityTypeLink<ObjectT> |
CostCenterActivityTypeLink.translateLinkType(EntityLink<CostCenterActivityTypeLink<ObjectT>,CostCenterActivityType,ObjectT> link) |
protected CostCenterActivityTypeTextLink<ObjectT> |
CostCenterActivityTypeTextLink.translateLinkType(EntityLink<CostCenterActivityTypeTextLink<ObjectT>,CostCenterActivityTypeText,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
CostCenterTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CostCenterText to other
entities. |
class |
CostCenterTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CostCenterText to other
entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected CostCenterLink<ObjectT> |
CostCenterLink.translateLinkType(EntityLink<CostCenterLink<ObjectT>,CostCenter,ObjectT> link) |
protected CostCenterTextLink<ObjectT> |
CostCenterTextLink.translateLinkType(EntityLink<CostCenterTextLink<ObjectT>,CostCenterText,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
ActualCostRateLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ActualCostRate to other entities. |
class |
ActualCostRateOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ActualCostRate to other entities,
where the cardinality of the related entity is at most 1. |
class |
PlanCostRateLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PlanCostRate to other entities. |
class |
PlanCostRateOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PlanCostRate to other entities,
where the cardinality of the related entity is at most 1. |
class |
ServiceCostRateLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ServiceCostRate to other
entities. |
class |
ServiceCostRateOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ServiceCostRate to other
entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected ActualCostRateLink<ObjectT> |
ActualCostRateLink.translateLinkType(EntityLink<ActualCostRateLink<ObjectT>,ActualCostRate,ObjectT> link) |
protected PlanCostRateLink<ObjectT> |
PlanCostRateLink.translateLinkType(EntityLink<PlanCostRateLink<ObjectT>,PlanCostRate,ObjectT> link) |
protected ServiceCostRateLink<ObjectT> |
ServiceCostRateLink.translateLinkType(EntityLink<ServiceCostRateLink<ObjectT>,ServiceCostRate,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
CountryLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
Country to other entities. |
class |
CountryOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
Country to other entities, where the
cardinality of the related entity is at most 1. |
class |
CountryTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CountryText to other entities. |
class |
CountryTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CountryText to other entities, where
the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected CountryLink<ObjectT> |
CountryLink.translateLinkType(EntityLink<CountryLink<ObjectT>,Country,ObjectT> link) |
protected CountryTextLink<ObjectT> |
CountryTextLink.translateLinkType(EntityLink<CountryTextLink<ObjectT>,CountryText,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
CreditMemoReqItemPartnerLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CreditMemoReqItemPartner to other entities. |
class |
CreditMemoReqItemPartnerOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CreditMemoReqItemPartner to other entities, where the cardinality of the related entity is at most 1. |
class |
CreditMemoReqItemPrcgElmntLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CreditMemoReqItemPrcgElmnt to other entities. |
class |
CreditMemoReqItemPrcgElmntOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CreditMemoReqItemPrcgElmnt to other entities, where the cardinality of the related entity is at most 1. |
class |
CreditMemoReqPartnerLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CreditMemoReqPartner to other entities. |
class |
CreditMemoReqPartnerOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CreditMemoReqPartner to other entities, where the cardinality of the related entity is at most 1. |
class |
CreditMemoReqPrcgElmntLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CreditMemoReqPrcgElmnt to other entities. |
class |
CreditMemoReqPrcgElmntOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CreditMemoReqPrcgElmnt to other entities, where the cardinality of the related entity is at most 1. |
class |
CreditMemoRequestItemLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CreditMemoRequestItem to other entities. |
class |
CreditMemoRequestItemOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CreditMemoRequestItem to other entities, where the cardinality of the related entity is at most 1. |
class |
CreditMemoRequestLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CreditMemoRequest to
other entities. |
class |
CreditMemoRequestOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CreditMemoRequest to
other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Class and Description |
---|---|
class |
CustomerSupplierIndustryLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CustomerSupplierIndustry to other entities. |
class |
CustomerSupplierIndustryOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CustomerSupplierIndustry to other entities, where the cardinality of the related entity is at most 1. |
class |
CustomerSupplierIndustryTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CustomerSupplierIndustryText to other entities. |
class |
CustomerSupplierIndustryTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CustomerSupplierIndustryText to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected CustomerSupplierIndustryLink<ObjectT> |
CustomerSupplierIndustryLink.translateLinkType(EntityLink<CustomerSupplierIndustryLink<ObjectT>,CustomerSupplierIndustry,ObjectT> link) |
protected CustomerSupplierIndustryTextLink<ObjectT> |
CustomerSupplierIndustryTextLink.translateLinkType(EntityLink<CustomerSupplierIndustryTextLink<ObjectT>,CustomerSupplierIndustryText,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
CustomerGroupTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CustomerGroupText to
other entities. |
class |
CustomerGroupTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CustomerGroupText to
other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected CustomerGroupLink<ObjectT> |
CustomerGroupLink.translateLinkType(EntityLink<CustomerGroupLink<ObjectT>,CustomerGroup,ObjectT> link) |
protected CustomerGroupTextLink<ObjectT> |
CustomerGroupTextLink.translateLinkType(EntityLink<CustomerGroupTextLink<ObjectT>,CustomerGroupText,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
CustomerMaterialLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CustomerMaterial to
other entities. |
class |
CustomerMaterialOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CustomerMaterial to
other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected CustomerMaterialLink<ObjectT> |
CustomerMaterialLink.translateLinkType(EntityLink<CustomerMaterialLink<ObjectT>,CustomerMaterial,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
CustomerReturnItemLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CustomerReturnItem to
other entities. |
class |
CustomerReturnItemOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CustomerReturnItem to
other entities, where the cardinality of the related entity is at most 1. |
class |
CustomerReturnItemPartnerLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CustomerReturnItemPartner to other entities. |
class |
CustomerReturnItemPartnerOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CustomerReturnItemPartner to other entities, where the cardinality of the related entity is at most 1. |
class |
CustomerReturnItemPrcgElmntLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CustomerReturnItemPrcgElmnt to other entities. |
class |
CustomerReturnItemPrcgElmntOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CustomerReturnItemPrcgElmnt to other entities, where the cardinality of the related entity is at most 1. |
class |
CustomerReturnLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CustomerReturn to other
entities. |
class |
CustomerReturnOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CustomerReturn to other
entities, where the cardinality of the related entity is at most 1. |
class |
CustomerReturnPartnerLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CustomerReturnPartner to other entities. |
class |
CustomerReturnPartnerOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CustomerReturnPartner to other entities, where the cardinality of the related entity is at most 1. |
class |
CustomerReturnPrcgElmntLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CustomerReturnPrcgElmnt to other entities. |
class |
CustomerReturnPrcgElmntOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CustomerReturnPrcgElmnt to other entities, where the cardinality of the related entity is at most 1. |
class |
CustomerReturnProcessStepLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CustomerReturnProcessStep to other entities. |
class |
CustomerReturnProcessStepOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CustomerReturnProcessStep to other entities, where the cardinality of the related entity is at most 1. |
class |
CustomerReturnScheduleLineLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CustomerReturnScheduleLine to other entities. |
class |
CustomerReturnScheduleLineOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CustomerReturnScheduleLine to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Class and Description |
---|---|
class |
ReturnsDeliveryAddressLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ReturnsDeliveryAddress to other entities. |
class |
ReturnsDeliveryAddressOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ReturnsDeliveryAddress to other entities, where the cardinality of the related entity is at most 1. |
class |
ReturnsDeliveryDocFlowLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ReturnsDeliveryDocFlow to other entities. |
class |
ReturnsDeliveryDocFlowOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ReturnsDeliveryDocFlow to other entities, where the cardinality of the related entity is at most 1. |
class |
ReturnsDeliveryHeaderLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ReturnsDeliveryHeader to other entities. |
class |
ReturnsDeliveryHeaderOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ReturnsDeliveryHeader to other entities, where the cardinality of the related entity is at most 1. |
class |
ReturnsDeliveryItemLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ReturnsDeliveryItem to other entities. |
class |
ReturnsDeliveryItemOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ReturnsDeliveryItem to other entities, where the cardinality of the related entity is at most 1. |
class |
ReturnsDeliveryMaintObjLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ReturnsDeliveryMaintObj to other entities. |
class |
ReturnsDeliveryMaintObjOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ReturnsDeliveryMaintObj to other entities, where the cardinality of the related entity is at most 1. |
class |
ReturnsDeliveryPartnerLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ReturnsDeliveryPartner to other entities. |
class |
ReturnsDeliveryPartnerOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ReturnsDeliveryPartner to other entities, where the cardinality of the related entity is at most 1. |
class |
ReturnsDeliverySrlNmbrLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ReturnsDeliverySrlNmbr to other entities. |
class |
ReturnsDeliverySrlNmbrOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ReturnsDeliverySrlNmbr to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Class and Description |
---|---|
class |
DebitMemoReqItemPartnerLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
DebitMemoReqItemPartner to other entities. |
class |
DebitMemoReqItemPartnerOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
DebitMemoReqItemPartner to other entities, where the cardinality of the related entity is at most 1. |
class |
DebitMemoReqItemPrcgElmntLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
DebitMemoReqItemPrcgElmnt to other entities. |
class |
DebitMemoReqItemPrcgElmntOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
DebitMemoReqItemPrcgElmnt to other entities, where the cardinality of the related entity is at most 1. |
class |
DebitMemoReqItemTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
DebitMemoReqItemText to other entities. |
class |
DebitMemoReqItemTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
DebitMemoReqItemText to other entities, where the cardinality of the related entity is at most 1. |
class |
DebitMemoReqPartnerLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
DebitMemoReqPartner
to other entities. |
class |
DebitMemoReqPartnerOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
DebitMemoReqPartner
to other entities, where the cardinality of the related entity is at most 1. |
class |
DebitMemoReqPrcgElmntLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
DebitMemoReqPrcgElmnt to other entities. |
class |
DebitMemoReqPrcgElmntOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
DebitMemoReqPrcgElmnt to other entities, where the cardinality of the related entity is at most 1. |
class |
DebitMemoReqTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
DebitMemoReqText to
other entities. |
class |
DebitMemoReqTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
DebitMemoReqText to
other entities, where the cardinality of the related entity is at most 1. |
class |
DebitMemoRequestItemLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
DebitMemoRequestItem to other entities. |
class |
DebitMemoRequestItemOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
DebitMemoRequestItem to other entities, where the cardinality of the related entity is at most 1. |
class |
DebitMemoRequestLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
DebitMemoRequest to
other entities. |
class |
DebitMemoRequestOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
DebitMemoRequest to
other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Class and Description |
---|---|
class |
ControllingDebitCreditCodeLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ControllingDebitCreditCode to other entities. |
class |
ControllingDebitCreditCodeOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ControllingDebitCreditCode to other entities, where the cardinality of the related entity is at most 1. |
class |
ControllingDebitCreditCodeTLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ControllingDebitCreditCodeT to other entities. |
class |
ControllingDebitCreditCodeTOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ControllingDebitCreditCodeT to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected ControllingDebitCreditCodeLink<ObjectT> |
ControllingDebitCreditCodeLink.translateLinkType(EntityLink<ControllingDebitCreditCodeLink<ObjectT>,ControllingDebitCreditCode,ObjectT> link) |
protected ControllingDebitCreditCodeTLink<ObjectT> |
ControllingDebitCreditCodeTLink.translateLinkType(EntityLink<ControllingDebitCreditCodeTLink<ObjectT>,ControllingDebitCreditCodeT,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
DefectCategoryLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
DefectCategory to other
entities. |
class |
DefectCategoryOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
DefectCategory to other
entities, where the cardinality of the related entity is at most 1. |
class |
DefectCategoryTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
DefectCategoryText to
other entities. |
class |
DefectCategoryTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
DefectCategoryText to
other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected DefectCategoryLink<ObjectT> |
DefectCategoryLink.translateLinkType(EntityLink<DefectCategoryLink<ObjectT>,DefectCategory,ObjectT> link) |
protected DefectCategoryTextLink<ObjectT> |
DefectCategoryTextLink.translateLinkType(EntityLink<DefectCategoryTextLink<ObjectT>,DefectCategoryText,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
DefectClassLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
DefectClass to other entities. |
class |
DefectClassOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
DefectClass to other entities,
where the cardinality of the related entity is at most 1. |
class |
DefectClassTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
DefectClassText to other
entities. |
class |
DefectClassTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
DefectClassText to other
entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected DefectClassLink<ObjectT> |
DefectClassLink.translateLinkType(EntityLink<DefectClassLink<ObjectT>,DefectClass,ObjectT> link) |
protected DefectClassTextLink<ObjectT> |
DefectClassTextLink.translateLinkType(EntityLink<DefectClassTextLink<ObjectT>,DefectClassText,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
DefectCodeGroupLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
DefectCodeGroup to
other entities. |
class |
DefectCodeGroupOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
DefectCodeGroup to
other entities, where the cardinality of the related entity is at most 1. |
class |
DefectCodeGroupTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
DefectCodeGroupText to other entities. |
class |
DefectCodeGroupTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
DefectCodeGroupText to other entities, where the cardinality of the related entity is at most 1. |
class |
DefectCodeLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
DefectCode to other
entities. |
class |
DefectCodeOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
DefectCode to other
entities, where the cardinality of the related entity is at most 1. |
class |
DefectCodeTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
DefectCodeText to
other entities. |
class |
DefectCodeTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
DefectCodeText to
other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected DefectCodeGroupLink<ObjectT> |
DefectCodeGroupLink.translateLinkType(EntityLink<DefectCodeGroupLink<ObjectT>,DefectCodeGroup,ObjectT> link) |
protected DefectCodeGroupTextLink<ObjectT> |
DefectCodeGroupTextLink.translateLinkType(EntityLink<DefectCodeGroupTextLink<ObjectT>,DefectCodeGroupText,ObjectT> link) |
protected DefectCodeLink<ObjectT> |
DefectCodeLink.translateLinkType(EntityLink<DefectCodeLink<ObjectT>,DefectCode,ObjectT> link) |
protected DefectCodeTextLink<ObjectT> |
DefectCodeTextLink.translateLinkType(EntityLink<DefectCodeTextLink<ObjectT>,DefectCodeText,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
DefectLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
Defect to other entities. |
class |
DefectOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
Defect to other entities, where
the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected DefectLink<ObjectT> |
DefectLink.translateLinkType(EntityLink<DefectLink<ObjectT>,Defect,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
CreditBlockedDeliveryDocLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CreditBlockedDeliveryDoc to other entities. |
class |
CreditBlockedDeliveryDocOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CreditBlockedDeliveryDoc to other entities, where the cardinality of the related entity is at most 1. |
class |
SalesDocumentRjcnReasonLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesDocumentRjcnReason to other entities. |
class |
SalesDocumentRjcnReasonOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesDocumentRjcnReason to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected CreditBlockedDeliveryDocLink<ObjectT> |
CreditBlockedDeliveryDocLink.translateLinkType(EntityLink<CreditBlockedDeliveryDocLink<ObjectT>,CreditBlockedDeliveryDoc,ObjectT> link) |
protected SalesDocumentRjcnReasonLink<ObjectT> |
SalesDocumentRjcnReasonLink.translateLinkType(EntityLink<SalesDocumentRjcnReasonLink<ObjectT>,SalesDocumentRjcnReason,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
DistributionChannelTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
DistributionChannelText to other entities. |
class |
DistributionChannelTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
DistributionChannelText to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected DistributionChannelLink<ObjectT> |
DistributionChannelLink.translateLinkType(EntityLink<DistributionChannelLink<ObjectT>,DistributionChannel,ObjectT> link) |
protected DistributionChannelTextLink<ObjectT> |
DistributionChannelTextLink.translateLinkType(EntityLink<DistributionChannelTextLink<ObjectT>,DistributionChannelText,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
DivisionLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
Division to other entities. |
class |
DivisionOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
Division to other entities, where the
cardinality of the related entity is at most 1. |
class |
DivisionTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
DivisionText to other entities. |
class |
DivisionTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
DivisionText to other entities,
where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected DivisionLink<ObjectT> |
DivisionLink.translateLinkType(EntityLink<DivisionLink<ObjectT>,Division,ObjectT> link) |
protected DivisionTextLink<ObjectT> |
DivisionTextLink.translateLinkType(EntityLink<DivisionTextLink<ObjectT>,DivisionText,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
DocInfoRecdObjLinkBOMLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
DocInfoRecdObjLinkBOM to other entities. |
class |
DocInfoRecdObjLinkBOMOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
DocInfoRecdObjLinkBOM to other entities, where the cardinality of the related entity is at most 1. |
class |
DocInfoRecdObjLinkChgRecdLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
DocInfoRecdObjLinkChgRecd to other entities. |
class |
DocInfoRecdObjLinkChgRecdOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
DocInfoRecdObjLinkChgRecd to other entities, where the cardinality of the related entity is at most 1. |
class |
DocInfoRecdObjLinkProductLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
DocInfoRecdObjLinkProduct to other entities. |
class |
DocInfoRecdObjLinkProductOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
DocInfoRecdObjLinkProduct to other entities, where the cardinality of the related entity is at most 1. |
class |
DocumentInfoRecordCharcLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
DocumentInfoRecordCharc to other entities. |
class |
DocumentInfoRecordCharcOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
DocumentInfoRecordCharc to other entities, where the cardinality of the related entity is at most 1. |
class |
DocumentInfoRecordCharcValueLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
DocumentInfoRecordCharcValue to other entities. |
class |
DocumentInfoRecordCharcValueOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
DocumentInfoRecordCharcValue to other entities, where the cardinality of the related entity is at most 1. |
class |
DocumentInfoRecordClassCharcLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
DocumentInfoRecordClassCharc to other entities. |
class |
DocumentInfoRecordClassCharcOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
DocumentInfoRecordClassCharc to other entities, where the cardinality of the related entity is at most 1. |
class |
DocumentInfoRecordClassLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
DocumentInfoRecordClass to other entities. |
class |
DocumentInfoRecordClassOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
DocumentInfoRecordClass to other entities, where the cardinality of the related entity is at most 1. |
class |
DocumentInfoRecordDescLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
DocumentInfoRecordDesc to other entities. |
class |
DocumentInfoRecordDescOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
DocumentInfoRecordDesc to other entities, where the cardinality of the related entity is at most 1. |
class |
DocumentInfoRecordDocStsVHLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
DocumentInfoRecordDocStsVH to other entities. |
class |
DocumentInfoRecordDocStsVHOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
DocumentInfoRecordDocStsVH to other entities, where the cardinality of the related entity is at most 1. |
class |
DocumentInfoRecordLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
DocumentInfoRecord
to other entities. |
class |
DocumentInfoRecordOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
DocumentInfoRecord
to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Class and Description |
---|---|
class |
AttachmentLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
Attachment to other
entities. |
class |
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. |
class |
IncidentLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
Incident to other entities. |
class |
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. |
class |
LocationLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
Location to other entities. |
class |
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. |
class |
PersonLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
Person to other entities. |
class |
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. |
Modifier and Type | Method and Description |
---|---|
protected AttachmentLink<ObjectT> |
AttachmentLink.translateLinkType(EntityLink<AttachmentLink<ObjectT>,Attachment,ObjectT> link) |
protected IncidentLink<ObjectT> |
IncidentLink.translateLinkType(EntityLink<IncidentLink<ObjectT>,Incident,ObjectT> link) |
protected LocationLink<ObjectT> |
LocationLink.translateLinkType(EntityLink<LocationLink<ObjectT>,Location,ObjectT> link) |
protected PersonLink<ObjectT> |
PersonLink.translateLinkType(EntityLink<PersonLink<ObjectT>,Person,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
EnterpriseProjBlkFuncLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
EnterpriseProjBlkFunc to other entities. |
class |
EnterpriseProjBlkFuncOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
EnterpriseProjBlkFunc to other entities, where the cardinality of the related entity is at most 1. |
class |
EnterpriseProjectElementLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
EnterpriseProjectElement to other entities. |
class |
EnterpriseProjectElementOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
EnterpriseProjectElement to other entities, where the cardinality of the related entity is at most 1. |
class |
EnterpriseProjectLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
EnterpriseProject to
other entities. |
class |
EnterpriseProjectOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
EnterpriseProject to
other entities, where the cardinality of the related entity is at most 1. |
class |
EntProjectElmntPublicSectorLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
EntProjectElmntPublicSector to other entities. |
class |
EntProjectElmntPublicSectorOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
EntProjectElmntPublicSector to other entities, where the cardinality of the related entity is at most 1. |
class |
EntProjectPublicSectorLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
EntProjectPublicSector to other entities. |
class |
EntProjectPublicSectorOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
EntProjectPublicSector to other entities, where the cardinality of the related entity is at most 1. |
class |
EntProjElmntBlockFuncLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
EntProjElmntBlockFunc to other entities. |
class |
EntProjElmntBlockFuncOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
EntProjElmntBlockFunc to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Class and Description |
---|---|
class |
EquipClassCharacteristicValueLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
EquipClassCharacteristicValue to other entities. |
class |
EquipClassCharacteristicValueOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
EquipClassCharacteristicValue to other entities, where the cardinality of the related entity is at most 1. |
class |
EquipmentClassCharacteristicLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
EquipmentClassCharacteristic to other entities. |
class |
EquipmentClassCharacteristicOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
EquipmentClassCharacteristic to other entities, where the cardinality of the related entity is at most 1. |
class |
EquipmentClassLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
EquipmentClass to other
entities. |
class |
EquipmentClassOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
EquipmentClass to other
entities, where the cardinality of the related entity is at most 1. |
class |
EquipmentLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
Equipment to other entities. |
class |
EquipmentLongTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
EquipmentLongText to other
entities. |
class |
EquipmentLongTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
EquipmentLongText to other
entities, where the cardinality of the related entity is at most 1. |
class |
EquipmentOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
Equipment to other entities, where
the cardinality of the related entity is at most 1. |
class |
EquipmentPartnerLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
EquipmentPartner to other
entities. |
class |
EquipmentPartnerOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
EquipmentPartner to other
entities, where the cardinality of the related entity is at most 1. |
class |
EquipmentWarrantyLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
EquipmentWarranty to other
entities. |
class |
EquipmentWarrantyOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
EquipmentWarranty to other
entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Class and Description |
---|---|
class |
Et_ActionResultLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
Et_ActionResult to other entities. |
class |
Et_ActionResultOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
Et_ActionResult to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected Et_ActionResultLink<ObjectT> |
Et_ActionResultLink.translateLinkType(EntityLink<Et_ActionResultLink<ObjectT>,Et_ActionResult,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
PlannedIndepRqmtItemLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PlannedIndepRqmtItem to other entities. |
class |
PlannedIndepRqmtItemOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PlannedIndepRqmtItem to other entities, where the cardinality of the related entity is at most 1. |
class |
PlannedIndepRqmtLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PlannedIndepRqmt to other entities. |
class |
PlannedIndepRqmtOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PlannedIndepRqmt to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected PlannedIndepRqmtItemLink<ObjectT> |
PlannedIndepRqmtItemLink.translateLinkType(EntityLink<PlannedIndepRqmtItemLink<ObjectT>,PlannedIndepRqmtItem,ObjectT> link) |
protected PlannedIndepRqmtLink<ObjectT> |
PlannedIndepRqmtLink.translateLinkType(EntityLink<PlannedIndepRqmtLink<ObjectT>,PlannedIndepRqmt,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
JobScheduleStatusLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
JobScheduleStatus to other entities. |
class |
JobScheduleStatusOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
JobScheduleStatus to other entities, where the cardinality of the related entity is at most 1. |
class |
JobTemplateLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
JobTemplate
to other entities. |
class |
JobTemplateOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
JobTemplate
to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected FuncImpReturnLink<ObjectT> |
FuncImpReturnLink.translateLinkType(EntityLink<FuncImpReturnLink<ObjectT>,FuncImpReturn,ObjectT> link) |
protected JobScheduleStatusLink<ObjectT> |
JobScheduleStatusLink.translateLinkType(EntityLink<JobScheduleStatusLink<ObjectT>,JobScheduleStatus,ObjectT> link) |
protected JobTemplateLink<ObjectT> |
JobTemplateLink.translateLinkType(EntityLink<JobTemplateLink<ObjectT>,JobTemplate,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
FinancialPlanDataLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FinancialPlanData
to other entities. |
class |
FinancialPlanDataOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FinancialPlanData
to other entities, where the cardinality of the related entity is at most 1. |
class |
FinPlanningEntryItemTPLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FinPlanningEntryItemTP to other entities. |
class |
FinPlanningEntryItemTPOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FinPlanningEntryItemTP to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected FinancialPlanDataLink<ObjectT> |
FinancialPlanDataLink.translateLinkType(EntityLink<FinancialPlanDataLink<ObjectT>,FinancialPlanData,ObjectT> link) |
protected FinPlanningEntryItemTPLink<ObjectT> |
FinPlanningEntryItemTPLink.translateLinkType(EntityLink<FinPlanningEntryItemTPLink<ObjectT>,FinPlanningEntryItemTP,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
FinPlanningEntryItemLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FinPlanningEntryItem to other entities. |
class |
FinPlanningEntryItemOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FinPlanningEntryItem to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected CompanyCodeLink<ObjectT> |
CompanyCodeLink.translateLinkType(EntityLink<CompanyCodeLink<ObjectT>,CompanyCode,ObjectT> link) |
protected CostCenterLink<ObjectT> |
CostCenterLink.translateLinkType(EntityLink<CostCenterLink<ObjectT>,CostCenter,ObjectT> link) |
protected FinPlanningEntryItemLink<ObjectT> |
FinPlanningEntryItemLink.translateLinkType(EntityLink<FinPlanningEntryItemLink<ObjectT>,FinPlanningEntryItem,ObjectT> link) |
protected GLAccountInChartOfAccountsLink<ObjectT> |
GLAccountInChartOfAccountsLink.translateLinkType(EntityLink<GLAccountInChartOfAccountsLink<ObjectT>,GLAccountInChartOfAccounts,ObjectT> link) |
protected ProfitCenterLink<ObjectT> |
ProfitCenterLink.translateLinkType(EntityLink<ProfitCenterLink<ObjectT>,ProfitCenter,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
FunctionalAreaTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FunctionalAreaText to
other entities. |
class |
FunctionalAreaTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FunctionalAreaText to
other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected FunctionalAreaLink<ObjectT> |
FunctionalAreaLink.translateLinkType(EntityLink<FunctionalAreaLink<ObjectT>,FunctionalArea,ObjectT> link) |
protected FunctionalAreaTextLink<ObjectT> |
FunctionalAreaTextLink.translateLinkType(EntityLink<FunctionalAreaTextLink<ObjectT>,FunctionalAreaText,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
CharacteristicLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
Characteristic to other
entities. |
class |
CharacteristicOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
Characteristic to other
entities, where the cardinality of the related entity is at most 1. |
class |
FunctionalLocationClassLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FunctionalLocationClass to other entities. |
class |
FunctionalLocationClassOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FunctionalLocationClass to other entities, where the cardinality of the related entity is at most 1. |
class |
FunctionalLocationLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FunctionalLocation
to other entities. |
class |
FunctionalLocationLongTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FunctionalLocationLongText to other entities. |
class |
FunctionalLocationLongTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FunctionalLocationLongText to other entities, where the cardinality of the related entity is at most 1. |
class |
FunctionalLocationOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FunctionalLocation
to other entities, where the cardinality of the related entity is at most 1. |
class |
FunctionalLocationPartnerLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FunctionalLocationPartner to other entities. |
class |
FunctionalLocationPartnerOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FunctionalLocationPartner to other entities, where the cardinality of the related entity is at most 1. |
class |
FunctionalLocationWarrantyLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FunctionalLocationWarranty to other entities. |
class |
FunctionalLocationWarrantyOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FunctionalLocationWarranty to other entities, where the cardinality of the related entity is at most 1. |
class |
ValueLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
Value to other entities. |
class |
ValueOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
Value to other entities, where
the cardinality of the related entity is at most 1. |
Modifier and Type | Class and Description |
---|---|
class |
GLAccountInChartOfAccountsLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
GLAccountInChartOfAccounts to other entities. |
class |
GLAccountInChartOfAccountsOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
GLAccountInChartOfAccounts to other entities, where the cardinality of the related entity is at most 1. |
class |
GLAccountTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
GLAccountText to other
entities. |
class |
GLAccountTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
GLAccountText to other
entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected GLAccountInChartOfAccountsLink<ObjectT> |
GLAccountInChartOfAccountsLink.translateLinkType(EntityLink<GLAccountInChartOfAccountsLink<ObjectT>,GLAccountInChartOfAccounts,ObjectT> link) |
protected GLAccountTextLink<ObjectT> |
GLAccountTextLink.translateLinkType(EntityLink<GLAccountTextLink<ObjectT>,GLAccountText,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
GLAccountLineItemLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
GLAccountLineItem to other entities. |
class |
GLAccountLineItemOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
GLAccountLineItem to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected GLAccountLineItemLink<ObjectT> |
GLAccountLineItemLink.translateLinkType(EntityLink<GLAccountLineItemLink<ObjectT>,GLAccountLineItem,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
HandlingUnitItemLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
HandlingUnitItem to other
entities. |
class |
HandlingUnitItemOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
HandlingUnitItem to other
entities, where the cardinality of the related entity is at most 1. |
class |
HandlingUnitLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
HandlingUnit to other entities. |
class |
HandlingUnitOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
HandlingUnit to other entities,
where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected HandlingUnitItemLink<ObjectT> |
HandlingUnitItemLink.translateLinkType(EntityLink<HandlingUnitItemLink<ObjectT>,HandlingUnitItem,ObjectT> link) |
protected HandlingUnitLink<ObjectT> |
HandlingUnitLink.translateLinkType(EntityLink<HandlingUnitLink<ObjectT>,HandlingUnit,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
InbDeliveryAddressLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
InbDeliveryAddress to
other entities. |
class |
InbDeliveryAddressOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
InbDeliveryAddress to
other entities, where the cardinality of the related entity is at most 1. |
class |
InbDeliveryDocFlowLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
InbDeliveryDocFlow to
other entities. |
class |
InbDeliveryDocFlowOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
InbDeliveryDocFlow to
other entities, where the cardinality of the related entity is at most 1. |
class |
InbDeliveryHeaderLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
InbDeliveryHeader to
other entities. |
class |
InbDeliveryHeaderOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
InbDeliveryHeader to
other entities, where the cardinality of the related entity is at most 1. |
class |
InbDeliveryItemLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
InbDeliveryItem to other
entities. |
class |
InbDeliveryItemOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
InbDeliveryItem to other
entities, where the cardinality of the related entity is at most 1. |
class |
InbDeliveryPartnerLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
InbDeliveryPartner to
other entities. |
class |
InbDeliveryPartnerOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
InbDeliveryPartner to
other entities, where the cardinality of the related entity is at most 1. |
class |
InbDeliverySerialNmbrLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
InbDeliverySerialNmbr to other entities. |
class |
InbDeliverySerialNmbrOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
InbDeliverySerialNmbr to other entities, where the cardinality of the related entity is at most 1. |
class |
MaintenanceItemObjListLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
MaintenanceItemObjList to other entities. |
class |
MaintenanceItemObjListOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
MaintenanceItemObjList to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Class and Description |
---|---|
class |
InbDeliveryHeaderTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
InbDeliveryHeaderText to other entities. |
class |
InbDeliveryHeaderTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
InbDeliveryHeaderText to other entities, where the cardinality of the related entity is at most 1. |
class |
InbDeliveryItemTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
InbDeliveryItemText
to other entities. |
class |
InbDeliveryItemTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
InbDeliveryItemText
to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Class and Description |
---|---|
class |
CN_TaxInputInvoiceItemLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CN_TaxInputInvoiceItem to other entities. |
class |
CN_TaxInputInvoiceItemOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CN_TaxInputInvoiceItem to other entities, where the cardinality of the related entity is at most 1. |
class |
CN_TaxInputInvoiceLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CN_TaxInputInvoice to other entities. |
class |
CN_TaxInputInvoiceOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CN_TaxInputInvoice to other entities, where the cardinality of the related entity is at most 1. |
class |
CN_TaxInvoiceBindingRecordLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CN_TaxInvoiceBindingRecord to other entities. |
class |
CN_TaxInvoiceBindingRecordOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CN_TaxInvoiceBindingRecord to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected CN_TaxInputInvoiceItemLink<ObjectT> |
CN_TaxInputInvoiceItemLink.translateLinkType(EntityLink<CN_TaxInputInvoiceItemLink<ObjectT>,CN_TaxInputInvoiceItem,ObjectT> link) |
protected CN_TaxInputInvoiceLink<ObjectT> |
CN_TaxInputInvoiceLink.translateLinkType(EntityLink<CN_TaxInputInvoiceLink<ObjectT>,CN_TaxInputInvoice,ObjectT> link) |
protected CN_TaxInvoiceBindingRecordLink<ObjectT> |
CN_TaxInvoiceBindingRecordLink.translateLinkType(EntityLink<CN_TaxInvoiceBindingRecordLink<ObjectT>,CN_TaxInvoiceBindingRecord,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
InspectionMethodLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
InspectionMethod to
other entities. |
class |
InspectionMethodOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
InspectionMethod to
other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected InspectionMethodLink<ObjectT> |
InspectionMethodLink.translateLinkType(EntityLink<InspectionMethodLink<ObjectT>,InspectionMethod,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
InspectionPlanLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
InspectionPlan to other
entities. |
class |
InspectionPlanOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
InspectionPlan to other
entities, where the cardinality of the related entity is at most 1. |
class |
InspPlanMaterialAssgmtLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
InspPlanMaterialAssgmt to other entities. |
class |
InspPlanMaterialAssgmtOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
InspPlanMaterialAssgmt to other entities, where the cardinality of the related entity is at most 1. |
class |
InspPlanOpCharacteristicLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
InspPlanOpCharacteristic to other entities. |
class |
InspPlanOpCharacteristicOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
InspPlanOpCharacteristic to other entities, where the cardinality of the related entity is at most 1. |
class |
InspPlanOperationLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
InspPlanOperation to
other entities. |
class |
InspPlanOperationOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
InspPlanOperation to
other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected InspectionPlanLink<ObjectT> |
InspectionPlanLink.translateLinkType(EntityLink<InspectionPlanLink<ObjectT>,InspectionPlan,ObjectT> link) |
protected InspPlanMaterialAssgmtLink<ObjectT> |
InspPlanMaterialAssgmtLink.translateLinkType(EntityLink<InspPlanMaterialAssgmtLink<ObjectT>,InspPlanMaterialAssgmt,ObjectT> link) |
protected InspPlanOpCharacteristicLink<ObjectT> |
InspPlanOpCharacteristicLink.translateLinkType(EntityLink<InspPlanOpCharacteristicLink<ObjectT>,InspPlanOpCharacteristic,ObjectT> link) |
protected InspPlanOperationLink<ObjectT> |
InspPlanOperationLink.translateLinkType(EntityLink<InspPlanOperationLink<ObjectT>,InspPlanOperation,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
AttachmentLinkLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
AttachmentLink to
other entities. |
class |
AttachmentLinkOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
AttachmentLink to
other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected AttachmentLinkLink<ObjectT> |
AttachmentLinkLink.translateLinkType(EntityLink<AttachmentLinkLink<ObjectT>,AttachmentLink,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
JournalEntryItemBasicLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
JournalEntryItemBasic to other entities. |
class |
JournalEntryItemBasicOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
JournalEntryItemBasic to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected CompanyCodeLink<ObjectT> |
CompanyCodeLink.translateLinkType(EntityLink<CompanyCodeLink<ObjectT>,CompanyCode,ObjectT> link) |
protected CostCenterLink<ObjectT> |
CostCenterLink.translateLinkType(EntityLink<CostCenterLink<ObjectT>,CostCenter,ObjectT> link) |
protected GLAccountInChartOfAccountsLink<ObjectT> |
GLAccountInChartOfAccountsLink.translateLinkType(EntityLink<GLAccountInChartOfAccountsLink<ObjectT>,GLAccountInChartOfAccounts,ObjectT> link) |
protected JournalEntryItemBasicLink<ObjectT> |
JournalEntryItemBasicLink.translateLinkType(EntityLink<JournalEntryItemBasicLink<ObjectT>,JournalEntryItemBasic,ObjectT> link) |
protected ProfitCenterLink<ObjectT> |
ProfitCenterLink.translateLinkType(EntityLink<ProfitCenterLink<ObjectT>,ProfitCenter,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
JITCallCompGrpLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
JITCallCompGrp to other
entities. |
class |
JITCallCompGrpOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
JITCallCompGrp to other
entities, where the cardinality of the related entity is at most 1. |
class |
JITCallCompMatlLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
JITCallCompMatl to other
entities. |
class |
JITCallCompMatlOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
JITCallCompMatl to other
entities, where the cardinality of the related entity is at most 1. |
class |
JITCallHeaderLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
JITCallHeader to other
entities. |
class |
JITCallHeaderOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
JITCallHeader to other
entities, where the cardinality of the related entity is at most 1. |
class |
JITCallRefTextCompGrpLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
JITCallRefTextCompGrp to other entities. |
class |
JITCallRefTextCompGrpOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
JITCallRefTextCompGrp to other entities, where the cardinality of the related entity is at most 1. |
class |
JITCallRefTextCompMatlLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
JITCallRefTextCompMatl to other entities. |
class |
JITCallRefTextCompMatlOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
JITCallRefTextCompMatl to other entities, where the cardinality of the related entity is at most 1. |
class |
JITCallRefTextHdrLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
JITCallRefTextHdr to
other entities. |
class |
JITCallRefTextHdrOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
JITCallRefTextHdr to
other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Class and Description |
---|---|
class |
KanbanContainerDeliveryAddrLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
KanbanContainerDeliveryAddr to other entities. |
class |
KanbanContainerDeliveryAddrOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
KanbanContainerDeliveryAddr to other entities, where the cardinality of the related entity is at most 1. |
class |
KanbanContainerLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
KanbanContainer to
other entities. |
class |
KanbanContainerOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
KanbanContainer to
other entities, where the cardinality of the related entity is at most 1. |
class |
KanbanControlCycleLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
KanbanControlCycle to other entities. |
class |
KanbanControlCycleOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
KanbanControlCycle to other entities, where the cardinality of the related entity is at most 1. |
class |
KanbanCtnDetailedQtyLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
KanbanCtnDetailedQty to other entities. |
class |
KanbanCtnDetailedQtyOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
KanbanCtnDetailedQty to other entities, where the cardinality of the related entity is at most 1. |
class |
KanbanDeliveryLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
KanbanDelivery to
other entities. |
class |
KanbanDeliveryOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
KanbanDelivery to
other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected KanbanContainerDeliveryAddrLink<ObjectT> |
KanbanContainerDeliveryAddrLink.translateLinkType(EntityLink<KanbanContainerDeliveryAddrLink<ObjectT>,KanbanContainerDeliveryAddr,ObjectT> link) |
protected KanbanContainerLink<ObjectT> |
KanbanContainerLink.translateLinkType(EntityLink<KanbanContainerLink<ObjectT>,KanbanContainer,ObjectT> link) |
protected KanbanControlCycleLink<ObjectT> |
KanbanControlCycleLink.translateLinkType(EntityLink<KanbanControlCycleLink<ObjectT>,KanbanControlCycle,ObjectT> link) |
protected KanbanCtnDetailedQtyLink<ObjectT> |
KanbanCtnDetailedQtyLink.translateLinkType(EntityLink<KanbanCtnDetailedQtyLink<ObjectT>,KanbanCtnDetailedQty,ObjectT> link) |
protected KanbanDeliveryLink<ObjectT> |
KanbanDeliveryLink.translateLinkType(EntityLink<KanbanDeliveryLink<ObjectT>,KanbanDelivery,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
LedgerTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
LedgerText to other entities. |
class |
LedgerTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
LedgerText to other entities, where the
cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected LedgerLink<ObjectT> |
LedgerLink.translateLinkType(EntityLink<LedgerLink<ObjectT>,Ledger,ObjectT> link) |
protected LedgerTextLink<ObjectT> |
LedgerTextLink.translateLinkType(EntityLink<LedgerTextLink<ObjectT>,LedgerText,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
LegalCategoryLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
LegalCategory to other
entities. |
class |
LegalCategoryOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
LegalCategory to other
entities, where the cardinality of the related entity is at most 1. |
class |
LegalCategoryTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
LegalCategoryText to
other entities. |
class |
LegalCategoryTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
LegalCategoryText to
other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected LegalCategoryLink<ObjectT> |
LegalCategoryLink.translateLinkType(EntityLink<LegalCategoryLink<ObjectT>,LegalCategory,ObjectT> link) |
protected LegalCategoryTextLink<ObjectT> |
LegalCategoryTextLink.translateLinkType(EntityLink<LegalCategoryTextLink<ObjectT>,LegalCategoryText,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
LegalDocumentLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
LegalDocument to other
entities. |
class |
LegalDocumentOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
LegalDocument to other
entities, where the cardinality of the related entity is at most 1. |
class |
LglDocStampLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
LglDocStamp to other entities. |
class |
LglDocStampOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
LglDocStamp to other entities,
where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected LegalDocumentLink<ObjectT> |
LegalDocumentLink.translateLinkType(EntityLink<LegalDocumentLink<ObjectT>,LegalDocument,ObjectT> link) |
protected LglDocStampLink<ObjectT> |
LglDocStampLink.translateLinkType(EntityLink<LglDocStampLink<ObjectT>,LglDocStamp,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
LglCntntMAccessLvlLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
LglCntntMAccessLvl to other entities. |
class |
LglCntntMAccessLvlOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
LglCntntMAccessLvl to other entities, where the cardinality of the related entity is at most 1. |
class |
LglCntntMAccessLvlTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
LglCntntMAccessLvlText to other entities. |
class |
LglCntntMAccessLvlTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
LglCntntMAccessLvlText to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected LglCntntMAccessLvlLink<ObjectT> |
LglCntntMAccessLvlLink.translateLinkType(EntityLink<LglCntntMAccessLvlLink<ObjectT>,LglCntntMAccessLvl,ObjectT> link) |
protected LglCntntMAccessLvlTextLink<ObjectT> |
LglCntntMAccessLvlTextLink.translateLinkType(EntityLink<LglCntntMAccessLvlTextLink<ObjectT>,LglCntntMAccessLvlText,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
LglCntntMDocContentTypeLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
LglCntntMDocContentType to other entities. |
class |
LglCntntMDocContentTypeOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
LglCntntMDocContentType to other entities, where the cardinality of the related entity is at most 1. |
class |
LglCntntMDocContentTypeTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
LglCntntMDocContentTypeText to other entities. |
class |
LglCntntMDocContentTypeTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
LglCntntMDocContentTypeText to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected LglCntntMDocContentTypeLink<ObjectT> |
LglCntntMDocContentTypeLink.translateLinkType(EntityLink<LglCntntMDocContentTypeLink<ObjectT>,LglCntntMDocContentType,ObjectT> link) |
protected LglCntntMDocContentTypeTextLink<ObjectT> |
LglCntntMDocContentTypeTextLink.translateLinkType(EntityLink<LglCntntMDocContentTypeTextLink<ObjectT>,LglCntntMDocContentTypeText,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
LegalDocumentStatusLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
LegalDocumentStatus to other entities. |
class |
LegalDocumentStatusOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
LegalDocumentStatus to other entities, where the cardinality of the related entity is at most 1. |
class |
LegalDocumentStatusTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
LegalDocumentStatusText to other entities. |
class |
LegalDocumentStatusTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
LegalDocumentStatusText to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected LegalDocumentStatusLink<ObjectT> |
LegalDocumentStatusLink.translateLinkType(EntityLink<LegalDocumentStatusLink<ObjectT>,LegalDocumentStatus,ObjectT> link) |
protected LegalDocumentStatusTextLink<ObjectT> |
LegalDocumentStatusTextLink.translateLinkType(EntityLink<LegalDocumentStatusTextLink<ObjectT>,LegalDocumentStatusText,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
LegalTransactionLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
LegalTransaction to
other entities. |
class |
LegalTransactionOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
LegalTransaction to
other entities, where the cardinality of the related entity is at most 1. |
class |
LglTransCategoryGroupLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
LglTransCategoryGroup to other entities. |
class |
LglTransCategoryGroupOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
LglTransCategoryGroup to other entities, where the cardinality of the related entity is at most 1. |
class |
LglTransCategoryLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
LglTransCategory to
other entities. |
class |
LglTransCategoryOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
LglTransCategory to
other entities, where the cardinality of the related entity is at most 1. |
class |
LglTransDateLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
LglTransDate to other
entities. |
class |
LglTransDateOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
LglTransDate to other
entities, where the cardinality of the related entity is at most 1. |
class |
LglTransEntityLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
LglTransEntity to other
entities. |
class |
LglTransEntityOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
LglTransEntity to other
entities, where the cardinality of the related entity is at most 1. |
class |
LglTransExternalContactLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
LglTransExternalContact to other entities. |
class |
LglTransExternalContactOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
LglTransExternalContact to other entities, where the cardinality of the related entity is at most 1. |
class |
LglTransInternalContactLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
LglTransInternalContact to other entities. |
class |
LglTransInternalContactOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
LglTransInternalContact to other entities, where the cardinality of the related entity is at most 1. |
class |
LglTransLinkedObjectsLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
LglTransLinkedObjects to other entities. |
class |
LglTransLinkedObjectsOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
LglTransLinkedObjects to other entities, where the cardinality of the related entity is at most 1. |
class |
LglTransParentCategoryLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
LglTransParentCategory to other entities. |
class |
LglTransParentCategoryOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
LglTransParentCategory to other entities, where the cardinality of the related entity is at most 1. |
class |
LglTransRelationshipLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
LglTransRelationship to other entities. |
class |
LglTransRelationshipOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
LglTransRelationship to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Class and Description |
---|---|
class |
TrsyPostgJrnlEntrItmLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
TrsyPostgJrnlEntrItm to other entities. |
class |
TrsyPostgJrnlEntrItmOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
TrsyPostgJrnlEntrItm to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected TrsyPostgJrnlEntrItmLink<ObjectT> |
TrsyPostgJrnlEntrItmLink.translateLinkType(EntityLink<TrsyPostgJrnlEntrItmLink<ObjectT>,TrsyPostgJrnlEntrItm,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
BaseUnitLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BaseUnit to other
entities. |
class |
BaseUnitOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BaseUnit to other
entities, where the cardinality of the related entity is at most 1. |
class |
BaseUnitTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BaseUnitText to
other entities. |
class |
BaseUnitTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BaseUnitText to
other entities, where the cardinality of the related entity is at most 1. |
class |
BillingDocumentTypeLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BillingDocumentType to other entities. |
class |
BillingDocumentTypeOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BillingDocumentType to other entities, where the cardinality of the related entity is at most 1. |
class |
BillingDocumentTypeTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BillingDocumentTypeText to other entities. |
class |
BillingDocumentTypeTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BillingDocumentTypeText to other entities, where the cardinality of the related entity is at most 1. |
class |
BillToPartyLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BillToParty to
other entities. |
class |
BillToPartyOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BillToParty to
other entities, where the cardinality of the related entity is at most 1. |
class |
BillToPartyTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BillToPartyText to other entities. |
class |
BillToPartyTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BillToPartyText to other entities, where the cardinality of the related entity is at most 1. |
class |
BreakdownBySubassignmentLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BreakdownBySubassignment to other entities. |
class |
BreakdownBySubassignmentOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BreakdownBySubassignment to other entities, where the cardinality of the related entity is at most 1. |
class |
BreakdownCategoryLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BreakdownCategory to other entities. |
class |
BreakdownCategoryOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BreakdownCategory to other entities, where the cardinality of the related entity is at most 1. |
class |
BreakdownCategoryTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BreakdownCategoryText to other entities. |
class |
BreakdownCategoryTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BreakdownCategoryText to other entities, where the cardinality of the related entity is at most 1. |
class |
BreakdownTypeLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BreakdownType
to other entities. |
class |
BreakdownTypeOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BreakdownType
to other entities, where the cardinality of the related entity is at most 1. |
class |
BreakdownTypeTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BreakdownTypeText to other entities. |
class |
BreakdownTypeTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BreakdownTypeText to other entities, where the cardinality of the related entity is at most 1. |
class |
BusinessAreaHierLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BusinessAreaHier to other entities. |
class |
BusinessAreaHierOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BusinessAreaHier to other entities, where the cardinality of the related entity is at most 1. |
class |
BusinessAreaHierTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BusinessAreaHierText to other entities. |
class |
BusinessAreaHierTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BusinessAreaHierText to other entities, where the cardinality of the related entity is at most 1. |
class |
CnsldtnInvesteeUnitHierLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CnsldtnInvesteeUnitHier to other entities. |
class |
CnsldtnInvesteeUnitHierOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CnsldtnInvesteeUnitHier to other entities, where the cardinality of the related entity is at most 1. |
class |
CnsldtnInvesteeUnitHierTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CnsldtnInvesteeUnitHierText to other entities. |
class |
CnsldtnInvesteeUnitHierTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CnsldtnInvesteeUnitHierText to other entities, where the cardinality of the related entity is at most 1. |
class |
CnsldtnInvesteeUnitLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CnsldtnInvesteeUnit to other entities. |
class |
CnsldtnInvesteeUnitOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CnsldtnInvesteeUnit to other entities, where the cardinality of the related entity is at most 1. |
class |
CnsldtnInvesteeUnitTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CnsldtnInvesteeUnitText to other entities. |
class |
CnsldtnInvesteeUnitTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CnsldtnInvesteeUnitText to other entities, where the cardinality of the related entity is at most 1. |
class |
CnsldtnOfInvestmentsActivityLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CnsldtnOfInvestmentsActivity to other entities. |
class |
CnsldtnOfInvestmentsActivityOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CnsldtnOfInvestmentsActivity to other entities, where the cardinality of the related entity is at most 1. |
class |
CnsldtnOfInvestmentsActyTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CnsldtnOfInvestmentsActyText to other entities. |
class |
CnsldtnOfInvestmentsActyTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CnsldtnOfInvestmentsActyText to other entities, where the cardinality of the related entity is at most 1. |
class |
CnsldtnUnitForEliminationLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CnsldtnUnitForElimination to other entities. |
class |
CnsldtnUnitForEliminationOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CnsldtnUnitForElimination to other entities, where the cardinality of the related entity is at most 1. |
class |
CnsldtnUnitForElimTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CnsldtnUnitForElimText to other entities. |
class |
CnsldtnUnitForElimTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CnsldtnUnitForElimText to other entities, where the cardinality of the related entity is at most 1. |
class |
CnsldtnUnitHierForElimLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CnsldtnUnitHierForElim to other entities. |
class |
CnsldtnUnitHierForElimOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CnsldtnUnitHierForElim to other entities, where the cardinality of the related entity is at most 1. |
class |
CnsldtnUnitHierForElimTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CnsldtnUnitHierForElimText to other entities. |
class |
CnsldtnUnitHierForElimTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CnsldtnUnitHierForElimText to other entities, where the cardinality of the related entity is at most 1. |
class |
ConsolidationAllMasterDataLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ConsolidationAllMasterData to other entities. |
class |
ConsolidationAllMasterDataOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ConsolidationAllMasterData to other entities, where the cardinality of the related entity is at most 1. |
class |
ConsolidationAllMDAttribTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ConsolidationAllMDAttribText to other entities. |
class |
ConsolidationAllMDAttribTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ConsolidationAllMDAttribText to other entities, where the cardinality of the related entity is at most 1. |
class |
ConsolidationAllMDAttributeLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ConsolidationAllMDAttribute to other entities. |
class |
ConsolidationAllMDAttributeOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ConsolidationAllMDAttribute to other entities, where the cardinality of the related entity is at most 1. |
class |
ConsolidationAllMDTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ConsolidationAllMDText to other entities. |
class |
ConsolidationAllMDTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ConsolidationAllMDText to other entities, where the cardinality of the related entity is at most 1. |
class |
ConsolidationChartOfAccountsLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ConsolidationChartOfAccounts to other entities. |
class |
ConsolidationChartOfAccountsOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ConsolidationChartOfAccounts to other entities, where the cardinality of the related entity is at most 1. |
class |
ConsolidationChtAcctsTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ConsolidationChtAcctsText to other entities. |
class |
ConsolidationChtAcctsTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ConsolidationChtAcctsText to other entities, where the cardinality of the related entity is at most 1. |
class |
ConsolidationDocTypeTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ConsolidationDocTypeText to other entities. |
class |
ConsolidationDocTypeTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ConsolidationDocTypeText to other entities, where the cardinality of the related entity is at most 1. |
class |
ConsolidationDocumentTypeLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ConsolidationDocumentType to other entities. |
class |
ConsolidationDocumentTypeOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ConsolidationDocumentType to other entities, where the cardinality of the related entity is at most 1. |
class |
ConsolidationGroupLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ConsolidationGroup to other entities. |
class |
ConsolidationGroupOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ConsolidationGroup to other entities, where the cardinality of the related entity is at most 1. |
class |
ConsolidationGroupTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ConsolidationGroupText to other entities. |
class |
ConsolidationGroupTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ConsolidationGroupText to other entities, where the cardinality of the related entity is at most 1. |
class |
ConsolidationLedgerLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ConsolidationLedger to other entities. |
class |
ConsolidationLedgerOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ConsolidationLedger to other entities, where the cardinality of the related entity is at most 1. |
class |
ConsolidationLedgerTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ConsolidationLedgerText to other entities. |
class |
ConsolidationLedgerTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ConsolidationLedgerText to other entities, where the cardinality of the related entity is at most 1. |
class |
ConsolidationUnitHierLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ConsolidationUnitHier to other entities. |
class |
ConsolidationUnitHierOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ConsolidationUnitHier to other entities, where the cardinality of the related entity is at most 1. |
class |
ConsolidationUnitHierTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ConsolidationUnitHierText to other entities. |
class |
ConsolidationUnitHierTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ConsolidationUnitHierText to other entities, where the cardinality of the related entity is at most 1. |
class |
ConsolidationUnitLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ConsolidationUnit to other entities. |
class |
ConsolidationUnitOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ConsolidationUnit to other entities, where the cardinality of the related entity is at most 1. |
class |
ConsolidationUnitTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ConsolidationUnitText to other entities. |
class |
ConsolidationUnitTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ConsolidationUnitText to other entities, where the cardinality of the related entity is at most 1. |
class |
ConsolidationVersionLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ConsolidationVersion to other entities. |
class |
ConsolidationVersionOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ConsolidationVersion to other entities, where the cardinality of the related entity is at most 1. |
class |
ConsolidationVersionTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ConsolidationVersionText to other entities. |
class |
ConsolidationVersionTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ConsolidationVersionText to other entities, where the cardinality of the related entity is at most 1. |
class |
ControllingAreaTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ControllingAreaText to other entities. |
class |
ControllingAreaTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ControllingAreaText to other entities, where the cardinality of the related entity is at most 1. |
class |
CostCenterHierLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CostCenterHier
to other entities. |
class |
CostCenterHierOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CostCenterHier
to other entities, where the cardinality of the related entity is at most 1. |
class |
CostCenterHierTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CostCenterHierText to other entities. |
class |
CostCenterHierTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CostCenterHierText to other entities, where the cardinality of the related entity is at most 1. |
class |
CustomerGroupHierLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CustomerGroupHier to other entities. |
class |
CustomerGroupHierOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CustomerGroupHier to other entities, where the cardinality of the related entity is at most 1. |
class |
CustomerGroupHierTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CustomerGroupHierText to other entities. |
class |
CustomerGroupHierTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CustomerGroupHierText to other entities, where the cardinality of the related entity is at most 1. |
class |
CustomerHierLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CustomerHier to
other entities. |
class |
CustomerHierOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CustomerHier to
other entities, where the cardinality of the related entity is at most 1. |
class |
CustomerHierTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CustomerHierText to other entities. |
class |
CustomerHierTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CustomerHierText to other entities, where the cardinality of the related entity is at most 1. |
class |
CustomerSuplrCntryHierTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CustomerSuplrCntryHierText to other entities. |
class |
CustomerSuplrCntryHierTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CustomerSuplrCntryHierText to other entities, where the cardinality of the related entity is at most 1. |
class |
CustomerSupplierCountryHierLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CustomerSupplierCountryHier to other entities. |
class |
CustomerSupplierCountryHierOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CustomerSupplierCountryHier to other entities, where the cardinality of the related entity is at most 1. |
class |
CustomerSupplierCountryLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CustomerSupplierCountry to other entities. |
class |
CustomerSupplierCountryOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CustomerSupplierCountry to other entities, where the cardinality of the related entity is at most 1. |
class |
CustomerSupplierCountryTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CustomerSupplierCountryText to other entities. |
class |
CustomerSupplierCountryTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CustomerSupplierCountryText to other entities, where the cardinality of the related entity is at most 1. |
class |
DocumentTypeHierLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
DocumentTypeHier to other entities. |
class |
DocumentTypeHierOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
DocumentTypeHier to other entities, where the cardinality of the related entity is at most 1. |
class |
DocumentTypeHierTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
DocumentTypeHierText to other entities. |
class |
DocumentTypeHierTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
DocumentTypeHierText to other entities, where the cardinality of the related entity is at most 1. |
class |
FeatureLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
Feature to other
entities. |
class |
FeatureOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
Feature to other
entities, where the cardinality of the related entity is at most 1. |
class |
FinancialStatementItem_2Link<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FinancialStatementItem_2 to other entities. |
class |
FinancialStatementItem_2OneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FinancialStatementItem_2 to other entities, where the cardinality of the related entity is at most 1. |
class |
FinancialStatementItemHier_2Link<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FinancialStatementItemHier_2 to other entities. |
class |
FinancialStatementItemHier_2OneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FinancialStatementItemHier_2 to other entities, where the cardinality of the related entity is at most 1. |
class |
FinancialStatementItemHierLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FinancialStatementItemHier to other entities. |
class |
FinancialStatementItemHierOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FinancialStatementItemHier to other entities, where the cardinality of the related entity is at most 1. |
class |
FinancialStatementItemLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FinancialStatementItem to other entities. |
class |
FinancialStatementItemOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FinancialStatementItem to other entities, where the cardinality of the related entity is at most 1. |
class |
FinancialStatementItemText_2Link<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FinancialStatementItemText_2 to other entities. |
class |
FinancialStatementItemText_2OneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FinancialStatementItemText_2 to other entities, where the cardinality of the related entity is at most 1. |
class |
FinancialStatementItemTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FinancialStatementItemText to other entities. |
class |
FinancialStatementItemTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FinancialStatementItemText to other entities, where the cardinality of the related entity is at most 1. |
class |
FinancialStmntItemHierText_2Link<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FinancialStmntItemHierText_2 to other entities. |
class |
FinancialStmntItemHierText_2OneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FinancialStmntItemHierText_2 to other entities, where the cardinality of the related entity is at most 1. |
class |
FinancialStmntItemHierTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FinancialStmntItemHierText to other entities. |
class |
FinancialStmntItemHierTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FinancialStmntItemHierText to other entities, where the cardinality of the related entity is at most 1. |
class |
FinancialTransactionTypeHierLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FinancialTransactionTypeHier to other entities. |
class |
FinancialTransactionTypeHierOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FinancialTransactionTypeHier to other entities, where the cardinality of the related entity is at most 1. |
class |
FinancialTransactionTypeLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FinancialTransactionType to other entities. |
class |
FinancialTransactionTypeOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FinancialTransactionType to other entities, where the cardinality of the related entity is at most 1. |
class |
FinancialTransactionTypeTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FinancialTransactionTypeText to other entities. |
class |
FinancialTransactionTypeTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FinancialTransactionTypeText to other entities, where the cardinality of the related entity is at most 1. |
class |
FinancialTransTypeHierTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FinancialTransTypeHierText to other entities. |
class |
FinancialTransTypeHierTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FinancialTransTypeHierText to other entities, where the cardinality of the related entity is at most 1. |
class |
FSItemAttribByTimeVersionLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FSItemAttribByTimeVersion to other entities. |
class |
FSItemAttribByTimeVersionOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FSItemAttribByTimeVersion to other entities, where the cardinality of the related entity is at most 1. |
class |
FSItemSelectionAttribLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FSItemSelectionAttrib to other entities. |
class |
FSItemSelectionAttribOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FSItemSelectionAttrib to other entities, where the cardinality of the related entity is at most 1. |
class |
FSItemSelectionAttribTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FSItemSelectionAttribText to other entities. |
class |
FSItemSelectionAttribTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FSItemSelectionAttribText to other entities, where the cardinality of the related entity is at most 1. |
class |
FSItemSelectionAttribValLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FSItemSelectionAttribVal to other entities. |
class |
FSItemSelectionAttribValOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FSItemSelectionAttribVal to other entities, where the cardinality of the related entity is at most 1. |
class |
FSItemSelectionAttribValTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FSItemSelectionAttribValText to other entities. |
class |
FSItemSelectionAttribValTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FSItemSelectionAttribValText to other entities, where the cardinality of the related entity is at most 1. |
class |
FSItemTargetAttribLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FSItemTargetAttrib to other entities. |
class |
FSItemTargetAttribOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FSItemTargetAttrib to other entities, where the cardinality of the related entity is at most 1. |
class |
FSItemTargetAttribTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FSItemTargetAttribText to other entities. |
class |
FSItemTargetAttribTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FSItemTargetAttribText to other entities, where the cardinality of the related entity is at most 1. |
class |
FSItemTargetAttribValLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FSItemTargetAttribVal to other entities. |
class |
FSItemTargetAttribValOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FSItemTargetAttribVal to other entities, where the cardinality of the related entity is at most 1. |
class |
FSItemTargetAttribValTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FSItemTargetAttribValText to other entities. |
class |
FSItemTargetAttribValTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FSItemTargetAttribValText to other entities, where the cardinality of the related entity is at most 1. |
class |
FSItemTypeLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FSItemType to
other entities. |
class |
FSItemTypeOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FSItemType to
other entities, where the cardinality of the related entity is at most 1. |
class |
FSItemTypeTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FSItemTypeText
to other entities. |
class |
FSItemTypeTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FSItemTypeText
to other entities, where the cardinality of the related entity is at most 1. |
class |
FunctionalAreaHierLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FunctionalAreaHier to other entities. |
class |
FunctionalAreaHierOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FunctionalAreaHier to other entities, where the cardinality of the related entity is at most 1. |
class |
FunctionalAreaHierTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FunctionalAreaHierText to other entities. |
class |
FunctionalAreaHierTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FunctionalAreaHierText to other entities, where the cardinality of the related entity is at most 1. |
class |
GLAccountHierLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
GLAccountHier
to other entities. |
class |
GLAccountHierOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
GLAccountHier
to other entities, where the cardinality of the related entity is at most 1. |
class |
GLAccountHierTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
GLAccountHierText to other entities. |
class |
GLAccountHierTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
GLAccountHierText to other entities, where the cardinality of the related entity is at most 1. |
class |
InvestmentActivityTypeLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
InvestmentActivityType to other entities. |
class |
InvestmentActivityTypeOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
InvestmentActivityType to other entities, where the cardinality of the related entity is at most 1. |
class |
InvestmentActivityTypeTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
InvestmentActivityTypeText to other entities. |
class |
InvestmentActivityTypeTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
InvestmentActivityTypeText to other entities, where the cardinality of the related entity is at most 1. |
class |
MaterialGroupHierLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
MaterialGroupHier to other entities. |
class |
MaterialGroupHierOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
MaterialGroupHier to other entities, where the cardinality of the related entity is at most 1. |
class |
MaterialGroupHierTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
MaterialGroupHierText to other entities. |
class |
MaterialGroupHierTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
MaterialGroupHierText to other entities, where the cardinality of the related entity is at most 1. |
class |
MaterialGroupTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
MaterialGroupText to other entities. |
class |
MaterialGroupTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
MaterialGroupText to other entities, where the cardinality of the related entity is at most 1. |
class |
MaterialHierLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
MaterialHier to
other entities. |
class |
MaterialHierOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
MaterialHier to
other entities, where the cardinality of the related entity is at most 1. |
class |
MaterialHierTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
MaterialHierText to other entities. |
class |
MaterialHierTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
MaterialHierText to other entities, where the cardinality of the related entity is at most 1. |
class |
MaterialTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
MaterialText to
other entities. |
class |
MaterialTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
MaterialText to
other entities, where the cardinality of the related entity is at most 1. |
class |
OrderIDTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
OrderIDText to
other entities. |
class |
OrderIDTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
OrderIDText to
other entities, where the cardinality of the related entity is at most 1. |
class |
OrganizationDivisionLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
OrganizationDivision to other entities. |
class |
OrganizationDivisionOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
OrganizationDivision to other entities, where the cardinality of the related entity is at most 1. |
class |
OrganizationDivisionTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
OrganizationDivisionText to other entities. |
class |
OrganizationDivisionTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
OrganizationDivisionText to other entities, where the cardinality of the related entity is at most 1. |
class |
PartnerBusinessAreaHierLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PartnerBusinessAreaHier to other entities. |
class |
PartnerBusinessAreaHierOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PartnerBusinessAreaHier to other entities, where the cardinality of the related entity is at most 1. |
class |
PartnerBusinessAreaHierTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PartnerBusinessAreaHierText to other entities. |
class |
PartnerBusinessAreaHierTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PartnerBusinessAreaHierText to other entities, where the cardinality of the related entity is at most 1. |
class |
PartnerBusinessAreaTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PartnerBusinessAreaText to other entities. |
class |
PartnerBusinessAreaTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PartnerBusinessAreaText to other entities, where the cardinality of the related entity is at most 1. |
class |
PartnerCnsldtnUnitHierLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PartnerCnsldtnUnitHier to other entities. |
class |
PartnerCnsldtnUnitHierOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PartnerCnsldtnUnitHier to other entities, where the cardinality of the related entity is at most 1. |
class |
PartnerCnsldtnUnitHierTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PartnerCnsldtnUnitHierText to other entities. |
class |
PartnerCnsldtnUnitHierTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PartnerCnsldtnUnitHierText to other entities, where the cardinality of the related entity is at most 1. |
class |
PartnerCnsldtnUnitLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PartnerCnsldtnUnit to other entities. |
class |
PartnerCnsldtnUnitOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PartnerCnsldtnUnit to other entities, where the cardinality of the related entity is at most 1. |
class |
PartnerCnsldtnUnitTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PartnerCnsldtnUnitText to other entities. |
class |
PartnerCnsldtnUnitTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PartnerCnsldtnUnitText to other entities, where the cardinality of the related entity is at most 1. |
class |
PartnerCompanyTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PartnerCompanyText to other entities. |
class |
PartnerCompanyTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PartnerCompanyText to other entities, where the cardinality of the related entity is at most 1. |
class |
PartnerCostCenterHierLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PartnerCostCenterHier to other entities. |
class |
PartnerCostCenterHierOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PartnerCostCenterHier to other entities, where the cardinality of the related entity is at most 1. |
class |
PartnerCostCenterHierTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PartnerCostCenterHierText to other entities. |
class |
PartnerCostCenterHierTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PartnerCostCenterHierText to other entities, where the cardinality of the related entity is at most 1. |
class |
PartnerCostCenterTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PartnerCostCenterText to other entities. |
class |
PartnerCostCenterTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PartnerCostCenterText to other entities, where the cardinality of the related entity is at most 1. |
class |
PartnerFunctionalAreaHierLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PartnerFunctionalAreaHier to other entities. |
class |
PartnerFunctionalAreaHierOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PartnerFunctionalAreaHier to other entities, where the cardinality of the related entity is at most 1. |
class |
PartnerFunctionalAreaHierTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PartnerFunctionalAreaHierText to other entities. |
class |
PartnerFunctionalAreaHierTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PartnerFunctionalAreaHierText to other entities, where the cardinality of the related entity is at most 1. |
class |
PartnerFunctionalAreaTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PartnerFunctionalAreaText to other entities. |
class |
PartnerFunctionalAreaTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PartnerFunctionalAreaText to other entities, where the cardinality of the related entity is at most 1. |
class |
PartnerProfitCenterHierLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PartnerProfitCenterHier to other entities. |
class |
PartnerProfitCenterHierOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PartnerProfitCenterHier to other entities, where the cardinality of the related entity is at most 1. |
class |
PartnerProfitCenterHierTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PartnerProfitCenterHierText to other entities. |
class |
PartnerProfitCenterHierTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PartnerProfitCenterHierText to other entities, where the cardinality of the related entity is at most 1. |
class |
PartnerProfitCenterTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PartnerProfitCenterText to other entities. |
class |
PartnerProfitCenterTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PartnerProfitCenterText to other entities, where the cardinality of the related entity is at most 1. |
class |
PartnerSegmentHierLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PartnerSegmentHier to other entities. |
class |
PartnerSegmentHierOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PartnerSegmentHier to other entities, where the cardinality of the related entity is at most 1. |
class |
PartnerSegmentHierTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PartnerSegmentHierText to other entities. |
class |
PartnerSegmentHierTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PartnerSegmentHierText to other entities, where the cardinality of the related entity is at most 1. |
class |
PartnerSegmentTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PartnerSegmentText to other entities. |
class |
PartnerSegmentTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PartnerSegmentText to other entities, where the cardinality of the related entity is at most 1. |
class |
PlantTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PlantText to other
entities. |
class |
PlantTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PlantText to other
entities, where the cardinality of the related entity is at most 1. |
class |
PostingLevelHierLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PostingLevelHier to other entities. |
class |
PostingLevelHierOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PostingLevelHier to other entities, where the cardinality of the related entity is at most 1. |
class |
PostingLevelHierTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PostingLevelHierText to other entities. |
class |
PostingLevelHierTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PostingLevelHierText to other entities, where the cardinality of the related entity is at most 1. |
class |
PostingLevelLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PostingLevel to
other entities. |
class |
PostingLevelOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PostingLevel to
other entities, where the cardinality of the related entity is at most 1. |
class |
PostingLevelTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PostingLevelText to other entities. |
class |
PostingLevelTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PostingLevelText to other entities, where the cardinality of the related entity is at most 1. |
class |
ProfitCenterForEliminationLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProfitCenterForElimination to other entities. |
class |
ProfitCenterForEliminationOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProfitCenterForElimination to other entities, where the cardinality of the related entity is at most 1. |
class |
ProfitCenterForElimTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProfitCenterForElimText to other entities. |
class |
ProfitCenterForElimTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProfitCenterForElimText to other entities, where the cardinality of the related entity is at most 1. |
class |
ProfitCenterHierForElimLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProfitCenterHierForElim to other entities. |
class |
ProfitCenterHierForElimOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProfitCenterHierForElim to other entities, where the cardinality of the related entity is at most 1. |
class |
ProfitCenterHierForElimTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProfitCenterHierForElimText to other entities. |
class |
ProfitCenterHierForElimTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProfitCenterHierForElimText to other entities, where the cardinality of the related entity is at most 1. |
class |
ProfitCenterHierLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProfitCenterHier to other entities. |
class |
ProfitCenterHierOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProfitCenterHier to other entities, where the cardinality of the related entity is at most 1. |
class |
ProfitCenterHierTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProfitCenterHierText to other entities. |
class |
ProfitCenterHierTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProfitCenterHierText to other entities, where the cardinality of the related entity is at most 1. |
class |
ProjectHierLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProjectHier to
other entities. |
class |
ProjectHierOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProjectHier to
other entities, where the cardinality of the related entity is at most 1. |
class |
ProjectHierTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProjectHierText to other entities. |
class |
ProjectHierTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProjectHierText to other entities, where the cardinality of the related entity is at most 1. |
class |
ProjectTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProjectText to
other entities. |
class |
ProjectTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProjectText to
other entities, where the cardinality of the related entity is at most 1. |
class |
ReportingItemHierLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ReportingItemHier to other entities. |
class |
ReportingItemHierOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ReportingItemHier to other entities, where the cardinality of the related entity is at most 1. |
class |
ReportingItemHierTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ReportingItemHierText to other entities. |
class |
ReportingItemHierTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ReportingItemHierText to other entities, where the cardinality of the related entity is at most 1. |
class |
ReportingItemLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ReportingItem
to other entities. |
class |
ReportingItemOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ReportingItem
to other entities, where the cardinality of the related entity is at most 1. |
class |
ReportingItemTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ReportingItemText to other entities. |
class |
ReportingItemTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ReportingItemText to other entities, where the cardinality of the related entity is at most 1. |
class |
SalesOrganizationHierLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesOrganizationHier to other entities. |
class |
SalesOrganizationHierOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesOrganizationHier to other entities, where the cardinality of the related entity is at most 1. |
class |
SalesOrganizationHierTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesOrganizationHierText to other entities. |
class |
SalesOrganizationHierTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesOrganizationHierText to other entities, where the cardinality of the related entity is at most 1. |
class |
SegmentForEliminationLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SegmentForElimination to other entities. |
class |
SegmentForEliminationOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SegmentForElimination to other entities, where the cardinality of the related entity is at most 1. |
class |
SegmentForElimTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SegmentForElimText to other entities. |
class |
SegmentForElimTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SegmentForElimText to other entities, where the cardinality of the related entity is at most 1. |
class |
SegmentForHierElimTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SegmentForHierElimText to other entities. |
class |
SegmentForHierElimTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SegmentForHierElimText to other entities, where the cardinality of the related entity is at most 1. |
class |
SegmentHierForElimLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SegmentHierForElim to other entities. |
class |
SegmentHierForElimOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SegmentHierForElim to other entities, where the cardinality of the related entity is at most 1. |
class |
SegmentHierLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SegmentHier to
other entities. |
class |
SegmentHierOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SegmentHier to
other entities, where the cardinality of the related entity is at most 1. |
class |
SegmentHierTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SegmentHierText to other entities. |
class |
SegmentHierTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SegmentHierText to other entities, where the cardinality of the related entity is at most 1. |
class |
ShipToPartyLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ShipToParty to
other entities. |
class |
ShipToPartyOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ShipToParty to
other entities, where the cardinality of the related entity is at most 1. |
class |
ShipToPartyTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ShipToPartyText to other entities. |
class |
ShipToPartyTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ShipToPartyText to other entities, where the cardinality of the related entity is at most 1. |
class |
SoldProductGroupLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SoldProductGroup to other entities. |
class |
SoldProductGroupOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SoldProductGroup to other entities, where the cardinality of the related entity is at most 1. |
class |
SoldProductGroupTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SoldProductGroupText to other entities. |
class |
SoldProductGroupTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SoldProductGroupText to other entities, where the cardinality of the related entity is at most 1. |
class |
SoldProductHierLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SoldProductHier to other entities. |
class |
SoldProductHierOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SoldProductHier to other entities, where the cardinality of the related entity is at most 1. |
class |
SoldProductHierTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SoldProductHierText to other entities. |
class |
SoldProductHierTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SoldProductHierText to other entities, where the cardinality of the related entity is at most 1. |
class |
SoldProductLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SoldProduct to
other entities. |
class |
SoldProductOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SoldProduct to
other entities, where the cardinality of the related entity is at most 1. |
class |
SoldProductTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SoldProductText to other entities. |
class |
SoldProductTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SoldProductText to other entities, where the cardinality of the related entity is at most 1. |
class |
SubassignmentLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
Subassignment
to other entities. |
class |
SubassignmentOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
Subassignment
to other entities, where the cardinality of the related entity is at most 1. |
class |
SubassignmentTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SubassignmentText to other entities. |
class |
SubassignmentTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SubassignmentText to other entities, where the cardinality of the related entity is at most 1. |
class |
SubItemCategoryLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SubItemCategory to other entities. |
class |
SubItemCategoryOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SubItemCategory to other entities, where the cardinality of the related entity is at most 1. |
class |
SubItemCategoryTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SubItemCategoryText to other entities. |
class |
SubItemCategoryTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SubItemCategoryText to other entities, where the cardinality of the related entity is at most 1. |
class |
SubitemHierLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SubitemHier to
other entities. |
class |
SubitemHierOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SubitemHier to
other entities, where the cardinality of the related entity is at most 1. |
class |
SubitemHierTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SubitemHierText to other entities. |
class |
SubitemHierTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SubitemHierText to other entities, where the cardinality of the related entity is at most 1. |
class |
SubItemLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SubItem to other
entities. |
class |
SubItemOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SubItem to other
entities, where the cardinality of the related entity is at most 1. |
class |
SubItemTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SubItemText to
other entities. |
class |
SubItemTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SubItemText to
other entities, where the cardinality of the related entity is at most 1. |
class |
SupplierHierLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SupplierHier to
other entities. |
class |
SupplierHierOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SupplierHier to
other entities, where the cardinality of the related entity is at most 1. |
class |
SupplierHierTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SupplierHierText to other entities. |
class |
SupplierHierTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SupplierHierText to other entities, where the cardinality of the related entity is at most 1. |
class |
TransactionCurrencyTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
TransactionCurrencyText to other entities. |
class |
TransactionCurrencyTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
TransactionCurrencyText to other entities, where the cardinality of the related entity is at most 1. |
class |
WBSElementInternalIDLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
WBSElementInternalID to other entities. |
class |
WBSElementInternalIDOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
WBSElementInternalID to other entities, where the cardinality of the related entity is at most 1. |
class |
WBSElementTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
WBSElementText
to other entities. |
class |
WBSElementTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
WBSElementText
to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Class and Description |
---|---|
class |
InspectionSpecificationLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
InspectionSpecification to other entities. |
class |
InspectionSpecificationOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
InspectionSpecification to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected InspectionSpecificationLink<ObjectT> |
InspectionSpecificationLink.translateLinkType(EntityLink<InspectionSpecificationLink<ObjectT>,InspectionSpecification,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
MasterRecipeHeaderLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
MasterRecipeHeader to
other entities. |
class |
MasterRecipeHeaderOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
MasterRecipeHeader to
other entities, where the cardinality of the related entity is at most 1. |
class |
MasterRecipeMatlAssgmtLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
MasterRecipeMatlAssgmt to other entities. |
class |
MasterRecipeMatlAssgmtOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
MasterRecipeMatlAssgmt to other entities, where the cardinality of the related entity is at most 1. |
class |
MasterRecipeOpCompAllocLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
MasterRecipeOpCompAlloc to other entities. |
class |
MasterRecipeOpCompAllocOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
MasterRecipeOpCompAlloc to other entities, where the cardinality of the related entity is at most 1. |
class |
MasterRecipeOperationLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
MasterRecipeOperation
to other entities. |
class |
MasterRecipeOperationOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
MasterRecipeOperation
to other entities, where the cardinality of the related entity is at most 1. |
class |
MasterRecipeOpSecdryRsceLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
MasterRecipeOpSecdryRsce to other entities. |
class |
MasterRecipeOpSecdryRsceOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
MasterRecipeOpSecdryRsce to other entities, where the cardinality of the related entity is at most 1. |
class |
MasterRecipePhaseLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
MasterRecipePhase to other
entities. |
class |
MasterRecipePhaseOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
MasterRecipePhase to other
entities, where the cardinality of the related entity is at most 1. |
class |
MasterRecipePhseCompAllocLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
MasterRecipePhseCompAlloc to other entities. |
class |
MasterRecipePhseCompAllocOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
MasterRecipePhseCompAlloc to other entities, where the cardinality of the related entity is at most 1. |
class |
MasterRecipePhseRelshpLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
MasterRecipePhseRelshp to other entities. |
class |
MasterRecipePhseRelshpOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
MasterRecipePhseRelshp to other entities, where the cardinality of the related entity is at most 1. |
class |
MasterRecipePhseSecdryRsceLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
MasterRecipePhseSecdryRsce to other entities. |
class |
MasterRecipePhseSecdryRsceOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
MasterRecipePhseSecdryRsce to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Class and Description |
---|---|
class |
MaterialDocumentHeaderLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
MaterialDocumentHeader to other entities. |
class |
MaterialDocumentHeaderOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
MaterialDocumentHeader to other entities, where the cardinality of the related entity is at most 1. |
class |
MaterialDocumentItemLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
MaterialDocumentItem to other entities. |
class |
MaterialDocumentItemOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
MaterialDocumentItem to other entities, where the cardinality of the related entity is at most 1. |
class |
SerialNumberMaterialDocumentLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SerialNumberMaterialDocument to other entities. |
class |
SerialNumberMaterialDocumentOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SerialNumberMaterialDocument to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected MaterialDocumentHeaderLink<ObjectT> |
MaterialDocumentHeaderLink.translateLinkType(EntityLink<MaterialDocumentHeaderLink<ObjectT>,MaterialDocumentHeader,ObjectT> link) |
protected MaterialDocumentItemLink<ObjectT> |
MaterialDocumentItemLink.translateLinkType(EntityLink<MaterialDocumentItemLink<ObjectT>,MaterialDocumentItem,ObjectT> link) |
protected SerialNumberMaterialDocumentLink<ObjectT> |
SerialNumberMaterialDocumentLink.translateLinkType(EntityLink<SerialNumberMaterialDocumentLink<ObjectT>,SerialNumberMaterialDocument,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
MaterialCoverageLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
MaterialCoverage to
other entities. |
class |
MaterialCoverageOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
MaterialCoverage to
other entities, where the cardinality of the related entity is at most 1. |
class |
MRPMaterialLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
MRPMaterial to other
entities. |
class |
MRPMaterialOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
MRPMaterial to other
entities, where the cardinality of the related entity is at most 1. |
class |
SupplyDemandItemLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SupplyDemandItem to
other entities. |
class |
SupplyDemandItemOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SupplyDemandItem to
other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected MaterialCoverageLink<ObjectT> |
MaterialCoverageLink.translateLinkType(EntityLink<MaterialCoverageLink<ObjectT>,MaterialCoverage,ObjectT> link) |
protected MRPMaterialLink<ObjectT> |
MRPMaterialLink.translateLinkType(EntityLink<MRPMaterialLink<ObjectT>,MRPMaterial,ObjectT> link) |
protected SupplyDemandItemLink<ObjectT> |
SupplyDemandItemLink.translateLinkType(EntityLink<SupplyDemandItemLink<ObjectT>,SupplyDemandItem,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
MaterialValuationLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
MaterialValuation to
other entities. |
class |
MaterialValuationOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
MaterialValuation to
other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected MaterialValuationLink<ObjectT> |
MaterialValuationLink.translateLinkType(EntityLink<MaterialValuationLink<ObjectT>,MaterialValuation,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
MaterialStockLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
MaterialStock to other
entities. |
class |
MaterialStockOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
MaterialStock to other
entities, where the cardinality of the related entity is at most 1. |
class |
MatlStkInAcctModLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
MatlStkInAcctMod to
other entities. |
class |
MatlStkInAcctModOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
MatlStkInAcctMod to
other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected MaterialStockLink<ObjectT> |
MaterialStockLink.translateLinkType(EntityLink<MaterialStockLink<ObjectT>,MaterialStock,ObjectT> link) |
protected MatlStkInAcctModLink<ObjectT> |
MatlStkInAcctModLink.translateLinkType(EntityLink<MatlStkInAcctModLink<ObjectT>,MatlStkInAcctMod,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
BOMItemCategoryLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BOMItemCategory to
other entities. |
class |
BOMItemCategoryOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BOMItemCategory to
other entities, where the cardinality of the related entity is at most 1. |
class |
BOMItemCategoryTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BOMItemCategoryText to other entities. |
class |
BOMItemCategoryTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BOMItemCategoryText to other entities, where the cardinality of the related entity is at most 1. |
class |
SalesOrderBOMItemLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesOrderBOMItem
to other entities. |
class |
SalesOrderBOMItemOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesOrderBOMItem
to other entities, where the cardinality of the related entity is at most 1. |
class |
SalesOrderBOMLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesOrderBOM to other
entities. |
class |
SalesOrderBOMOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesOrderBOM to other
entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected BOMItemCategoryLink<ObjectT> |
BOMItemCategoryLink.translateLinkType(EntityLink<BOMItemCategoryLink<ObjectT>,BOMItemCategory,ObjectT> link) |
protected BOMItemCategoryTextLink<ObjectT> |
BOMItemCategoryTextLink.translateLinkType(EntityLink<BOMItemCategoryTextLink<ObjectT>,BOMItemCategoryText,ObjectT> link) |
protected SalesOrderBOMItemLink<ObjectT> |
SalesOrderBOMItemLink.translateLinkType(EntityLink<SalesOrderBOMItemLink<ObjectT>,SalesOrderBOMItem,ObjectT> link) |
protected SalesOrderBOMLink<ObjectT> |
SalesOrderBOMLink.translateLinkType(EntityLink<SalesOrderBOMLink<ObjectT>,SalesOrderBOM,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
MaintenanceItemObjectLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
MaintenanceItemObject to other entities. |
class |
MaintenanceItemObjectOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
MaintenanceItemObject to other entities, where the cardinality of the related entity is at most 1. |
class |
OutbDeliveryAddressLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
OutbDeliveryAddress
to other entities. |
class |
OutbDeliveryAddressOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
OutbDeliveryAddress
to other entities, where the cardinality of the related entity is at most 1. |
class |
OutbDeliveryDocFlowLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
OutbDeliveryDocFlow
to other entities. |
class |
OutbDeliveryDocFlowOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
OutbDeliveryDocFlow
to other entities, where the cardinality of the related entity is at most 1. |
class |
OutbDeliveryHeaderLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
OutbDeliveryHeader to
other entities. |
class |
OutbDeliveryHeaderOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
OutbDeliveryHeader to
other entities, where the cardinality of the related entity is at most 1. |
class |
OutbDeliveryItemLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
OutbDeliveryItem to
other entities. |
class |
OutbDeliveryItemOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
OutbDeliveryItem to
other entities, where the cardinality of the related entity is at most 1. |
class |
OutbDeliveryPartnerLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
OutbDeliveryPartner
to other entities. |
class |
OutbDeliveryPartnerOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
OutbDeliveryPartner
to other entities, where the cardinality of the related entity is at most 1. |
class |
SerialNmbrDeliveryLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SerialNmbrDelivery to
other entities. |
class |
SerialNmbrDeliveryOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SerialNmbrDelivery to
other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Class and Description |
---|---|
class |
OutbDeliveryAddress2Link<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
OutbDeliveryAddress2 to other entities. |
class |
OutbDeliveryAddress2OneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
OutbDeliveryAddress2 to other entities, where the cardinality of the related entity is at most 1. |
class |
OutbDeliveryHeaderTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
OutbDeliveryHeaderText to other entities. |
class |
OutbDeliveryHeaderTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
OutbDeliveryHeaderText to other entities, where the cardinality of the related entity is at most 1. |
class |
OutbDeliveryItemTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
OutbDeliveryItemText to other entities. |
class |
OutbDeliveryItemTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
OutbDeliveryItemText to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Class and Description |
---|---|
class |
PackingInstructionComponentLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PackingInstructionComponent to other entities. |
class |
PackingInstructionComponentOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PackingInstructionComponent to other entities, where the cardinality of the related entity is at most 1. |
class |
PackingInstructionHeaderLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PackingInstructionHeader to other entities. |
class |
PackingInstructionHeaderOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PackingInstructionHeader to other entities, where the cardinality of the related entity is at most 1. |
class |
PackingInstructionTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PackingInstructionText to other entities. |
class |
PackingInstructionTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PackingInstructionText to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected PackingInstructionComponentLink<ObjectT> |
PackingInstructionComponentLink.translateLinkType(EntityLink<PackingInstructionComponentLink<ObjectT>,PackingInstructionComponent,ObjectT> link) |
protected PackingInstructionHeaderLink<ObjectT> |
PackingInstructionHeaderLink.translateLinkType(EntityLink<PackingInstructionHeaderLink<ObjectT>,PackingInstructionHeader,ObjectT> link) |
protected PackingInstructionTextLink<ObjectT> |
PackingInstructionTextLink.translateLinkType(EntityLink<PackingInstructionTextLink<ObjectT>,PackingInstructionText,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
PaymentAdviceItemLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PaymentAdviceItem to
other entities. |
class |
PaymentAdviceItemOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PaymentAdviceItem to
other entities, where the cardinality of the related entity is at most 1. |
class |
PaymentAdviceLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PaymentAdvice to other
entities. |
class |
PaymentAdviceOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PaymentAdvice to other
entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected PaymentAdviceItemLink<ObjectT> |
PaymentAdviceItemLink.translateLinkType(EntityLink<PaymentAdviceItemLink<ObjectT>,PaymentAdviceItem,ObjectT> link) |
protected PaymentAdviceLink<ObjectT> |
PaymentAdviceLink.translateLinkType(EntityLink<PaymentAdviceLink<ObjectT>,PaymentAdvice,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
PaymentReleaseListHeaderLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PaymentReleaseListHeader to other entities. |
class |
PaymentReleaseListHeaderOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PaymentReleaseListHeader to other entities, where the cardinality of the related entity is at most 1. |
class |
PaymentReleaseListItemLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PaymentReleaseListItem
to other entities. |
class |
PaymentReleaseListItemOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PaymentReleaseListItem
to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected PaymentReleaseListHeaderLink<ObjectT> |
PaymentReleaseListHeaderLink.translateLinkType(EntityLink<PaymentReleaseListHeaderLink<ObjectT>,PaymentReleaseListHeader,ObjectT> link) |
protected PaymentReleaseListItemLink<ObjectT> |
PaymentReleaseListItemLink.translateLinkType(EntityLink<PaymentReleaseListItemLink<ObjectT>,PaymentReleaseListItem,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
PaymentMethodValidationLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PaymentMethodValidation to other entities. |
class |
PaymentMethodValidationOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PaymentMethodValidation to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected PaymentMethodValidationLink<ObjectT> |
PaymentMethodValidationLink.translateLinkType(EntityLink<PaymentMethodValidationLink<ObjectT>,PaymentMethodValidation,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
PersCompnElmntCostAssgmtLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PersCompnElmntCostAssgmt to other entities. |
class |
PersCompnElmntCostAssgmtOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PersCompnElmntCostAssgmt to other entities, where the cardinality of the related entity is at most 1. |
class |
PersonnelCompensationElementLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PersonnelCompensationElement to other entities. |
class |
PersonnelCompensationElementOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PersonnelCompensationElement to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected PersCompnElmntCostAssgmtLink<ObjectT> |
PersCompnElmntCostAssgmtLink.translateLinkType(EntityLink<PersCompnElmntCostAssgmtLink<ObjectT>,PersCompnElmntCostAssgmt,ObjectT> link) |
protected PersonnelCompensationElementLink<ObjectT> |
PersonnelCompensationElementLink.translateLinkType(EntityLink<PersonnelCompensationElementLink<ObjectT>,PersonnelCompensationElement,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
PhaseRelationshipTypeLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PhaseRelationshipType to other entities. |
class |
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. |
class |
PhaseRelationshipTypeTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PhaseRelationshipTypeText to other entities. |
class |
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. |
Modifier and Type | Method and Description |
---|---|
protected PhaseRelationshipTypeLink<ObjectT> |
PhaseRelationshipTypeLink.translateLinkType(EntityLink<PhaseRelationshipTypeLink<ObjectT>,PhaseRelationshipType,ObjectT> link) |
protected PhaseRelationshipTypeTextLink<ObjectT> |
PhaseRelationshipTypeTextLink.translateLinkType(EntityLink<PhaseRelationshipTypeTextLink<ObjectT>,PhaseRelationshipTypeText,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
PhysInventoryDocHeaderLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PhysInventoryDocHeader to other entities. |
class |
PhysInventoryDocHeaderOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PhysInventoryDocHeader to other entities, where the cardinality of the related entity is at most 1. |
class |
PhysInventoryDocItemLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PhysInventoryDocItem to other entities. |
class |
PhysInventoryDocItemOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PhysInventoryDocItem to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected PhysInventoryDocHeaderLink<ObjectT> |
PhysInventoryDocHeaderLink.translateLinkType(EntityLink<PhysInventoryDocHeaderLink<ObjectT>,PhysInventoryDocHeader,ObjectT> link) |
protected PhysInventoryDocItemLink<ObjectT> |
PhysInventoryDocItemLink.translateLinkType(EntityLink<PhysInventoryDocItemLink<ObjectT>,PhysInventoryDocItem,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
MaintainYearsPeriodLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
MaintainYearsPeriod to other entities. |
class |
MaintainYearsPeriodOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
MaintainYearsPeriod to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected MaintainYearsPeriodLink<ObjectT> |
MaintainYearsPeriodLink.translateLinkType(EntityLink<MaintainYearsPeriodLink<ObjectT>,MaintainYearsPeriod,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
PlannedOrderCapacityLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PlannedOrderCapacity to
other entities. |
class |
PlannedOrderCapacityOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PlannedOrderCapacity to
other entities, where the cardinality of the related entity is at most 1. |
class |
PlannedOrderComponentLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PlannedOrderComponent
to other entities. |
class |
PlannedOrderComponentOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PlannedOrderComponent
to other entities, where the cardinality of the related entity is at most 1. |
class |
PlannedOrderLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PlannedOrder to other entities. |
class |
PlannedOrderOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PlannedOrder to other entities,
where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected PlannedOrderCapacityLink<ObjectT> |
PlannedOrderCapacityLink.translateLinkType(EntityLink<PlannedOrderCapacityLink<ObjectT>,PlannedOrderCapacity,ObjectT> link) |
protected PlannedOrderComponentLink<ObjectT> |
PlannedOrderComponentLink.translateLinkType(EntityLink<PlannedOrderComponentLink<ObjectT>,PlannedOrderComponent,ObjectT> link) |
protected PlannedOrderLink<ObjectT> |
PlannedOrderLink.translateLinkType(EntityLink<PlannedOrderLink<ObjectT>,PlannedOrder,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
PlanningCategoryLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PlanningCategory to
other entities. |
class |
PlanningCategoryOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PlanningCategory to
other entities, where the cardinality of the related entity is at most 1. |
class |
PlanningCategoryTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PlanningCategoryText to other entities. |
class |
PlanningCategoryTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PlanningCategoryText to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected PlanningCategoryLink<ObjectT> |
PlanningCategoryLink.translateLinkType(EntityLink<PlanningCategoryLink<ObjectT>,PlanningCategory,ObjectT> link) |
protected PlanningCategoryTextLink<ObjectT> |
PlanningCategoryTextLink.translateLinkType(EntityLink<PlanningCategoryTextLink<ObjectT>,PlanningCategoryText,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
PurgPrcgProcedItemTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PurgPrcgProcedItemText to other entities. |
class |
PurgPrcgProcedItemTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PurgPrcgProcedItemText to other entities, where the cardinality of the related entity is at most 1. |
class |
PurgPricingProcedureItemLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PurgPricingProcedureItem to other entities. |
class |
PurgPricingProcedureItemOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PurgPricingProcedureItem to other entities, where the cardinality of the related entity is at most 1. |
class |
PurgPricingProcedureLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PurgPricingProcedure to other entities. |
class |
PurgPricingProcedureOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PurgPricingProcedure to other entities, where the cardinality of the related entity is at most 1. |
class |
PurgPricingProcedureTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PurgPricingProcedureText to other entities. |
class |
PurgPricingProcedureTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PurgPricingProcedureText to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Class and Description |
---|---|
class |
SlsPrcgCndnTypeTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SlsPrcgCndnTypeText to other entities. |
class |
SlsPrcgCndnTypeTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SlsPrcgCndnTypeText to other entities, where the cardinality of the related entity is at most 1. |
class |
SlsPrcgProcedItemTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SlsPrcgProcedItemText to other entities. |
class |
SlsPrcgProcedItemTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SlsPrcgProcedItemText to other entities, where the cardinality of the related entity is at most 1. |
class |
SlsPricingConditionTypeLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SlsPricingConditionType to other entities. |
class |
SlsPricingConditionTypeOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SlsPricingConditionType to other entities, where the cardinality of the related entity is at most 1. |
class |
SlsPricingProcedureItemLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SlsPricingProcedureItem to other entities. |
class |
SlsPricingProcedureItemOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SlsPricingProcedureItem to other entities, where the cardinality of the related entity is at most 1. |
class |
SlsPricingProcedureLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SlsPricingProcedure to other entities. |
class |
SlsPricingProcedureOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SlsPricingProcedure to other entities, where the cardinality of the related entity is at most 1. |
class |
SlsPricingProcedureTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SlsPricingProcedureText to other entities. |
class |
SlsPricingProcedureTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SlsPricingProcedureText to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Class and Description |
---|---|
class |
FuncImpReturnLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FuncImpReturn to other
entities. |
class |
FuncImpReturnOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FuncImpReturn to other
entities, where the cardinality of the related entity is at most 1. |
class |
IcmCacheResultLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
IcmCacheResult to other
entities. |
class |
IcmCacheResultOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
IcmCacheResult to other
entities, where the cardinality of the related entity is at most 1. |
class |
PrintDocumentBlobLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PrintDocumentBlob to
other entities. |
class |
PrintDocumentBlobOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PrintDocumentBlob to
other entities, where the cardinality of the related entity is at most 1. |
class |
PrintOptionsLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PrintOptions to other
entities. |
class |
PrintOptionsOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PrintOptions to other
entities, where the cardinality of the related entity is at most 1. |
class |
PrintQueueInfoLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PrintQueueInfo to other
entities. |
class |
PrintQueueInfoOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PrintQueueInfo to other
entities, where the cardinality of the related entity is at most 1. |
class |
RetrieveNextItemResultLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
RetrieveNextItemResult to other entities. |
class |
RetrieveNextItemResultOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
RetrieveNextItemResult to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Class and Description |
---|---|
class |
FunctionMessageLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FunctionMessage to other
entities. |
class |
FunctionMessageOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FunctionMessage to other
entities, where the cardinality of the related entity is at most 1. |
class |
ProcessOrderComponentLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProcessOrderComponent
to other entities. |
class |
ProcessOrderComponentOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProcessOrderComponent
to other entities, where the cardinality of the related entity is at most 1. |
class |
ProcessOrderItemLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProcessOrderItem to other
entities. |
class |
ProcessOrderItemOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProcessOrderItem to other
entities, where the cardinality of the related entity is at most 1. |
class |
ProcessOrderLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProcessOrder to other entities. |
class |
ProcessOrderOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProcessOrder to other entities,
where the cardinality of the related entity is at most 1. |
class |
ProcessOrderOperationLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProcessOrderOperation
to other entities. |
class |
ProcessOrderOperationOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProcessOrderOperation
to other entities, where the cardinality of the related entity is at most 1. |
class |
ProcessOrderStatusLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProcessOrderStatus to
other entities. |
class |
ProcessOrderStatusOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProcessOrderStatus to
other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Class and Description |
---|---|
class |
ProcOrdConf2Link<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProcOrdConf2 to
other entities. |
class |
ProcOrdConf2OneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProcOrdConf2 to
other entities, where the cardinality of the related entity is at most 1. |
class |
ProcOrdConfMatlDocItmLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProcOrdConfMatlDocItm to other entities. |
class |
ProcOrdConfMatlDocItmOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProcOrdConfMatlDocItm to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected ProcOrdConf2Link<ObjectT> |
ProcOrdConf2Link.translateLinkType(EntityLink<ProcOrdConf2Link<ObjectT>,ProcOrdConf2,ObjectT> link) |
protected ProcOrdConfMatlDocItmLink<ObjectT> |
ProcOrdConfMatlDocItmLink.translateLinkType(EntityLink<ProcOrdConfMatlDocItmLink<ObjectT>,ProcOrdConfMatlDocItm,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
ProcessOrder_2Link<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProcessOrder_2 to other
entities. |
class |
ProcessOrder_2OneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProcessOrder_2 to other
entities, where the cardinality of the related entity is at most 1. |
class |
ProcessOrderComponent_2Link<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProcessOrderComponent_2 to other entities. |
class |
ProcessOrderComponent_2OneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProcessOrderComponent_2 to other entities, where the cardinality of the related entity is at most 1. |
class |
ProcessOrderItem_2Link<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProcessOrderItem_2 to
other entities. |
class |
ProcessOrderItem_2OneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProcessOrderItem_2 to
other entities, where the cardinality of the related entity is at most 1. |
class |
ProcessOrderOperation_2Link<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProcessOrderOperation_2 to other entities. |
class |
ProcessOrderOperation_2OneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProcessOrderOperation_2 to other entities, where the cardinality of the related entity is at most 1. |
class |
ProcessOrderProdnRsceTools_2Link<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProcessOrderProdnRsceTools_2 to other entities. |
class |
ProcessOrderProdnRsceTools_2OneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProcessOrderProdnRsceTools_2 to other entities, where the cardinality of the related entity is at most 1. |
class |
ProcessOrderStatus_2Link<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProcessOrderStatus_2
to other entities. |
class |
ProcessOrderStatus_2OneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProcessOrderStatus_2
to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Class and Description |
---|---|
class |
ProdAllocationObjectLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProdAllocationObject to other entities. |
class |
ProdAllocationObjectOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProdAllocationObject to other entities, where the cardinality of the related entity is at most 1. |
class |
ProdAllocationObjectTLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProdAllocationObjectT to other entities. |
class |
ProdAllocationObjectTOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProdAllocationObjectT to other entities, where the cardinality of the related entity is at most 1. |
class |
ProdAllocCharcMetaDataLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProdAllocCharcMetaData to other entities. |
class |
ProdAllocCharcMetaDataOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProdAllocCharcMetaData to other entities, where the cardinality of the related entity is at most 1. |
class |
ProdAllocCharcValCombnLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProdAllocCharcValCombn to other entities. |
class |
ProdAllocCharcValCombnOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProdAllocCharcValCombn to other entities, where the cardinality of the related entity is at most 1. |
class |
ProdAllocObjTimeSeriesLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProdAllocObjTimeSeries to other entities. |
class |
ProdAllocObjTimeSeriesOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProdAllocObjTimeSeries to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Class and Description |
---|---|
class |
ProdAllocationSequenceLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProdAllocationSequence to other entities. |
class |
ProdAllocationSequenceOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProdAllocationSequence to other entities, where the cardinality of the related entity is at most 1. |
class |
ProdAllocSequenceTLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProdAllocSequenceT to other entities. |
class |
ProdAllocSequenceTOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProdAllocSequenceT to other entities, where the cardinality of the related entity is at most 1. |
class |
ProdAllocSqncAssgmtLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProdAllocSqncAssgmt to other entities. |
class |
ProdAllocSqncAssgmtOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProdAllocSqncAssgmt to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected ProdAllocationSequenceLink<ObjectT> |
ProdAllocationSequenceLink.translateLinkType(EntityLink<ProdAllocationSequenceLink<ObjectT>,ProdAllocationSequence,ObjectT> link) |
protected ProdAllocSequenceTLink<ObjectT> |
ProdAllocSequenceTLink.translateLinkType(EntityLink<ProdAllocSequenceTLink<ObjectT>,ProdAllocSequenceT,ObjectT> link) |
protected ProdAllocSqncAssgmtLink<ObjectT> |
ProdAllocSqncAssgmtLink.translateLinkType(EntityLink<ProdAllocSqncAssgmtLink<ObjectT>,ProdAllocSqncAssgmt,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
ProductGroupLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductGroup to other entities. |
class |
ProductGroupOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductGroup to other entities,
where the cardinality of the related entity is at most 1. |
class |
ProductGroupTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductGroupText to other
entities. |
class |
ProductGroupTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductGroupText to other
entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected ProductGroupLink<ObjectT> |
ProductGroupLink.translateLinkType(EntityLink<ProductGroupLink<ObjectT>,ProductGroup,ObjectT> link) |
protected ProductGroupTextLink<ObjectT> |
ProductGroupTextLink.translateLinkType(EntityLink<ProductGroupTextLink<ObjectT>,ProductGroupText,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
ProductionOrderComponentLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductionOrderComponent to other entities. |
class |
ProductionOrderComponentOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductionOrderComponent to other entities, where the cardinality of the related entity is at most 1. |
class |
ProductionOrderItemLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductionOrderItem
to other entities. |
class |
ProductionOrderItemOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductionOrderItem
to other entities, where the cardinality of the related entity is at most 1. |
class |
ProductionOrderLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductionOrder to other
entities. |
class |
ProductionOrderOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductionOrder to other
entities, where the cardinality of the related entity is at most 1. |
class |
ProductionOrderOperationLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductionOrderOperation to other entities. |
class |
ProductionOrderOperationOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductionOrderOperation to other entities, where the cardinality of the related entity is at most 1. |
class |
ProductionOrderStatusLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductionOrderStatus to other entities. |
class |
ProductionOrderStatusOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductionOrderStatus to other entities, where the cardinality of the related entity is at most 1. |
class |
ProductionRsceToolsLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductionRsceTools
to other entities. |
class |
ProductionRsceToolsOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductionRsceTools
to other entities, where the cardinality of the related entity is at most 1. |
class |
ReleaseMessageLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ReleaseMessage to other
entities. |
class |
ReleaseMessageOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ReleaseMessage to other
entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Class and Description |
---|---|
class |
ProdnOrdConf2Link<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProdnOrdConf2
to other entities. |
class |
ProdnOrdConf2OneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProdnOrdConf2
to other entities, where the cardinality of the related entity is at most 1. |
class |
ProdnOrdConfMatlDocItmLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProdnOrdConfMatlDocItm to other entities. |
class |
ProdnOrdConfMatlDocItmOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProdnOrdConfMatlDocItm to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected ProdnOrdConf2Link<ObjectT> |
ProdnOrdConf2Link.translateLinkType(EntityLink<ProdnOrdConf2Link<ObjectT>,ProdnOrdConf2,ObjectT> link) |
protected ProdnOrdConfMatlDocItmLink<ObjectT> |
ProdnOrdConfMatlDocItmLink.translateLinkType(EntityLink<ProdnOrdConfMatlDocItmLink<ObjectT>,ProdnOrdConfMatlDocItm,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
ProductionOrder_2Link<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductionOrder_2 to
other entities. |
class |
ProductionOrder_2OneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductionOrder_2 to
other entities, where the cardinality of the related entity is at most 1. |
class |
ProductionOrderComponent_2Link<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductionOrderComponent_2 to other entities. |
class |
ProductionOrderComponent_2OneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductionOrderComponent_2 to other entities, where the cardinality of the related entity is at most 1. |
class |
ProductionOrderItem_2Link<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductionOrderItem_2 to other entities. |
class |
ProductionOrderItem_2OneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductionOrderItem_2 to other entities, where the cardinality of the related entity is at most 1. |
class |
ProductionOrderOperation_2Link<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductionOrderOperation_2 to other entities. |
class |
ProductionOrderOperation_2OneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductionOrderOperation_2 to other entities, where the cardinality of the related entity is at most 1. |
class |
ProductionOrderStatus_2Link<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductionOrderStatus_2 to other entities. |
class |
ProductionOrderStatus_2OneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductionOrderStatus_2 to other entities, where the cardinality of the related entity is at most 1. |
class |
ProductionRsceTools_2Link<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductionRsceTools_2 to other entities. |
class |
ProductionRsceTools_2OneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductionRsceTools_2 to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Class and Description |
---|---|
class |
ProductionRoutingHeaderLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductionRoutingHeader to other entities. |
class |
ProductionRoutingHeaderOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductionRoutingHeader to other entities, where the cardinality of the related entity is at most 1. |
class |
ProductionRoutingMatlAssgmtLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductionRoutingMatlAssgmt to other entities. |
class |
ProductionRoutingMatlAssgmtOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductionRoutingMatlAssgmt to other entities, where the cardinality of the related entity is at most 1. |
class |
ProductionRoutingOpCompAllocLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductionRoutingOpCompAlloc to other entities. |
class |
ProductionRoutingOpCompAllocOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductionRoutingOpCompAlloc to other entities, where the cardinality of the related entity is at most 1. |
class |
ProductionRoutingOperationLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductionRoutingOperation to other entities. |
class |
ProductionRoutingOperationOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductionRoutingOperation to other entities, where the cardinality of the related entity is at most 1. |
class |
ProductionRoutingSequenceLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductionRoutingSequence to other entities. |
class |
ProductionRoutingSequenceOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductionRoutingSequence to other entities, where the cardinality of the related entity is at most 1. |
class |
ProductionRoutingSubOperationLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductionRoutingSubOperation to other entities. |
class |
ProductionRoutingSubOperationOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductionRoutingSubOperation to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Class and Description |
---|---|
class |
ProductionSupplyAreaAddressLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductionSupplyAreaAddress to other entities. |
class |
ProductionSupplyAreaAddressOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductionSupplyAreaAddress to other entities, where the cardinality of the related entity is at most 1. |
class |
ProductionSupplyAreaLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductionSupplyArea to other entities. |
class |
ProductionSupplyAreaOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductionSupplyArea to other entities, where the cardinality of the related entity is at most 1. |
class |
ProductionSupplyAreaTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductionSupplyAreaText to other entities. |
class |
ProductionSupplyAreaTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductionSupplyAreaText to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected ProductionSupplyAreaAddressLink<ObjectT> |
ProductionSupplyAreaAddressLink.translateLinkType(EntityLink<ProductionSupplyAreaAddressLink<ObjectT>,ProductionSupplyAreaAddress,ObjectT> link) |
protected ProductionSupplyAreaLink<ObjectT> |
ProductionSupplyAreaLink.translateLinkType(EntityLink<ProductionSupplyAreaLink<ObjectT>,ProductionSupplyArea,ObjectT> link) |
protected ProductionSupplyAreaTextLink<ObjectT> |
ProductionSupplyAreaTextLink.translateLinkType(EntityLink<ProductionSupplyAreaTextLink<ObjectT>,ProductionSupplyAreaText,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
ProductionVolumeLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductionVolume
to other entities. |
class |
ProductionVolumeOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductionVolume
to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected ProductionVolumeLink<ObjectT> |
ProductionVolumeLink.translateLinkType(EntityLink<ProductionVolumeLink<ObjectT>,ProductionVolume,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
ProductBasicTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductBasicText to other
entities. |
class |
ProductBasicTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductBasicText to other
entities, where the cardinality of the related entity is at most 1. |
class |
ProductInspectionTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductInspectionText
to other entities. |
class |
ProductInspectionTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductInspectionText
to other entities, where the cardinality of the related entity is at most 1. |
class |
ProductMLAccountLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductMLAccount to other
entities. |
class |
ProductMLAccountOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductMLAccount to other
entities, where the cardinality of the related entity is at most 1. |
class |
ProductMLPricesLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductMLPrices to other
entities. |
class |
ProductMLPricesOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductMLPrices to other
entities, where the cardinality of the related entity is at most 1. |
class |
ProductPlantCostingLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductPlantCosting to
other entities. |
class |
ProductPlantCostingOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductPlantCosting to
other entities, where the cardinality of the related entity is at most 1. |
class |
ProductPlantForecastingLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductPlantForecasting to other entities. |
class |
ProductPlantForecastingOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductPlantForecasting to other entities, where the cardinality of the related entity is at most 1. |
class |
ProductPlantIntlTrdLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductPlantIntlTrd to
other entities. |
class |
ProductPlantIntlTrdOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductPlantIntlTrd to
other entities, where the cardinality of the related entity is at most 1. |
class |
ProductPlantMRPAreaLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductPlantMRPArea to
other entities. |
class |
ProductPlantMRPAreaOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductPlantMRPArea to
other entities, where the cardinality of the related entity is at most 1. |
class |
ProductPlantQualityMgmtLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductPlantQualityMgmt to other entities. |
class |
ProductPlantQualityMgmtOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductPlantQualityMgmt to other entities, where the cardinality of the related entity is at most 1. |
class |
ProductPlantSalesLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductPlantSales to
other entities. |
class |
ProductPlantSalesOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductPlantSales to
other entities, where the cardinality of the related entity is at most 1. |
class |
ProductPlantStorageLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductPlantStorage to
other entities. |
class |
ProductPlantStorageOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductPlantStorage to
other entities, where the cardinality of the related entity is at most 1. |
class |
ProductPlantTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductPlantText to other
entities. |
class |
ProductPlantTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductPlantText to other
entities, where the cardinality of the related entity is at most 1. |
class |
ProductProcurementLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductProcurement to
other entities. |
class |
ProductProcurementOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductProcurement to
other entities, where the cardinality of the related entity is at most 1. |
class |
ProductPurchaseTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductPurchaseText to
other entities. |
class |
ProductPurchaseTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductPurchaseText to
other entities, where the cardinality of the related entity is at most 1. |
class |
ProductQualityMgmtLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductQualityMgmt to
other entities. |
class |
ProductQualityMgmtOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductQualityMgmt to
other entities, where the cardinality of the related entity is at most 1. |
class |
ProductSalesLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductSales to other
entities. |
class |
ProductSalesOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductSales to other
entities, where the cardinality of the related entity is at most 1. |
class |
ProductSalesTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductSalesText to other
entities. |
class |
ProductSalesTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductSalesText to other
entities, where the cardinality of the related entity is at most 1. |
class |
ProductStorageLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductStorage to other
entities. |
class |
ProductStorageOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductStorage to other
entities, where the cardinality of the related entity is at most 1. |
class |
ProductUnitsOfMeasureEANLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductUnitsOfMeasureEAN to other entities. |
class |
ProductUnitsOfMeasureEANOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductUnitsOfMeasureEAN to other entities, where the cardinality of the related entity is at most 1. |
class |
ProductUnitsOfMeasureLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductUnitsOfMeasure
to other entities. |
class |
ProductUnitsOfMeasureOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductUnitsOfMeasure
to other entities, where the cardinality of the related entity is at most 1. |
class |
ProductValuationAccountLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductValuationAccount to other entities. |
class |
ProductValuationAccountOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductValuationAccount to other entities, where the cardinality of the related entity is at most 1. |
class |
ProductValuationCostingLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductValuationCosting to other entities. |
class |
ProductValuationCostingOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductValuationCosting to other entities, where the cardinality of the related entity is at most 1. |
class |
ProductValuationLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductValuation to other
entities. |
class |
ProductValuationOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductValuation to other
entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Class and Description |
---|---|
class |
ClfnClassForKeyDateLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ClfnClassForKeyDate to other entities. |
class |
ClfnClassForKeyDateOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ClfnClassForKeyDate to other entities, where the cardinality of the related entity is at most 1. |
class |
ClfnProductLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ClfnProduct to other entities. |
class |
ClfnProductOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ClfnProduct to other entities, where the cardinality of the related entity is at most 1. |
class |
ProductCharcLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductCharc to other entities. |
class |
ProductCharcOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductCharc to other entities, where the cardinality of the related entity is at most 1. |
class |
ProductCharcValueLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductCharcValue to other entities. |
class |
ProductCharcValueOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductCharcValue to other entities, where the cardinality of the related entity is at most 1. |
class |
ProductClassCharcLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductClassCharc to other entities. |
class |
ProductClassCharcOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductClassCharc to other entities, where the cardinality of the related entity is at most 1. |
class |
ProductClassLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductClass to other entities. |
class |
ProductClassOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductClass to other entities, where the cardinality of the related entity is at most 1. |
class |
ProductPlantProcurementLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductPlantProcurement to other entities. |
class |
ProductPlantProcurementOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductPlantProcurement to other entities, where the cardinality of the related entity is at most 1. |
class |
ProductSalesTaxLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductSalesTax to other entities. |
class |
ProductSalesTaxOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductSalesTax to other entities, where the cardinality of the related entity is at most 1. |
class |
ProductSupplyPlanningLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductSupplyPlanning to other entities. |
class |
ProductSupplyPlanningOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductSupplyPlanning to other entities, where the cardinality of the related entity is at most 1. |
class |
ProductWorkSchedulingLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductWorkScheduling to other entities. |
class |
ProductWorkSchedulingOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductWorkScheduling to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Class and Description |
---|---|
class |
ProductStructureNodeLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductStructureNode to other entities. |
class |
ProductStructureNodeOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductStructureNode to other entities, where the cardinality of the related entity is at most 1. |
class |
ProductStructureVariantLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductStructureVariant to other entities. |
class |
ProductStructureVariantOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductStructureVariant to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected ProductStructureNodeLink<ObjectT> |
ProductStructureNodeLink.translateLinkType(EntityLink<ProductStructureNodeLink<ObjectT>,ProductStructureNode,ObjectT> link) |
protected ProductStructureVariantLink<ObjectT> |
ProductStructureVariantLink.translateLinkType(EntityLink<ProductStructureVariantLink<ObjectT>,ProductStructureVariant,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
PrftCtrCompanyCodeAssignmentLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PrftCtrCompanyCodeAssignment to other entities. |
class |
PrftCtrCompanyCodeAssignmentOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PrftCtrCompanyCodeAssignment to other entities, where the cardinality of the related entity is at most 1. |
class |
ProfitCenterTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProfitCenterText to other
entities. |
class |
ProfitCenterTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProfitCenterText to other
entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected PrftCtrCompanyCodeAssignmentLink<ObjectT> |
PrftCtrCompanyCodeAssignmentLink.translateLinkType(EntityLink<PrftCtrCompanyCodeAssignmentLink<ObjectT>,PrftCtrCompanyCodeAssignment,ObjectT> link) |
protected ProfitCenterLink<ObjectT> |
ProfitCenterLink.translateLinkType(EntityLink<ProfitCenterLink<ObjectT>,ProfitCenter,ObjectT> link) |
protected ProfitCenterTextLink<ObjectT> |
ProfitCenterTextLink.translateLinkType(EntityLink<ProfitCenterTextLink<ObjectT>,ProfitCenterText,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
PurchaseContractItemLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PurchaseContractItem to other entities. |
class |
PurchaseContractItemOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PurchaseContractItem to other entities, where the cardinality of the related entity is at most 1. |
class |
PurchaseContractLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PurchaseContract to
other entities. |
class |
PurchaseContractOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PurchaseContract to
other entities, where the cardinality of the related entity is at most 1. |
class |
PurContrItemConditionLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PurContrItemCondition to other entities. |
class |
PurContrItemConditionOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PurContrItemCondition to other entities, where the cardinality of the related entity is at most 1. |
class |
PurCtrAccountLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PurCtrAccount to other
entities. |
class |
PurCtrAccountOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PurCtrAccount to other
entities, where the cardinality of the related entity is at most 1. |
class |
PurCtrAddressLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PurCtrAddress to other
entities. |
class |
PurCtrAddressOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PurCtrAddress to other
entities, where the cardinality of the related entity is at most 1. |
class |
PurCtrPartnersLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PurCtrPartners to other
entities. |
class |
PurCtrPartnersOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PurCtrPartners to other
entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Class and Description |
---|---|
class |
POSubcontractingComponentLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
POSubcontractingComponent to other entities. |
class |
POSubcontractingComponentOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
POSubcontractingComponent to other entities, where the cardinality of the related entity is at most 1. |
class |
PurchaseOrderItemLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PurchaseOrderItem to
other entities. |
class |
PurchaseOrderItemNoteLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PurchaseOrderItemNote
to other entities. |
class |
PurchaseOrderItemNoteOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PurchaseOrderItemNote
to other entities, where the cardinality of the related entity is at most 1. |
class |
PurchaseOrderItemOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PurchaseOrderItem to
other entities, where the cardinality of the related entity is at most 1. |
class |
PurchaseOrderLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PurchaseOrder to other
entities. |
class |
PurchaseOrderNoteLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PurchaseOrderNote to
other entities. |
class |
PurchaseOrderNoteOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PurchaseOrderNote to
other entities, where the cardinality of the related entity is at most 1. |
class |
PurchaseOrderOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PurchaseOrder to other
entities, where the cardinality of the related entity is at most 1. |
class |
PurchaseOrderScheduleLineLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PurchaseOrderScheduleLine to other entities. |
class |
PurchaseOrderScheduleLineOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PurchaseOrderScheduleLine to other entities, where the cardinality of the related entity is at most 1. |
class |
PurOrdAccountAssignmentLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PurOrdAccountAssignment to other entities. |
class |
PurOrdAccountAssignmentOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PurOrdAccountAssignment to other entities, where the cardinality of the related entity is at most 1. |
class |
PurOrdPricingElementLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PurOrdPricingElement
to other entities. |
class |
PurOrdPricingElementOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PurOrdPricingElement
to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Class and Description |
---|---|
class |
PurchaseReqnItemTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PurchaseReqnItemText to other entities. |
class |
PurchaseReqnItemTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PurchaseReqnItemText to other entities, where the cardinality of the related entity is at most 1. |
class |
PurchaseRequisitionHeaderLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PurchaseRequisitionHeader to other entities. |
class |
PurchaseRequisitionHeaderOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PurchaseRequisitionHeader to other entities, where the cardinality of the related entity is at most 1. |
class |
PurchaseRequisitionItemLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PurchaseRequisitionItem to other entities. |
class |
PurchaseRequisitionItemOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PurchaseRequisitionItem to other entities, where the cardinality of the related entity is at most 1. |
class |
PurReqAddDeliveryLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PurReqAddDelivery
to other entities. |
class |
PurReqAddDeliveryOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PurReqAddDelivery
to other entities, where the cardinality of the related entity is at most 1. |
class |
PurReqnAcctAssgmtLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PurReqnAcctAssgmt
to other entities. |
class |
PurReqnAcctAssgmtOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PurReqnAcctAssgmt
to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Class and Description |
---|---|
class |
PurgCatDescriptionLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PurgCatDescription
to other entities. |
class |
PurgCatDescriptionOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PurgCatDescription
to other entities, where the cardinality of the related entity is at most 1. |
class |
PurgCatLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PurgCat to other entities. |
class |
PurgCatMaterialGroupLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PurgCatMaterialGroup to other entities. |
class |
PurgCatMaterialGroupOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PurgCatMaterialGroup to other entities, where the cardinality of the related entity is at most 1. |
class |
PurgCatMemberLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PurgCatMember to other
entities. |
class |
PurgCatMemberOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PurgCatMember to other
entities, where the cardinality of the related entity is at most 1. |
class |
PurgCatOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PurgCat to other entities,
where the cardinality of the related entity is at most 1. |
class |
PurgCatPlannedSpendLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PurgCatPlannedSpend to other entities. |
class |
PurgCatPlannedSpendOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PurgCatPlannedSpend to other entities, where the cardinality of the related entity is at most 1. |
class |
PurgCatPurchaserResponsibleLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PurgCatPurchaserResponsible to other entities. |
class |
PurgCatPurchaserResponsibleOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PurgCatPurchaserResponsible to other entities, where the cardinality of the related entity is at most 1. |
class |
PurgCatSupplierLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PurgCatSupplier to
other entities. |
class |
PurgCatSupplierOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PurgCatSupplier to
other entities, where the cardinality of the related entity is at most 1. |
class |
PurgCatTranslationStatusLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PurgCatTranslationStatus to other entities. |
class |
PurgCatTranslationStatusOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PurgCatTranslationStatus to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Class and Description |
---|---|
class |
PurchasingInfoRecordLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PurchasingInfoRecord to other entities. |
class |
PurchasingInfoRecordOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PurchasingInfoRecord to other entities, where the cardinality of the related entity is at most 1. |
class |
PurgInfoRecdOrgPlantDataLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PurgInfoRecdOrgPlantData to other entities. |
class |
PurgInfoRecdOrgPlantDataOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PurgInfoRecdOrgPlantData to other entities, where the cardinality of the related entity is at most 1. |
class |
PurInfoRecdPrcgCndnLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PurInfoRecdPrcgCndn to other entities. |
class |
PurInfoRecdPrcgCndnOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PurInfoRecdPrcgCndn to other entities, where the cardinality of the related entity is at most 1. |
class |
PurInfoRecdPrcgCndnValidityLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PurInfoRecdPrcgCndnValidity to other entities. |
class |
PurInfoRecdPrcgCndnValidityOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PurInfoRecdPrcgCndnValidity to other entities, where the cardinality of the related entity is at most 1. |
class |
PurInfoRecdSuplmntPrcgCndnLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PurInfoRecdSuplmntPrcgCndn to other entities. |
class |
PurInfoRecdSuplmntPrcgCndnOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PurInfoRecdSuplmntPrcgCndn to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Class and Description |
---|---|
class |
PurgPrcgCndnRecdSuplmntLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PurgPrcgCndnRecdSuplmnt to other entities. |
class |
PurgPrcgCndnRecdSuplmntOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PurgPrcgCndnRecdSuplmnt to other entities, where the cardinality of the related entity is at most 1. |
class |
PurgPrcgCndnRecdValidityLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PurgPrcgCndnRecdValidity to other entities. |
class |
PurgPrcgCndnRecdValidityOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PurgPrcgCndnRecdValidity to other entities, where the cardinality of the related entity is at most 1. |
class |
PurgPrcgCndnRecordScaleLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PurgPrcgCndnRecordScale to other entities. |
class |
PurgPrcgCndnRecordScaleOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PurgPrcgCndnRecordScale to other entities, where the cardinality of the related entity is at most 1. |
class |
PurgPrcgConditionRecordLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PurgPrcgConditionRecord to other entities. |
class |
PurgPrcgConditionRecordOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PurgPrcgConditionRecord to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected PurgPrcgCndnRecdSuplmntLink<ObjectT> |
PurgPrcgCndnRecdSuplmntLink.translateLinkType(EntityLink<PurgPrcgCndnRecdSuplmntLink<ObjectT>,PurgPrcgCndnRecdSuplmnt,ObjectT> link) |
protected PurgPrcgCndnRecdValidityLink<ObjectT> |
PurgPrcgCndnRecdValidityLink.translateLinkType(EntityLink<PurgPrcgCndnRecdValidityLink<ObjectT>,PurgPrcgCndnRecdValidity,ObjectT> link) |
protected PurgPrcgCndnRecordScaleLink<ObjectT> |
PurgPrcgCndnRecordScaleLink.translateLinkType(EntityLink<PurgPrcgCndnRecordScaleLink<ObjectT>,PurgPrcgCndnRecordScale,ObjectT> link) |
protected PurgPrcgConditionRecordLink<ObjectT> |
PurgPrcgConditionRecordLink.translateLinkType(EntityLink<PurgPrcgConditionRecordLink<ObjectT>,PurgPrcgConditionRecord,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
PurchasingQuotaArrangementLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PurchasingQuotaArrangement to other entities. |
class |
PurchasingQuotaArrangementOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PurchasingQuotaArrangement to other entities, where the cardinality of the related entity is at most 1. |
class |
PurgQuotaArrangementItemLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PurgQuotaArrangementItem to other entities. |
class |
PurgQuotaArrangementItemOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PurgQuotaArrangementItem to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected PurchasingQuotaArrangementLink<ObjectT> |
PurchasingQuotaArrangementLink.translateLinkType(EntityLink<PurchasingQuotaArrangementLink<ObjectT>,PurchasingQuotaArrangement,ObjectT> link) |
protected PurgQuotaArrangementItemLink<ObjectT> |
PurgQuotaArrangementItemLink.translateLinkType(EntityLink<PurgQuotaArrangementItemLink<ObjectT>,PurgQuotaArrangementItem,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
PurchasingSourceLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PurchasingSource to
other entities. |
class |
PurchasingSourceOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PurchasingSource to
other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected PurchasingSourceLink<ObjectT> |
PurchasingSourceLink.translateLinkType(EntityLink<PurchasingSourceLink<ObjectT>,PurchasingSource,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
QualityFirstArticleInspectionLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
QualityFirstArticleInspection to other entities. |
class |
QualityFirstArticleInspectionOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
QualityFirstArticleInspection to other entities, where the cardinality of the related entity is at most 1. |
class |
QualityInProcurementLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
QualityInProcurement to other entities. |
class |
QualityInProcurementOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
QualityInProcurement to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected QualityFirstArticleInspectionLink<ObjectT> |
QualityFirstArticleInspectionLink.translateLinkType(EntityLink<QualityFirstArticleInspectionLink<ObjectT>,QualityFirstArticleInspection,ObjectT> link) |
protected QualityInProcurementLink<ObjectT> |
QualityInProcurementLink.translateLinkType(EntityLink<QualityInProcurementLink<ObjectT>,QualityInProcurement,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
InspectionCharacteristicLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
InspectionCharacteristic to other entities. |
class |
InspectionCharacteristicOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
InspectionCharacteristic to other entities, where the cardinality of the related entity is at most 1. |
class |
InspectionLotLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
InspectionLot to
other entities. |
class |
InspectionLotOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
InspectionLot to
other entities, where the cardinality of the related entity is at most 1. |
class |
InspectionLotWithStatusLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
InspectionLotWithStatus to other entities. |
class |
InspectionLotWithStatusOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
InspectionLotWithStatus to other entities, where the cardinality of the related entity is at most 1. |
class |
InspectionOperationLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
InspectionOperation to other entities. |
class |
InspectionOperationOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
InspectionOperation to other entities, where the cardinality of the related entity is at most 1. |
class |
InspectionResultLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
InspectionResult
to other entities. |
class |
InspectionResultOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
InspectionResult
to other entities, where the cardinality of the related entity is at most 1. |
class |
InspectionResultValueLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
InspectionResultValue to other entities. |
class |
InspectionResultValueOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
InspectionResultValue to other entities, where the cardinality of the related entity is at most 1. |
class |
InspectionSubsetLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
InspectionSubset
to other entities. |
class |
InspectionSubsetOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
InspectionSubset
to other entities, where the cardinality of the related entity is at most 1. |
class |
InspLotUsageDecisionLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
InspLotUsageDecision to other entities. |
class |
InspLotUsageDecisionOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
InspLotUsageDecision to other entities, where the cardinality of the related entity is at most 1. |
class |
InspSampleCharacteristicLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
InspSampleCharacteristic to other entities. |
class |
InspSampleCharacteristicOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
InspSampleCharacteristic to other entities, where the cardinality of the related entity is at most 1. |
class |
InspSampleResultLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
InspSampleResult
to other entities. |
class |
InspSampleResultOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
InspSampleResult
to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Class and Description |
---|---|
class |
RawSubstanceLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
RawSubstance to other entities. |
class |
RawSubstanceOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
RawSubstance to other entities,
where the cardinality of the related entity is at most 1. |
Modifier and Type | Class and Description |
---|---|
class |
ProductDescriptionLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductDescription to
other entities. |
class |
ProductDescriptionOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductDescription to
other entities, where the cardinality of the related entity is at most 1. |
class |
ProductLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
Product to other entities. |
class |
ProductOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
Product to other entities, where
the cardinality of the related entity is at most 1. |
class |
ProductPlantLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductPlant to other
entities. |
class |
ProductPlantOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductPlant to other
entities, where the cardinality of the related entity is at most 1. |
class |
ProductSalesDeliveryLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductSalesDelivery
to other entities. |
class |
ProductSalesDeliveryOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductSalesDelivery
to other entities, where the cardinality of the related entity is at most 1. |
class |
ProductStorageLocationLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductStorageLocation to other entities. |
class |
ProductStorageLocationOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProductStorageLocation to other entities, where the cardinality of the related entity is at most 1. |
class |
RealSubstanceLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
RealSubstance to other
entities. |
class |
RealSubstanceOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
RealSubstance to other
entities, where the cardinality of the related entity is at most 1. |
class |
SpecAssignedMatlForKeyDateLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SpecAssignedMatlForKeyDate to other entities. |
class |
SpecAssignedMatlForKeyDateOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SpecAssignedMatlForKeyDate to other entities, where the cardinality of the related entity is at most 1. |
class |
SpecAuthorizationGroupTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SpecAuthorizationGroupText to other entities. |
class |
SpecAuthorizationGroupTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SpecAuthorizationGroupText to other entities, where the cardinality of the related entity is at most 1. |
class |
SpecCharByValueAssgmtInstLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SpecCharByValueAssgmtInst to other entities. |
class |
SpecCharByValueAssgmtInstOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SpecCharByValueAssgmtInst to other entities, where the cardinality of the related entity is at most 1. |
class |
SpecIdentifierLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SpecIdentifier to other
entities. |
class |
SpecIdentifierOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SpecIdentifier to other
entities, where the cardinality of the related entity is at most 1. |
class |
SpecStatusAttributesLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SpecStatusAttributes
to other entities. |
class |
SpecStatusAttributesOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SpecStatusAttributes
to other entities, where the cardinality of the related entity is at most 1. |
class |
SpecStatusNextStatusLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SpecStatusNextStatus
to other entities. |
class |
SpecStatusNextStatusOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SpecStatusNextStatus
to other entities, where the cardinality of the related entity is at most 1. |
class |
SpecStatusSchemaLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SpecStatusSchema to other
entities. |
class |
SpecStatusSchemaOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SpecStatusSchema to other
entities, where the cardinality of the related entity is at most 1. |
class |
SpecValAssgmtInstanceWthCompLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SpecValAssgmtInstanceWthComp to other entities. |
class |
SpecValAssgmtInstanceWthCompOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SpecValAssgmtInstanceWthComp to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Class and Description |
---|---|
class |
RecipeCharcLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
RecipeCharc to other
entities. |
class |
RecipeCharcOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
RecipeCharc to other
entities, where the cardinality of the related entity is at most 1. |
class |
RecipeCharcValueLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
RecipeCharcValue
to other entities. |
class |
RecipeCharcValueOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
RecipeCharcValue
to other entities, where the cardinality of the related entity is at most 1. |
class |
RecipeClassCharcLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
RecipeClassCharc
to other entities. |
class |
RecipeClassCharcOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
RecipeClassCharc
to other entities, where the cardinality of the related entity is at most 1. |
class |
RecipeClassLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
RecipeClass to other
entities. |
class |
RecipeClassOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
RecipeClass to other
entities, where the cardinality of the related entity is at most 1. |
class |
RecipeFormulaItemLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
RecipeFormulaItem to other entities. |
class |
RecipeFormulaItemOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
RecipeFormulaItem to other entities, where the cardinality of the related entity is at most 1. |
class |
RecipeLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
Recipe to other entities. |
class |
RecipeOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
Recipe to other entities,
where the cardinality of the related entity is at most 1. |
class |
RecipeProcessElementLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
RecipeProcessElement to other entities. |
class |
RecipeProcessElementOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
RecipeProcessElement to other entities, where the cardinality of the related entity is at most 1. |
class |
RecipeProcessElementTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
RecipeProcessElementText to other entities. |
class |
RecipeProcessElementTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
RecipeProcessElementText to other entities, where the cardinality of the related entity is at most 1. |
class |
RecipeProcessEquipRqmtLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
RecipeProcessEquipRqmt to other entities. |
class |
RecipeProcessEquipRqmtOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
RecipeProcessEquipRqmt to other entities, where the cardinality of the related entity is at most 1. |
class |
RecipeProcessEquipRqmtTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
RecipeProcessEquipRqmtText to other entities. |
class |
RecipeProcessEquipRqmtTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
RecipeProcessEquipRqmtText to other entities, where the cardinality of the related entity is at most 1. |
class |
RecipeProcessParamLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
RecipeProcessParam to other entities. |
class |
RecipeProcessParamOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
RecipeProcessParam to other entities, where the cardinality of the related entity is at most 1. |
class |
RecipeProcessParamTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
RecipeProcessParamText to other entities. |
class |
RecipeProcessParamTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
RecipeProcessParamText to other entities, where the cardinality of the related entity is at most 1. |
class |
RecipeProcessParamValueLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
RecipeProcessParamValue to other entities. |
class |
RecipeProcessParamValueOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
RecipeProcessParamValue to other entities, where the cardinality of the related entity is at most 1. |
class |
RecipeProcessParamValueTxtLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
RecipeProcessParamValueTxt to other entities. |
class |
RecipeProcessParamValueTxtOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
RecipeProcessParamValueTxt to other entities, where the cardinality of the related entity is at most 1. |
class |
RecipeTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
RecipeText to other
entities. |
class |
RecipeTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
RecipeText to other
entities, where the cardinality of the related entity is at most 1. |
class |
RecProcEquipRqmtCharcLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
RecProcEquipRqmtCharc to other entities. |
class |
RecProcEquipRqmtCharcOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
RecProcEquipRqmtCharc to other entities, where the cardinality of the related entity is at most 1. |
class |
RecProcEquipRqmtCharcValueLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
RecProcEquipRqmtCharcValue to other entities. |
class |
RecProcEquipRqmtCharcValueOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
RecProcEquipRqmtCharcValue to other entities, where the cardinality of the related entity is at most 1. |
class |
RecProcEquipRqmtClassCharcLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
RecProcEquipRqmtClassCharc to other entities. |
class |
RecProcEquipRqmtClassCharcOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
RecProcEquipRqmtClassCharc to other entities, where the cardinality of the related entity is at most 1. |
class |
RecProcEquipRqmtClassLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
RecProcEquipRqmtClass to other entities. |
class |
RecProcEquipRqmtClassOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
RecProcEquipRqmtClass to other entities, where the cardinality of the related entity is at most 1. |
class |
RecProcParamValCharcLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
RecProcParamValCharc to other entities. |
class |
RecProcParamValCharcOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
RecProcParamValCharc to other entities, where the cardinality of the related entity is at most 1. |
class |
RecProcParamValCharcValueLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
RecProcParamValCharcValue to other entities. |
class |
RecProcParamValCharcValueOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
RecProcParamValCharcValue to other entities, where the cardinality of the related entity is at most 1. |
class |
RecProcParamValClassCharcLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
RecProcParamValClassCharc to other entities. |
class |
RecProcParamValClassCharcOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
RecProcParamValClassCharc to other entities, where the cardinality of the related entity is at most 1. |
class |
RecProcParamValClassLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
RecProcParamValClass to other entities. |
class |
RecProcParamValClassOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
RecProcParamValClass to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Class and Description |
---|---|
class |
RequestForQuotationBidderLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
RequestForQuotationBidder to other entities. |
class |
RequestForQuotationBidderOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
RequestForQuotationBidder to other entities, where the cardinality of the related entity is at most 1. |
class |
RequestForQuotationItemLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
RequestForQuotationItem to other entities. |
class |
RequestForQuotationItemOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
RequestForQuotationItem to other entities, where the cardinality of the related entity is at most 1. |
class |
RequestForQuotationLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
RequestForQuotation to other entities. |
class |
RequestForQuotationOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
RequestForQuotation to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected RequestForQuotationBidderLink<ObjectT> |
RequestForQuotationBidderLink.translateLinkType(EntityLink<RequestForQuotationBidderLink<ObjectT>,RequestForQuotationBidder,ObjectT> link) |
protected RequestForQuotationItemLink<ObjectT> |
RequestForQuotationItemLink.translateLinkType(EntityLink<RequestForQuotationItemLink<ObjectT>,RequestForQuotationItem,ObjectT> link) |
protected RequestForQuotationLink<ObjectT> |
RequestForQuotationLink.translateLinkType(EntityLink<RequestForQuotationLink<ObjectT>,RequestForQuotation,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
ReservationDocumentHeaderLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ReservationDocumentHeader to other entities. |
class |
ReservationDocumentHeaderOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ReservationDocumentHeader to other entities, where the cardinality of the related entity is at most 1. |
class |
ReservationDocumentItemLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ReservationDocumentItem to other entities. |
class |
ReservationDocumentItemOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ReservationDocumentItem to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected ReservationDocumentHeaderLink<ObjectT> |
ReservationDocumentHeaderLink.translateLinkType(EntityLink<ReservationDocumentHeaderLink<ObjectT>,ReservationDocumentHeader,ObjectT> link) |
protected ReservationDocumentItemLink<ObjectT> |
ReservationDocumentItemLink.translateLinkType(EntityLink<ReservationDocumentItemLink<ObjectT>,ReservationDocumentItem,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
RetroBillingUsageTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
RetroBillingUsageText to other entities. |
class |
RetroBillingUsageTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
RetroBillingUsageText to other entities, where the cardinality of the related entity is at most 1. |
class |
SDDocumentReasonLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SDDocumentReason to other entities. |
class |
SDDocumentReasonOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SDDocumentReason to other entities, where the cardinality of the related entity is at most 1. |
class |
SDDocumentReasonTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SDDocumentReasonText to other entities. |
class |
SDDocumentReasonTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SDDocumentReasonText to other entities, where the cardinality of the related entity is at most 1. |
class |
SelfBillingValueItemTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SelfBillingValueItemText to other entities. |
class |
SelfBillingValueItemTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SelfBillingValueItemText to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected RetroBillingUsageTextLink<ObjectT> |
RetroBillingUsageTextLink.translateLinkType(EntityLink<RetroBillingUsageTextLink<ObjectT>,RetroBillingUsageText,ObjectT> link) |
protected SDDocumentReasonLink<ObjectT> |
SDDocumentReasonLink.translateLinkType(EntityLink<SDDocumentReasonLink<ObjectT>,SDDocumentReason,ObjectT> link) |
protected SDDocumentReasonTextLink<ObjectT> |
SDDocumentReasonTextLink.translateLinkType(EntityLink<SDDocumentReasonTextLink<ObjectT>,SDDocumentReasonText,ObjectT> link) |
protected SelfBillingValueItemTextLink<ObjectT> |
SelfBillingValueItemTextLink.translateLinkType(EntityLink<SelfBillingValueItemTextLink<ObjectT>,SelfBillingValueItemText,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
SalesContractItemLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesContractItem to
other entities. |
class |
SalesContractItemOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesContractItem to
other entities, where the cardinality of the related entity is at most 1. |
class |
SalesContractItemPartnerLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesContractItemPartner to other entities. |
class |
SalesContractItemPartnerOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesContractItemPartner to other entities, where the cardinality of the related entity is at most 1. |
class |
SalesContractItemPrcgElmntLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesContractItemPrcgElmnt to other entities. |
class |
SalesContractItemPrcgElmntOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesContractItemPrcgElmnt to other entities, where the cardinality of the related entity is at most 1. |
class |
SalesContractLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesContract to other
entities. |
class |
SalesContractOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesContract to other
entities, where the cardinality of the related entity is at most 1. |
class |
SalesContractPartnerLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesContractPartner
to other entities. |
class |
SalesContractPartnerOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesContractPartner
to other entities, where the cardinality of the related entity is at most 1. |
class |
SalesContractPrcgElmntLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesContractPrcgElmnt to other entities. |
class |
SalesContractPrcgElmntOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesContractPrcgElmnt to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Class and Description |
---|---|
class |
SalesDistrictLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesDistrict to other
entities. |
class |
SalesDistrictOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesDistrict to other
entities, where the cardinality of the related entity is at most 1. |
class |
SalesDistrictTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesDistrictText to
other entities. |
class |
SalesDistrictTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesDistrictText to
other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected SalesDistrictLink<ObjectT> |
SalesDistrictLink.translateLinkType(EntityLink<SalesDistrictLink<ObjectT>,SalesDistrict,ObjectT> link) |
protected SalesDistrictTextLink<ObjectT> |
SalesDistrictTextLink.translateLinkType(EntityLink<SalesDistrictTextLink<ObjectT>,SalesDistrictText,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
CreditBlockedSalesDocumentLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CreditBlockedSalesDocument to other entities. |
class |
CreditBlockedSalesDocumentOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CreditBlockedSalesDocument to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected CreditBlockedSalesDocumentLink<ObjectT> |
CreditBlockedSalesDocumentLink.translateLinkType(EntityLink<CreditBlockedSalesDocumentLink<ObjectT>,CreditBlockedSalesDocument,ObjectT> link) |
protected SalesDocumentRjcnReasonLink<ObjectT> |
SalesDocumentRjcnReasonLink.translateLinkType(EntityLink<SalesDocumentRjcnReasonLink<ObjectT>,SalesDocumentRjcnReason,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
SalesInquiryItemLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesInquiryItem to other
entities. |
class |
SalesInquiryItemOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesInquiryItem to other
entities, where the cardinality of the related entity is at most 1. |
class |
SalesInquiryItemPartnerLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesInquiryItemPartner to other entities. |
class |
SalesInquiryItemPartnerOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesInquiryItemPartner to other entities, where the cardinality of the related entity is at most 1. |
class |
SalesInquiryItemPrcgElmntLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesInquiryItemPrcgElmnt to other entities. |
class |
SalesInquiryItemPrcgElmntOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesInquiryItemPrcgElmnt to other entities, where the cardinality of the related entity is at most 1. |
class |
SalesInquiryLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesInquiry to other entities. |
class |
SalesInquiryOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesInquiry to other entities,
where the cardinality of the related entity is at most 1. |
class |
SalesInquiryPartnerLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesInquiryPartner to
other entities. |
class |
SalesInquiryPartnerOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesInquiryPartner to
other entities, where the cardinality of the related entity is at most 1. |
class |
SalesInquiryPrcgElmntLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesInquiryPrcgElmnt
to other entities. |
class |
SalesInquiryPrcgElmntOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesInquiryPrcgElmnt
to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Class and Description |
---|---|
class |
SalesOrderHeaderPartnerLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesOrderHeaderPartner to other entities. |
class |
SalesOrderHeaderPartnerOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesOrderHeaderPartner to other entities, where the cardinality of the related entity is at most 1. |
class |
SalesOrderHeaderPrElementLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesOrderHeaderPrElement to other entities. |
class |
SalesOrderHeaderPrElementOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesOrderHeaderPrElement to other entities, where the cardinality of the related entity is at most 1. |
class |
SalesOrderItemPartnerLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesOrderItemPartner to
other entities. |
class |
SalesOrderItemPartnerOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesOrderItemPartner to
other entities, where the cardinality of the related entity is at most 1. |
class |
SalesOrderItemPrElementLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesOrderItemPrElement to other entities. |
class |
SalesOrderItemPrElementOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesOrderItemPrElement to other entities, where the cardinality of the related entity is at most 1. |
class |
SalesOrderItemTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesOrderItemText to other
entities. |
class |
SalesOrderItemTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesOrderItemText to other
entities, where the cardinality of the related entity is at most 1. |
class |
SalesOrderScheduleLineLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesOrderScheduleLine
to other entities. |
class |
SalesOrderScheduleLineOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesOrderScheduleLine
to other entities, where the cardinality of the related entity is at most 1. |
class |
SalesOrderTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesOrderText to other
entities. |
class |
SalesOrderTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesOrderText to other
entities, where the cardinality of the related entity is at most 1. |
class |
SlsOrdPaymentPlanItemDetailsLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SlsOrdPaymentPlanItemDetails to other entities. |
class |
SlsOrdPaymentPlanItemDetailsOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SlsOrdPaymentPlanItemDetails to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Class and Description |
---|---|
class |
SalesOrderCreditSimulationLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesOrderCreditSimulation to other entities. |
class |
SalesOrderCreditSimulationOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesOrderCreditSimulation to other entities, where the cardinality of the related entity is at most 1. |
class |
SalesOrderItemPartnerSimlnLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesOrderItemPartnerSimln to other entities. |
class |
SalesOrderItemPartnerSimlnOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesOrderItemPartnerSimln to other entities, where the cardinality of the related entity is at most 1. |
class |
SalesOrderItemSimulationLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesOrderItemSimulation to other entities. |
class |
SalesOrderItemSimulationOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesOrderItemSimulation to other entities, where the cardinality of the related entity is at most 1. |
class |
SalesOrderItmPrcgElmntSimlnLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesOrderItmPrcgElmntSimln to other entities. |
class |
SalesOrderItmPrcgElmntSimlnOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesOrderItmPrcgElmntSimln to other entities, where the cardinality of the related entity is at most 1. |
class |
SalesOrderPartnerSimulationLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesOrderPartnerSimulation to other entities. |
class |
SalesOrderPartnerSimulationOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesOrderPartnerSimulation to other entities, where the cardinality of the related entity is at most 1. |
class |
SalesOrderPrcgElmntSimlnLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesOrderPrcgElmntSimln to other entities. |
class |
SalesOrderPrcgElmntSimlnOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesOrderPrcgElmntSimln to other entities, where the cardinality of the related entity is at most 1. |
class |
SalesOrderPricingSimulationLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesOrderPricingSimulation to other entities. |
class |
SalesOrderPricingSimulationOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesOrderPricingSimulation to other entities, where the cardinality of the related entity is at most 1. |
class |
SalesOrderScheduleLineSimlnLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesOrderScheduleLineSimln to other entities. |
class |
SalesOrderScheduleLineSimlnOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesOrderScheduleLineSimln to other entities, where the cardinality of the related entity is at most 1. |
class |
SalesOrderSimulationLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesOrderSimulation to other entities. |
class |
SalesOrderSimulationOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesOrderSimulation to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Class and Description |
---|---|
class |
SalesOrderWithoutChargeItemLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesOrderWithoutChargeItem to other entities. |
class |
SalesOrderWithoutChargeItemOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesOrderWithoutChargeItem to other entities, where the cardinality of the related entity is at most 1. |
class |
SalesOrderWithoutChargeLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesOrderWithoutCharge to other entities. |
class |
SalesOrderWithoutChargeOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesOrderWithoutCharge to other entities, where the cardinality of the related entity is at most 1. |
class |
SlsOrdWthoutChrgItmPartnerLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SlsOrdWthoutChrgItmPartner to other entities. |
class |
SlsOrdWthoutChrgItmPartnerOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SlsOrdWthoutChrgItmPartner to other entities, where the cardinality of the related entity is at most 1. |
class |
SlsOrdWthoutChrgPartnerLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SlsOrdWthoutChrgPartner to other entities. |
class |
SlsOrdWthoutChrgPartnerOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SlsOrdWthoutChrgPartner to other entities, where the cardinality of the related entity is at most 1. |
class |
SlsOrdWthoutChrgSchedLineLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SlsOrdWthoutChrgSchedLine to other entities. |
class |
SlsOrdWthoutChrgSchedLineOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SlsOrdWthoutChrgSchedLine to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Class and Description |
---|---|
class |
SalesOrganizationTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesOrganizationText to other entities. |
class |
SalesOrganizationTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesOrganizationText to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected SalesOrganizationLink<ObjectT> |
SalesOrganizationLink.translateLinkType(EntityLink<SalesOrganizationLink<ObjectT>,SalesOrganization,ObjectT> link) |
protected SalesOrganizationTextLink<ObjectT> |
SalesOrganizationTextLink.translateLinkType(EntityLink<SalesOrganizationTextLink<ObjectT>,SalesOrganizationText,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
SlsPrcgCndnRecdSuplmntLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SlsPrcgCndnRecdSuplmnt to other entities. |
class |
SlsPrcgCndnRecdSuplmntOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SlsPrcgCndnRecdSuplmnt to other entities, where the cardinality of the related entity is at most 1. |
class |
SlsPrcgCndnRecdValidityLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SlsPrcgCndnRecdValidity to other entities. |
class |
SlsPrcgCndnRecdValidityOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SlsPrcgCndnRecdValidity to other entities, where the cardinality of the related entity is at most 1. |
class |
SlsPrcgCndnRecordScaleLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SlsPrcgCndnRecordScale to other entities. |
class |
SlsPrcgCndnRecordScaleOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SlsPrcgCndnRecordScale to other entities, where the cardinality of the related entity is at most 1. |
class |
SlsPrcgConditionRecordLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SlsPrcgConditionRecord to other entities. |
class |
SlsPrcgConditionRecordOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SlsPrcgConditionRecord to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected SlsPrcgCndnRecdSuplmntLink<ObjectT> |
SlsPrcgCndnRecdSuplmntLink.translateLinkType(EntityLink<SlsPrcgCndnRecdSuplmntLink<ObjectT>,SlsPrcgCndnRecdSuplmnt,ObjectT> link) |
protected SlsPrcgCndnRecdValidityLink<ObjectT> |
SlsPrcgCndnRecdValidityLink.translateLinkType(EntityLink<SlsPrcgCndnRecdValidityLink<ObjectT>,SlsPrcgCndnRecdValidity,ObjectT> link) |
protected SlsPrcgCndnRecordScaleLink<ObjectT> |
SlsPrcgCndnRecordScaleLink.translateLinkType(EntityLink<SlsPrcgCndnRecordScaleLink<ObjectT>,SlsPrcgCndnRecordScale,ObjectT> link) |
protected SlsPrcgConditionRecordLink<ObjectT> |
SlsPrcgConditionRecordLink.translateLinkType(EntityLink<SlsPrcgConditionRecordLink<ObjectT>,SlsPrcgConditionRecord,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
SalesQuotationItemLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesQuotationItem to
other entities. |
class |
SalesQuotationItemOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesQuotationItem to
other entities, where the cardinality of the related entity is at most 1. |
class |
SalesQuotationItemPartnerLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesQuotationItemPartner to other entities. |
class |
SalesQuotationItemPartnerOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesQuotationItemPartner to other entities, where the cardinality of the related entity is at most 1. |
class |
SalesQuotationItemPrcgElmntLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesQuotationItemPrcgElmnt to other entities. |
class |
SalesQuotationItemPrcgElmntOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesQuotationItemPrcgElmnt to other entities, where the cardinality of the related entity is at most 1. |
class |
SalesQuotationItemTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesQuotationItemText to other entities. |
class |
SalesQuotationItemTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesQuotationItemText to other entities, where the cardinality of the related entity is at most 1. |
class |
SalesQuotationLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesQuotation to other
entities. |
class |
SalesQuotationOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesQuotation to other
entities, where the cardinality of the related entity is at most 1. |
class |
SalesQuotationPartnerLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesQuotationPartner to other entities. |
class |
SalesQuotationPartnerOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesQuotationPartner to other entities, where the cardinality of the related entity is at most 1. |
class |
SalesQuotationPrcgElmntLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesQuotationPrcgElmnt to other entities. |
class |
SalesQuotationPrcgElmntOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesQuotationPrcgElmnt to other entities, where the cardinality of the related entity is at most 1. |
class |
SalesQuotationTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesQuotationText to
other entities. |
class |
SalesQuotationTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesQuotationText to
other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Class and Description |
---|---|
class |
SalesSchedgAgrmtDelivSchedLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesSchedgAgrmtDelivSched to other entities. |
class |
SalesSchedgAgrmtDelivSchedOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesSchedgAgrmtDelivSched to other entities, where the cardinality of the related entity is at most 1. |
class |
SalesSchedgAgrmtItemLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesSchedgAgrmtItem to other entities. |
class |
SalesSchedgAgrmtItemOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesSchedgAgrmtItem to other entities, where the cardinality of the related entity is at most 1. |
class |
SalesSchedgAgrmtItemPartnerLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesSchedgAgrmtItemPartner to other entities. |
class |
SalesSchedgAgrmtItemPartnerOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesSchedgAgrmtItemPartner to other entities, where the cardinality of the related entity is at most 1. |
class |
SalesSchedgAgrmtItemTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesSchedgAgrmtItemText to other entities. |
class |
SalesSchedgAgrmtItemTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesSchedgAgrmtItemText to other entities, where the cardinality of the related entity is at most 1. |
class |
SalesSchedgAgrmtItmPrcgElmntLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesSchedgAgrmtItmPrcgElmnt to other entities. |
class |
SalesSchedgAgrmtItmPrcgElmntOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesSchedgAgrmtItmPrcgElmnt to other entities, where the cardinality of the related entity is at most 1. |
class |
SalesSchedgAgrmtLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesSchedgAgrmt to other entities. |
class |
SalesSchedgAgrmtOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesSchedgAgrmt to other entities, where the cardinality of the related entity is at most 1. |
class |
SalesSchedgAgrmtPartnerLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesSchedgAgrmtPartner to other entities. |
class |
SalesSchedgAgrmtPartnerOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesSchedgAgrmtPartner to other entities, where the cardinality of the related entity is at most 1. |
class |
SalesSchedgAgrmtPrcgElementLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesSchedgAgrmtPrcgElement to other entities. |
class |
SalesSchedgAgrmtPrcgElementOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesSchedgAgrmtPrcgElement to other entities, where the cardinality of the related entity is at most 1. |
class |
SalesSchedgAgrmtSchedLineLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesSchedgAgrmtSchedLine to other entities. |
class |
SalesSchedgAgrmtSchedLineOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesSchedgAgrmtSchedLine to other entities, where the cardinality of the related entity is at most 1. |
class |
SalesSchedgAgrmtTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesSchedgAgrmtText to other entities. |
class |
SalesSchedgAgrmtTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesSchedgAgrmtText to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Class and Description |
---|---|
class |
SchAgrmtAcCntLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SchAgrmtAcCnt to other
entities. |
class |
SchAgrmtAcCntOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SchAgrmtAcCnt to other
entities, where the cardinality of the related entity is at most 1. |
class |
SchAgrmtHeaderLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SchAgrmtHeader to
other entities. |
class |
SchAgrmtHeaderOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SchAgrmtHeader to
other entities, where the cardinality of the related entity is at most 1. |
class |
SchAgrmtItemLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SchAgrmtItem to other
entities. |
class |
SchAgrmtItemOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SchAgrmtItem to other
entities, where the cardinality of the related entity is at most 1. |
class |
SchAgrmtPartnerLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SchAgrmtPartner to
other entities. |
class |
SchAgrmtPartnerOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SchAgrmtPartner to
other entities, where the cardinality of the related entity is at most 1. |
class |
SchAgrmtSchLineLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SchAgrmtSchLine to
other entities. |
class |
SchAgrmtSchLineOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SchAgrmtSchLine to
other entities, where the cardinality of the related entity is at most 1. |
class |
SchedgAgrmtDeliveryAddressLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SchedgAgrmtDeliveryAddress to other entities. |
class |
SchedgAgrmtDeliveryAddressOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SchedgAgrmtDeliveryAddress to other entities, where the cardinality of the related entity is at most 1. |
class |
SchedgAgrmtHdrNotesLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SchedgAgrmtHdrNotes to other entities. |
class |
SchedgAgrmtHdrNotesOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SchedgAgrmtHdrNotes to other entities, where the cardinality of the related entity is at most 1. |
class |
SchedgAgrmtItmNotesLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SchedgAgrmtItmNotes to other entities. |
class |
SchedgAgrmtItmNotesOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SchedgAgrmtItmNotes to other entities, where the cardinality of the related entity is at most 1. |
class |
SchedgAgrmtSubcontrgCompLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SchedgAgrmtSubcontrgComp to other entities. |
class |
SchedgAgrmtSubcontrgCompOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SchedgAgrmtSubcontrgComp to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Class and Description |
---|---|
class |
SegmentTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SegmentText to other entities. |
class |
SegmentTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SegmentText to other entities, where
the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected SegmentLink<ObjectT> |
SegmentLink.translateLinkType(EntityLink<SegmentLink<ObjectT>,Segment,ObjectT> link) |
protected SegmentTextLink<ObjectT> |
SegmentTextLink.translateLinkType(EntityLink<SegmentTextLink<ObjectT>,SegmentText,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
ServiceConfirmationItemLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ServiceConfirmationItem to other entities. |
class |
ServiceConfirmationItemOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ServiceConfirmationItem to other entities, where the cardinality of the related entity is at most 1. |
class |
ServiceConfirmationItemTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ServiceConfirmationItemText to other entities. |
class |
ServiceConfirmationItemTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ServiceConfirmationItemText to other entities, where the cardinality of the related entity is at most 1. |
class |
ServiceConfirmationLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ServiceConfirmation to other entities. |
class |
ServiceConfirmationOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ServiceConfirmation to other entities, where the cardinality of the related entity is at most 1. |
class |
ServiceConfirmationTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ServiceConfirmationText to other entities. |
class |
ServiceConfirmationTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ServiceConfirmationText to other entities, where the cardinality of the related entity is at most 1. |
class |
ServiceConfItemPriceElementLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ServiceConfItemPriceElement to other entities. |
class |
ServiceConfItemPriceElementOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ServiceConfItemPriceElement to other entities, where the cardinality of the related entity is at most 1. |
class |
ServiceConfItmRefObjectLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ServiceConfItmRefObject to other entities. |
class |
ServiceConfItmRefObjectOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ServiceConfItmRefObject to other entities, where the cardinality of the related entity is at most 1. |
class |
ServiceConfPersonRespLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ServiceConfPersonResp to other entities. |
class |
ServiceConfPersonRespOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ServiceConfPersonResp to other entities, where the cardinality of the related entity is at most 1. |
class |
ServiceConfPriceElementLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ServiceConfPriceElement to other entities. |
class |
ServiceConfPriceElementOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ServiceConfPriceElement to other entities, where the cardinality of the related entity is at most 1. |
class |
ServiceConfRefObjectLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ServiceConfRefObject to other entities. |
class |
ServiceConfRefObjectOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ServiceConfRefObject to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Class and Description |
---|---|
class |
ServiceContractItemLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ServiceContractItem
to other entities. |
class |
ServiceContractItemOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ServiceContractItem
to other entities, where the cardinality of the related entity is at most 1. |
class |
ServiceContractLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ServiceContract to other
entities. |
class |
ServiceContractOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ServiceContract to other
entities, where the cardinality of the related entity is at most 1. |
class |
ServiceContractTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ServiceContractText
to other entities. |
class |
ServiceContractTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ServiceContractText
to other entities, where the cardinality of the related entity is at most 1. |
class |
ServiceContrItemObjectListLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ServiceContrItemObjectList to other entities. |
class |
ServiceContrItemObjectListOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ServiceContrItemObjectList to other entities, where the cardinality of the related entity is at most 1. |
class |
ServiceContrItmReleasedOrderLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ServiceContrItmReleasedOrder to other entities. |
class |
ServiceContrItmReleasedOrderOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ServiceContrItmReleasedOrder to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Class and Description |
---|---|
class |
ServiceEntrySheetItemLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ServiceEntrySheetItem to other entities. |
class |
ServiceEntrySheetItemOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ServiceEntrySheetItem to other entities, where the cardinality of the related entity is at most 1. |
class |
ServiceEntrySheetLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ServiceEntrySheet to
other entities. |
class |
ServiceEntrySheetOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ServiceEntrySheet to
other entities, where the cardinality of the related entity is at most 1. |
class |
SrvcEntrShtAcctAssignmentLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SrvcEntrShtAcctAssignment to other entities. |
class |
SrvcEntrShtAcctAssignmentOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SrvcEntrShtAcctAssignment to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected ServiceEntrySheetItemLink<ObjectT> |
ServiceEntrySheetItemLink.translateLinkType(EntityLink<ServiceEntrySheetItemLink<ObjectT>,ServiceEntrySheetItem,ObjectT> link) |
protected ServiceEntrySheetLink<ObjectT> |
ServiceEntrySheetLink.translateLinkType(EntityLink<ServiceEntrySheetLink<ObjectT>,ServiceEntrySheet,ObjectT> link) |
protected SrvcEntrShtAcctAssignmentLink<ObjectT> |
SrvcEntrShtAcctAssignmentLink.translateLinkType(EntityLink<SrvcEntrShtAcctAssignmentLink<ObjectT>,SrvcEntrShtAcctAssignment,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
ServiceOrderConfirmationLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ServiceOrderConfirmation to other entities. |
class |
ServiceOrderConfirmationOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ServiceOrderConfirmation to other entities, where the cardinality of the related entity is at most 1. |
class |
ServiceOrderDefectLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ServiceOrderDefect to
other entities. |
class |
ServiceOrderDefectOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ServiceOrderDefect to
other entities, where the cardinality of the related entity is at most 1. |
class |
ServiceOrderItemConfirmationLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ServiceOrderItemConfirmation to other entities. |
class |
ServiceOrderItemConfirmationOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ServiceOrderItemConfirmation to other entities, where the cardinality of the related entity is at most 1. |
class |
ServiceOrderItemLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ServiceOrderItem to other
entities. |
class |
ServiceOrderItemOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ServiceOrderItem to other
entities, where the cardinality of the related entity is at most 1. |
class |
ServiceOrderItemPriceElementLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ServiceOrderItemPriceElement to other entities. |
class |
ServiceOrderItemPriceElementOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ServiceOrderItemPriceElement to other entities, where the cardinality of the related entity is at most 1. |
class |
ServiceOrderItemRefObjectLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ServiceOrderItemRefObject to other entities. |
class |
ServiceOrderItemRefObjectOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ServiceOrderItemRefObject to other entities, where the cardinality of the related entity is at most 1. |
class |
ServiceOrderItemTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ServiceOrderItemText to
other entities. |
class |
ServiceOrderItemTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ServiceOrderItemText to
other entities, where the cardinality of the related entity is at most 1. |
class |
ServiceOrderLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ServiceOrder to other entities. |
class |
ServiceOrderOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ServiceOrder to other entities,
where the cardinality of the related entity is at most 1. |
class |
ServiceOrderPersonRespLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ServiceOrderPersonResp to other entities. |
class |
ServiceOrderPersonRespOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ServiceOrderPersonResp to other entities, where the cardinality of the related entity is at most 1. |
class |
ServiceOrderPriceElementLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ServiceOrderPriceElement to other entities. |
class |
ServiceOrderPriceElementOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ServiceOrderPriceElement to other entities, where the cardinality of the related entity is at most 1. |
class |
ServiceOrderRefObjectLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ServiceOrderRefObject
to other entities. |
class |
ServiceOrderRefObjectOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ServiceOrderRefObject
to other entities, where the cardinality of the related entity is at most 1. |
class |
ServiceOrderTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ServiceOrderText to other
entities. |
class |
ServiceOrderTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ServiceOrderText to other
entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Class and Description |
---|---|
class |
ServiceQtanItemPriceElementLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ServiceQtanItemPriceElement to other entities. |
class |
ServiceQtanItemPriceElementOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ServiceQtanItemPriceElement to other entities, where the cardinality of the related entity is at most 1. |
class |
ServiceQtanItemRefObjectLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ServiceQtanItemRefObject to other entities. |
class |
ServiceQtanItemRefObjectOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ServiceQtanItemRefObject to other entities, where the cardinality of the related entity is at most 1. |
class |
ServiceQtanPersonRespLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ServiceQtanPersonResp to other entities. |
class |
ServiceQtanPersonRespOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ServiceQtanPersonResp to other entities, where the cardinality of the related entity is at most 1. |
class |
ServiceQtanPriceElementLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ServiceQtanPriceElement to other entities. |
class |
ServiceQtanPriceElementOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ServiceQtanPriceElement to other entities, where the cardinality of the related entity is at most 1. |
class |
ServiceQtanRefObjectLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ServiceQtanRefObject to other entities. |
class |
ServiceQtanRefObjectOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ServiceQtanRefObject to other entities, where the cardinality of the related entity is at most 1. |
class |
ServiceQuotationItemLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ServiceQuotationItem to other entities. |
class |
ServiceQuotationItemOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ServiceQuotationItem to other entities, where the cardinality of the related entity is at most 1. |
class |
ServiceQuotationItemTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ServiceQuotationItemText to other entities. |
class |
ServiceQuotationItemTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ServiceQuotationItemText to other entities, where the cardinality of the related entity is at most 1. |
class |
ServiceQuotationLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ServiceQuotation to
other entities. |
class |
ServiceQuotationOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ServiceQuotation to
other entities, where the cardinality of the related entity is at most 1. |
class |
ServiceQuotationTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ServiceQuotationText to other entities. |
class |
ServiceQuotationTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ServiceQuotationText to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Class and Description |
---|---|
class |
DelivSchedSoldToPartyDetnLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
DelivSchedSoldToPartyDetn to other entities. |
class |
DelivSchedSoldToPartyDetnOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
DelivSchedSoldToPartyDetn to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected DelivSchedSoldToPartyDetnLink<ObjectT> |
DelivSchedSoldToPartyDetnLink.translateLinkType(EntityLink<DelivSchedSoldToPartyDetnLink<ObjectT>,DelivSchedSoldToPartyDetn,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
StatisticalKeyFigureLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
StatisticalKeyFigure to other entities. |
class |
StatisticalKeyFigureOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
StatisticalKeyFigure to other entities, where the cardinality of the related entity is at most 1. |
class |
StatisticalKeyFigureTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
StatisticalKeyFigureText to other entities. |
class |
StatisticalKeyFigureTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
StatisticalKeyFigureText to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected StatisticalKeyFigureLink<ObjectT> |
StatisticalKeyFigureLink.translateLinkType(EntityLink<StatisticalKeyFigureLink<ObjectT>,StatisticalKeyFigure,ObjectT> link) |
protected StatisticalKeyFigureTextLink<ObjectT> |
StatisticalKeyFigureTextLink.translateLinkType(EntityLink<StatisticalKeyFigureTextLink<ObjectT>,StatisticalKeyFigureText,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
SubsqntBillgDocForSelfBillgLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SubsqntBillgDocForSelfBillg to other entities. |
class |
SubsqntBillgDocForSelfBillgOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SubsqntBillgDocForSelfBillg to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected SubsqntBillgDocForSelfBillgLink<ObjectT> |
SubsqntBillgDocForSelfBillgLink.translateLinkType(EntityLink<SubsqntBillgDocForSelfBillgLink<ObjectT>,SubsqntBillgDocForSelfBillg,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
SuplrActyDescriptionLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SuplrActyDescription to other entities. |
class |
SuplrActyDescriptionOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SuplrActyDescription to other entities, where the cardinality of the related entity is at most 1. |
class |
SuplrActyParticipantLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SuplrActyParticipant to other entities. |
class |
SuplrActyParticipantOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SuplrActyParticipant to other entities, where the cardinality of the related entity is at most 1. |
class |
SuplrActyPurchaserRespLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SuplrActyPurchaserResp to other entities. |
class |
SuplrActyPurchaserRespOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SuplrActyPurchaserResp to other entities, where the cardinality of the related entity is at most 1. |
class |
SuplrActySupplierLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SuplrActySupplier to
other entities. |
class |
SuplrActySupplierOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SuplrActySupplier to
other entities, where the cardinality of the related entity is at most 1. |
class |
SupplierActivityLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SupplierActivity to
other entities. |
class |
SupplierActivityOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SupplierActivity to
other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected SuplrActyDescriptionLink<ObjectT> |
SuplrActyDescriptionLink.translateLinkType(EntityLink<SuplrActyDescriptionLink<ObjectT>,SuplrActyDescription,ObjectT> link) |
protected SuplrActyParticipantLink<ObjectT> |
SuplrActyParticipantLink.translateLinkType(EntityLink<SuplrActyParticipantLink<ObjectT>,SuplrActyParticipant,ObjectT> link) |
protected SuplrActyPurchaserRespLink<ObjectT> |
SuplrActyPurchaserRespLink.translateLinkType(EntityLink<SuplrActyPurchaserRespLink<ObjectT>,SuplrActyPurchaserResp,ObjectT> link) |
protected SuplrActySupplierLink<ObjectT> |
SuplrActySupplierLink.translateLinkType(EntityLink<SuplrActySupplierLink<ObjectT>,SuplrActySupplier,ObjectT> link) |
protected SupplierActivityLink<ObjectT> |
SupplierActivityLink.translateLinkType(EntityLink<SupplierActivityLink<ObjectT>,SupplierActivity,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
SuplrActyTskActyReferenceLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SuplrActyTskActyReference to other entities. |
class |
SuplrActyTskActyReferenceOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SuplrActyTskActyReference to other entities, where the cardinality of the related entity is at most 1. |
class |
SuplrActyTskCommTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SuplrActyTskCommText to other entities. |
class |
SuplrActyTskCommTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SuplrActyTskCommText to other entities, where the cardinality of the related entity is at most 1. |
class |
SuplrActyTskDescriptionLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SuplrActyTskDescription to other entities. |
class |
SuplrActyTskDescriptionOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SuplrActyTskDescription to other entities, where the cardinality of the related entity is at most 1. |
class |
SuplrActyTskMessageTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SuplrActyTskMessageText to other entities. |
class |
SuplrActyTskMessageTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SuplrActyTskMessageText to other entities, where the cardinality of the related entity is at most 1. |
class |
SuplrActyTskProcessorLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SuplrActyTskProcessor to other entities. |
class |
SuplrActyTskProcessorOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SuplrActyTskProcessor to other entities, where the cardinality of the related entity is at most 1. |
class |
SuplrActyTskPurchaserRespLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SuplrActyTskPurchaserResp to other entities. |
class |
SuplrActyTskPurchaserRespOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SuplrActyTskPurchaserResp to other entities, where the cardinality of the related entity is at most 1. |
class |
SuplrActyTskSupplierLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SuplrActyTskSupplier to other entities. |
class |
SuplrActyTskSupplierOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SuplrActyTskSupplier to other entities, where the cardinality of the related entity is at most 1. |
class |
SupplierActivityTaskLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SupplierActivityTask to other entities. |
class |
SupplierActivityTaskOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SupplierActivityTask to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Class and Description |
---|---|
class |
SuplrEvalRspAppraiserLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SuplrEvalRspAppraiser to other entities. |
class |
SuplrEvalRspAppraiserOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SuplrEvalRspAppraiser to other entities, where the cardinality of the related entity is at most 1. |
class |
SuplrEvalRspExplTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SuplrEvalRspExplText to other entities. |
class |
SuplrEvalRspExplTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SuplrEvalRspExplText to other entities, where the cardinality of the related entity is at most 1. |
class |
SuplrEvalRspExternalNameLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SuplrEvalRspExternalName to other entities. |
class |
SuplrEvalRspExternalNameOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SuplrEvalRspExternalName to other entities, where the cardinality of the related entity is at most 1. |
class |
SuplrEvalRspIntroductionLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SuplrEvalRspIntroduction to other entities. |
class |
SuplrEvalRspIntroductionOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SuplrEvalRspIntroduction to other entities, where the cardinality of the related entity is at most 1. |
class |
SuplrEvalRspLanguageLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SuplrEvalRspLanguage to other entities. |
class |
SuplrEvalRspLanguageOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SuplrEvalRspLanguage to other entities, where the cardinality of the related entity is at most 1. |
class |
SuplrEvalRspPurchaserRespLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SuplrEvalRspPurchaserResp to other entities. |
class |
SuplrEvalRspPurchaserRespOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SuplrEvalRspPurchaserResp to other entities, where the cardinality of the related entity is at most 1. |
class |
SuplrEvalRspQuestionLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SuplrEvalRspQuestion to other entities. |
class |
SuplrEvalRspQuestionOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SuplrEvalRspQuestion to other entities, where the cardinality of the related entity is at most 1. |
class |
SuplrEvalRspQuestionTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SuplrEvalRspQuestionText to other entities. |
class |
SuplrEvalRspQuestionTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SuplrEvalRspQuestionText to other entities, where the cardinality of the related entity is at most 1. |
class |
SuplrEvalRspRootQnaireLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SuplrEvalRspRootQnaire to other entities. |
class |
SuplrEvalRspRootQnaireOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SuplrEvalRspRootQnaire to other entities, where the cardinality of the related entity is at most 1. |
class |
SuplrEvalRspSectionLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SuplrEvalRspSection to other entities. |
class |
SuplrEvalRspSectionOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SuplrEvalRspSection to other entities, where the cardinality of the related entity is at most 1. |
class |
SuplrEvalRspSectionTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SuplrEvalRspSectionText to other entities. |
class |
SuplrEvalRspSectionTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SuplrEvalRspSectionText to other entities, where the cardinality of the related entity is at most 1. |
class |
SuplrEvalRspStrucQnaireLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SuplrEvalRspStrucQnaire to other entities. |
class |
SuplrEvalRspStrucQnaireOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SuplrEvalRspStrucQnaire to other entities, where the cardinality of the related entity is at most 1. |
class |
SuplrEvalRspSupplierLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SuplrEvalRspSupplier to other entities. |
class |
SuplrEvalRspSupplierOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SuplrEvalRspSupplier to other entities, where the cardinality of the related entity is at most 1. |
class |
SupplierEvaluationResponseLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SupplierEvaluationResponse to other entities. |
class |
SupplierEvaluationResponseOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SupplierEvaluationResponse to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Class and Description |
---|---|
class |
SupplierOplScoresAVParametersLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SupplierOplScoresAVParameters to other entities. |
class |
SupplierOplScoresAVParametersOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SupplierOplScoresAVParameters to other entities, where the cardinality of the related entity is at most 1. |
class |
SupplierOplScoresAVResultLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SupplierOplScoresAVResult to other entities. |
class |
SupplierOplScoresAVResultOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SupplierOplScoresAVResult to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected SupplierOplScoresAVParametersLink<ObjectT> |
SupplierOplScoresAVParametersLink.translateLinkType(EntityLink<SupplierOplScoresAVParametersLink<ObjectT>,SupplierOplScoresAVParameters,ObjectT> link) |
protected SupplierOplScoresAVResultLink<ObjectT> |
SupplierOplScoresAVResultLink.translateLinkType(EntityLink<SupplierOplScoresAVResultLink<ObjectT>,SupplierOplScoresAVResult,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
SuplrEvalSccrdPurchaserRespLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SuplrEvalSccrdPurchaserResp to other entities. |
class |
SuplrEvalSccrdPurchaserRespOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SuplrEvalSccrdPurchaserResp to other entities, where the cardinality of the related entity is at most 1. |
class |
SuplrEvalSccrdQuestionLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SuplrEvalSccrdQuestion to other entities. |
class |
SuplrEvalSccrdQuestionOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SuplrEvalSccrdQuestion to other entities, where the cardinality of the related entity is at most 1. |
class |
SuplrEvalSccrdSectionLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SuplrEvalSccrdSection to other entities. |
class |
SuplrEvalSccrdSectionOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SuplrEvalSccrdSection to other entities, where the cardinality of the related entity is at most 1. |
class |
SuplrEvalSccrdStrucQnaireLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SuplrEvalSccrdStrucQnaire to other entities. |
class |
SuplrEvalSccrdStrucQnaireOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SuplrEvalSccrdStrucQnaire to other entities, where the cardinality of the related entity is at most 1. |
class |
SuplrEvalSccrdSupplierLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SuplrEvalSccrdSupplier to other entities. |
class |
SuplrEvalSccrdSupplierOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SuplrEvalSccrdSupplier to other entities, where the cardinality of the related entity is at most 1. |
class |
SuplrEvalScorecardLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SuplrEvalScorecard to other entities. |
class |
SuplrEvalScorecardOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SuplrEvalScorecard to other entities, where the cardinality of the related entity is at most 1. |
class |
SuplrEvalScorecardRootQnaireLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SuplrEvalScorecardRootQnaire to other entities. |
class |
SuplrEvalScorecardRootQnaireOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SuplrEvalScorecardRootQnaire to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Class and Description |
---|---|
class |
SuplrInvcHeaderWhldgTaxLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SuplrInvcHeaderWhldgTax to other entities. |
class |
SuplrInvcHeaderWhldgTaxOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SuplrInvcHeaderWhldgTax to other entities, where the cardinality of the related entity is at most 1. |
class |
SuplrInvcItemAcctAssgmtLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SuplrInvcItemAcctAssgmt to other entities. |
class |
SuplrInvcItemAcctAssgmtOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SuplrInvcItemAcctAssgmt to other entities, where the cardinality of the related entity is at most 1. |
class |
SuplrInvcItemPurOrdRefLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SuplrInvcItemPurOrdRef to other entities. |
class |
SuplrInvcItemPurOrdRefOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SuplrInvcItemPurOrdRef to other entities, where the cardinality of the related entity is at most 1. |
class |
SupplierInvoiceItemGLAcctLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SupplierInvoiceItemGLAcct to other entities. |
class |
SupplierInvoiceItemGLAcctOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SupplierInvoiceItemGLAcct to other entities, where the cardinality of the related entity is at most 1. |
class |
SupplierInvoiceLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SupplierInvoice to other entities. |
class |
SupplierInvoiceOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SupplierInvoice to other entities, where the cardinality of the related entity is at most 1. |
class |
SupplierInvoiceTaxLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SupplierInvoiceTax to other entities. |
class |
SupplierInvoiceTaxOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SupplierInvoiceTax to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Class and Description |
---|---|
class |
SupplierQuotationItemLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SupplierQuotationItem to other entities. |
class |
SupplierQuotationItemOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SupplierQuotationItem to other entities, where the cardinality of the related entity is at most 1. |
class |
SupplierQuotationLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SupplierQuotation to
other entities. |
class |
SupplierQuotationOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SupplierQuotation to
other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected SupplierQuotationItemLink<ObjectT> |
SupplierQuotationItemLink.translateLinkType(EntityLink<SupplierQuotationItemLink<ObjectT>,SupplierQuotationItem,ObjectT> link) |
protected SupplierQuotationLink<ObjectT> |
SupplierQuotationLink.translateLinkType(EntityLink<SupplierQuotationLink<ObjectT>,SupplierQuotation,ObjectT> link) |
Modifier and Type | Method and Description |
---|---|
protected PartnerCompanyLink<ObjectT> |
PartnerCompanyLink.translateLinkType(EntityLink<PartnerCompanyLink<ObjectT>,PartnerCompany,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
GRTransactionDataParametersLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
GRTransactionDataParameters to other entities. |
class |
GRTransactionDataParametersOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
GRTransactionDataParameters to other entities, where the cardinality of the related entity is at most 1. |
class |
GRTransactionDataResultLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
GRTransactionDataResult to other entities. |
class |
GRTransactionDataResultOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
GRTransactionDataResult to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected GRTransactionDataParametersLink<ObjectT> |
GRTransactionDataParametersLink.translateLinkType(EntityLink<GRTransactionDataParametersLink<ObjectT>,GRTransactionDataParameters,ObjectT> link) |
protected GRTransactionDataResultLink<ObjectT> |
GRTransactionDataResultLink.translateLinkType(EntityLink<GRTransactionDataResultLink<ObjectT>,GRTransactionDataResult,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
TrsyPosFlowLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
TrsyPosFlow to other
entities. |
class |
TrsyPosFlowOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
TrsyPosFlow to other
entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected TrsyPosFlowLink<ObjectT> |
TrsyPosFlowLink.translateLinkType(EntityLink<TrsyPosFlowLink<ObjectT>,TrsyPosFlow,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
AccountingDocumentCategoryLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
AccountingDocumentCategory to other entities. |
class |
AccountingDocumentCategoryOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
AccountingDocumentCategory to other entities, where the cardinality of the related entity is at most 1. |
class |
AccountingDocumentLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
AccountingDocument to
other entities. |
class |
AccountingDocumentOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
AccountingDocument to
other entities, where the cardinality of the related entity is at most 1. |
class |
AlternativeGLAccountLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
AlternativeGLAccount to
other entities. |
class |
AlternativeGLAccountOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
AlternativeGLAccount to
other entities, where the cardinality of the related entity is at most 1. |
class |
AssetTransactionLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
AssetTransaction to other
entities. |
class |
AssetTransactionOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
AssetTransaction to other
entities, where the cardinality of the related entity is at most 1. |
class |
BalanceTransactionCurrencyLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BalanceTransactionCurrency to other entities. |
class |
BalanceTransactionCurrencyOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BalanceTransactionCurrency to other entities, where the cardinality of the related entity is at most 1. |
class |
BillingDocumentLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BillingDocument to other
entities. |
class |
BillingDocumentOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BillingDocument to other
entities, where the cardinality of the related entity is at most 1. |
class |
BudgetPeriodLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BudgetPeriod to other entities. |
class |
BudgetPeriodOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BudgetPeriod to other entities,
where the cardinality of the related entity is at most 1. |
class |
BusinessAreaLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BusinessArea to other entities. |
class |
BusinessAreaOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BusinessArea to other entities,
where the cardinality of the related entity is at most 1. |
class |
BusinessProcessLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BusinessProcess to other
entities. |
class |
BusinessProcessOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BusinessProcess to other
entities, where the cardinality of the related entity is at most 1. |
class |
BusinessTransactionLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BusinessTransaction to
other entities. |
class |
BusinessTransactionOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
BusinessTransaction to
other entities, where the cardinality of the related entity is at most 1. |
class |
CalendarMonthLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CalendarMonth to other
entities. |
class |
CalendarMonthOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CalendarMonth to other
entities, where the cardinality of the related entity is at most 1. |
class |
CalendarQuarterLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CalendarQuarter to other
entities. |
class |
CalendarQuarterOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CalendarQuarter to other
entities, where the cardinality of the related entity is at most 1. |
class |
CalendarYearMonthLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CalendarYearMonth to other
entities. |
class |
CalendarYearMonthOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CalendarYearMonth to other
entities, where the cardinality of the related entity is at most 1. |
class |
ChartOfAccountsLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ChartOfAccounts to other
entities. |
class |
ChartOfAccountsOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ChartOfAccounts to other
entities, where the cardinality of the related entity is at most 1. |
class |
ClearingAccountingDocumentLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ClearingAccountingDocument to other entities. |
class |
ClearingAccountingDocumentOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ClearingAccountingDocument to other entities, where the cardinality of the related entity is at most 1. |
class |
CompanyCodeCurrencyLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CompanyCodeCurrency to
other entities. |
class |
CompanyCodeCurrencyOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CompanyCodeCurrency to
other entities, where the cardinality of the related entity is at most 1. |
class |
CompanyCodeLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CompanyCode to other entities. |
class |
CompanyCodeOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CompanyCode to other entities,
where the cardinality of the related entity is at most 1. |
class |
ControllingAreaLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ControllingArea to other
entities. |
class |
ControllingAreaOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ControllingArea to other
entities, where the cardinality of the related entity is at most 1. |
class |
ControllingObjectClassLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ControllingObjectClass to other entities. |
class |
ControllingObjectClassOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ControllingObjectClass to other entities, where the cardinality of the related entity is at most 1. |
class |
ControllingObjectDebitLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ControllingObjectDebit to other entities. |
class |
ControllingObjectDebitOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ControllingObjectDebit to other entities, where the cardinality of the related entity is at most 1. |
class |
CorporateGroupAccountLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CorporateGroupAccount
to other entities. |
class |
CorporateGroupAccountOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CorporateGroupAccount
to other entities, where the cardinality of the related entity is at most 1. |
class |
CorporateGroupChartOfAccountsLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CorporateGroupChartOfAccounts to other entities. |
class |
CorporateGroupChartOfAccountsOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CorporateGroupChartOfAccounts to other entities, where the cardinality of the related entity is at most 1. |
class |
CostCenterLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CostCenter to other entities. |
class |
CostCenterOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CostCenter to other entities,
where the cardinality of the related entity is at most 1. |
class |
CountryChartOfAccountsLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CountryChartOfAccounts to other entities. |
class |
CountryChartOfAccountsOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CountryChartOfAccounts to other entities, where the cardinality of the related entity is at most 1. |
class |
CustomerGroupLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CustomerGroup to other
entities. |
class |
CustomerGroupOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
CustomerGroup to other
entities, where the cardinality of the related entity is at most 1. |
class |
CustomerLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
Customer to other entities. |
class |
CustomerOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
Customer to other entities, where
the cardinality of the related entity is at most 1. |
class |
DebitCreditCodeLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
DebitCreditCode to other
entities. |
class |
DebitCreditCodeOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
DebitCreditCode to other
entities, where the cardinality of the related entity is at most 1. |
class |
DistributionChannelLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
DistributionChannel to
other entities. |
class |
DistributionChannelOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
DistributionChannel to
other entities, where the cardinality of the related entity is at most 1. |
class |
EliminationProfitCenterLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
EliminationProfitCenter to other entities. |
class |
EliminationProfitCenterOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
EliminationProfitCenter to other entities, where the cardinality of the related entity is at most 1. |
class |
FinancialAccountLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FinancialAccount to other
entities. |
class |
FinancialAccountOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FinancialAccount to other
entities, where the cardinality of the related entity is at most 1. |
class |
FinancialManagementAreaLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FinancialManagementArea to other entities. |
class |
FinancialManagementAreaOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FinancialManagementArea to other entities, where the cardinality of the related entity is at most 1. |
class |
FinancialTransactionLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FinancialTransaction to
other entities. |
class |
FinancialTransactionOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FinancialTransaction to
other entities, where the cardinality of the related entity is at most 1. |
class |
FiscalYearLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FiscalYear to other entities. |
class |
FiscalYearOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FiscalYear to other entities,
where the cardinality of the related entity is at most 1. |
class |
FiscalYearVariantLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FiscalYearVariant to other
entities. |
class |
FiscalYearVariantOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FiscalYearVariant to other
entities, where the cardinality of the related entity is at most 1. |
class |
FixedAssetLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FixedAsset to other entities. |
class |
FixedAssetOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FixedAsset to other entities,
where the cardinality of the related entity is at most 1. |
class |
FreeDefinedCurrency1Link<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FreeDefinedCurrency1 to
other entities. |
class |
FreeDefinedCurrency1OneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FreeDefinedCurrency1 to
other entities, where the cardinality of the related entity is at most 1. |
class |
FreeDefinedCurrency2Link<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FreeDefinedCurrency2 to
other entities. |
class |
FreeDefinedCurrency2OneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FreeDefinedCurrency2 to
other entities, where the cardinality of the related entity is at most 1. |
class |
FreeDefinedCurrency3Link<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FreeDefinedCurrency3 to
other entities. |
class |
FreeDefinedCurrency3OneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FreeDefinedCurrency3 to
other entities, where the cardinality of the related entity is at most 1. |
class |
FreeDefinedCurrency4Link<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FreeDefinedCurrency4 to
other entities. |
class |
FreeDefinedCurrency4OneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FreeDefinedCurrency4 to
other entities, where the cardinality of the related entity is at most 1. |
class |
FreeDefinedCurrency5Link<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FreeDefinedCurrency5 to
other entities. |
class |
FreeDefinedCurrency5OneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FreeDefinedCurrency5 to
other entities, where the cardinality of the related entity is at most 1. |
class |
FreeDefinedCurrency6Link<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FreeDefinedCurrency6 to
other entities. |
class |
FreeDefinedCurrency6OneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FreeDefinedCurrency6 to
other entities, where the cardinality of the related entity is at most 1. |
class |
FreeDefinedCurrency7Link<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FreeDefinedCurrency7 to
other entities. |
class |
FreeDefinedCurrency7OneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FreeDefinedCurrency7 to
other entities, where the cardinality of the related entity is at most 1. |
class |
FreeDefinedCurrency8Link<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FreeDefinedCurrency8 to
other entities. |
class |
FreeDefinedCurrency8OneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FreeDefinedCurrency8 to
other entities, where the cardinality of the related entity is at most 1. |
class |
FunctionalAreaLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FunctionalArea to other
entities. |
class |
FunctionalAreaOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
FunctionalArea to other
entities, where the cardinality of the related entity is at most 1. |
class |
FundLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
Fund to other entities. |
class |
FundOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
Fund to other entities, where the
cardinality of the related entity is at most 1. |
class |
GLAccount_2Link<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
GLAccount_2 to other entities. |
class |
GLAccount_2OneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
GLAccount_2 to other entities,
where the cardinality of the related entity is at most 1. |
class |
GLAccountHierarchyLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
GLAccountHierarchy to
other entities. |
class |
GLAccountHierarchyOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
GLAccountHierarchy to
other entities, where the cardinality of the related entity is at most 1. |
class |
GLAccountLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
GLAccount to other entities. |
class |
GLAccountOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
GLAccount to other entities, where
the cardinality of the related entity is at most 1. |
class |
GlobalCurrencyLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
GlobalCurrency to other
entities. |
class |
GlobalCurrencyOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
GlobalCurrency to other
entities, where the cardinality of the related entity is at most 1. |
class |
GroupFixedAssetLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
GroupFixedAsset to other
entities. |
class |
GroupFixedAssetOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
GroupFixedAsset to other
entities, where the cardinality of the related entity is at most 1. |
class |
GroupMasterFixedAssetLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
GroupMasterFixedAsset
to other entities. |
class |
GroupMasterFixedAssetOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
GroupMasterFixedAsset
to other entities, where the cardinality of the related entity is at most 1. |
class |
HouseBankAccountLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
HouseBankAccount to other
entities. |
class |
HouseBankAccountOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
HouseBankAccount to other
entities, where the cardinality of the related entity is at most 1. |
class |
HouseBankLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
HouseBank to other entities. |
class |
HouseBankOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
HouseBank to other entities, where
the cardinality of the related entity is at most 1. |
class |
InventorySpclStkSalesDocItmLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
InventorySpclStkSalesDocItm to other entities. |
class |
InventorySpclStkSalesDocItmOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
InventorySpclStkSalesDocItm to other entities, where the cardinality of the related entity is at most 1. |
class |
InventorySpclStkSalesDocumentLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
InventorySpclStkSalesDocument to other entities. |
class |
InventorySpclStkSalesDocumentOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
InventorySpclStkSalesDocument to other entities, where the cardinality of the related entity is at most 1. |
class |
InventorySpclStockWBSElementLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
InventorySpclStockWBSElement to other entities. |
class |
InventorySpclStockWBSElementOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
InventorySpclStockWBSElement to other entities, where the cardinality of the related entity is at most 1. |
class |
InventorySpecialStockLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
InventorySpecialStock
to other entities. |
class |
InventorySpecialStockOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
InventorySpecialStock
to other entities, where the cardinality of the related entity is at most 1. |
class |
InventorySpecialStockSupplierLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
InventorySpecialStockSupplier to other entities. |
class |
InventorySpecialStockSupplierOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
InventorySpecialStockSupplier to other entities, where the cardinality of the related entity is at most 1. |
class |
InventorySpecialStockValnLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
InventorySpecialStockValn to other entities. |
class |
InventorySpecialStockValnOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
InventorySpecialStockValn to other entities, where the cardinality of the related entity is at most 1. |
class |
InventoryValuationLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
InventoryValuation to
other entities. |
class |
InventoryValuationOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
InventoryValuation to
other entities, where the cardinality of the related entity is at most 1. |
class |
IsBalanceSheetAccountLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
IsBalanceSheetAccount
to other entities. |
class |
IsBalanceSheetAccountOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
IsBalanceSheetAccount
to other entities, where the cardinality of the related entity is at most 1. |
class |
IsOpenItemManagedLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
IsOpenItemManaged to other
entities. |
class |
IsOpenItemManagedOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
IsOpenItemManaged to other
entities, where the cardinality of the related entity is at most 1. |
class |
IsReversalLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
IsReversal to other entities. |
class |
IsReversalOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
IsReversal to other entities,
where the cardinality of the related entity is at most 1. |
class |
IsReversedLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
IsReversed to other entities. |
class |
IsReversedOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
IsReversed to other entities,
where the cardinality of the related entity is at most 1. |
class |
IsSettledLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
IsSettled to other entities. |
class |
IsSettledOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
IsSettled to other entities, where
the cardinality of the related entity is at most 1. |
class |
IsSettlementLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
IsSettlement to other entities. |
class |
IsSettlementOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
IsSettlement to other entities,
where the cardinality of the related entity is at most 1. |
class |
LedgerLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
Ledger to other entities. |
class |
LedgerOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
Ledger to other entities, where the
cardinality of the related entity is at most 1. |
class |
LineItemIsCompletedLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
LineItemIsCompleted to
other entities. |
class |
LineItemIsCompletedOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
LineItemIsCompleted to
other entities, where the cardinality of the related entity is at most 1. |
class |
LogicalSystemLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
LogicalSystem to other
entities. |
class |
LogicalSystemOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
LogicalSystem to other
entities, where the cardinality of the related entity is at most 1. |
class |
MasterFixedAssetLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
MasterFixedAsset to other
entities. |
class |
MasterFixedAssetOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
MasterFixedAsset to other
entities, where the cardinality of the related entity is at most 1. |
class |
MaterialGroupLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
MaterialGroup to other
entities. |
class |
MaterialGroupNameLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
MaterialGroupName to other
entities. |
class |
MaterialGroupNameOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
MaterialGroupName to other
entities, where the cardinality of the related entity is at most 1. |
class |
MaterialGroupOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
MaterialGroup to other
entities, where the cardinality of the related entity is at most 1. |
class |
MaterialLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
Material to other entities. |
class |
MaterialNameLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
MaterialName to other entities. |
class |
MaterialNameOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
MaterialName to other entities,
where the cardinality of the related entity is at most 1. |
class |
MaterialOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
Material to other entities, where
the cardinality of the related entity is at most 1. |
class |
ODataQueryAdditionalMetadataLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ODataQueryAdditionalMetadata to other entities. |
class |
ODataQueryAdditionalMetadataOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ODataQueryAdditionalMetadata to other entities, where the cardinality of the related entity is at most 1. |
class |
OffsettingAccount_2Link<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
OffsettingAccount_2 to
other entities. |
class |
OffsettingAccount_2OneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
OffsettingAccount_2 to
other entities, where the cardinality of the related entity is at most 1. |
class |
OffsettingAccountLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
OffsettingAccount to other
entities. |
class |
OffsettingAccountOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
OffsettingAccount to other
entities, where the cardinality of the related entity is at most 1. |
class |
OperatingConcernLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
OperatingConcern to other
entities. |
class |
OperatingConcernOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
OperatingConcern to other
entities, where the cardinality of the related entity is at most 1. |
class |
OrderCategoryLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
OrderCategory to other
entities. |
class |
OrderCategoryOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
OrderCategory to other
entities, where the cardinality of the related entity is at most 1. |
class |
OrderIDLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
OrderID to other entities. |
class |
OrderIDOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
OrderID to other entities, where the
cardinality of the related entity is at most 1. |
class |
OriginCostCenterLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
OriginCostCenter to other
entities. |
class |
OriginCostCenterOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
OriginCostCenter to other
entities, where the cardinality of the related entity is at most 1. |
class |
OriginCostCtrActivityLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
OriginCostCtrActivity
to other entities. |
class |
OriginCostCtrActivityOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
OriginCostCtrActivity
to other entities, where the cardinality of the related entity is at most 1. |
class |
OriginObjectLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
OriginObject to other entities. |
class |
OriginObjectOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
OriginObject to other entities,
where the cardinality of the related entity is at most 1. |
class |
PartnerBudgetPeriodLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PartnerBudgetPeriod to
other entities. |
class |
PartnerBudgetPeriodOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PartnerBudgetPeriod to
other entities, where the cardinality of the related entity is at most 1. |
class |
PartnerBusinessAreaLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PartnerBusinessArea to
other entities. |
class |
PartnerBusinessAreaOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PartnerBusinessArea to
other entities, where the cardinality of the related entity is at most 1. |
class |
PartnerBusinessProcessLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PartnerBusinessProcess to other entities. |
class |
PartnerBusinessProcessOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PartnerBusinessProcess to other entities, where the cardinality of the related entity is at most 1. |
class |
PartnerCompanyCodeLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PartnerCompanyCode to
other entities. |
class |
PartnerCompanyCodeOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PartnerCompanyCode to
other entities, where the cardinality of the related entity is at most 1. |
class |
PartnerCompanyLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PartnerCompany to other
entities. |
class |
PartnerCompanyOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PartnerCompany to other
entities, where the cardinality of the related entity is at most 1. |
class |
PartnerControllingObjectClassLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PartnerControllingObjectClass to other entities. |
class |
PartnerControllingObjectClassOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PartnerControllingObjectClass to other entities, where the cardinality of the related entity is at most 1. |
class |
PartnerCostCenterLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PartnerCostCenter to other
entities. |
class |
PartnerCostCenterOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PartnerCostCenter to other
entities, where the cardinality of the related entity is at most 1. |
class |
PartnerFunctionalAreaLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PartnerFunctionalArea
to other entities. |
class |
PartnerFunctionalAreaOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PartnerFunctionalArea
to other entities, where the cardinality of the related entity is at most 1. |
class |
PartnerFundLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PartnerFund to other entities. |
class |
PartnerFundOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PartnerFund to other entities,
where the cardinality of the related entity is at most 1. |
class |
PartnerOrderCategoryLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PartnerOrderCategory to
other entities. |
class |
PartnerOrderCategoryOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PartnerOrderCategory to
other entities, where the cardinality of the related entity is at most 1. |
class |
PartnerOrderLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PartnerOrder to other entities. |
class |
PartnerOrderOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PartnerOrder to other entities,
where the cardinality of the related entity is at most 1. |
class |
PartnerProfitCenterLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PartnerProfitCenter to
other entities. |
class |
PartnerProfitCenterOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PartnerProfitCenter to
other entities, where the cardinality of the related entity is at most 1. |
class |
PartnerProjectLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PartnerProject to other
entities. |
class |
PartnerProjectOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PartnerProject to other
entities, where the cardinality of the related entity is at most 1. |
class |
PartnerSalesDocumentItemLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PartnerSalesDocumentItem to other entities. |
class |
PartnerSalesDocumentItemOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PartnerSalesDocumentItem to other entities, where the cardinality of the related entity is at most 1. |
class |
PartnerSalesDocumentLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PartnerSalesDocument to
other entities. |
class |
PartnerSalesDocumentOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PartnerSalesDocument to
other entities, where the cardinality of the related entity is at most 1. |
class |
PartnerSegmentLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PartnerSegment to other
entities. |
class |
PartnerSegmentOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PartnerSegment to other
entities, where the cardinality of the related entity is at most 1. |
class |
PartnerWBSElementLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PartnerWBSElement to other
entities. |
class |
PartnerWBSElementOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PartnerWBSElement to other
entities, where the cardinality of the related entity is at most 1. |
class |
PlantLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
Plant to other entities. |
class |
PlantOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
Plant to other entities, where the
cardinality of the related entity is at most 1. |
class |
PostingKeyLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PostingKey to other entities. |
class |
PostingKeyOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PostingKey to other entities,
where the cardinality of the related entity is at most 1. |
class |
PredecessorReferenceDocLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PredecessorReferenceDoc to other entities. |
class |
PredecessorReferenceDocOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PredecessorReferenceDoc to other entities, where the cardinality of the related entity is at most 1. |
class |
ProfitCenterLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProfitCenter to other entities. |
class |
ProfitCenterOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProfitCenter to other entities,
where the cardinality of the related entity is at most 1. |
class |
ProjectLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
Project to other entities. |
class |
ProjectNetworkLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProjectNetwork to other
entities. |
class |
ProjectNetworkOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ProjectNetwork to other
entities, where the cardinality of the related entity is at most 1. |
class |
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. |
class |
PurchasingDocumentLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PurchasingDocument to
other entities. |
class |
PurchasingDocumentOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
PurchasingDocument to
other entities, where the cardinality of the related entity is at most 1. |
class |
QuantityIsIncompleteLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
QuantityIsIncomplete to
other entities. |
class |
QuantityIsIncompleteOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
QuantityIsIncomplete to
other entities, where the cardinality of the related entity is at most 1. |
class |
ReferenceDocumentLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ReferenceDocument to other
entities. |
class |
ReferenceDocumentOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ReferenceDocument to other
entities, where the cardinality of the related entity is at most 1. |
class |
SalesDocumentItemLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesDocumentItem to other
entities. |
class |
SalesDocumentItemOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesDocumentItem to other
entities, where the cardinality of the related entity is at most 1. |
class |
SalesDocumentLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesDocument to other
entities. |
class |
SalesDocumentOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesDocument to other
entities, where the cardinality of the related entity is at most 1. |
class |
SalesOrderItemLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesOrderItem to other
entities. |
class |
SalesOrderItemOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesOrderItem to other
entities, where the cardinality of the related entity is at most 1. |
class |
SalesOrderLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesOrder to other entities. |
class |
SalesOrderOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesOrder to other entities,
where the cardinality of the related entity is at most 1. |
class |
SalesOrganizationLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesOrganization to other
entities. |
class |
SalesOrganizationOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SalesOrganization to other
entities, where the cardinality of the related entity is at most 1. |
class |
SegmentLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
Segment to other entities. |
class |
SegmentOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
Segment to other entities, where the
cardinality of the related entity is at most 1. |
class |
SpecialGLCodeLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SpecialGLCode to other
entities. |
class |
SpecialGLCodeOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SpecialGLCode to other
entities, where the cardinality of the related entity is at most 1. |
class |
SupplierLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
Supplier to other entities. |
class |
SupplierOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
Supplier to other entities, where
the cardinality of the related entity is at most 1. |
class |
TransactionCurrencyLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
TransactionCurrency to
other entities. |
class |
TransactionCurrencyOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
TransactionCurrency to
other entities, where the cardinality of the related entity is at most 1. |
class |
TRIALBALANCEParametersLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
TRIALBALANCEParameters to other entities. |
class |
TRIALBALANCEParametersOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
TRIALBALANCEParameters to other entities, where the cardinality of the related entity is at most 1. |
class |
TRIALBALANCEResultLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
TRIALBALANCEResult to
other entities. |
class |
TRIALBALANCEResultOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
TRIALBALANCEResult to
other entities, where the cardinality of the related entity is at most 1. |
class |
ValuationAreaLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ValuationArea to other
entities. |
class |
ValuationAreaOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
ValuationArea to other
entities, where the cardinality of the related entity is at most 1. |
class |
WBSElementLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
WBSElement to other entities. |
class |
WBSElementOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
WBSElement to other entities,
where the cardinality of the related entity is at most 1. |
Modifier and Type | Class and Description |
---|---|
class |
WarehouseLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
Warehouse to other entities. |
class |
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. |
class |
WarehouseStorageTypeLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
WarehouseStorageType to
other entities. |
class |
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. |
class |
WarehouseStorageTypeTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
WarehouseStorageTypeText to other entities. |
class |
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. |
class |
WarehouseTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
WarehouseText to other entities. |
class |
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. |
Modifier and Type | Method and Description |
---|---|
protected WarehouseLink<ObjectT> |
WarehouseLink.translateLinkType(EntityLink<WarehouseLink<ObjectT>,Warehouse,ObjectT> link) |
protected WarehouseStorageTypeLink<ObjectT> |
WarehouseStorageTypeLink.translateLinkType(EntityLink<WarehouseStorageTypeLink<ObjectT>,WarehouseStorageType,ObjectT> link) |
protected WarehouseStorageTypeTextLink<ObjectT> |
WarehouseStorageTypeTextLink.translateLinkType(EntityLink<WarehouseStorageTypeTextLink<ObjectT>,WarehouseStorageTypeText,ObjectT> link) |
protected WarehouseTextLink<ObjectT> |
WarehouseTextLink.translateLinkType(EntityLink<WarehouseTextLink<ObjectT>,WarehouseText,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
WhseInboundDeliveryHeadLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
WhseInboundDeliveryHead to other entities. |
class |
WhseInboundDeliveryHeadOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
WhseInboundDeliveryHead to other entities, where the cardinality of the related entity is at most 1. |
class |
WhseInboundDeliveryItemLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
WhseInboundDeliveryItem to other entities. |
class |
WhseInboundDeliveryItemOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
WhseInboundDeliveryItem to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected WhseInboundDeliveryHeadLink<ObjectT> |
WhseInboundDeliveryHeadLink.translateLinkType(EntityLink<WhseInboundDeliveryHeadLink<ObjectT>,WhseInboundDeliveryHead,ObjectT> link) |
protected WhseInboundDeliveryItemLink<ObjectT> |
WhseInboundDeliveryItemLink.translateLinkType(EntityLink<WhseInboundDeliveryItemLink<ObjectT>,WhseInboundDeliveryItem,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
WhseDeliveryDocumentAddressLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
WhseDeliveryDocumentAddress to other entities. |
class |
WhseDeliveryDocumentAddressOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
WhseDeliveryDocumentAddress to other entities, where the cardinality of the related entity is at most 1. |
class |
WhseOutboundDeliveryOrderHeadLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
WhseOutboundDeliveryOrderHead to other entities. |
class |
WhseOutboundDeliveryOrderHeadOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
WhseOutboundDeliveryOrderHead to other entities, where the cardinality of the related entity is at most 1. |
class |
WhseOutboundDeliveryOrderItemLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
WhseOutboundDeliveryOrderItem to other entities. |
class |
WhseOutboundDeliveryOrderItemOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
WhseOutboundDeliveryOrderItem to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected WhseDeliveryDocumentAddressLink<ObjectT> |
WhseDeliveryDocumentAddressLink.translateLinkType(EntityLink<WhseDeliveryDocumentAddressLink<ObjectT>,WhseDeliveryDocumentAddress,ObjectT> link) |
protected WhseOutboundDeliveryOrderHeadLink<ObjectT> |
WhseOutboundDeliveryOrderHeadLink.translateLinkType(EntityLink<WhseOutboundDeliveryOrderHeadLink<ObjectT>,WhseOutboundDeliveryOrderHead,ObjectT> link) |
protected WhseOutboundDeliveryOrderItemLink<ObjectT> |
WhseOutboundDeliveryOrderItemLink.translateLinkType(EntityLink<WhseOutboundDeliveryOrderItemLink<ObjectT>,WhseOutboundDeliveryOrderItem,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
WhsePhysicalInventoryCountItemLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
WhsePhysicalInventoryCountItem to other entities. |
class |
WhsePhysicalInventoryCountItemOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
WhsePhysicalInventoryCountItem to other entities, where the cardinality of the related entity is at most 1. |
class |
WhsePhysicalInventoryItemLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
WhsePhysicalInventoryItem to other entities. |
class |
WhsePhysicalInventoryItemOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
WhsePhysicalInventoryItem to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected WhsePhysicalInventoryCountItemLink<ObjectT> |
WhsePhysicalInventoryCountItemLink.translateLinkType(EntityLink<WhsePhysicalInventoryCountItemLink<ObjectT>,WhsePhysicalInventoryCountItem,ObjectT> link) |
protected WhsePhysicalInventoryItemLink<ObjectT> |
WhsePhysicalInventoryItemLink.translateLinkType(EntityLink<WhsePhysicalInventoryItemLink<ObjectT>,WhsePhysicalInventoryItem,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
WarehouseResourceLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
WarehouseResource to
other entities. |
class |
WarehouseResourceOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
WarehouseResource to
other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected WarehouseResourceLink<ObjectT> |
WarehouseResourceLink.translateLinkType(EntityLink<WarehouseResourceLink<ObjectT>,WarehouseResource,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
WarehouseStorageBinLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
WarehouseStorageBin to other entities. |
class |
WarehouseStorageBinOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
WarehouseStorageBin to other entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected WarehouseStorageBinLink<ObjectT> |
WarehouseStorageBinLink.translateLinkType(EntityLink<WarehouseStorageBinLink<ObjectT>,WarehouseStorageBin,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
WarehouseOrderLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
WarehouseOrder to other
entities. |
class |
WarehouseOrderOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
WarehouseOrder to other
entities, where the cardinality of the related entity is at most 1. |
class |
WarehouseTaskExceptionCodeLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
WarehouseTaskExceptionCode to other entities. |
class |
WarehouseTaskExceptionCodeOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
WarehouseTaskExceptionCode to other entities, where the cardinality of the related entity is at most 1. |
class |
WarehouseTaskLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
WarehouseTask to other
entities. |
class |
WarehouseTaskOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
WarehouseTask to other
entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected WarehouseOrderLink<ObjectT> |
WarehouseOrderLink.translateLinkType(EntityLink<WarehouseOrderLink<ObjectT>,WarehouseOrder,ObjectT> link) |
protected WarehouseTaskExceptionCodeLink<ObjectT> |
WarehouseTaskExceptionCodeLink.translateLinkType(EntityLink<WarehouseTaskExceptionCodeLink<ObjectT>,WarehouseTaskExceptionCode,ObjectT> link) |
protected WarehouseTaskLink<ObjectT> |
WarehouseTaskLink.translateLinkType(EntityLink<WarehouseTaskLink<ObjectT>,WarehouseTask,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
WorkCenterAllCapacity_2Link<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
WorkCenterAllCapacity_2 to other entities. |
class |
WorkCenterAllCapacity_2OneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
WorkCenterAllCapacity_2 to other entities, where the cardinality of the related entity is at most 1. |
class |
WorkCenterAllCapacityLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
WorkCenterAllCapacity to other entities. |
class |
WorkCenterAllCapacityOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
WorkCenterAllCapacity to other entities, where the cardinality of the related entity is at most 1. |
class |
WorkCenterCapacityInterval_2Link<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
WorkCenterCapacityInterval_2 to other entities. |
class |
WorkCenterCapacityInterval_2OneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
WorkCenterCapacityInterval_2 to other entities, where the cardinality of the related entity is at most 1. |
class |
WorkCenterCapacityIntervalLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
WorkCenterCapacityInterval to other entities. |
class |
WorkCenterCapacityIntervalOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
WorkCenterCapacityInterval to other entities, where the cardinality of the related entity is at most 1. |
class |
WorkCenterCapacityLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
WorkCenterCapacity to
other entities. |
class |
WorkCenterCapacityOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
WorkCenterCapacity to
other entities, where the cardinality of the related entity is at most 1. |
class |
WorkCenterCapacityShift_2Link<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
WorkCenterCapacityShift_2 to other entities. |
class |
WorkCenterCapacityShift_2OneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
WorkCenterCapacityShift_2 to other entities, where the cardinality of the related entity is at most 1. |
class |
WorkCenterCapacityShiftLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
WorkCenterCapacityShift to other entities. |
class |
WorkCenterCapacityShiftOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
WorkCenterCapacityShift to other entities, where the cardinality of the related entity is at most 1. |
class |
WorkCenterCapacityTextLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
WorkCenterCapacityText to other entities. |
class |
WorkCenterCapacityTextOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
WorkCenterCapacityText to other entities, where the cardinality of the related entity is at most 1. |
class |
WorkCenterCapDayOpLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
WorkCenterCapDayOp to
other entities. |
class |
WorkCenterCapDayOpOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
WorkCenterCapDayOp to
other entities, where the cardinality of the related entity is at most 1. |
class |
WorkCenterCapOrderPerBucketLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
WorkCenterCapOrderPerBucket to other entities. |
class |
WorkCenterCapOrderPerBucketOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
WorkCenterCapOrderPerBucket to other entities, where the cardinality of the related entity is at most 1. |
class |
WorkCenterCapOrderPerBucketParametersLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
WorkCenterCapOrderPerBucketParameters to other entities. |
class |
WorkCenterCapOrderPerBucketParametersOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
WorkCenterCapOrderPerBucketParameters to other entities, where the cardinality of the related entity is at most 1. |
class |
WorkCenterCapPerBucketLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
WorkCenterCapPerBucket to other entities. |
class |
WorkCenterCapPerBucketOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
WorkCenterCapPerBucket to other entities, where the cardinality of the related entity is at most 1. |
class |
WorkCenterCapPerBucketParametersLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
WorkCenterCapPerBucketParameters to other entities. |
class |
WorkCenterCapPerBucketParametersOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
WorkCenterCapPerBucketParameters to other entities, where the cardinality of the related entity is at most 1. |
class |
WorkCenterCapPplineOpLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
WorkCenterCapPplineOp to other entities. |
class |
WorkCenterCapPplineOpOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
WorkCenterCapPplineOp to other entities, where the cardinality of the related entity is at most 1. |
class |
WorkCenterCostCenterLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
WorkCenterCostCenter
to other entities. |
class |
WorkCenterCostCenterOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
WorkCenterCostCenter
to other entities, where the cardinality of the related entity is at most 1. |
class |
WorkCenterDayOperationLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
WorkCenterDayOperation to other entities. |
class |
WorkCenterDayOperationOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
WorkCenterDayOperation to other entities, where the cardinality of the related entity is at most 1. |
class |
WorkCenterDescriptionLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
WorkCenterDescription to other entities. |
class |
WorkCenterDescriptionOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
WorkCenterDescription to other entities, where the cardinality of the related entity is at most 1. |
class |
WorkCenterPipeLineOperationLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
WorkCenterPipeLineOperation to other entities. |
class |
WorkCenterPipeLineOperationOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
WorkCenterPipeLineOperation to other entities, where the cardinality of the related entity is at most 1. |
class |
WorkCentersLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
WorkCenters to other entities. |
class |
WorkCentersOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
WorkCenters to other entities,
where the cardinality of the related entity is at most 1. |
Modifier and Type | Class and Description |
---|---|
class |
TimeOverviewLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
TimeOverview to other
entities. |
class |
TimeOverviewOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
TimeOverview to other
entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected TimeOverviewLink<ObjectT> |
TimeOverviewLink.translateLinkType(EntityLink<TimeOverviewLink<ObjectT>,TimeOverview,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
SkillTagLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SkillTag to other
entities. |
class |
SkillTagOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
SkillTag to other
entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected SkillTagLink<ObjectT> |
SkillTagLink.translateLinkType(EntityLink<SkillTagLink<ObjectT>,SkillTag,ObjectT> link) |
Modifier and Type | Class and Description |
---|---|
class |
TimeSheetEntryLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
TimeSheetEntry to other
entities. |
class |
TimeSheetEntryOneToOneLink<ObjectT extends VdmObject<?>>
Template class to represent entity navigation links of
TimeSheetEntry to other
entities, where the cardinality of the related entity is at most 1. |
Modifier and Type | Method and Description |
---|---|
protected TimeSheetEntryLink<ObjectT> |
TimeSheetEntryLink.translateLinkType(EntityLink<TimeSheetEntryLink<ObjectT>,TimeSheetEntry,ObjectT> link) |
Copyright © 2020 SAP SE. All rights reserved.