|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ConditionExpression
This interface represents an expression associated with a Condition. The ConditionExpression contains an attribute name, an operation type (OpTypeEnum), a list of values and some properties associated with the expression
| Method Summary | |
|---|---|
java.lang.String |
getAttributeName()Returns the name of Attribute this condition is based on |
OpTypeEnum |
getOpType()Returns the Operation type enumeration for this condition |
QueryProperties |
getProperties()Returns properties associated with the condition |
java.util.List |
getValues()Retrurns the values associated with the condition |
| Method Detail |
|---|
java.lang.String getAttributeName()
OpTypeEnum getOpType()
java.util.List getValues()
QueryProperties getProperties()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.