public class ExpressionStatus extends Object implements Serializable
The value of an Expression
and its current status.
Constructor and Description |
---|
ExpressionStatus() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Expression |
getOptions()
The expression that is evaluated for sorting while processing a search
request.
|
OptionStatus |
getStatus()
The status of domain configuration option.
|
int |
hashCode() |
void |
setOptions(Expression options)
The expression that is evaluated for sorting while processing a search
request.
|
void |
setStatus(OptionStatus status)
The status of domain configuration option.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ExpressionStatus |
withOptions(Expression options)
The expression that is evaluated for sorting while processing a search
request.
|
ExpressionStatus |
withStatus(OptionStatus status)
The status of domain configuration option.
|
public Expression getOptions()
public void setOptions(Expression options)
options
- The expression that is evaluated for sorting while processing a search
request.public ExpressionStatus withOptions(Expression options)
Returns a reference to this object so that method calls can be chained together.
options
- The expression that is evaluated for sorting while processing a search
request.public OptionStatus getStatus()
public void setStatus(OptionStatus status)
status
- The status of domain configuration option.public ExpressionStatus withStatus(OptionStatus status)
Returns a reference to this object so that method calls can be chained together.
status
- The status of domain configuration option.public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.