Skip navigation links

Oracle Secure Enterprise Search Java API Reference
11g Release 2 (11.2.2.2.0)

E35072-02


oracle.search.query.webservice.wssclient
Class AttributeLOVElement

java.lang.Object
  extended by oracle.search.query.webservice.wssclient.AttributeLOVElement

All Implemented Interfaces:
Serializable

public class AttributeLOVElement
extends Object
implements Serializable

AttributeLOVElement encapsulates an element in the list of values for an attribute.

See Also:
Serialized Form

Constructor Summary
AttributeLOVElement()
           

 

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

AttributeLOVElement

public AttributeLOVElement()

Method Detail

getValue

public String getValue()
Returns the value of the attribute.

setValue

public void setValue(String value)
Sets the value of the attribute.
Parameters:
value - value of the attribute

getDisplayValue

public String getDisplayValue()
Returns the display value of the attribute.

setDisplayValue

public void setDisplayValue(String displayValue)
Sets the value of the attribute.
Parameters:
displayValue - display value of the attribute

Skip navigation links

Oracle Secure Enterprise Search Java API Reference
11g Release 2 (11.2.2.2.0)

E35072-02


Copyright © 2006, 2016, Oracle and/or its affiliates. All rights reserved.