|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ca.quine.jcommons.freemind.xml.Arrowlink
Class Arrowlink.
Constructor Summary | |
Arrowlink()
|
Method Summary | |
String |
getCOLOR()
Returns the value of field 'COLOR'. |
String |
getDESTINATION()
Returns the value of field 'DESTINATION'. |
String |
getENDARROW()
Returns the value of field 'ENDARROW'. |
String |
getENDINCLINATION()
Returns the value of field 'ENDINCLINATION'. |
String |
getID()
Returns the value of field 'ID'. |
String |
getSTARTARROW()
Returns the value of field 'STARTARROW'. |
String |
getSTARTINCLINATION()
Returns the value of field 'STARTINCLINATION'. |
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 |
setDESTINATION(String DESTINATION)
Sets the value of field 'DESTINATION'. |
void |
setENDARROW(String ENDARROW)
Sets the value of field 'ENDARROW'. |
void |
setENDINCLINATION(String ENDINCLINATION)
Sets the value of field 'ENDINCLINATION'. |
void |
setID(String ID)
Sets the value of field 'ID'. |
void |
setSTARTARROW(String STARTARROW)
Sets the value of field 'STARTARROW'. |
void |
setSTARTINCLINATION(String STARTINCLINATION)
Sets the value of field 'STARTINCLINATION'. |
static Arrowlink |
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 |
public Arrowlink()
Method Detail |
public String getCOLOR()
public String getDESTINATION()
public String getENDARROW()
public String getENDINCLINATION()
public String getID()
public String getSTARTARROW()
public String getSTARTINCLINATION()
public boolean isValid()
public void marshal(Writer out) throws MarshalException, ValidationException
out
-
MarshalException
ValidationException
public void marshal(ContentHandler handler) throws IOException, MarshalException, ValidationException
handler
-
IOException
MarshalException
ValidationException
public void setCOLOR(String COLOR)
COLOR
- the value of field 'COLOR'.public void setDESTINATION(String DESTINATION)
DESTINATION
- the value of field 'DESTINATION'.public void setENDARROW(String ENDARROW)
ENDARROW
- the value of field 'ENDARROW'.public void setENDINCLINATION(String ENDINCLINATION)
ENDINCLINATION
- the value of field 'ENDINCLINATION'.public void setID(String ID)
ID
- the value of field 'ID'.public void setSTARTARROW(String STARTARROW)
STARTARROW
- the value of field 'STARTARROW'.public void setSTARTINCLINATION(String STARTINCLINATION)
STARTINCLINATION
- the value of field 'STARTINCLINATION'public static Arrowlink unmarshal(Reader reader) throws MarshalException, ValidationException
reader
-
MarshalException
ValidationException
public void validate() throws ValidationException
ValidationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |