| |
|
| java.lang.Object com.calipso.reportgenerator.reportdefinitions.MetricProperty
MetricProperty | public MetricProperty()(Code) | | |
deleteVisible | public void deleteVisible()(Code) | | Method deleteVisible
|
getMetricName | public java.lang.String getMetricName()(Code) | | Method getMetricNameReturns the value of field 'metricName'.
the value of field 'metricName'. |
getVisible | public boolean getVisible()(Code) | | Method getVisibleReturns the value of field 'visible'.
the value of field 'visible'. |
hasVisible | public boolean hasVisible()(Code) | | Method hasVisible
|
isValid | public boolean isValid()(Code) | | Method isValid
|
marshal | public void marshal(java.io.Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException(Code) | | Method marshal
Parameters: out - |
setMetricName | public void setMetricName(java.lang.String metricName)(Code) | | Method setMetricNameSets the value of field 'metricName'.
Parameters: metricName - the value of field 'metricName'. |
setVisible | public void setVisible(boolean visible)(Code) | | Method setVisibleSets the value of field 'visible'.
Parameters: visible - the value of field 'visible'. |
validate | public void validate() throws org.exolab.castor.xml.ValidationException(Code) | | Method validate
|
|
|
|