|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eobjects.datacleaner.monitor.jaxb.MetricType
public class MetricType
Java class for metricType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="metricType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="metric-display-name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="metric-color" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<choice>
<sequence>
<element name="analyzer-descriptor-name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="analyzer-name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="analyzer-input" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="metric-descriptor-name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="metric-param-query-string" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="metric-param-column-name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
<sequence>
<element name="formula" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="children">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="metric" type="{http://eobjects.org/datacleaner/shared/1.0}metricType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
MetricType.Children
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected String |
analyzerDescriptorName
|
protected String |
analyzerInput
|
protected String |
analyzerName
|
protected MetricType.Children |
children
|
protected String |
formula
|
protected String |
metricColor
|
protected String |
metricDescriptorName
|
protected String |
metricDisplayName
|
protected String |
metricParamColumnName
|
protected String |
metricParamQueryString
|
| Constructor Summary | |
|---|---|
MetricType()
|
|
| Method Summary | |
|---|---|
String |
getAnalyzerDescriptorName()
Gets the value of the analyzerDescriptorName property. |
String |
getAnalyzerInput()
Gets the value of the analyzerInput property. |
String |
getAnalyzerName()
Gets the value of the analyzerName property. |
MetricType.Children |
getChildren()
Gets the value of the children property. |
String |
getFormula()
Gets the value of the formula property. |
String |
getMetricColor()
Gets the value of the metricColor property. |
String |
getMetricDescriptorName()
Gets the value of the metricDescriptorName property. |
String |
getMetricDisplayName()
Gets the value of the metricDisplayName property. |
String |
getMetricParamColumnName()
Gets the value of the metricParamColumnName property. |
String |
getMetricParamQueryString()
Gets the value of the metricParamQueryString property. |
void |
setAnalyzerDescriptorName(String value)
Sets the value of the analyzerDescriptorName property. |
void |
setAnalyzerInput(String value)
Sets the value of the analyzerInput property. |
void |
setAnalyzerName(String value)
Sets the value of the analyzerName property. |
void |
setChildren(MetricType.Children value)
Sets the value of the children property. |
void |
setFormula(String value)
Sets the value of the formula property. |
void |
setMetricColor(String value)
Sets the value of the metricColor property. |
void |
setMetricDescriptorName(String value)
Sets the value of the metricDescriptorName property. |
void |
setMetricDisplayName(String value)
Sets the value of the metricDisplayName property. |
void |
setMetricParamColumnName(String value)
Sets the value of the metricParamColumnName property. |
void |
setMetricParamQueryString(String value)
Sets the value of the metricParamQueryString property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String metricDisplayName
protected String metricColor
protected String analyzerDescriptorName
protected String analyzerName
protected String analyzerInput
protected String metricDescriptorName
protected String metricParamQueryString
protected String metricParamColumnName
protected String formula
protected MetricType.Children children
| Constructor Detail |
|---|
public MetricType()
| Method Detail |
|---|
public String getMetricDisplayName()
Stringpublic void setMetricDisplayName(String value)
value - allowed object is
Stringpublic String getMetricColor()
Stringpublic void setMetricColor(String value)
value - allowed object is
Stringpublic String getAnalyzerDescriptorName()
Stringpublic void setAnalyzerDescriptorName(String value)
value - allowed object is
Stringpublic String getAnalyzerName()
Stringpublic void setAnalyzerName(String value)
value - allowed object is
Stringpublic String getAnalyzerInput()
Stringpublic void setAnalyzerInput(String value)
value - allowed object is
Stringpublic String getMetricDescriptorName()
Stringpublic void setMetricDescriptorName(String value)
value - allowed object is
Stringpublic String getMetricParamQueryString()
Stringpublic void setMetricParamQueryString(String value)
value - allowed object is
Stringpublic String getMetricParamColumnName()
Stringpublic void setMetricParamColumnName(String value)
value - allowed object is
Stringpublic String getFormula()
Stringpublic void setFormula(String value)
value - allowed object is
Stringpublic MetricType.Children getChildren()
MetricType.Childrenpublic void setChildren(MetricType.Children value)
value - allowed object is
MetricType.Children
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||