Package step.repository.alm.otaclient
Interface IGraphDefinition
-
- All Superinterfaces:
com4j.Com4jObject
- All Known Subinterfaces:
IGraphDefinition2
public interface IGraphDefinition extends com4j.Com4jObject
Configuration information used to build a graph.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com4j.Com4jObject
filter()
The filter sets the criteria for which data are included in the graph.void
filter(com4j.Com4jObject pFilter)
The filter sets the criteria for which data are included in the graph.int
module()
The module specified when the graph definition was created.java.lang.Object
property(int prop)
The value of the specified property.void
property(int prop, java.lang.Object pVal)
The value of the specified property.java.lang.String
text()
For HP use.int
type()
The graph type
-
-
-
Method Detail
-
module
int module()
The module specified when the graph definition was created.
Getter method for the COM property "Module"
- Returns:
- Returns a value of type int
-
type
int type()
The graph type
Getter method for the COM property "Type"
- Returns:
- Returns a value of type int
-
property
java.lang.Object property(int prop)
The value of the specified property.
Getter method for the COM property "Property"
- Parameters:
prop
- Mandatory int parameter.- Returns:
- Returns a value of type java.lang.Object
-
property
void property(int prop, java.lang.Object pVal)
The value of the specified property.
Setter method for the COM property "Property"
- Parameters:
prop
- Mandatory int parameter.pVal
- Mandatory java.lang.Object parameter.
-
filter
com4j.Com4jObject filter()
The filter sets the criteria for which data are included in the graph.
Getter method for the COM property "Filter"
- Returns:
- Returns a value of type com4j.Com4jObject
-
filter
void filter(com4j.Com4jObject pFilter)
The filter sets the criteria for which data are included in the graph.
Setter method for the COM property "Filter"
- Parameters:
pFilter
- Mandatory com4j.Com4jObject parameter.
-
text
java.lang.String text()
For HP use.
Getter method for the COM property "Text"
- Returns:
- Returns a value of type java.lang.String
-
-