edu.mssm.crover.domain2d.rbdg.xml
Class Elipses
java.lang.Object
|
+--edu.mssm.crover.domain2d.rbdg.xml.Elipses
- All Implemented Interfaces:
- java.io.Serializable
- public class Elipses
- extends java.lang.Object
- implements java.io.Serializable
Groups elipses related options
- Version:
- $Revision$ $Date$
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Elipses
public Elipses()
addExclude
public void addExclude(Exclude vExclude)
throws java.lang.IndexOutOfBoundsException
- Parameters:
vExclude -
java.lang.IndexOutOfBoundsException
addExclude
public void addExclude(int index,
Exclude vExclude)
throws java.lang.IndexOutOfBoundsException
- Parameters:
index - vExclude -
java.lang.IndexOutOfBoundsException
addInclude
public void addInclude(Include vInclude)
throws java.lang.IndexOutOfBoundsException
- Parameters:
vInclude -
java.lang.IndexOutOfBoundsException
addInclude
public void addInclude(int index,
Include vInclude)
throws java.lang.IndexOutOfBoundsException
- Parameters:
index - vInclude -
java.lang.IndexOutOfBoundsException
clearExclude
public void clearExclude()
clearInclude
public void clearInclude()
enumerateExclude
public java.util.Enumeration enumerateExclude()
enumerateInclude
public java.util.Enumeration enumerateInclude()
getExclude
public Exclude getExclude(int index)
throws java.lang.IndexOutOfBoundsException
- Parameters:
index -
java.lang.IndexOutOfBoundsException
getExclude
public Exclude[] getExclude()
getExcludeCount
public int getExcludeCount()
getInclude
public Include getInclude(int index)
throws java.lang.IndexOutOfBoundsException
- Parameters:
index -
java.lang.IndexOutOfBoundsException
getInclude
public Include[] getInclude()
getIncludeCount
public int getIncludeCount()
isValid
public boolean isValid()
marshal
public void marshal(java.io.Writer out)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
- Parameters:
out -
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
marshal
public void marshal(org.xml.sax.DocumentHandler handler)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
- Parameters:
handler -
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
removeExclude
public boolean removeExclude(Exclude vExclude)
- Parameters:
vExclude -
removeInclude
public boolean removeInclude(Include vInclude)
- Parameters:
vInclude -
setExclude
public void setExclude(int index,
Exclude vExclude)
throws java.lang.IndexOutOfBoundsException
- Parameters:
index - vExclude -
java.lang.IndexOutOfBoundsException
setExclude
public void setExclude(Exclude[] excludeArray)
- Parameters:
excludeArray -
setInclude
public void setInclude(int index,
Include vInclude)
throws java.lang.IndexOutOfBoundsException
- Parameters:
index - vInclude -
java.lang.IndexOutOfBoundsException
setInclude
public void setInclude(Include[] includeArray)
- Parameters:
includeArray -
unmarshal
public static Elipses unmarshal(java.io.Reader reader)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
- Parameters:
reader -
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
validate
public void validate()
throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException
Copyright @ 2003 Mount Sinai School of Medicine. All Rights Reserved.