|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatg.search.routing.command.search.RankingExpressionGroupBoolean
public class RankingExpressionGroupBoolean
Boolean ranking expression group
| Field Summary | |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string |
| Constructor Summary | |
|---|---|
RankingExpressionGroupBoolean(BooleanExpressionType booleanExprType,
java.util.List rankingExprGroups)
|
|
| Method Summary | |
|---|---|
void |
addRankingExprGroup(RankingExpressionGroup exprGroup)
|
BooleanExpressionType |
getBooleanExprType()
Returns the expression type |
java.util.List<RankingExpressionGroup> |
getRankingExprGroups()
Returns the groups |
void |
setBooleanExprType(BooleanExpressionType booleanExprType)
Sets the boolean expression type |
void |
setRankingExprGroups(java.util.List<RankingExpressionGroup> rankingExprGroups)
Sets the ranking groups |
java.lang.String |
toXML()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static java.lang.String CLASS_VERSION
| Constructor Detail |
|---|
public RankingExpressionGroupBoolean(BooleanExpressionType booleanExprType,
java.util.List rankingExprGroups)
booleanExprType - a boolean expression typerankingExprGroups - a List of RankingExpressionGroups| Method Detail |
|---|
public BooleanExpressionType getBooleanExprType()
public void setBooleanExprType(BooleanExpressionType booleanExprType)
booleanExprType - the boolean expression typepublic java.util.List<RankingExpressionGroup> getRankingExprGroups()
public void setRankingExprGroups(java.util.List<RankingExpressionGroup> rankingExprGroups)
rankingExprGroups - the groupspublic void addRankingExprGroup(RankingExpressionGroup exprGroup)
public java.lang.String toXML()
toXML in interface RankingExpressionGroup
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||