public class Statement extends 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 |
---|---|
String |
getAttributeName() |
String |
getAttributeValue() |
Statement.Operator |
getOperator() |
void |
setAttributeName(String attributeName) |
void |
setAttributeValue(String attributeValue) |
void |
setOperator(Statement.Operator operator) |
public String getAttributeName()
public void setAttributeName(String attributeName)
attributeName
- the attributeName to setpublic String getAttributeValue()
public void setAttributeValue(String attributeValue)
attributeValue
- the attributeValue to setpublic Statement.Operator getOperator()
public void setOperator(Statement.Operator operator)
operator
- the operator to setCopyright © 1982–2022 Adobe Systems Inc.. All rights reserved.