public class Graph_element extends GraphChoice implements Serializable
| Constructor and Description |
|---|
Graph_element() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isValid()
Method isValid.
|
void |
marshal(ContentHandler handler) |
void |
marshal(Writer out) |
static GraphChoice |
unmarshal(Reader reader)
Method unmarshal.
|
void |
validate() |
getArea, getChoiceValue, getComment, getGprint, getHrule, getLine, getStack, getTime, getVrule, setArea, setComment, setGprint, setHrule, setLine, setStack, setTime, setVrulepublic boolean isValid()
isValid in class GraphChoicepublic void marshal(Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
marshal in class GraphChoiceout - org.exolab.castor.xml.MarshalException - if object is
null or if any SAXException is thrown during marshalingorg.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schemapublic void marshal(ContentHandler handler) throws IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
marshal in class GraphChoicehandler - IOException - if an IOException occurs during
marshalingorg.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schemaorg.exolab.castor.xml.MarshalException - if object is
null or if any SAXException is thrown during marshalingpublic static GraphChoice 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 marshalingorg.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schemapublic void validate()
throws org.exolab.castor.xml.ValidationException
validate in class GraphChoiceorg.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schemaCopyright © 2015. All rights reserved.