Package com.dassault_systemes.vpmdesktop.vdk0interfaces.interfaces

   
Interface ENOVIObjectList

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

Framework : VPMDesktop

Module : VDK0Interfaces

Class Description

public interface ENOVIObjectList

Collection interface for ENOVIObject.

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

Field Summary

Constructor Summary

Method Summary
ENOVIType getTypeByIndex(int index)
int getSize()
ENOVIObject getObjectByIndex(int index)


Field Detail

Constructor Detail

Method Detail

getTypeByIndex

    ENOVIType getTypeByIndex(int index)

Returns the type definition of the object located at the index.

Returns:
the type definition interface ENOVIType.

getSize

    int getSize()

Returns the size of the list.


getObjectByIndex

    ENOVIObject getObjectByIndex(int index)

Returns the object located at a given index.

Returns:
the object interface ENOVIObject.


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