public interface IProjectProperties
extends com4j.Com4jObject
Modifier and Type | Method and Description |
---|---|
int |
count()
The number of parameters in the project.
|
boolean |
isParam(String paramName)
Checks if a parameter of this name exists.
|
String |
paramName(int paramIndex)
Gets the parameter name.
|
String |
paramValue(Object vParam)
The value of the parameter.
|
int count()
The number of parameters in the project.
Getter method for the COM property "Count"
String paramValue(Object vParam)
The value of the parameter.
Getter method for the COM property "ParamValue"
vParam
- Mandatory java.lang.Object parameter.String paramName(int paramIndex)
Gets the parameter name.
Getter method for the COM property "ParamName"
paramIndex
- Mandatory int parameter.boolean isParam(String paramName)
Checks if a parameter of this name exists.
Getter method for the COM property "IsParam"
paramName
- Mandatory java.lang.String parameter.Copyright © 2020. All rights reserved.