PreviouskeyData Up
Association
storingObjectsNext

Association Method newClass

Return a new clone of the class Association. The parameters aKeyType and aDataType are templates to indicate the types of data being associated with each other.

Set aKeyType or aDataType to null when either the key or data are objects. Set aKeyType or aDataType to clones of one of the intrinsic data subclasses if either the key or data are to be intrinsic COBOL data.

Using Parameters
akeytype OBJECT
adatatype OBJECT
Returning Parameter
lnkclass OBJECT