Interface ICustomizationRBTQuestion
- 
- All Superinterfaces:
- com4j.Com4jObject
 
 public interface ICustomizationRBTQuestion extends com4j.Com4jObjectA Business Criticality or failure probability criterion, used to assess a risk.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description com4j.Com4jObjectaddAnswer()Adds a new possible value.com4j.Com4jObjectanswerByID(int id)Returns the specified value.IListanswers()The IList of CustomizationRBTAnswer objects of all possible values for this criterion, ordered by weight.java.lang.Objectanswers(int index)voiddeleteAnswer(int id)Deletes a possible value specified by id.intid()The CustomizationRBTQuestion unique ID.java.lang.StringquestionDescription()The criterion's description.voidquestionDescription(java.lang.String pQuestionDescription)The criterion's description.intquestionOrder()The (non unique) criterion's order of display in UI.voidquestionOrder(int pnQuestionOrder)The (non unique) criterion's order of display in UI.java.lang.StringquestionText()The criterion's text.voidquestionText(java.lang.String pQuestionText)The criterion's text.
 
- 
- 
- 
Method Detail- 
idint id() The CustomizationRBTQuestion unique ID. Getter method for the COM property "ID" - Returns:
- Returns a value of type int
 
 - 
answersIList answers() The IList of CustomizationRBTAnswer objects of all possible values for this criterion, ordered by weight. Getter method for the COM property "Answers" - Returns:
- Returns a value of type otaclient.IList
 
 - 
answersjava.lang.Object answers(int index) 
 - 
answerByIDcom4j.Com4jObject answerByID(int id) Returns the specified value. Getter method for the COM property "AnswerByID" - Parameters:
- id- Mandatory int parameter.
- Returns:
- Returns a value of type com4j.Com4jObject
 
 - 
addAnswercom4j.Com4jObject addAnswer() Adds a new possible value. Returns the new value as a CustomizationRBTAnswer object - Returns:
- Returns a value of type com4j.Com4jObject
 
 - 
deleteAnswervoid deleteAnswer(int id) Deletes a possible value specified by id. - Parameters:
- id- Mandatory int parameter.
 
 - 
questionTextjava.lang.String questionText() The criterion's text. Getter method for the COM property "QuestionText" - Returns:
- Returns a value of type java.lang.String
 
 - 
questionTextvoid questionText(java.lang.String pQuestionText) The criterion's text. Setter method for the COM property "QuestionText" - Parameters:
- pQuestionText- Mandatory java.lang.String parameter.
 
 - 
questionDescriptionjava.lang.String questionDescription() The criterion's description. Getter method for the COM property "QuestionDescription" - Returns:
- Returns a value of type java.lang.String
 
 - 
questionDescriptionvoid questionDescription(java.lang.String pQuestionDescription) The criterion's description. Setter method for the COM property "QuestionDescription" - Parameters:
- pQuestionDescription- Mandatory java.lang.String parameter.
 
 - 
questionOrderint questionOrder() The (non unique) criterion's order of display in UI. Getter method for the COM property "QuestionOrder" - Returns:
- Returns a value of type int
 
 - 
questionOrdervoid questionOrder(int pnQuestionOrder) The (non unique) criterion's order of display in UI. Setter method for the COM property "QuestionOrder" - Parameters:
- pnQuestionOrder- Mandatory int parameter.
 
 
- 
 
-