public class CQLAttribute
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
CQLAttribute() |
CQLAttribute(java.lang.String name,
CQLPredicate predicate,
java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Gets the name value for this Attribute.
|
CQLPredicate |
getPredicate()
Gets the predicate value for this Attribute.
|
java.lang.String |
getValue()
Gets the value value for this Attribute.
|
void |
setName(java.lang.String name)
Sets the name value for this Attribute.
|
void |
setPredicate(CQLPredicate predicate)
Sets the predicate value for this Attribute.
|
void |
setValue(java.lang.String value)
Sets the value value for this Attribute.
|
public CQLAttribute()
public CQLAttribute(java.lang.String name, CQLPredicate predicate, java.lang.String value)
public java.lang.String getName()
public void setName(java.lang.String name)
name
- public CQLPredicate getPredicate()
public void setPredicate(CQLPredicate predicate)
predicate
- public java.lang.String getValue()
public void setValue(java.lang.String value)
value
-