org.opennms.netmgt.config.rrd
Class ValueAxis

java.lang.Object
  extended by org.opennms.netmgt.config.rrd.ValueAxis
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Value_axis

public class ValueAxis
extends Object
implements Serializable

Class ValueAxis.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
ValueAxis()
           
 
Method Summary
 void deleteGrid_step()
           
 void deleteLabel_step()
           
 int getGrid_step()
          Returns the value of field 'grid_step'.
 int getLabel_step()
          Returns the value of field 'label_step'.
 boolean hasGrid_step()
          Method hasGrid_step.
 boolean hasLabel_step()
          Method hasLabel_step.
 boolean isValid()
          Method isValid.
 void marshal(ContentHandler handler)
           
 void marshal(Writer out)
           
 void setGrid_step(int grid_step)
          Sets the value of field 'grid_step'.
 void setLabel_step(int label_step)
          Sets the value of field 'label_step'.
static ValueAxis 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

ValueAxis

public ValueAxis()
Method Detail

deleteGrid_step

public void deleteGrid_step()

deleteLabel_step

public void deleteLabel_step()

getGrid_step

public int getGrid_step()
Returns the value of field 'grid_step'.

Returns:
the value of field 'Grid_step'.

getLabel_step

public int getLabel_step()
Returns the value of field 'label_step'.

Returns:
the value of field 'Label_step'.

hasGrid_step

public boolean hasGrid_step()
Method hasGrid_step.

Returns:
true if at least one Grid_step has been added

hasLabel_step

public boolean hasLabel_step()
Method hasLabel_step.

Returns:
true if at least one Label_step has been added

isValid

public boolean isValid()
Method isValid.

Returns:
true if this object is valid according to the schema

marshal

public void marshal(Writer out)
             throws org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Parameters:
out -
Throws:
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

marshal

public void marshal(ContentHandler handler)
             throws IOException,
                    org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Parameters:
handler -
Throws:
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 marshaling

setGrid_step

public void setGrid_step(int grid_step)
Sets the value of field 'grid_step'.

Parameters:
grid_step - the value of field 'grid_step'.

setLabel_step

public void setLabel_step(int label_step)
Sets the value of field 'label_step'.

Parameters:
label_step - the value of field 'label_step'.

unmarshal

public static ValueAxis unmarshal(Reader reader)
                           throws org.exolab.castor.xml.MarshalException,
                                  org.exolab.castor.xml.ValidationException
Method unmarshal.

Parameters:
reader -
Returns:
the unmarshaled org.opennms.netmgt.config.rrd.ValueAxis
Throws:
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

validate

public void validate()
              throws org.exolab.castor.xml.ValidationException
Throws:
org.exolab.castor.xml.ValidationException - if this object is an invalid instance according to the schema


Copyright © 2009. All Rights Reserved.