Interface IComparisonNode

    • Method Detail

      • isLeftValue

        boolean isLeftValue()

        Identifies the node as a part of the left compared entity.

        Getter method for the COM property "IsLeftValue"

        Returns:
        Returns a value of type boolean
      • isGhost

        boolean isGhost()

        Identifies the node a ghost.

        Getter method for the COM property "IsGhost"

        Returns:
        Returns a value of type boolean
      • changeType

        int changeType()

        Gets the change type.

        Getter method for the COM property "ChangeType"

        Returns:
        Returns a value of type int
      • path

        java.lang.String path()

        Gets the change type.

        Getter method for the COM property "Path"

        Returns:
        Returns a value of type java.lang.String
      • entityID

        int entityID()

        The entity.

        Getter method for the COM property "EntityID"

        Returns:
        Returns a value of type int
      • entityName

        java.lang.String entityName()

        The entity.

        Getter method for the COM property "EntityName"

        Returns:
        Returns a value of type java.lang.String
      • entityType

        java.lang.String entityType()

        The entity.

        Getter method for the COM property "EntityType"

        Returns:
        Returns a value of type java.lang.String
      • children

        IList children()

        Get children.

        Getter method for the COM property "Children"

        Returns:
        Returns a value of type step.repository.alm.v16.otaclient.IList
      • children

        java.lang.Object children​(int index)
      • nextChange

        IComparisonNode nextChange()

        Get next change from server.

        Returns:
        Returns a value of type step.repository.alm.v16.otaclient.IComparisonNode
      • prevChange

        IComparisonNode prevChange()

        Get previous change from server.

        Returns:
        Returns a value of type step.repository.alm.v16.otaclient.IComparisonNode
      • entity

        com4j.Com4jObject entity()

        The entity.

        Getter method for the COM property "Entity"

        Returns:
        Returns a value of type com4j.Com4jObject