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 typeIList
children()
Get childrenjava.lang.Object
children(int index)
com4j.Com4jObject
entity()
The entityint
entityID()
The entityjava.lang.String
entityName()
The entityjava.lang.String
entityType()
The entityboolean
isGhost()
Identifies the node a ghostboolean
isLeftValue()
Identifies the node as a part of the left compared entityIComparisonNode
nextChange()
Get next change from serverjava.lang.String
path()
Gets the change typeIComparisonNode
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.otaclient.IBaseField
autoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
-
Methods inherited from interface step.repository.alm.otaclient.IBaseFieldEx
attachments, hasAttachment, history
-
Methods inherited from interface step.repository.alm.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 otaclient.IList
-
children
java.lang.Object children(int index)
-
nextChange
IComparisonNode nextChange()
Get next change from server
- Returns:
- Returns a value of type otaclient.IComparisonNode
-
prevChange
IComparisonNode prevChange()
Get previous change from server
- Returns:
- Returns a value of type otaclient.IComparisonNode
-
entity
com4j.Com4jObject entity()
The entity
Getter method for the COM property "Entity"
- Returns:
- Returns a value of type com4j.Com4jObject
-
-