|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.jasper.rrdtool.Meta
public class Meta
Class Meta.
| Constructor Summary | |
|---|---|
Meta()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
Overrides the java.lang.Object.equals method. |
Columns |
getColumns()
Returns the value of field 'columns'. |
End |
getEnd()
Returns the value of field 'end'. |
Legend |
getLegend()
Returns the value of field 'legend'. |
Rows |
getRows()
Returns the value of field 'rows'. |
Start |
getStart()
Returns the value of field 'start'. |
Step |
getStep()
Returns the value of field 'step'. |
int |
hashCode()
Overrides the java.lang.Object.hashCode method. |
boolean |
isValid()
Method isValid. |
void |
marshal(ContentHandler handler)
|
void |
marshal(Writer out)
|
void |
setColumns(Columns columns)
Sets the value of field 'columns'. |
void |
setEnd(End end)
Sets the value of field 'end'. |
void |
setLegend(Legend legend)
Sets the value of field 'legend'. |
void |
setRows(Rows rows)
Sets the value of field 'rows'. |
void |
setStart(Start start)
Sets the value of field 'start'. |
void |
setStep(Step step)
Sets the value of field 'step'. |
static Meta |
unmarshal(Reader reader)
Method unmarshal. |
void |
validate()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Meta()
| Method Detail |
|---|
public boolean equals(Object obj)
equals in class Objectobj -
public Columns getColumns()
public End getEnd()
public Legend getLegend()
public Rows getRows()
public Start getStart()
public Step getStep()
public int hashCode()
The following steps came from Effective Java Programming Language Guide by Joshua Bloch, Chapter 3
hashCode in class Objectpublic 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 setColumns(Columns columns)
columns - the value of field 'columns'.public void setEnd(End end)
end - the value of field 'end'.public void setLegend(Legend legend)
legend - the value of field 'legend'.public void setRows(Rows rows)
rows - the value of field 'rows'.public void setStart(Start start)
start - the value of field 'start'.public void setStep(Step step)
step - the value of field 'step'.
public static Meta 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 | |||||||||