ca.quine.jcommons.freemind.xml
Class Edge

java.lang.Object
  |
  +--ca.quine.jcommons.freemind.xml.Edge
All Implemented Interfaces:
Serializable

public class Edge
extends Object
implements Serializable

Class Edge.

Version:
$Revision: 1.1 $ $Date: 2007/12/01 16:33:27 $
See Also:
Serialized Form

Constructor Summary
Edge()
           
 
Method Summary
 String getCOLOR()
          Returns the value of field 'COLOR'.
 String getSTYLE()
          Returns the value of field 'STYLE'.
 String getWIDTH()
          Returns the value of field 'WIDTH'.
 boolean isValid()
          Method isValid
 void marshal(ContentHandler handler)
          Method marshal
 void marshal(Writer out)
          Method marshal
 void setCOLOR(String COLOR)
          Sets the value of field 'COLOR'.
 void setSTYLE(String STYLE)
          Sets the value of field 'STYLE'.
 void setWIDTH(String WIDTH)
          Sets the value of field 'WIDTH'.
static Edge unmarshal(Reader reader)
          Method unmarshal
 void validate()
          Method validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Edge

public Edge()
Method Detail

getCOLOR

public String getCOLOR()
Returns the value of field 'COLOR'.

Returns:
String

getSTYLE

public String getSTYLE()
Returns the value of field 'STYLE'.

Returns:
String

getWIDTH

public String getWIDTH()
Returns the value of field 'WIDTH'.

Returns:
String

isValid

public boolean isValid()
Method isValid

Returns:
boolean

marshal

public void marshal(Writer out)
             throws MarshalException,
                    ValidationException
Method marshal

Parameters:
out -
MarshalException
ValidationException

marshal

public void marshal(ContentHandler handler)
             throws IOException,
                    MarshalException,
                    ValidationException
Method marshal

Parameters:
handler -
IOException
MarshalException
ValidationException

setCOLOR

public void setCOLOR(String COLOR)
Sets the value of field 'COLOR'.

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

setSTYLE

public void setSTYLE(String STYLE)
Sets the value of field 'STYLE'.

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

setWIDTH

public void setWIDTH(String WIDTH)
Sets the value of field 'WIDTH'.

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

unmarshal

public static Edge unmarshal(Reader reader)
                      throws MarshalException,
                             ValidationException
Method unmarshal

Parameters:
reader -
Returns:
Edge
MarshalException
ValidationException

validate

public void validate()
              throws ValidationException
Method validate

ValidationException