|
Oracle Secure Enterprise Search Java API Reference 11g Release 2 (11.2.2.0.0) E23429-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
public class 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 attribute| Method 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 11g Release 2 (11.2.2.0.0) E23429-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||