org.fao.geonet.services.util.z3950
Class SRUParamTestDBO

java.lang.Object
  extended by org.fao.geonet.services.util.z3950.SRUParamTestDBO

public class SRUParamTestDBO
extends Object


Constructor Summary
SRUParamTestDBO(String op, Set<String> notSupported, Set<String> missingArgs, Set<String> cannotParse)
           
 
Method Summary
 Set<String> getArgNotSupported()
           
 Set<String> getCannotParseArg()
           
 Set<String> getMissingArgs()
           
 String getOp()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SRUParamTestDBO

public SRUParamTestDBO(String op,
                       Set<String> notSupported,
                       Set<String> missingArgs,
                       Set<String> cannotParse)
Method Detail

getOp

public String getOp()

getArgNotSupported

public Set<String> getArgNotSupported()

getMissingArgs

public Set<String> getMissingArgs()

getCannotParseArg

public Set<String> getCannotParseArg()


Copyright © 2003-2013. All Rights Reserved.