Skip navigation links

Oracle® Ultra Search Java API Reference
11g Release 1 (11.1)

B28329-01


oracle.ultrasearch.query
Class StringAttribute

java.lang.Object
  extended by oracle.ultrasearch.query.Attribute
      extended by oracle.ultrasearch.query.StringAttribute


public class StringAttribute
extends Attribute

Class StringAttribute represents an attribute that takes string values.

Since:
9.0.2

Field Summary
static java.lang.Class TYPE
           

 

Method Summary
 java.lang.String getUniqueName()
          Get the attribute's unique name.

 

Methods inherited from class oracle.ultrasearch.query.Attribute
equals, getId, getName

 

Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

TYPE

public static final java.lang.Class TYPE

Method Detail

getUniqueName

public java.lang.String getUniqueName()
Get the attribute's unique name. An unique attribute name is synthesized by concatenating the attribute name with the attribute type, using an underscore.
For example: a StringAttribute named "A" is uniquely identified by "A_STRING". Likewise for NumberAttribute and DateAttribute: "A_NUMBER", "A_DATE".
Specified by:
getUniqueName in class Attribute
Returns:
attribute's unique name

Skip navigation links

Oracle® Ultra Search Java API Reference
11g Release 1 (11.1)

B28329-01


Copyright © 2002,2007, Oracle. All Rights Reserved.