Package step.repository.alm.otaclient
Interface IGraphDefinition
- 
- All Superinterfaces:
- com4j.Com4jObject
 - All Known Subinterfaces:
- IGraphDefinition2
 
 public interface IGraphDefinition extends com4j.Com4jObjectConfiguration information used to build a graph.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description com4j.Com4jObjectfilter()The filter sets the criteria for which data are included in the graph.voidfilter(com4j.Com4jObject pFilter)The filter sets the criteria for which data are included in the graph.intmodule()The module specified when the graph definition was created.java.lang.Objectproperty(int prop)The value of the specified property.voidproperty(int prop, java.lang.Object pVal)The value of the specified property.java.lang.Stringtext()For HP use.inttype()The graph type
 
- 
- 
- 
Method Detail- 
moduleint module() The module specified when the graph definition was created. Getter method for the COM property "Module" - Returns:
- Returns a value of type int
 
 - 
typeint type() The graph type Getter method for the COM property "Type" - Returns:
- Returns a value of type int
 
 - 
propertyjava.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
 
 - 
propertyvoid 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.
 
 - 
filtercom4j.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
 
 - 
filtervoid 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.
 
 - 
textjava.lang.String text() For HP use. Getter method for the COM property "Text" - Returns:
- Returns a value of type java.lang.String
 
 
- 
 
-