xpfIsAssociatedValue

FUNCTION xpfIsAssociatedValue(instanceHashTableIndex     : INTEGER;
                              instanceIdOrAggrId         : GENERIC;
                              associatedValue            : GENERIC)
                              isAssociatedValue          : BOOLEAN;
                

Function to check if a given instanceId or aggregateId is an associate value of a specified element in the given EDMinstanceHashTable. This function is only applicable for EDMinstanceHashTables of type INSTANCE_HASH_TABLE_WITH_ASSOCIATED_VALUE and INSTANCE_HASH_TABLE_WITH_MULTIPLE_ASSOCIATED_VALUES

 

Arguments


1TypeNameComment
2INTEGERinstanceHashTableIndex

An integer value that identifies the actual EDMinstanceHashTable. This "instanceHashTableIndex" is returned when the

3GENERICinstanceIdOrAggrIdAn instanceId or an aggregateId that identifies the actual element in the EDMinstanceHashTable .
4INTEGERassociatedValueAn instanceId or an aggregateId that defines the actual "associatedValue" to be search for.

Return Value


 

TypeNameComment
BOOLEANisAssociatedValueThe function return TRUE if the given instanceId or aggregateId is an associate value of the specified element in the actual EDMinstanceHashTable, else FALSE is returned. Exception handling should be used to handle error conditions in the actual xpfIsAssociatedValue() operation.

Options


 

Example


<Missing Example>

 

See also

Filter by label

There are no items with the selected labels at this time.

Â