|
Oracle Secure Enterprise Search Java API Reference 10g Release 1 (10.1.8) B32260-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(java.lang.String value, java.lang.String displayValue) |
Method Summary | |
java.lang.String |
getDisplayValue() Returns the display value of the attribute. |
java.lang.String |
getValue() Returns the value of the attribute. |
void |
setDisplayValue(java.lang.String displayValue) Sets the value of the attribute. |
void |
setValue(java.lang.String value) Sets the value of the attribute. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AttributeLOVElement()
public AttributeLOVElement(java.lang.String value, java.lang.String displayValue)
value
- value of the attributedisplayValue
- display value of the attributeMethod Detail |
public java.lang.String getValue()
public void setValue(java.lang.String value)
value
- value of the attributepublic java.lang.String getDisplayValue()
public void setDisplayValue(java.lang.String displayValue)
displayValue
- display value of the attribute
|
Oracle Secure Enterprise Search Java API Reference 10g Release 1 (10.1.8) B32260-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |