Interface IReportUserTemplate
-
- All Superinterfaces:
com4j.Com4jObject
,IBaseField
,IObjectLockingSupport
public interface IReportUserTemplate extends IBaseField
For HP use. Represents report user custom template.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IList
fields()
A list of fields used by this templatejava.lang.Object
fields(int index)
void
fields(IList pVal)
A list of fields used by this templatejava.lang.String
fileName()
The name of the file that defines this templatevoid
fileName(java.lang.String pVal)
The name of the file that defines this templateint
reportID()
The ID of the AnalysisItem that uses this templatevoid
reportID(int pVal)
The ID of the AnalysisItem that uses this templatejava.lang.String
type()
The type of this template.void
type(java.lang.String pVal)
The type of this template.-
Methods inherited from interface com4j.Com4jObject
advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
-
Methods inherited from interface step.repository.alm.v16.otaclient.IBaseField
autoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
-
Methods inherited from interface step.repository.alm.v16.otaclient.IObjectLockingSupport
isLocked, lockObject, unLockObject
-
-
-
-
Method Detail
-
fileName
java.lang.String fileName()
The name of the file that defines this template
Getter method for the COM property "FileName"
- Returns:
- Returns a value of type java.lang.String
-
fileName
void fileName(java.lang.String pVal)
The name of the file that defines this template
Setter method for the COM property "FileName"
- Parameters:
pVal
- Mandatory java.lang.String parameter.
-
fields
IList fields()
A list of fields used by this template
Getter method for the COM property "Fields"
- Returns:
- Returns a value of type step.repository.alm.v16.otaclient.IList
-
fields
java.lang.Object fields(int index)
-
fields
void fields(IList pVal)
A list of fields used by this template
Setter method for the COM property "Fields"
- Parameters:
pVal
- Mandatory step.repository.alm.v16.otaclient.IList parameter.
-
reportID
int reportID()
The ID of the AnalysisItem that uses this template
Getter method for the COM property "ReportID"
- Returns:
- Returns a value of type int
-
reportID
void reportID(int pVal)
The ID of the AnalysisItem that uses this template
Setter method for the COM property "ReportID"
- Parameters:
pVal
- Mandatory int parameter.
-
type
java.lang.String type()
The type of this template. For example, Tabular.
Getter method for the COM property "Type"
- Returns:
- Returns a value of type java.lang.String
-
type
void type(java.lang.String pVal)
The type of this template. For example, Tabular.
Setter method for the COM property "Type"
- Parameters:
pVal
- Mandatory java.lang.String parameter.
-
-