|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opennms.netmgt.config.rrd.GraphGprint
public class GraphGprint
Class GraphGprint.
| Constructor Summary | |
|---|---|
GraphGprint()
|
|
| Method Summary | |
|---|---|
void |
deleteBase()
|
int |
getBase()
Returns the value of field 'base'. |
Cf |
getCf()
Returns the value of field 'cf'. |
String |
getDatasource()
Returns the value of field 'datasource'. |
String |
getFormat()
Returns the value of field 'format'. |
boolean |
hasBase()
Method hasBase. |
boolean |
isValid()
Method isValid. |
void |
marshal(ContentHandler handler)
|
void |
marshal(Writer out)
|
void |
setBase(int base)
Sets the value of field 'base'. |
void |
setCf(Cf cf)
Sets the value of field 'cf'. |
void |
setDatasource(String datasource)
Sets the value of field 'datasource'. |
void |
setFormat(String format)
Sets the value of field 'format'. |
static GraphGprint |
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 GraphGprint()
| Method Detail |
|---|
public void deleteBase()
public int getBase()
public Cf getCf()
public String getDatasource()
public String getFormat()
public boolean hasBase()
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 setBase(int base)
base - the value of field 'base'.public void setCf(Cf cf)
cf - the value of field 'cf'.public void setDatasource(String datasource)
datasource - the value of field 'datasource'.public void setFormat(String format)
format - the value of field 'format'.
public static GraphGprint 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 | ||||||||