new InfoType()
Example
sap.Usage.InfoType();
Methods
(static) setValue(new)
Set a value to the i_value variable.
Parameters:
Name | Type | Description |
---|---|---|
new |
String | value. |
Example
sap.Usage.InfoType.setValue("main_window");
setAction(new)
Set a value to the i_action variable.
Parameters:
Name | Type | Description |
---|---|---|
new |
String | value. |
Example
sap.Usage.InfoType.setAction("button pressed");
setBehavior(new)
Set a value to the i_behavior variable.
Parameters:
Name | Type | Description |
---|---|---|
new |
String | value. |
Example
sap.Usage.InfoType.setBehavior("friendly");
setCase(new)
Set a value to the i_case variable.
Parameters:
Name | Type | Description |
---|---|---|
new |
String | value. |
Example
sap.Usage.InfoType.setCase("first case");
setCategory(new)
Set a value to the i_category variable.
Parameters:
Name | Type | Description |
---|---|---|
new |
String | value. |
Example
sap.Usage.InfoType.setCategory("unknown");
setElement(new)
Set a value to the i_element variable.
Parameters:
Name | Type | Description |
---|---|---|
new |
String | value. |
Example
sap.Usage.InfoType.setElement("button");
setMeasurement(new)
Set a value to the i_measurement variable.
Parameters:
Name | Type | Description |
---|---|---|
new |
String | value. |
Example
sap.Usage.InfoType.setMeasurement("main_window");
setResult(new)
Set a value to the i_result variable.
Parameters:
Name | Type | Description |
---|---|---|
new |
String | value. |
Example
sap.Usage.InfoType.setResult("1234");
setScreen(new)
Set a value to the i_screen variable.
Parameters:
Name | Type | Description |
---|---|---|
new |
String | value. |
Example
sap.Usage.InfoType.setScreen("main_window");
setType(new)
Set a value to the i_type variable.
Parameters:
Name | Type | Description |
---|---|---|
new |
String | value. |
Example
sap.Usage.InfoType.setType("custom");
setUnit(new)
Set a value to the i_unit variable.
Parameters:
Name | Type | Description |
---|---|---|
new |
String | value. |
Example
sap.Usage.InfoType.setUnit("IS");
setView(new)
Set a value to the i_view variable.
Parameters:
Name | Type | Description |
---|---|---|
new |
String | value. |
Example
sap.Usage.InfoType.setView("main_view");