Member

The class com.telelogic.cm.migrate.Member represents an object that can have a parent and be a member of a project. The generic parameter T typically represents a MigrateObject.

parent

T parent()
The parent of the member.

Returns: the parent of the member.

child

T child()
Gets the member of the project.

Returns: the member of the project.


Feedback