ca.quine.jcommons.freemind.xml
Class Icon

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

public class Icon
extends Object
implements Serializable

Class Icon.

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

Constructor Summary
Icon()
           
 
Method Summary
 String getBUILTIN()
          Returns the value of field 'BUILTIN'.
 boolean isValid()
          Method isValid
 void marshal(ContentHandler handler)
          Method marshal
 void marshal(Writer out)
          Method marshal
 void setBUILTIN(String BUILTIN)
          Sets the value of field 'BUILTIN'.
static Icon 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

Icon

public Icon()
Method Detail

getBUILTIN

public String getBUILTIN()
Returns the value of field 'BUILTIN'.

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

setBUILTIN

public void setBUILTIN(String BUILTIN)
Sets the value of field 'BUILTIN'.

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

unmarshal

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

Parameters:
reader -
Returns:
Icon
MarshalException
ValidationException

validate

public void validate()
              throws ValidationException
Method validate

ValidationException