public interface ITestParameter extends IBaseField
Modifier and Type | Method and Description |
---|---|
Object |
defaultValue()
The default value of the parameter.
|
void |
defaultValue(Object pVal)
The default value of the parameter.
|
String |
description()
The parameter description.
|
void |
description(String pVal)
The parameter description.
|
boolean |
isUsed()
Checks if the test parameter is used.
|
String |
name()
The parameter's name.
|
void |
name(String pVal)
The parameter's name.
|
com4j.Com4jObject |
ownerTest()
The test that owns this parameter.
|
autoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
isLocked, lockObject, unLockObject
String name()
The parameter's name.
Getter method for the COM property "Name"
void name(String pVal)
The parameter's name.
Setter method for the COM property "Name"
pVal
- Mandatory java.lang.String parameter.String description()
The parameter description.
Getter method for the COM property "Description"
void description(String pVal)
The parameter description.
Setter method for the COM property "Description"
pVal
- Mandatory java.lang.String parameter.com4j.Com4jObject ownerTest()
The test that owns this parameter.
Getter method for the COM property "OwnerTest"
Object defaultValue()
The default value of the parameter.
Getter method for the COM property "DefaultValue"
void defaultValue(Object pVal)
The default value of the parameter.
Setter method for the COM property "DefaultValue"
pVal
- Mandatory java.lang.Object parameter.boolean isUsed()
Checks if the test parameter is used.
Getter method for the COM property "IsUsed"
Copyright © 2020. All rights reserved.