atg.search.routing.command.search
Class RankingExpressionGroupFormat
java.lang.Object
   atg.search.routing.command.search.RankingExpressionGroupBasic
atg.search.routing.command.search.RankingExpressionGroupBasic
       atg.search.routing.command.search.RankingExpressionGroupFormat
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_VERSIONClass version string
 | 
 
 
| 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 | 
 
CLASS_VERSION
public static java.lang.String CLASS_VERSION
- Class version string
 
 
RankingExpressionGroupFormat
public RankingExpressionGroupFormat(java.lang.String docFormat)
- Constructs an expression for the given document format. See DocumentFormatfor valid string values.
 
- Parameters:
- docFormat- One of the string values enumerated by- DocumentFormat
 
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:
- getExpressionNamein class- atg.search.routing.command.search.RankingExpressionGroupBasic
 
- 
 
getAttributesXML
protected java.lang.String getAttributesXML()
- 
- Specified by:
- getAttributesXMLin class- atg.search.routing.command.search.RankingExpressionGroupBasic
 
- 
 
getValue
protected java.lang.String getValue()
- 
- Specified by:
- getValuein class- atg.search.routing.command.search.RankingExpressionGroupBasic
 
-