public class Statement
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Statement.Operator
Enum to specify statement operator.
|
Constructor and Description |
---|
Statement() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAttributeName() |
java.lang.String |
getAttributeValue() |
Statement.Operator |
getOperator() |
void |
setAttributeName(java.lang.String attributeName) |
void |
setAttributeValue(java.lang.String attributeValue) |
void |
setOperator(Statement.Operator operator) |
public java.lang.String getAttributeName()
public void setAttributeName(java.lang.String attributeName)
attributeName
- the attributeName to setpublic java.lang.String getAttributeValue()
public void setAttributeValue(java.lang.String attributeValue)
attributeValue
- the attributeValue to setpublic Statement.Operator getOperator()
public void setOperator(Statement.Operator operator)
operator
- the operator to setCopyright © 2010 - 2020 Adobe. All Rights Reserved