Interface ITraceabilityMatrixRelationResult
-
- All Superinterfaces:
com4j.Com4jObject
public interface ITraceabilityMatrixRelationResult extends com4j.Com4jObject
For HP use. Represents a traceability matrix relation result.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
relationName()
Returns a copy of the name of the relation.int
value()
Returns the calculated value.
-
-
-
Method Detail
-
relationName
java.lang.String relationName()
Returns a copy of the name of the relation.
Getter method for the COM property "RelationName"
- Returns:
- Returns a value of type java.lang.String
-
value
int value()
Returns the calculated value.
Getter method for the COM property "Value"
- Returns:
- Returns a value of type int
-
-