|
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.query.webservice.client.AttributeLOVElement
AttributeLOVElement encapsulates an element in the list of values for an attribute.
Constructor Summary | |
AttributeLOVElement() |
|
AttributeLOVElement(String value, String displayValue) |
Method Summary | |
String |
getDisplayValue() Returns the display value of the attribute. |
String |
getValue() Returns the value of the attribute. |
void |
setDisplayValue(String displayValue) Sets the value of the attribute. |
void |
setValue(String value) Sets the value of the attribute. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AttributeLOVElement()
public AttributeLOVElement(String value, String displayValue)
value
- value of the attributedisplayValue
- display value of the attributeMethod Detail |
public String getValue()
public void setValue(String value)
value
- value of the attributepublic String getDisplayValue()
public void setDisplayValue(String displayValue)
displayValue
- display value of the attribute
|
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 |