| java.lang.Object org.openharmonise.vfs.search.Select
Select | public class Select (Code) | | Contains Properties which are to be returned from a Virtual File System
search. This is useful for VirtualFileSystem implementations which
allow for lazy population of VirtualFiles.
author: Matthew Large version: $Revision: 1.1 $ |
Constructor Summary | |
public | Select(String sPropNamespace, String sPropName) Constructs a new select. |
Select | public Select(String sPropNamespace, String sPropName)(Code) | | Constructs a new select.
Parameters: sPropNamespace - Namespace of the property to be returned Parameters: sPropName - Name of property to be returned |
getPropName | public String getPropName()(Code) | | Returns the name of the property to be returned.
Name |
getPropNamespace | public String getPropNamespace()(Code) | | Returns the namespace of the property to be returned.
Namespace |
|
|