Open SiteSearch 4.1.1
Final

ORG.oclc.z39
Class oclcUserInformation9

java.lang.Object
  |
  +--ORG.oclc.z39.oclcUserInformation9

public class oclcUserInformation9
extends Object

oclcUserInformation9 is used in Sort requests to let the target know that the sorts for cross-database searches should interleave the records from allthe databases into on combined set.


Field Summary
static String OID
          Object identifier for this field
 
Constructor Summary
oclcUserInformation9(DataDir userInformationField)
          Pick apart a request.
 
Method Summary
static DataDir buildDir()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

OID

public static final String OID
Object identifier for this field
Constructor Detail

oclcUserInformation9

public oclcUserInformation9(DataDir userInformationField)
Pick apart a request.
Parameters:
userInformationField - the additional sort info containing an oclcUserInformation9
Method Detail

buildDir

public static DataDir buildDir()
Returns:
DataDir for an oclcUserInformation9

toString

public String toString()
Overrides:
toString in class Object

Open SiteSearch 4.1.1
Final