public interface ICustomizationRBTQuestion
extends com4j.Com4jObject
Modifier and Type | Method and Description |
---|---|
com4j.Com4jObject |
addAnswer()
Adds a new possible value.
|
com4j.Com4jObject |
answerByID(int id)
Returns the specified value.
|
IList |
answers()
The IList of CustomizationRBTAnswer objects of all possible values for this criterion, ordered by weight.
|
Object |
answers(int index) |
void |
deleteAnswer(int id)
Deletes a possible value specified by id.
|
int |
id()
The CustomizationRBTQuestion unique ID.
|
String |
questionDescription()
The criterion's description.
|
void |
questionDescription(String pQuestionDescription)
The criterion's description.
|
int |
questionOrder()
The (non unique) criterion's order of display in UI.
|
void |
questionOrder(int pnQuestionOrder)
The (non unique) criterion's order of display in UI.
|
String |
questionText()
The criterion's text.
|
void |
questionText(String pQuestionText)
The criterion's text.
|
int id()
The CustomizationRBTQuestion unique ID.
Getter method for the COM property "ID"
IList answers()
The IList of CustomizationRBTAnswer objects of all possible values for this criterion, ordered by weight.
Getter method for the COM property "Answers"
Object answers(int index)
com4j.Com4jObject answerByID(int id)
Returns the specified value.
Getter method for the COM property "AnswerByID"
id
- Mandatory int parameter.com4j.Com4jObject addAnswer()
Adds a new possible value. Returns the new value as a CustomizationRBTAnswer object
void deleteAnswer(int id)
Deletes a possible value specified by id.
id
- Mandatory int parameter.String questionText()
The criterion's text.
Getter method for the COM property "QuestionText"
void questionText(String pQuestionText)
The criterion's text.
Setter method for the COM property "QuestionText"
pQuestionText
- Mandatory java.lang.String parameter.String questionDescription()
The criterion's description.
Getter method for the COM property "QuestionDescription"
void questionDescription(String pQuestionDescription)
The criterion's description.
Setter method for the COM property "QuestionDescription"
pQuestionDescription
- Mandatory java.lang.String parameter.int questionOrder()
The (non unique) criterion's order of display in UI.
Getter method for the COM property "QuestionOrder"
void questionOrder(int pnQuestionOrder)
The (non unique) criterion's order of display in UI.
Setter method for the COM property "QuestionOrder"
pnQuestionOrder
- Mandatory int parameter.Copyright © 2020. All rights reserved.