Impact Acquire SDK Java
ComponentCollection Class Reference

A base class for sets of properties that can be modified by the user. More...

Inheritance diagram for ComponentCollection:
[legend]

Public Member Functions

synchronized void delete ()
 
int hObj ()
 Returns a unique identifier for the component collection referenced by this object.
 
ComponentCollection restoreDefault ()
 Restores the default for every component of this collection.
 

Protected Member Functions

 ComponentCollection (long cPtr, boolean cMemoryOwn)
 
void finalize ()
 

Static Protected Member Functions

static long swigRelease (ComponentCollection obj)
 

Protected Attributes

transient boolean swigCMemOwn
 

Detailed Description

A base class for sets of properties that can be modified by the user.

Constructor & Destructor Documentation

◆ ComponentCollection()

ComponentCollection ( long cPtr,
boolean cMemoryOwn )
protected

Member Function Documentation

◆ delete()

◆ finalize()

◆ hObj()

int hObj ( )

Returns a unique identifier for the component collection referenced by this object.

This handle will always reference an object of type mvIMPACT.acquire.ComponentList.

Returns
A unique identifier for the component referenced by this object.

◆ restoreDefault()

ComponentCollection restoreDefault ( )

Restores the default for every component of this collection.

Calling this function will restore the default value for every component belonging to this collection.

Note
The caller must have the right to modify the component. Otherwise an exception will be thrown.
Returns
A const reference to the component.

◆ swigRelease()

static long swigRelease ( ComponentCollection obj)
staticprotected

Member Data Documentation

◆ swigCMemOwn

transient boolean swigCMemOwn
protected