public interface ICustomizationRBTAnswer
extends com4j.Com4jObject
Modifier and Type | Method and Description |
---|---|
String |
answerText()
The value's text.
|
void |
answerText(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.
|
int id()
The CustomizationRBTAnswer unique ID.
Getter method for the COM property "ID"
String answerText()
The value's text.
Getter method for the COM property "AnswerText"
void answerText(String pAnswerText)
The value's text.
Setter method for the COM property "AnswerText"
pAnswerText
- Mandatory java.lang.String parameter.int answerWeight()
The value's weight.
Getter method for the COM property "AnswerWeight"
void answerWeight(int pAnswerWeight)
The value's weight.
Setter method for the COM property "AnswerWeight"
pAnswerWeight
- Mandatory int parameter.Copyright © 2020. All rights reserved.