org.apache.abdera.ext.opensearch.server
Interface OpenSearchUrlParameterInfo

All Known Implementing Classes:
SimpleOpenSearchUrlParameterInfo

public interface OpenSearchUrlParameterInfo

Metadata interface holding information about an Open Search URL parameter.


Method Summary
 String getName()
          Get the parameter name.
 String getValue()
          Get the parameter value.
 boolean isOptional()
          Return true if the parameter is optional, false otherwise.
 

Method Detail

getName

String getName()
Get the parameter name.


getValue

String getValue()
Get the parameter value.


isOptional

boolean isOptional()
Return true if the parameter is optional, false otherwise.



Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.