Package com.dassault_systemes.vpmdesktop.vdk0interfaces.interfaces

   
Interface ENOVIObjectFactory

 
Class Hierarchy
com.dassault_systemes.vpmdesktop.vdk0interfaces.interfaces.ENOVIObjectFactory
Class Location

Framework : VPMDesktop

Module : VDK0Interfaces

Class Description

public interface ENOVIObjectFactory

Factory to get client object interface.

An implementation of this interface is supplied and you must use it as is. You should not reimplement it.

See Also:
com.dassault_systemes.vpmdesktop.vdk0interfaces.infra.ENOVGetFactories
Field Summary

Constructor Summary

Method Summary
ENOVIObject getObject(byte[] uuid)


Field Detail

Constructor Detail

Method Detail

getObject

    ENOVIObject getObject(byte[] uuid)

Returns the client object interface represented by the UUID.

Parameters:
uuid
the uuid in bytes.
Returns:
the ENOVIObject interface.


Copyright © 2000, Dassault Systèmes. All rights reserved