| java.lang.Object | |
| ↳ | com.emc.documentum.fs.datamodel.core.query.OrderByClause |
Java class for OrderByClause complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OrderByClause">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
</sequence>
<attribute name="attribute" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="isAscending" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| attribute | |||||||||||
| isAscending | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the attribute property.
| |||||||||||
Gets the value of the isAscending property.
| |||||||||||
Sets the value of the attribute property.
| |||||||||||
Sets the value of the isAscending property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the attribute property.
Gets the value of the isAscending property.
Sets the value of the attribute property.
| value | Allowed object is String |
|---|
Sets the value of the isAscending property.
| value |
|---|