Skip navigation links

Oracle Secure Enterprise Search Java API Reference
10g Release 1 (10.1.8)

B32260-01


oracle.search.sdk.crawler
Class ParameterInfo

java.lang.Object
  extended byoracle.search.sdk.crawler.ParameterInfo


public class ParameterInfo
extends java.lang.Object

ParameterInfo is a class for describing the general properties of a parameter


Constructor Summary
ParameterInfo(java.lang.String name, java.lang.String description, java.lang.String defaultValue, boolean encrypted)
          Construct a parameter information instance

 

Method Summary
 java.lang.String getDefaultValue()
          Get the default value of the parameter
 java.lang.String getDescription()
          Get the description of the parameter
 java.lang.String getName()
          Get the name of the parameter
 boolean isEncrypted()
          should this parameter value be encrypted?

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

ParameterInfo

public ParameterInfo(java.lang.String name,
                     java.lang.String description,
                     java.lang.String defaultValue,
                     boolean encrypted)
Construct a parameter information instance
Parameters:
name - parameter name
description - parameter description
defaultValue - parameter default value
encrypted - should the parameter value be encrypted

Method Detail

getName

public java.lang.String getName()
Get the name of the parameter
Returns:
the name of this parameter

getDescription

public java.lang.String getDescription()
Get the description of the parameter
Returns:
the description of this parameter

getDefaultValue

public java.lang.String getDefaultValue()
Get the default value of the parameter
Returns:
the default value of this parameter. Return null if there is no default value

isEncrypted

public boolean isEncrypted()
should this parameter value be encrypted?
Returns:
true for encryption, false for no encryption

Skip navigation links

Oracle Secure Enterprise Search Java API Reference
10g Release 1 (10.1.8)

B32260-01


Copyright © 2006, Oracle. All rights reserved.