public class SortByType extends Object implements Serializable
| Constructor and Description |
|---|
SortByType() |
| Modifier and Type | Method and Description |
|---|---|
void |
addSortProperty(int index,
SortProperty vSortProperty)
Method addSortProperty
|
void |
addSortProperty(SortProperty vSortProperty)
Method addSortProperty
|
void |
clearSortProperty()
Method clearSortProperty
|
Enumeration |
enumerateSortProperty()
Method enumerateSortProperty
|
SortProperty[] |
getSortProperty()
Method getSortProperty
|
SortProperty |
getSortProperty(int index)
Method getSortProperty
|
int |
getSortPropertyCount()
Method getSortPropertyCount
|
boolean |
isValid()
Method isValid
|
void |
marshal(ContentHandler handler)
Method marshal
|
void |
marshal(Writer out)
Method marshal
|
boolean |
removeSortProperty(SortProperty vSortProperty)
Method removeSortProperty
|
void |
setSortProperty(int index,
SortProperty vSortProperty)
Method setSortProperty
|
void |
setSortProperty(SortProperty[] sortPropertyArray)
Method setSortProperty
|
static SortByType |
unmarshal(Reader reader)
Method unmarshal
|
void |
validate()
Method validate
|
public void addSortProperty(SortProperty vSortProperty) throws IndexOutOfBoundsException
vSortProperty - IndexOutOfBoundsExceptionpublic void addSortProperty(int index,
SortProperty vSortProperty)
throws IndexOutOfBoundsException
index - vSortProperty - IndexOutOfBoundsExceptionpublic void clearSortProperty()
public Enumeration enumerateSortProperty()
public SortProperty getSortProperty(int index) throws IndexOutOfBoundsException
index - IndexOutOfBoundsExceptionpublic SortProperty[] getSortProperty()
public int getSortPropertyCount()
public boolean isValid()
public void marshal(Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out - org.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic void marshal(ContentHandler handler) throws IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler - IOExceptionorg.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic boolean removeSortProperty(SortProperty vSortProperty)
vSortProperty - public void setSortProperty(int index,
SortProperty vSortProperty)
throws IndexOutOfBoundsException
index - vSortProperty - IndexOutOfBoundsExceptionpublic void setSortProperty(SortProperty[] sortPropertyArray)
sortPropertyArray - public static SortByType unmarshal(Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader - org.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic void validate()
throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationExceptionCopyright © 2022 B3Partners B.V.. All rights reserved.