Package step.repository.alm.otaclient
Interface ICustomizationRBTAnswer
-
- All Superinterfaces:
com4j.Com4jObject
public interface ICustomizationRBTAnswer extends com4j.Com4jObject
A possible value for a Business Criticality, Failure Probablity, or Functional Complexity criterion, used to assess a risk.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
answerText()
The value's text.void
answerText(java.lang.String pAnswerText)
The value's text.int
answerWeight()
The value's weight.void
answerWeight(int pAnswerWeight)
The value's weight.int
id()
The CustomizationRBTAnswer unique ID.
-
-
-
Method Detail
-
id
int id()
The CustomizationRBTAnswer unique ID.
Getter method for the COM property "ID"
- Returns:
- Returns a value of type int
-
answerText
java.lang.String answerText()
The value's text.
Getter method for the COM property "AnswerText"
- Returns:
- Returns a value of type java.lang.String
-
answerText
void answerText(java.lang.String pAnswerText)
The value's text.
Setter method for the COM property "AnswerText"
- Parameters:
pAnswerText
- Mandatory java.lang.String parameter.
-
answerWeight
int answerWeight()
The value's weight.
Getter method for the COM property "AnswerWeight"
- Returns:
- Returns a value of type int
-
answerWeight
void answerWeight(int pAnswerWeight)
The value's weight.
Setter method for the COM property "AnswerWeight"
- Parameters:
pAnswerWeight
- Mandatory int parameter.
-
-