| Method | Description |
| public void <init>(
)
| Default constructor |
| public void <init>(
boolean force
)
| Constructor with force parameter |
| public void <init>(
org.w3c.dom.Element holder, boolean force
)
throws com.pavelvlasov.config.ConfigurationException | Constructor from DOM element |
| public void <init>(
org.w3c.dom.Element holder, java.util.Properties pathMap, org.apache.xpath.CachedXPathAPI cxpa, boolean force
)
throws com.pavelvlasov.config.ConfigurationException | Constructor from DOM element |
| public void <init>(
java.sql.ResultSet rs
)
throws java.sql.SQLException | Constructor from row |
| public Object clone(
)
throws java.lang.CloneNotSupportedException | Deep clone - clones columns. |
| public double getMaxValue(
)
| Accessor for MAX_VALUE |
| public int getMeasurements(
)
| Accessor for MEASUREMENTS |
| public double getMinValue(
)
| Accessor for MIN_VALUE |
| public String getName(
)
| Accessor for NAME |
| public double getTotalValue(
)
| Accessor for TOTAL_VALUE |
| public static java.util.Collection project(
com.pavelvlasov.sql.SQLProcessor processor, String sql, com.pavelvlasov.sql.Parameterizer parameterizer
)
| Returns database backed collection with elements of type org.hammurapi.results.persistent.jdbc.sql.AggregatedResultsMetricImpl |
| public static java.util.Collection project(
com.pavelvlasov.sql.SQLProcessor processor, String sql, com.pavelvlasov.sql.Parameterizer parameterizer, java.util.Collection receiver
)
throws java.sql.SQLException | Populates receiver collection with elements of type org.hammurapi.results.persistent.jdbc.sql.AggregatedResultsMetricImpl and returns it |
| public void setMaxValue(
double MaxValue
)
| Mutator for MAX_VALUE |
| public void setMeasurements(
int Measurements
)
| Mutator for MEASUREMENTS |
| public void setMinValue(
double MinValue
)
| Mutator for MIN_VALUE |
| public void setName(
String Name
)
| Mutator for NAME |
| public void setTotalValue(
double TotalValue
)
| Mutator for TOTAL_VALUE |