org.objectweb.jorm.api

Interface PIndexedElemFactory

Known Subinterfaces:
PAccessorGenClass, PGenClassAccessor

public interface PIndexedElemFactory

Author:
P. Dechamboux

Method Summary

PIndexedElem
createPIndexedElem()
It creates an indexed element to be used by the binding for exchanging elements between the MI and the binding, using the paAdd and the paiterate methods.

Method Details

createPIndexedElem

public PIndexedElem createPIndexedElem()
            throws PException
It creates an indexed element to be used by the binding for exchanging elements between the MI and the binding, using the paAdd and the paiterate methods.

Returns:
The created PIndexedElem.