|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opennms.netmgt.config.charts.SeriesDef
public class SeriesDef
Class SeriesDef.
| Constructor Summary | |
|---|---|
SeriesDef()
|
|
| Method Summary | |
|---|---|
void |
deleteNumber()
|
void |
deleteUseLabels()
|
JdbcDataSet |
getJdbcDataSet()
Returns the value of field 'jdbcDataSet'. |
int |
getNumber()
Returns the value of field 'number'. |
Rgb |
getRgb()
Returns the value of field 'rgb'. |
String |
getSeriesName()
Returns the value of field 'seriesName'. |
boolean |
getUseLabels()
Returns the value of field 'useLabels'. |
boolean |
hasNumber()
Method hasNumber. |
boolean |
hasUseLabels()
Method hasUseLabels. |
boolean |
isUseLabels()
Returns the value of field 'useLabels'. |
boolean |
isValid()
Method isValid. |
void |
marshal(ContentHandler handler)
|
void |
marshal(Writer out)
|
void |
setJdbcDataSet(JdbcDataSet jdbcDataSet)
Sets the value of field 'jdbcDataSet'. |
void |
setNumber(int number)
Sets the value of field 'number'. |
void |
setRgb(Rgb rgb)
Sets the value of field 'rgb'. |
void |
setSeriesName(String seriesName)
Sets the value of field 'seriesName'. |
void |
setUseLabels(boolean useLabels)
Sets the value of field 'useLabels'. |
static SeriesDef |
unmarshal(Reader reader)
Method unmarshal. |
void |
validate()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SeriesDef()
| Method Detail |
|---|
public void deleteNumber()
public void deleteUseLabels()
public JdbcDataSet getJdbcDataSet()
public int getNumber()
public Rgb getRgb()
public String getSeriesName()
public boolean getUseLabels()
public boolean hasNumber()
public boolean hasUseLabels()
public boolean isUseLabels()
public boolean isValid()
public void marshal(Writer out)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
out -
org.exolab.castor.xml.MarshalException - if object is
null or if any SAXException is thrown during marshaling
org.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schema
public void marshal(ContentHandler handler)
throws IOException,
org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
handler -
IOException - if an IOException occurs during
marshaling
org.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schema
org.exolab.castor.xml.MarshalException - if object is
null or if any SAXException is thrown during marshalingpublic void setJdbcDataSet(JdbcDataSet jdbcDataSet)
jdbcDataSet - the value of field 'jdbcDataSet'.public void setNumber(int number)
number - the value of field 'number'.public void setRgb(Rgb rgb)
rgb - the value of field 'rgb'.public void setSeriesName(String seriesName)
seriesName - the value of field 'seriesName'.public void setUseLabels(boolean useLabels)
useLabels - the value of field 'useLabels'.
public static SeriesDef unmarshal(Reader reader)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
reader -
org.exolab.castor.xml.MarshalException - if object is
null or if any SAXException is thrown during marshaling
org.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schema
public void validate()
throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schema
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||