| java.lang.Object org.openharmonise.vfs.search.Order
Order | public class Order (Code) | | This class holds the information for a VirtualFileSystem search
order.
author: Matthew Large version: $Revision: 1.1 $ |
Field Summary | |
final public static String | ASC Ascending order direction identifier. | final public static String | DESC descending order direction identifier. |
ASC | final public static String ASC(Code) | | Ascending order direction identifier.
|
DESC | final public static String DESC(Code) | | descending order direction identifier.
|
Order | public Order(String sPropNamespace, String sPropName)(Code) | | Construcs a new order.
Parameters: sPropNamespace - Namespace of property to order on Parameters: sPropName - Name of property to order on |
Order | public Order(String sPropNamespace, String sPropName, String direction)(Code) | | Construcs a new order.
Parameters: sPropNamespace - Namespace of property to order on Parameters: sPropName - Name of property to order on Parameters: direction - Direction to order in See Also: Order.ASC See Also: Order.DESC |
getDirection | public String getDirection()(Code) | | Returns the order direction identifier.
Order direction |
getPropName | public String getPropName()(Code) | | Returns the name of the property to order by.
Name |
getPropNamespaceURI | public String getPropNamespaceURI()(Code) | | Returns the namespace of the property to order by.
Namespace |
|
|