Interface IComparisonNode
-
- All Superinterfaces:
com4j.Com4jObject
,IBaseField
,IBaseFieldEx
,IObjectLockingSupport
public interface IComparisonNode extends IBaseFieldEx
For HP use. Represents a comparison node which is immutable.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
changeType()
Gets the change type.IList
children()
Get children.java.lang.Object
children(int index)
com4j.Com4jObject
entity()
The entity.int
entityID()
The entity.java.lang.String
entityName()
The entity.java.lang.String
entityType()
The entity.boolean
isGhost()
Identifies the node a ghost.boolean
isLeftValue()
Identifies the node as a part of the left compared entity.IComparisonNode
nextChange()
Get next change from server.java.lang.String
path()
Gets the change type.IComparisonNode
prevChange()
Get previous change from server.-
Methods inherited from interface com4j.Com4jObject
advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
-
Methods inherited from interface step.repository.alm.v16.otaclient.IBaseField
autoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
-
Methods inherited from interface step.repository.alm.v16.otaclient.IBaseFieldEx
attachments, hasAttachment, history
-
Methods inherited from interface step.repository.alm.v16.otaclient.IObjectLockingSupport
isLocked, lockObject, unLockObject
-
-
-
-
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
-
-