|
Oracle Secure Enterprise Search Java API Reference 10g Release 1 (10.1.8.2) E10465-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.search.sdk.common.ParameterInfo
A class for describing the general properties of a parameter.
Constructor Summary | |
ParameterInfo(String name, String description, String defaultValue, boolean encrypted) Constructs a parameter information instance |
Method Summary | |
String |
getDefaultValue() Returns the default value of the parameter |
String |
getDescription() Returns the description of the parameter |
String |
getName() Returns the name of the parameter |
boolean |
isEncrypted() should this parameter value be encrypted? |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ParameterInfo(String name, String description, String defaultValue, boolean encrypted)
name
- parameter namedescription
- parameter descriptiondefaultValue
- parameter default valueencrypted
- should the parameter value be encryptedMethod Detail |
public String getName()
public String getDescription()
public String getDefaultValue()
public boolean isEncrypted()
|
Oracle Secure Enterprise Search Java API Reference 10g Release 1 (10.1.8.2) E10465-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |