atg.search.routing.command.search
Class RankingExpressionGroupFormat

java.lang.Object
  extended by atg.search.routing.command.search.RankingExpressionGroupBasic
      extended by atg.search.routing.command.search.RankingExpressionGroupFormat
All Implemented Interfaces:
RankingExpressionGroup, java.io.Serializable

public class RankingExpressionGroupFormat
extends atg.search.routing.command.search.RankingExpressionGroupBasic

Ranking expression group for file formats.

See Also:
Serialized Form

Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Constructor Summary
RankingExpressionGroupFormat(java.lang.String docFormat)
          Constructs an expression for the given document format.
 
Method Summary
protected  java.lang.String getAttributesXML()
           
 java.lang.String getDocFormat()
          Returns the document format, one of the string values enumerated by DocumentFormat
protected  java.lang.String getExpressionName()
           
protected  java.lang.String getValue()
           
 void setDocFormat(java.lang.String docFormat)
          Sets the document format, which must be one of the string values from DocumentFormat.
 
Methods inherited from class atg.search.routing.command.search.RankingExpressionGroupBasic
toXML
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Class version string

Constructor Detail

RankingExpressionGroupFormat

public RankingExpressionGroupFormat(java.lang.String docFormat)
Constructs an expression for the given document format. See DocumentFormat for valid string values.

Parameters:
docFormat - One of the string values enumerated by DocumentFormat
Method Detail

getDocFormat

public java.lang.String getDocFormat()
Returns the document format, one of the string values enumerated by DocumentFormat

Returns:
A string from DocumentFormat

setDocFormat

public void setDocFormat(java.lang.String docFormat)
Sets the document format, which must be one of the string values from DocumentFormat.

Parameters:
docFormat - A string value from DocumentFormat

getExpressionName

protected java.lang.String getExpressionName()
Specified by:
getExpressionName in class atg.search.routing.command.search.RankingExpressionGroupBasic

getAttributesXML

protected java.lang.String getAttributesXML()
Specified by:
getAttributesXML in class atg.search.routing.command.search.RankingExpressionGroupBasic

getValue

protected java.lang.String getValue()
Specified by:
getValue in class atg.search.routing.command.search.RankingExpressionGroupBasic